Advertisement
ernst_zlo

Installing mycroft on Ubuntu 17.10: protocol

Nov 24th, 2017
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 242.97 KB | None | 0 0
  1. ernst@ernst-breitlap:~$ rm -rf ~/.virtualenvs/mycroft
  2. ernst@ernst-breitlap:~$ cd mycroft-core
  3. ernst@ernst-breitlap:~/mycroft-core$ ./dev_setup.sh
  4. Installing packages...
  5. [sudo] Passwort für ernst:
  6. Paketlisten werden gelesen... Fertig
  7. Abhängigkeitsbaum wird aufgebaut.
  8. Statusinformationen werden eingelesen.... Fertig
  9. autoconf ist schon die neueste Version (2.69-11).
  10. automake ist schon die neueste Version (1:1.15-6ubuntu1).
  11. bison ist schon die neueste Version (2:3.0.4.dfsg-1build1).
  12. g++ ist schon die neueste Version (4:7.2.0-1ubuntu1).
  13. git ist schon die neueste Version (1:2.14.1-1ubuntu4).
  14. libffi-dev ist schon die neueste Version (3.2.1-6).
  15. libglib2.0-dev ist schon die neueste Version (2.54.1-1ubuntu1).
  16. libjpeg-dev ist schon die neueste Version (8c-2ubuntu8).
  17. libtool ist schon die neueste Version (2.4.6-2).
  18. pkg-config ist schon die neueste Version (0.29.1-0ubuntu2).
  19. python ist schon die neueste Version (2.7.14-2ubuntu1).
  20. python-dev ist schon die neueste Version (2.7.14-2ubuntu1).
  21. python-gobject-dev ist schon die neueste Version (3.24.1-2build1).
  22. python-setuptools ist schon die neueste Version (36.2.7-2).
  23. screen ist schon die neueste Version (4.6.1-1).
  24. flac ist schon die neueste Version (1.3.2-1).
  25. jq ist schon die neueste Version (1.5+dfsg-2).
  26. libfann-dev ist schon die neueste Version (2.2.0+ds-3).
  27. mpg123 ist schon die neueste Version (1.25.6-1).
  28. portaudio19-dev ist schon die neueste Version (19.6.0-1).
  29. python-virtualenv ist schon die neueste Version (15.1.0+ds-1).
  30. s3cmd ist schon die neueste Version (2.0.0-1).
  31. swig ist schon die neueste Version (3.0.10-1.2).
  32. virtualenvwrapper ist schon die neueste Version (4.3.1-2).
  33. curl ist schon die neueste Version (7.55.1-1ubuntu2.1).
  34. libicu-dev ist schon die neueste Version (57.1-6ubuntu0.2).
  35. libssl-dev ist schon die neueste Version (1.0.2g-1ubuntu13.2).
  36. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
  37. Running virtualenv with interpreter /usr/bin/python2.7
  38. New python executable in /home/ernst/.virtualenvs/mycroft/bin/python2.7
  39. Also creating executable in /home/ernst/.virtualenvs/mycroft/bin/python
  40. Installing setuptools, pkg_resources, pip, wheel...done.
  41. Searching for pip==7.1.2
  42. Reading https://pypi.python.org/simple/pip/
  43. Downloading https://pypi.python.org/packages/d0/92/1e8406c15d9372084a5bf79d96da3a0acc4e7fcf0b80020a4820897d2a5c/pip-7.1.2.tar.gz#md5=3823d2343d9f3aaab21cf9c917710196
  44. Best match: pip 7.1.2
  45. Processing pip-7.1.2.tar.gz
  46. Writing /tmp/easy_install-bGoljm/pip-7.1.2/setup.cfg
  47. Running pip-7.1.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-bGoljm/pip-7.1.2/egg-dist-tmp-KR1g7U
  48. warning: no previously-included files found matching '.coveragerc'
  49. warning: no previously-included files found matching '.mailmap'
  50. warning: no previously-included files found matching '.travis.yml'
  51. warning: no previously-included files found matching 'pip/_vendor/Makefile'
  52. warning: no previously-included files found matching 'tox.ini'
  53. warning: no previously-included files found matching 'dev-requirements.txt'
  54. no previously-included directories found matching '.travis'
  55. no previously-included directories found matching 'docs/_build'
  56. no previously-included directories found matching 'contrib'
  57. no previously-included directories found matching 'tasks'
  58. no previously-included directories found matching 'tests'
  59. creating /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg
  60. Extracting pip-7.1.2-py2.7.egg to /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages
  61. Adding pip 7.1.2 to easy-install.pth file
  62. Installing pip script to /home/ernst/.virtualenvs/mycroft/bin
  63. Installing pip2.7 script to /home/ernst/.virtualenvs/mycroft/bin
  64. Installing pip2 script to /home/ernst/.virtualenvs/mycroft/bin
  65.  
  66. Installed /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg
  67. Processing dependencies for pip==7.1.2
  68. Finished processing dependencies for pip==7.1.2
  69. Collecting virtualenv
  70. Downloading virtualenv-15.1.0-py2.py3-none-any.whl (1.8MB)
  71. 100% |████████████████████████████████| 1.8MB 164kB/s
  72. Installing collected packages: virtualenv
  73. Successfully installed virtualenv-15.1.0
  74. You are using pip version 7.1.2, however version 9.0.1 is available.
  75. You should consider upgrading via the 'pip install --upgrade pip' command.
  76. Adding mycroft-core to virtualenv path
  77. Collecting six==1.10.0 (from -r requirements.txt (line 1))
  78. Using cached six-1.10.0-py2.py3-none-any.whl
  79. Collecting requests==2.13.0 (from -r requirements.txt (line 2))
  80. Downloading requests-2.13.0-py2.py3-none-any.whl (584kB)
  81. 100% |████████████████████████████████| 585kB 599kB/s
  82. Collecting gTTS==1.1.7 (from -r requirements.txt (line 3))
  83. Downloading gTTS-1.1.7.tar.gz
  84. Collecting gTTS-token==1.1.1 (from -r requirements.txt (line 4))
  85. Downloading gTTS-token-1.1.1.zip
  86. Collecting backports.ssl-match-hostname==3.4.0.2 (from -r requirements.txt (line 5))
  87. Collecting PyAudio==0.2.11 (from -r requirements.txt (line 6))
  88. Downloading PyAudio-0.2.11.tar.gz
  89. Collecting pyee==1.0.1 (from -r requirements.txt (line 7))
  90. Collecting SpeechRecognition==3.7.1 (from -r requirements.txt (line 8))
  91. Downloading SpeechRecognition-3.7.1-py2.py3-none-any.whl (32.8MB)
  92. 100% |████████████████████████████████| 32.8MB 1.2kB/s
  93. Collecting tornado==4.2.1 (from -r requirements.txt (line 9))
  94. Using cached tornado-4.2.1.tar.gz
  95. Collecting websocket-client==0.32.0 (from -r requirements.txt (line 10))
  96. Collecting adapt-parser==0.3.0 (from -r requirements.txt (line 11))
  97. Downloading adapt-parser-0.3.0.tar.gz
  98. Collecting futures==3.0.3 (from -r requirements.txt (line 12))
  99. Using cached futures-3.0.3-py2-none-any.whl
  100. Collecting requests-futures==0.9.5 (from -r requirements.txt (line 13))
  101. Collecting parsedatetime==1.5 (from -r requirements.txt (line 14))
  102. Using cached parsedatetime-1.5-py2-none-any.whl
  103. Collecting pyyaml==3.11 (from -r requirements.txt (line 15))
  104. Using cached PyYAML-3.11.zip
  105. Collecting pyalsaaudio==0.8.2 (from -r requirements.txt (line 16))
  106. Using cached pyalsaaudio-0.8.2.tar.gz
  107. Collecting xmlrunner==1.7.7 (from -r requirements.txt (line 17))
  108. Collecting pyserial==3.0 (from -r requirements.txt (line 18))
  109. Collecting psutil==5.2.1 (from -r requirements.txt (line 19))
  110. Downloading psutil-5.2.1.tar.gz (347kB)
  111. 100% |████████████████████████████████| 348kB 730kB/s
  112. Collecting pocketsphinx==0.1.0 (from -r requirements.txt (line 20))
  113. Using cached pocketsphinx-0.1.0.zip
  114. Collecting inflection==0.3.1 (from -r requirements.txt (line 21))
  115. Downloading inflection-0.3.1.tar.gz
  116. Collecting pillow==4.1.1 (from -r requirements.txt (line 22))
  117. Downloading Pillow-4.1.1.tar.gz (11.3MB)
  118. 100% |████████████████████████████████| 11.3MB 36kB/s
  119. Collecting python-dateutil==2.6.0 (from -r requirements.txt (line 23))
  120. Downloading python_dateutil-2.6.0-py2.py3-none-any.whl (194kB)
  121. 100% |████████████████████████████████| 196kB 1.1MB/s
  122. Collecting pychromecast==0.7.7 (from -r requirements.txt (line 24))
  123. Downloading PyChromecast-0.7.7-py2.py3-none-any.whl (46kB)
  124. 100% |████████████████████████████████| 49kB 2.7MB/s
  125. Collecting python-vlc==1.1.2 (from -r requirements.txt (line 25))
  126. Downloading python-vlc-1.1.2.tar.gz (201kB)
  127. 100% |████████████████████████████████| 204kB 1.4MB/s
  128. Collecting pulsectl==17.7.4 (from -r requirements.txt (line 26))
  129. Downloading pulsectl-17.7.4-py2.py3-none-any.whl
  130. Collecting google-api-python-client==1.6.4 (from -r requirements.txt (line 27))
  131. Downloading google_api_python_client-1.6.4-py2.py3-none-any.whl (53kB)
  132. 100% |████████████████████████████████| 57kB 2.1MB/s
  133. Collecting pep8==1.7.0 (from -r requirements.txt (line 28))
  134. Using cached pep8-1.7.0-py2.py3-none-any.whl
  135. Collecting padatious==0.3.7 (from -r requirements.txt (line 29))
  136. Downloading padatious-0.3.7-py2.py3-none-any.whl
  137. Collecting certifi (from tornado==4.2.1->-r requirements.txt (line 9))
  138. Downloading certifi-2017.11.5-py2.py3-none-any.whl (330kB)
  139. 100% |████████████████████████████████| 331kB 689kB/s
  140. Collecting olefile (from pillow==4.1.1->-r requirements.txt (line 22))
  141. Downloading olefile-0.44.zip (74kB)
  142. 100% |████████████████████████████████| 77kB 1.8MB/s
  143. Collecting protobuf==3.0.0b2 (from pychromecast==0.7.7->-r requirements.txt (line 24))
  144. Downloading protobuf-3.0.0b2-py2.py3-none-any.whl (326kB)
  145. 100% |████████████████████████████████| 327kB 786kB/s
  146. Collecting zeroconf>=0.17.4 (from pychromecast==0.7.7->-r requirements.txt (line 24))
  147. Downloading zeroconf-0.19.1-py2.py3-none-any.whl
  148. Requirement already satisfied (use --upgrade to upgrade): setuptools in /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages (from pulsectl==17.7.4->-r requirements.txt (line 26))
  149. Collecting uritemplate<4dev,>=3.0.0 (from google-api-python-client==1.6.4->-r requirements.txt (line 27))
  150. Downloading uritemplate-3.0.0-py2.py3-none-any.whl
  151. Collecting oauth2client<5.0.0dev,>=1.5.0 (from google-api-python-client==1.6.4->-r requirements.txt (line 27))
  152. Downloading oauth2client-4.1.2-py2.py3-none-any.whl (99kB)
  153. 100% |████████████████████████████████| 102kB 1.4MB/s
  154. Collecting httplib2<1dev,>=0.9.2 (from google-api-python-client==1.6.4->-r requirements.txt (line 27))
  155. Downloading httplib2-0.10.3.tar.gz (204kB)
  156. 100% |████████████████████████████████| 204kB 1.1MB/s
  157. Collecting fann2 (from padatious==0.3.7->-r requirements.txt (line 29))
  158. Downloading fann2-1.0.7.tar.gz (63kB)
  159. 100% |████████████████████████████████| 65kB 1.7MB/s
  160. Collecting xxhash (from padatious==0.3.7->-r requirements.txt (line 29))
  161. Downloading xxhash-1.0.1.zip
  162. Collecting enum-compat (from zeroconf>=0.17.4->pychromecast==0.7.7->-r requirements.txt (line 24))
  163. Downloading enum-compat-0.0.2.tar.gz
  164. Collecting netifaces!=0.10.5 (from zeroconf>=0.17.4->pychromecast==0.7.7->-r requirements.txt (line 24))
  165. Downloading netifaces-0.10.6.tar.gz
  166. Collecting pyasn1-modules>=0.0.5 (from oauth2client<5.0.0dev,>=1.5.0->google-api-python-client==1.6.4->-r requirements.txt (line 27))
  167. Downloading pyasn1_modules-0.2.1-py2.py3-none-any.whl (60kB)
  168. 100% |████████████████████████████████| 61kB 2.2MB/s
  169. Collecting rsa>=3.1.4 (from oauth2client<5.0.0dev,>=1.5.0->google-api-python-client==1.6.4->-r requirements.txt (line 27))
  170. Downloading rsa-3.4.2-py2.py3-none-any.whl (46kB)
  171. 100% |████████████████████████████████| 49kB 2.6MB/s
  172. Collecting pyasn1>=0.1.7 (from oauth2client<5.0.0dev,>=1.5.0->google-api-python-client==1.6.4->-r requirements.txt (line 27))
  173. Downloading pyasn1-0.4.2-py2.py3-none-any.whl (71kB)
  174. 100% |████████████████████████████████| 73kB 2.2MB/s
  175. Collecting enum34 (from enum-compat->zeroconf>=0.17.4->pychromecast==0.7.7->-r requirements.txt (line 24))
  176. Using cached enum34-1.1.6-py2-none-any.whl
  177. Building wheels for collected packages: gTTS, gTTS-token, PyAudio, tornado, adapt-parser, pyyaml, pyalsaaudio, psutil, pocketsphinx, inflection, pillow, python-vlc, olefile, httplib2, fann2, xxhash, enum-compat, netifaces
  178. Running setup.py bdist_wheel for gTTS
  179. Stored in directory: /home/ernst/.cache/pip/wheels/2f/15/b3/aac712fb4aa7c6431fdbafdbcf502553e5d3fb31243a8c5e80
  180. Running setup.py bdist_wheel for gTTS-token
  181. Stored in directory: /home/ernst/.cache/pip/wheels/a9/19/5d/2abe941153d0331bb7c2fbcd48ed8c36a67ca1d40bd572773e
  182. Running setup.py bdist_wheel for PyAudio
  183. Stored in directory: /home/ernst/.cache/pip/wheels/8d/b4/65/042bc5f996556eb8cdbeaad786f7991dfab8ef6118d58ddbee
  184. Running setup.py bdist_wheel for tornado
  185. Stored in directory: /home/ernst/.cache/pip/wheels/ef/7e/c7/c9eed1bf993835a8a31db9d60a1f0b2f09b3de3d7750683dfd
  186. Running setup.py bdist_wheel for adapt-parser
  187. Stored in directory: /home/ernst/.cache/pip/wheels/74/eb/5d/70f2763fa43c3907e1ac46d06655b502d00130932824f36a2b
  188. Running setup.py bdist_wheel for pyyaml
  189. Stored in directory: /home/ernst/.cache/pip/wheels/4a/bf/14/d79994d19a59d4f73efdafb8682961f582d45ed6b459420346
  190. Running setup.py bdist_wheel for pyalsaaudio
  191. Stored in directory: /home/ernst/.cache/pip/wheels/54/16/2c/54170e41eb51c51a930fad4bf40d4a55a733ac40aaaddc80bc
  192. Running setup.py bdist_wheel for psutil
  193. Stored in directory: /home/ernst/.cache/pip/wheels/ff/7a/15/e3e4da457a37edc1674f17103c05e6780bab4c5e3b105d1502
  194. Running setup.py bdist_wheel for pocketsphinx
  195. Stored in directory: /home/ernst/.cache/pip/wheels/bf/b6/4d/63f8401f2febd0cf65569085e42e52828c15f26ccde51581b8
  196. Running setup.py bdist_wheel for inflection
  197. Stored in directory: /home/ernst/.cache/pip/wheels/41/fa/e9/2995f4ab121e9f30f342fa2d43f0b27f851a0cb9f0d98d3b45
  198. Running setup.py bdist_wheel for pillow
  199. Stored in directory: /home/ernst/.cache/pip/wheels/81/db/ec/08c4136b89406550fd25de7eaa617024c8762c58f6aceb339c
  200. Running setup.py bdist_wheel for python-vlc
  201. Stored in directory: /home/ernst/.cache/pip/wheels/15/b9/1c/4919deeb4ae341a853bdf9030e0749a6a74d396cfdaff80ca8
  202. Running setup.py bdist_wheel for olefile
  203. Stored in directory: /home/ernst/.cache/pip/wheels/20/58/49/cc7bd00345397059149a10b0259ef38b867935ea2ecff99a9b
  204. Running setup.py bdist_wheel for httplib2
  205. Stored in directory: /home/ernst/.cache/pip/wheels/ca/ac/5f/749651f7925b231103f5316cacca82a487810c22d30f011c0c
  206. Running setup.py bdist_wheel for fann2
  207. Stored in directory: /home/ernst/.cache/pip/wheels/49/87/22/4a89b964483eb06cba92e620734098bbee766f13ef102b8576
  208. Running setup.py bdist_wheel for xxhash
  209. Stored in directory: /home/ernst/.cache/pip/wheels/99/02/66/22b257c04a4c131f2114f38b7d367e8f1e259af1b293b0c75d
  210. Running setup.py bdist_wheel for enum-compat
  211. Stored in directory: /home/ernst/.cache/pip/wheels/cb/f2/00/7616514d23c84bf58b7e9d034cdb7ff92f1b93c08b6a21ca8b
  212. Running setup.py bdist_wheel for netifaces
  213. Stored in directory: /home/ernst/.cache/pip/wheels/28/e1/08/e66a4f207479500a27eae682a4773fa00605f2c5d953257824
  214. Successfully built gTTS gTTS-token PyAudio tornado adapt-parser pyyaml pyalsaaudio psutil pocketsphinx inflection pillow python-vlc olefile httplib2 fann2 xxhash enum-compat netifaces
  215. Installing collected packages: six, requests, gTTS-token, gTTS, backports.ssl-match-hostname, PyAudio, pyee, SpeechRecognition, certifi, tornado, websocket-client, adapt-parser, futures, requests-futures, parsedatetime, pyyaml, pyalsaaudio, xmlrunner, pyserial, psutil, pocketsphinx, inflection, olefile, pillow, python-dateutil, protobuf, enum34, enum-compat, netifaces, zeroconf, pychromecast, python-vlc, pulsectl, uritemplate, pyasn1, pyasn1-modules, rsa, httplib2, oauth2client, google-api-python-client, pep8, fann2, xxhash, padatious
  216. Successfully installed PyAudio-0.2.11 SpeechRecognition-3.7.1 adapt-parser-0.3.0 backports.ssl-match-hostname-3.4.0.2 certifi-2017.11.5 enum-compat-0.0.2 enum34-1.1.6 fann2-1.0.7 futures-3.0.3 gTTS-1.1.7 gTTS-token-1.1.1 google-api-python-client-1.6.4 httplib2-0.10.3 inflection-0.3.1 netifaces-0.10.6 oauth2client-4.1.2 olefile-0.44 padatious-0.3.7 parsedatetime-1.5 pep8-1.7.0 pillow-4.1.1 pocketsphinx-0.1.0 protobuf-3.0.0b2 psutil-5.2.1 pulsectl-17.7.4 pyalsaaudio-0.8.2 pyasn1-0.4.2 pyasn1-modules-0.2.1 pychromecast-0.7.7 pyee-1.0.1 pyserial-3.0 python-dateutil-2.6.0 python-vlc-1.1.2 pyyaml-3.11 requests-2.13.0 requests-futures-0.9.5 rsa-3.4.2 six-1.10.0 tornado-4.2.1 uritemplate-3.0.0 websocket-client-0.32.0 xmlrunner-1.7.7 xxhash-1.0.1 zeroconf-0.19.1
  217. You are using pip version 7.1.2, however version 9.0.1 is available.
  218. You should consider upgrading via the 'pip install --upgrade pip' command.
  219. ./dev_setup.sh: Zeile 188: / 512000: Syntax Fehler: Operator erwartet. (Fehlerverursachendes Zeichen ist »/ 512000«).
  220. Building with cores.
  221. WARNING: The following can take a long time to run!
  222. Klone nach 'mimic' ...
  223. remote: Counting objects: 428, done.
  224. remote: Compressing objects: 100% (361/361), done.
  225. remote: Total 428 (delta 198), reused 165 (delta 65), pack-reused 0
  226. Empfange Objekte: 100% (428/428), 437.76 MiB | 1.50 MiB/s, Fertig.
  227. Löse Unterschiede auf: 100% (198/198), Fertig.
  228. Hinweis: Checke '67e43bf0fa56008276b878ec3790aa5f32eb2a16' aus.
  229.  
  230. Sie befinden sich im Zustand eines 'lösgelösten HEAD'. Sie können sich
  231. umschauen, experimentelle Änderungen vornehmen und diese committen, und
  232. Sie können alle möglichen Commits, die Sie in diesem Zustand machen,
  233. ohne Auswirkungen auf irgendeinen Branch verwerfen, indem Sie einen
  234. weiteren Checkout durchführen.
  235.  
  236. Wenn Sie einen neuen Branch erstellen möchten, um Ihre erstellten Commits
  237. zu behalten, können Sie das (jetzt oder später) durch einen weiteren Checkout
  238. mit der Option -b tun. Beispiel:
  239.  
  240. git checkout -b <neuer-Branchname>
  241.  
  242. Checke Dateien aus: 100% (393/393), Fertig.
  243. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'.
  244. libtoolize: copying file 'config/ltmain.sh'
  245. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  246. libtoolize: copying file 'm4/libtool.m4'
  247. libtoolize: copying file 'm4/ltoptions.m4'
  248. libtoolize: copying file 'm4/ltsugar.m4'
  249. libtoolize: copying file 'm4/ltversion.m4'
  250. libtoolize: copying file 'm4/lt~obsolete.m4'
  251. configure.ac:16: installing 'config/ar-lib'
  252. configure.ac:15: installing 'config/compile'
  253. configure.ac:11: installing 'config/config.guess'
  254. configure.ac:11: installing 'config/config.sub'
  255. configure.ac:14: installing 'config/install-sh'
  256. configure.ac:14: installing 'config/missing'
  257. Makefile.am: installing 'config/depcomp'
  258. parallel-tests: installing 'config/test-driver'
  259. checking build system type... x86_64-pc-linux-gnu
  260. checking host system type... x86_64-pc-linux-gnu
  261. checking for a BSD-compatible install... /usr/bin/install -c
  262. checking whether build environment is sane... yes
  263. checking for a thread-safe mkdir -p... /bin/mkdir -p
  264. checking for gawk... gawk
  265. checking whether make sets $(MAKE)... yes
  266. checking whether make supports nested variables... yes
  267. checking for gcc... gcc
  268. checking whether the C compiler works... yes
  269. checking for C compiler default output file name... a.out
  270. checking for suffix of executables...
  271. checking whether we are cross compiling... no
  272. checking for suffix of object files... o
  273. checking whether we are using the GNU C compiler... yes
  274. checking whether gcc accepts -g... yes
  275. checking for gcc option to accept ISO C89... none needed
  276. checking whether gcc understands -c and -o together... yes
  277. checking for style of include used by make... GNU
  278. checking dependency style of gcc... gcc3
  279. checking for ar... ar
  280. checking the archiver (ar) interface... ar
  281. checking how to print strings... printf
  282. checking for a sed that does not truncate output... /bin/sed
  283. checking for grep that handles long lines and -e... /bin/grep
  284. checking for egrep... /bin/grep -E
  285. checking for fgrep... /bin/grep -F
  286. checking for ld used by gcc... /usr/bin/ld
  287. checking if the linker (/usr/bin/ld) is GNU ld... yes
  288. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  289. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  290. checking whether ln -s works... yes
  291. checking the maximum length of command line arguments... 1572864
  292. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  293. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  294. checking for /usr/bin/ld option to reload object files... -r
  295. checking for objdump... objdump
  296. checking how to recognize dependent libraries... pass_all
  297. checking for dlltool... no
  298. checking how to associate runtime and link libraries... printf %s\n
  299. checking for archiver @FILE support... @
  300. checking for strip... strip
  301. checking for ranlib... ranlib
  302. checking command to parse /usr/bin/nm -B output from gcc object... ok
  303. checking for sysroot... no
  304. checking for a working dd... /bin/dd
  305. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  306. checking for mt... mt
  307. checking if mt is a manifest tool... no
  308. checking how to run the C preprocessor... gcc -E
  309. checking for ANSI C header files... yes
  310. checking for sys/types.h... yes
  311. checking for sys/stat.h... yes
  312. checking for stdlib.h... yes
  313. checking for string.h... yes
  314. checking for memory.h... yes
  315. checking for strings.h... yes
  316. checking for inttypes.h... yes
  317. checking for stdint.h... yes
  318. checking for unistd.h... yes
  319. checking for dlfcn.h... yes
  320. checking for objdir... .libs
  321. checking if gcc supports -fno-rtti -fno-exceptions... no
  322. checking for gcc option to produce PIC... -fPIC -DPIC
  323. checking if gcc PIC flag -fPIC -DPIC works... yes
  324. checking if gcc static flag -static works... yes
  325. checking if gcc supports -c -o file.o... yes
  326. checking if gcc supports -c -o file.o... (cached) yes
  327. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  328. checking whether -lc should be explicitly linked in... no
  329. checking dynamic linker characteristics... GNU/Linux ld.so
  330. checking how to hardcode library paths into programs... immediate
  331. checking for shl_load... no
  332. checking for shl_load in -ldld... no
  333. checking for dlopen... no
  334. checking for dlopen in -ldl... yes
  335. checking whether a program can dlopen itself... yes
  336. checking whether a statically linked program can dlopen itself... no
  337. checking whether stripping libraries is possible... yes
  338. checking if libtool supports shared libraries... yes
  339. checking whether to build shared libraries... yes
  340. checking whether to build static libraries... no
  341. checking whether make supports nested variables... (cached) yes
  342. checking whether byte ordering is bigendian... no
  343. checking for pkg-config... /usr/bin/pkg-config
  344. checking pkg-config is at least version 0.9.0... yes
  345. checking for gcc option to support OpenMP... -fopenmp
  346. checking for mmap... yes
  347. checking for pow... no
  348. checking for pow in -lm... yes
  349. checking sys/socket.h usability... yes
  350. checking sys/socket.h presence... yes
  351. checking for sys/socket.h... yes
  352. checking for ICU... yes
  353. checking unicode/ustring.h usability... yes
  354. checking unicode/ustring.h presence... yes
  355. checking for unicode/ustring.h... yes
  356. checking machine/soundcard.h usability... no
  357. checking machine/soundcard.h presence... no
  358. checking for machine/soundcard.h... no
  359. checking sys/audioio.h usability... no
  360. checking sys/audioio.h presence... no
  361. checking for sys/audioio.h... no
  362. checking for PULSEAUDIO... no
  363. checking for PORTAUDIO... yes
  364. checking for ALSA... yes
  365. checking for mmsystem.h... no
  366. checking that generated files are newer than configure... done
  367. configure: creating ./config.status
  368. config.status: creating Makefile
  369. config.status: creating mimic.pc
  370. config.status: creating include/config.h
  371. config.status: executing depfiles commands
  372. config.status: executing libtool commands
  373. Making all in .
  374. make[1]: Verzeichnis „/home/ernst/mycroft-core/mimic“ wird betreten
  375. CC src/audio/libttsmimic_la-auclient.lo
  376. CC src/audio/libttsmimic_la-au_alsa.lo
  377. CC src/audio/libttsmimic_la-audio.lo
  378. CC src/audio/libttsmimic_la-au_command.lo
  379. CC src/audio/libttsmimic_la-au_none.lo
  380. CC src/audio/libttsmimic_la-au_pulseaudio.lo
  381. CC src/audio/libttsmimic_la-au_portaudio.lo
  382. CC src/audio/libttsmimic_la-au_oss.lo
  383. CC src/audio/libttsmimic_la-au_streaming.lo
  384. CC src/audio/libttsmimic_la-au_sun.lo
  385. CC src/audio/libttsmimic_la-au_wince.lo
  386. CC src/audio/libttsmimic_la-auserver.lo
  387. CC src/cg/libttsmimic_la-cst_mlsa.lo
  388. CC src/cg/libttsmimic_la-cst_cg_map.lo
  389. CC src/cg/libttsmimic_la-cst_mlpg.lo
  390. CC src/cg/libttsmimic_la-cst_vc.lo
  391. CC src/lexicon/libttsmimic_la-cst_lexicon.lo
  392. CC src/cg/libttsmimic_la-cst_cg_dump_voice.lo
  393. CC src/cg/libttsmimic_la-cst_cg.lo
  394. CC src/cg/libttsmimic_la-cst_spamf0.lo
  395. CC src/hrg/libttsmimic_la-cst_relation.lo
  396. CC src/hrg/libttsmimic_la-cst_item.lo
  397. CC src/hrg/libttsmimic_la-cst_ffeature.lo
  398. CC src/hrg/libttsmimic_la-cst_rel_io.lo
  399. CC src/regex/libttsmimic_la-regexp.lo
  400. CC src/hrg/libttsmimic_la-cst_utterance.lo
  401. CC src/regex/libttsmimic_la-cst_regex.lo
  402. CC src/cg/libttsmimic_la-cst_cg_load_voice.lo
  403. CC src/regex/libttsmimic_la-regsub.lo
  404. CC src/lexicon/libttsmimic_la-cst_lts.lo
  405. CC src/speech/libttsmimic_la-cst_wave.lo
  406. CC src/speech/libttsmimic_la-cst_track.lo
  407. CC src/speech/libttsmimic_la-g723_40.lo
  408. CC src/lexicon/libttsmimic_la-cst_lts_rewrites.lo
  409. CC src/speech/libttsmimic_la-cst_lpcres.lo
  410. CC src/stats/libttsmimic_la-cst_viterbi.lo
  411. CC src/speech/libttsmimic_la-cst_track_io.lo
  412. CC src/speech/libttsmimic_la-cst_wave_io.lo
  413. CC src/speech/libttsmimic_la-g72x.lo
  414. CC src/speech/libttsmimic_la-g723_24.lo
  415. CC src/synth/libttsmimic_la-cst_ssml.lo
  416. CC src/stats/libttsmimic_la-cst_cart.lo
  417. CC src/stats/libttsmimic_la-cst_ss.lo
  418. CC src/speech/libttsmimic_la-rateconv.lo
  419. CC src/synth/libttsmimic_la-cst_ffeatures.lo
  420. CC src/utils/libttsmimic_la-cst_alloc.lo
  421. CC src/synth/libttsmimic_la-mimic.lo
  422. CC src/synth/libttsmimic_la-cst_phoneset.lo
  423. CC src/synth/libttsmimic_la-cst_utt_utils.lo
  424. CC src/synth/libttsmimic_la-cst_voice.lo
  425. CC src/speech/libttsmimic_la-g721.lo
  426. CC src/speech/libttsmimic_la-cst_wave_utils.lo
  427. CC src/utils/libttsmimic_la-cst_error.lo
  428. CC src/utils/libttsmimic_la-cst_args.lo
  429. CC src/synth/libttsmimic_la-cst_synth.lo
  430. CC src/utils/libttsmimic_la-cst_endian.lo
  431. CC src/utils/libttsmimic_la-cst_mmap_posix.lo
  432. CC src/utils/libttsmimic_la-cst_string.lo
  433. CC src/utils/libttsmimic_la-cst_file_stdio.lo
  434. CC src/utils/libttsmimic_la-cst_features.lo
  435. CC src/utils/libttsmimic_la-cst_mmap_win32.lo
  436. CC src/utils/libttsmimic_la-cst_mmap_none.lo
  437. CC src/utils/libttsmimic_la-cst_val_user.lo
  438. CC src/utils/libttsmimic_la-cst_socket.lo
  439. CC src/utils/libttsmimic_la-cst_wchar.lo
  440. CC src/utils/libttsmimic_la-cst_url.lo
  441. CC src/wavesynth/libttsmimic_la-cst_clunits.lo
  442. CC src/utils/libttsmimic_la-cst_val.lo
  443. CC src/wavesynth/libttsmimic_la-cst_diphone.lo
  444. CC src/utils/libttsmimic_la-cst_val_const.lo
  445. CC src/utils/libttsmimic_la-cst_icu.lo
  446. CC src/utils/libttsmimic_la-cst_tokenstream.lo
  447. CC src/wavesynth/libttsmimic_la-cst_reflpc.lo
  448. CC lang/usenglish/usenglish.lo
  449. CC lang/usenglish/us_expand.lo
  450. CC lang/usenglish/us_aswd.lo
  451. CC src/wavesynth/libttsmimic_la-cst_units.lo
  452. CC lang/usenglish/us_f0lr.lo
  453. CC lang/usenglish/us_durz_cart.lo
  454. CC lang/usenglish/us_f0_model.lo
  455. CC lang/usenglish/us_dur_stats.lo
  456. CC lang/usenglish/us_ffeatures.lo
  457. CC src/wavesynth/libttsmimic_la-cst_sts.lo
  458. CC src/wavesynth/libttsmimic_la-cst_sigpr.lo
  459. CC lang/usenglish/us_gpos.lo
  460. CC lang/cmu_grapheme_lang/cmu_grapheme_phoneset.lo
  461. CC lang/usenglish/us_phrasing_cart.lo
  462. CC lang/usenglish/us_pos_cart.lo
  463. CC lang/cmu_grapheme_lang/cmu_grapheme_phrasing_cart.lo
  464. CC lang/usenglish/us_text.lo
  465. CC lang/usenglish/us_int_tone_cart.lo
  466. CC lang/usenglish/us_phoneset.lo
  467. CC lang/usenglish/us_int_accent_cart.lo
  468. CC lang/cmu_grapheme_lang/cmu_grapheme_lang.lo
  469. CC lang/usenglish/us_nums_cart.lo
  470. CC lang/cmu_indic_lang/cmu_indic_phoneset.lo
  471. CC lang/cmulex/cmu_lts_model.lo
  472. CC lang/cmulex/cmu_lex_entries.lo
  473. CC lang/cmulex/cmu_lex_data.lo
  474. CC lang/cmulex/cmu_lts_rules.lo
  475. CC lang/cmu_indic_lex/cmu_indic_lex.lo
  476. CC lang/cmulex/cmu_lex.lo
  477. CC lang/cmu_indic_lang/cmu_indic_phrasing_cart.lo
  478. CC lang/cmu_indic_lang/cmu_indic_lang.lo
  479. CC lang/cmu_grapheme_lex/grapheme_unitran_tables.lo
  480. CC lang/cmu_us_kal/libttsmimic_lang_cmu_us_kal_la-cmu_us_kal_lpc.lo
  481. CC lang/cmu_us_kal/libttsmimic_lang_cmu_us_kal_la-cmu_us_kal_res.lo
  482. CC lang/cmu_time_awb/libttsmimic_lang_cmu_time_awb_la-cmu_time_awb_cart.lo
  483. CC lang/cmu_us_kal/libttsmimic_lang_cmu_us_kal_la-cmu_us_kal_diphone.lo
  484. CC lang/cmu_grapheme_lex/cmu_grapheme_lex.lo
  485. CC lang/cmulex/cmu_postlex.lo
  486. CC lang/cmu_us_kal/libttsmimic_lang_cmu_us_kal_la-cmu_us_kal_ressize.lo
  487. CC lang/cmu_time_awb/libttsmimic_lang_cmu_time_awb_la-cmu_time_awb.lo
  488. CC lang/cmu_us_kal/libttsmimic_lang_cmu_us_kal_la-cmu_us_kal_residx.lo
  489. CC lang/cmu_us_kal/libttsmimic_lang_cmu_us_kal_la-cmu_us_kal.lo
  490. CC lang/cmu_time_awb/libttsmimic_lang_cmu_time_awb_la-cmu_time_awb_clunits.lo
  491. CC lang/cmu_time_awb/libttsmimic_lang_cmu_time_awb_la-cmu_time_awb_lpc.lo
  492. CC lang/cmu_time_awb/libttsmimic_lang_cmu_time_awb_la-cmu_time_awb_mcep.lo
  493. CC lang/cmu_us_kal16/libttsmimic_lang_cmu_us_kal16_la-cmu_us_kal16_res.lo
  494. CC lang/cmu_us_kal16/libttsmimic_lang_cmu_us_kal16_la-cmu_us_kal16.lo
  495. CC lang/cmu_us_kal16/libttsmimic_lang_cmu_us_kal16_la-cmu_us_kal16_diphone.lo
  496. CC lang/cmu_us_kal16/libttsmimic_lang_cmu_us_kal16_la-cmu_us_kal16_lpc.lo
  497. CC lang/cmu_us_kal16/libttsmimic_lang_cmu_us_kal16_la-cmu_us_kal16_residx.lo
  498. CC lang/cmu_us_awb/libttsmimic_lang_cmu_us_awb_la-cmu_us_awb.lo
  499. CC lang/cmu_time_awb/libttsmimic_lang_cmu_time_awb_la-cmu_time_awb_lex_entry.lo
  500. CC lang/cmu_us_awb/libttsmimic_lang_cmu_us_awb_la-cmu_us_awb_cg.lo
  501. CC lang/cmu_us_awb/libttsmimic_lang_cmu_us_awb_la-cmu_us_awb_cg_durmodel.lo
  502. CC lang/cmu_us_awb/libttsmimic_lang_cmu_us_awb_la-cmu_us_awb_cg_f0_trees.lo
  503. CC lang/cmu_us_awb/libttsmimic_lang_cmu_us_awb_la-cmu_us_awb_cg_single_mcep_trees.lo
  504. CC lang/cmu_us_awb/libttsmimic_lang_cmu_us_awb_la-cmu_us_awb_spamf0_phrase.lo
  505. CC lang/cmu_us_awb/libttsmimic_lang_cmu_us_awb_la-cmu_us_awb_cg_single_params.lo
  506. CC lang/cmu_us_awb/libttsmimic_lang_cmu_us_awb_la-cmu_us_awb_spamf0_accent.lo
  507. CC lang/cmu_us_awb/libttsmimic_lang_cmu_us_awb_la-cmu_us_awb_spamf0_accent_params.lo
  508. CC lang/cmu_us_awb/libttsmimic_lang_cmu_us_awb_la-cmu_us_awb_cg_phonestate.lo
  509. CC lang/cmu_us_rms/libttsmimic_lang_cmu_us_rms_la-cmu_us_rms_cg_durmodel.lo
  510. CC lang/cmu_us_rms/libttsmimic_lang_cmu_us_rms_la-cmu_us_rms_cg_f0_trees.lo
  511. CC lang/cmu_us_rms/libttsmimic_lang_cmu_us_rms_la-cmu_us_rms_cg_single_mcep_trees.lo
  512. CC lang/cmu_us_rms/libttsmimic_lang_cmu_us_rms_la-cmu_us_rms_spamf0_accent.lo
  513. CC lang/cmu_us_rms/libttsmimic_lang_cmu_us_rms_la-cmu_us_rms.lo
  514. CC lang/cmu_us_rms/libttsmimic_lang_cmu_us_rms_la-cmu_us_rms_cg.lo
  515. CC lang/cmu_us_rms/libttsmimic_lang_cmu_us_rms_la-cmu_us_rms_cg_phonestate.lo
  516. CC lang/cmu_us_rms/libttsmimic_lang_cmu_us_rms_la-cmu_us_rms_cg_single_params.lo
  517. CC lang/cmu_us_rms/libttsmimic_lang_cmu_us_rms_la-cmu_us_rms_spamf0_accent_params.lo
  518. CC lang/cmu_us_slt/libttsmimic_lang_cmu_us_slt_la-cmu_us_slt_cg_durmodel.lo
  519. CC lang/cmu_us_slt/libttsmimic_lang_cmu_us_slt_la-cmu_us_slt_cg_f0_trees.lo
  520. CC lang/cmu_us_slt/libttsmimic_lang_cmu_us_slt_la-cmu_us_slt_cg_phonestate.lo
  521. CC lang/cmu_us_slt/libttsmimic_lang_cmu_us_slt_la-cmu_us_slt_cg_single_mcep_trees.lo
  522. CC lang/cmu_us_slt/libttsmimic_lang_cmu_us_slt_la-cmu_us_slt_cg.lo
  523. CC lang/cmu_us_slt/libttsmimic_lang_cmu_us_slt_la-cmu_us_slt_spamf0_phrase.lo
  524. CC lang/cmu_us_slt/libttsmimic_lang_cmu_us_slt_la-cmu_us_slt_spamf0_accent.lo
  525. CC lang/cmu_us_rms/libttsmimic_lang_cmu_us_rms_la-cmu_us_rms_spamf0_phrase.lo
  526. CC lang/cmu_us_slt/libttsmimic_lang_cmu_us_slt_la-cmu_us_slt.lo
  527. CC lang/cmu_us_slt/libttsmimic_lang_cmu_us_slt_la-cmu_us_slt_cg_single_params.lo
  528. CC lang/cmu_us_slt/libttsmimic_lang_cmu_us_slt_la-cmu_us_slt_spamf0_accent_params.lo
  529. CC lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg_01_mcep_trees.lo
  530. CC lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg_01_params.lo
  531. CC lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg_17_params.lo
  532. CC lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap.lo
  533. CC lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg_08_durmodel.lo
  534. CC lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg_17_durmodel.lo
  535. CC lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg_12_params.lo
  536. CC lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg_17_mcep_trees.lo
  537. CC lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg_12_mcep_trees.lo
  538. CC lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg_10_durmodel.lo
  539. CC lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg.lo
  540. CC main/mimic_voice_list.lo
  541. CC main/mimic_main.o
  542. CC lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg_f0_trees.lo
  543. CC main/mimic_lang_list.lo
  544. CC lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg_phonestate.lo
  545. CC main/compile_regexes.o
  546. CC main/mimic_time_main.o
  547. CC main/t2p_main.o
  548. CC main/mimicvox_info_main.o
  549. CCLD libttsmimic.la
  550. CCLD libttsmimic_lang_cmu_grapheme_lang.la
  551. CCLD libttsmimic_lang_cmu_grapheme_lex.la
  552. CCLD libttsmimic_lang_usenglish.la
  553. CCLD compile_regexes
  554. CCLD libttsmimic_lang_cmu_indic_lang.la
  555. CCLD libttsmimic_lang_cmulex.la
  556. CCLD libttsmimic_lang_cmu_indic_lex.la
  557. CCLD t2p
  558. CCLD libttsmimic_lang_all_langs.la
  559. CCLD libttsmimic_lang_cmu_us_kal.la
  560. CCLD libttsmimic_lang_cmu_us_awb.la
  561. CCLD libttsmimic_lang_cmu_us_slt.la
  562. CCLD libttsmimic_lang_cmu_us_rms.la
  563. CCLD libttsmimic_lang_cmu_time_awb.la
  564. CCLD mimic_time
  565. CCLD libttsmimic_lang_cmu_us_kal16.la
  566. CCLD libttsmimic_lang_vid_gb_ap.la
  567. CCLD libttsmimic_lang_all_voices.la
  568. CCLD mimic
  569. CCLD mimicvox_info
  570. make[1]: Verzeichnis „/home/ernst/mycroft-core/mimic“ wird verlassen
  571. Making install in .
  572. make[1]: Verzeichnis „/home/ernst/mycroft-core/mimic“ wird betreten
  573. make[2]: Verzeichnis „/home/ernst/mycroft-core/mimic“ wird betreten
  574. /bin/mkdir -p '/home/ernst/mycroft-core/mimic/lib'
  575. /bin/bash ./libtool --mode=install /usr/bin/install -c libttsmimic.la libttsmimic_lang_usenglish.la libttsmimic_lang_cmu_grapheme_lang.la libttsmimic_lang_cmu_indic_lang.la libttsmimic_lang_cmulex.la libttsmimic_lang_cmu_indic_lex.la libttsmimic_lang_cmu_grapheme_lex.la libttsmimic_lang_cmu_us_kal.la libttsmimic_lang_cmu_time_awb.la libttsmimic_lang_cmu_us_kal16.la libttsmimic_lang_cmu_us_awb.la libttsmimic_lang_cmu_us_rms.la libttsmimic_lang_cmu_us_slt.la libttsmimic_lang_vid_gb_ap.la libttsmimic_lang_all_langs.la libttsmimic_lang_all_voices.la '/home/ernst/mycroft-core/mimic/lib'
  576. libtool: install: /usr/bin/install -c .libs/libttsmimic.so.0.0.0 /home/ernst/mycroft-core/mimic/lib/libttsmimic.so.0.0.0
  577. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic.so.0.0.0 libttsmimic.so.0 || { rm -f libttsmimic.so.0 && ln -s libttsmimic.so.0.0.0 libttsmimic.so.0; }; })
  578. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic.so.0.0.0 libttsmimic.so || { rm -f libttsmimic.so && ln -s libttsmimic.so.0.0.0 libttsmimic.so; }; })
  579. libtool: install: /usr/bin/install -c .libs/libttsmimic.lai /home/ernst/mycroft-core/mimic/lib/libttsmimic.la
  580. libtool: warning: relinking 'libttsmimic_lang_usenglish.la'
  581. libtool: install: (cd /home/ernst/mycroft-core/mimic; /bin/bash "/home/ernst/mycroft-core/mimic/libtool" --silent --tag CC --mode=relink gcc -g -O2 -no-undefined -o libttsmimic_lang_usenglish.la -rpath /home/ernst/mycroft-core/mimic/lib lang/usenglish/us_aswd.lo lang/usenglish/us_dur_stats.lo lang/usenglish/us_durz_cart.lo lang/usenglish/usenglish.lo lang/usenglish/us_expand.lo lang/usenglish/us_f0lr.lo lang/usenglish/us_f0_model.lo lang/usenglish/us_ffeatures.lo lang/usenglish/us_gpos.lo lang/usenglish/us_int_accent_cart.lo lang/usenglish/us_int_tone_cart.lo lang/usenglish/us_nums_cart.lo lang/usenglish/us_phoneset.lo lang/usenglish/us_phrasing_cart.lo lang/usenglish/us_pos_cart.lo lang/usenglish/us_text.lo libttsmimic.la -lm )
  582. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_usenglish.so.0.0.0T /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_usenglish.so.0.0.0
  583. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_usenglish.so.0.0.0 libttsmimic_lang_usenglish.so.0 || { rm -f libttsmimic_lang_usenglish.so.0 && ln -s libttsmimic_lang_usenglish.so.0.0.0 libttsmimic_lang_usenglish.so.0; }; })
  584. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_usenglish.so.0.0.0 libttsmimic_lang_usenglish.so || { rm -f libttsmimic_lang_usenglish.so && ln -s libttsmimic_lang_usenglish.so.0.0.0 libttsmimic_lang_usenglish.so; }; })
  585. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_usenglish.lai /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_usenglish.la
  586. libtool: warning: relinking 'libttsmimic_lang_cmu_grapheme_lang.la'
  587. libtool: install: (cd /home/ernst/mycroft-core/mimic; /bin/bash "/home/ernst/mycroft-core/mimic/libtool" --silent --tag CC --mode=relink gcc -g -O2 -no-undefined -o libttsmimic_lang_cmu_grapheme_lang.la -rpath /home/ernst/mycroft-core/mimic/lib lang/cmu_grapheme_lang/cmu_grapheme_lang.lo lang/cmu_grapheme_lang/cmu_grapheme_phrasing_cart.lo lang/cmu_grapheme_lang/cmu_grapheme_phoneset.lo libttsmimic.la -lm )
  588. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_cmu_grapheme_lang.so.0.0.0T /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_cmu_grapheme_lang.so.0.0.0
  589. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_cmu_grapheme_lang.so.0.0.0 libttsmimic_lang_cmu_grapheme_lang.so.0 || { rm -f libttsmimic_lang_cmu_grapheme_lang.so.0 && ln -s libttsmimic_lang_cmu_grapheme_lang.so.0.0.0 libttsmimic_lang_cmu_grapheme_lang.so.0; }; })
  590. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_cmu_grapheme_lang.so.0.0.0 libttsmimic_lang_cmu_grapheme_lang.so || { rm -f libttsmimic_lang_cmu_grapheme_lang.so && ln -s libttsmimic_lang_cmu_grapheme_lang.so.0.0.0 libttsmimic_lang_cmu_grapheme_lang.so; }; })
  591. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_cmu_grapheme_lang.lai /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_cmu_grapheme_lang.la
  592. libtool: warning: relinking 'libttsmimic_lang_cmu_indic_lang.la'
  593. libtool: install: (cd /home/ernst/mycroft-core/mimic; /bin/bash "/home/ernst/mycroft-core/mimic/libtool" --silent --tag CC --mode=relink gcc -g -O2 -no-undefined -o libttsmimic_lang_cmu_indic_lang.la -rpath /home/ernst/mycroft-core/mimic/lib lang/cmu_indic_lang/cmu_indic_lang.lo lang/cmu_indic_lang/cmu_indic_phoneset.lo lang/cmu_indic_lang/cmu_indic_phrasing_cart.lo libttsmimic.la libttsmimic_lang_usenglish.la -lm )
  594. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_cmu_indic_lang.so.0.0.0T /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_cmu_indic_lang.so.0.0.0
  595. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_cmu_indic_lang.so.0.0.0 libttsmimic_lang_cmu_indic_lang.so.0 || { rm -f libttsmimic_lang_cmu_indic_lang.so.0 && ln -s libttsmimic_lang_cmu_indic_lang.so.0.0.0 libttsmimic_lang_cmu_indic_lang.so.0; }; })
  596. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_cmu_indic_lang.so.0.0.0 libttsmimic_lang_cmu_indic_lang.so || { rm -f libttsmimic_lang_cmu_indic_lang.so && ln -s libttsmimic_lang_cmu_indic_lang.so.0.0.0 libttsmimic_lang_cmu_indic_lang.so; }; })
  597. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_cmu_indic_lang.lai /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_cmu_indic_lang.la
  598. libtool: warning: relinking 'libttsmimic_lang_cmulex.la'
  599. libtool: install: (cd /home/ernst/mycroft-core/mimic; /bin/bash "/home/ernst/mycroft-core/mimic/libtool" --silent --tag CC --mode=relink gcc -g -O2 -no-undefined -o libttsmimic_lang_cmulex.la -rpath /home/ernst/mycroft-core/mimic/lib lang/cmulex/cmu_lex.lo lang/cmulex/cmu_lex_data.lo lang/cmulex/cmu_lex_entries.lo lang/cmulex/cmu_lts_model.lo lang/cmulex/cmu_lts_rules.lo lang/cmulex/cmu_postlex.lo libttsmimic.la -lm )
  600. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_cmulex.so.0.0.0T /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_cmulex.so.0.0.0
  601. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_cmulex.so.0.0.0 libttsmimic_lang_cmulex.so.0 || { rm -f libttsmimic_lang_cmulex.so.0 && ln -s libttsmimic_lang_cmulex.so.0.0.0 libttsmimic_lang_cmulex.so.0; }; })
  602. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_cmulex.so.0.0.0 libttsmimic_lang_cmulex.so || { rm -f libttsmimic_lang_cmulex.so && ln -s libttsmimic_lang_cmulex.so.0.0.0 libttsmimic_lang_cmulex.so; }; })
  603. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_cmulex.lai /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_cmulex.la
  604. libtool: warning: relinking 'libttsmimic_lang_cmu_indic_lex.la'
  605. libtool: install: (cd /home/ernst/mycroft-core/mimic; /bin/bash "/home/ernst/mycroft-core/mimic/libtool" --silent --tag CC --mode=relink gcc -g -O2 -no-undefined -o libttsmimic_lang_cmu_indic_lex.la -rpath /home/ernst/mycroft-core/mimic/lib lang/cmu_indic_lex/cmu_indic_lex.lo libttsmimic.la libttsmimic_lang_cmulex.la libttsmimic_lang_cmu_indic_lang.la -lm )
  606. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_cmu_indic_lex.so.0.0.0T /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_cmu_indic_lex.so.0.0.0
  607. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_cmu_indic_lex.so.0.0.0 libttsmimic_lang_cmu_indic_lex.so.0 || { rm -f libttsmimic_lang_cmu_indic_lex.so.0 && ln -s libttsmimic_lang_cmu_indic_lex.so.0.0.0 libttsmimic_lang_cmu_indic_lex.so.0; }; })
  608. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_cmu_indic_lex.so.0.0.0 libttsmimic_lang_cmu_indic_lex.so || { rm -f libttsmimic_lang_cmu_indic_lex.so && ln -s libttsmimic_lang_cmu_indic_lex.so.0.0.0 libttsmimic_lang_cmu_indic_lex.so; }; })
  609. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_cmu_indic_lex.lai /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_cmu_indic_lex.la
  610. libtool: warning: relinking 'libttsmimic_lang_cmu_grapheme_lex.la'
  611. libtool: install: (cd /home/ernst/mycroft-core/mimic; /bin/bash "/home/ernst/mycroft-core/mimic/libtool" --silent --tag CC --mode=relink gcc -g -O2 -no-undefined -o libttsmimic_lang_cmu_grapheme_lex.la -rpath /home/ernst/mycroft-core/mimic/lib lang/cmu_grapheme_lex/cmu_grapheme_lex.lo lang/cmu_grapheme_lex/grapheme_unitran_tables.lo libttsmimic.la -lm )
  612. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_cmu_grapheme_lex.so.0.0.0T /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_cmu_grapheme_lex.so.0.0.0
  613. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_cmu_grapheme_lex.so.0.0.0 libttsmimic_lang_cmu_grapheme_lex.so.0 || { rm -f libttsmimic_lang_cmu_grapheme_lex.so.0 && ln -s libttsmimic_lang_cmu_grapheme_lex.so.0.0.0 libttsmimic_lang_cmu_grapheme_lex.so.0; }; })
  614. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_cmu_grapheme_lex.so.0.0.0 libttsmimic_lang_cmu_grapheme_lex.so || { rm -f libttsmimic_lang_cmu_grapheme_lex.so && ln -s libttsmimic_lang_cmu_grapheme_lex.so.0.0.0 libttsmimic_lang_cmu_grapheme_lex.so; }; })
  615. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_cmu_grapheme_lex.lai /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_cmu_grapheme_lex.la
  616. libtool: warning: relinking 'libttsmimic_lang_cmu_us_kal.la'
  617. libtool: install: (cd /home/ernst/mycroft-core/mimic; /bin/bash "/home/ernst/mycroft-core/mimic/libtool" --silent --tag CC --mode=relink gcc -I./lang/usenglish -I./lang/cmulex -g -O2 -no-undefined -o libttsmimic_lang_cmu_us_kal.la -rpath /home/ernst/mycroft-core/mimic/lib lang/cmu_us_kal/libttsmimic_lang_cmu_us_kal_la-cmu_us_kal.lo lang/cmu_us_kal/libttsmimic_lang_cmu_us_kal_la-cmu_us_kal_diphone.lo lang/cmu_us_kal/libttsmimic_lang_cmu_us_kal_la-cmu_us_kal_lpc.lo lang/cmu_us_kal/libttsmimic_lang_cmu_us_kal_la-cmu_us_kal_res.lo lang/cmu_us_kal/libttsmimic_lang_cmu_us_kal_la-cmu_us_kal_residx.lo lang/cmu_us_kal/libttsmimic_lang_cmu_us_kal_la-cmu_us_kal_ressize.lo libttsmimic.la libttsmimic_lang_cmulex.la libttsmimic_lang_usenglish.la -lm )
  618. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_cmu_us_kal.so.0.0.0T /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_cmu_us_kal.so.0.0.0
  619. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_cmu_us_kal.so.0.0.0 libttsmimic_lang_cmu_us_kal.so.0 || { rm -f libttsmimic_lang_cmu_us_kal.so.0 && ln -s libttsmimic_lang_cmu_us_kal.so.0.0.0 libttsmimic_lang_cmu_us_kal.so.0; }; })
  620. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_cmu_us_kal.so.0.0.0 libttsmimic_lang_cmu_us_kal.so || { rm -f libttsmimic_lang_cmu_us_kal.so && ln -s libttsmimic_lang_cmu_us_kal.so.0.0.0 libttsmimic_lang_cmu_us_kal.so; }; })
  621. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_cmu_us_kal.lai /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_cmu_us_kal.la
  622. libtool: warning: relinking 'libttsmimic_lang_cmu_time_awb.la'
  623. libtool: install: (cd /home/ernst/mycroft-core/mimic; /bin/bash "/home/ernst/mycroft-core/mimic/libtool" --silent --tag CC --mode=relink gcc -I./lang/usenglish -I./lang/cmulex -g -O2 -no-undefined -o libttsmimic_lang_cmu_time_awb.la -rpath /home/ernst/mycroft-core/mimic/lib lang/cmu_time_awb/libttsmimic_lang_cmu_time_awb_la-cmu_time_awb.lo lang/cmu_time_awb/libttsmimic_lang_cmu_time_awb_la-cmu_time_awb_cart.lo lang/cmu_time_awb/libttsmimic_lang_cmu_time_awb_la-cmu_time_awb_clunits.lo lang/cmu_time_awb/libttsmimic_lang_cmu_time_awb_la-cmu_time_awb_lex_entry.lo lang/cmu_time_awb/libttsmimic_lang_cmu_time_awb_la-cmu_time_awb_lpc.lo lang/cmu_time_awb/libttsmimic_lang_cmu_time_awb_la-cmu_time_awb_mcep.lo libttsmimic.la libttsmimic_lang_cmulex.la libttsmimic_lang_usenglish.la -lm )
  624. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_cmu_time_awb.so.0.0.0T /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_cmu_time_awb.so.0.0.0
  625. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_cmu_time_awb.so.0.0.0 libttsmimic_lang_cmu_time_awb.so.0 || { rm -f libttsmimic_lang_cmu_time_awb.so.0 && ln -s libttsmimic_lang_cmu_time_awb.so.0.0.0 libttsmimic_lang_cmu_time_awb.so.0; }; })
  626. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_cmu_time_awb.so.0.0.0 libttsmimic_lang_cmu_time_awb.so || { rm -f libttsmimic_lang_cmu_time_awb.so && ln -s libttsmimic_lang_cmu_time_awb.so.0.0.0 libttsmimic_lang_cmu_time_awb.so; }; })
  627. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_cmu_time_awb.lai /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_cmu_time_awb.la
  628. libtool: warning: relinking 'libttsmimic_lang_cmu_us_kal16.la'
  629. libtool: install: (cd /home/ernst/mycroft-core/mimic; /bin/bash "/home/ernst/mycroft-core/mimic/libtool" --silent --tag CC --mode=relink gcc -I./lang/usenglish -I./lang/cmulex -g -O2 -no-undefined -o libttsmimic_lang_cmu_us_kal16.la -rpath /home/ernst/mycroft-core/mimic/lib lang/cmu_us_kal16/libttsmimic_lang_cmu_us_kal16_la-cmu_us_kal16.lo lang/cmu_us_kal16/libttsmimic_lang_cmu_us_kal16_la-cmu_us_kal16_diphone.lo lang/cmu_us_kal16/libttsmimic_lang_cmu_us_kal16_la-cmu_us_kal16_lpc.lo lang/cmu_us_kal16/libttsmimic_lang_cmu_us_kal16_la-cmu_us_kal16_res.lo lang/cmu_us_kal16/libttsmimic_lang_cmu_us_kal16_la-cmu_us_kal16_residx.lo libttsmimic.la libttsmimic_lang_cmulex.la libttsmimic_lang_usenglish.la -lm )
  630. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_cmu_us_kal16.so.0.0.0T /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_cmu_us_kal16.so.0.0.0
  631. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_cmu_us_kal16.so.0.0.0 libttsmimic_lang_cmu_us_kal16.so.0 || { rm -f libttsmimic_lang_cmu_us_kal16.so.0 && ln -s libttsmimic_lang_cmu_us_kal16.so.0.0.0 libttsmimic_lang_cmu_us_kal16.so.0; }; })
  632. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_cmu_us_kal16.so.0.0.0 libttsmimic_lang_cmu_us_kal16.so || { rm -f libttsmimic_lang_cmu_us_kal16.so && ln -s libttsmimic_lang_cmu_us_kal16.so.0.0.0 libttsmimic_lang_cmu_us_kal16.so; }; })
  633. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_cmu_us_kal16.lai /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_cmu_us_kal16.la
  634. libtool: warning: relinking 'libttsmimic_lang_cmu_us_awb.la'
  635. libtool: install: (cd /home/ernst/mycroft-core/mimic; /bin/bash "/home/ernst/mycroft-core/mimic/libtool" --silent --tag CC --mode=relink gcc -I./lang/usenglish -I./lang/cmulex -g -O2 -no-undefined -o libttsmimic_lang_cmu_us_awb.la -rpath /home/ernst/mycroft-core/mimic/lib lang/cmu_us_awb/libttsmimic_lang_cmu_us_awb_la-cmu_us_awb.lo lang/cmu_us_awb/libttsmimic_lang_cmu_us_awb_la-cmu_us_awb_cg.lo lang/cmu_us_awb/libttsmimic_lang_cmu_us_awb_la-cmu_us_awb_cg_durmodel.lo lang/cmu_us_awb/libttsmimic_lang_cmu_us_awb_la-cmu_us_awb_cg_f0_trees.lo lang/cmu_us_awb/libttsmimic_lang_cmu_us_awb_la-cmu_us_awb_cg_phonestate.lo lang/cmu_us_awb/libttsmimic_lang_cmu_us_awb_la-cmu_us_awb_cg_single_mcep_trees.lo lang/cmu_us_awb/libttsmimic_lang_cmu_us_awb_la-cmu_us_awb_cg_single_params.lo lang/cmu_us_awb/libttsmimic_lang_cmu_us_awb_la-cmu_us_awb_spamf0_accent.lo lang/cmu_us_awb/libttsmimic_lang_cmu_us_awb_la-cmu_us_awb_spamf0_accent_params.lo lang/cmu_us_awb/libttsmimic_lang_cmu_us_awb_la-cmu_us_awb_spamf0_phrase.lo libttsmimic.la libttsmimic_lang_cmulex.la libttsmimic_lang_usenglish.la -lm )
  636. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_cmu_us_awb.so.0.0.0T /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_cmu_us_awb.so.0.0.0
  637. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_cmu_us_awb.so.0.0.0 libttsmimic_lang_cmu_us_awb.so.0 || { rm -f libttsmimic_lang_cmu_us_awb.so.0 && ln -s libttsmimic_lang_cmu_us_awb.so.0.0.0 libttsmimic_lang_cmu_us_awb.so.0; }; })
  638. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_cmu_us_awb.so.0.0.0 libttsmimic_lang_cmu_us_awb.so || { rm -f libttsmimic_lang_cmu_us_awb.so && ln -s libttsmimic_lang_cmu_us_awb.so.0.0.0 libttsmimic_lang_cmu_us_awb.so; }; })
  639. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_cmu_us_awb.lai /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_cmu_us_awb.la
  640. libtool: warning: relinking 'libttsmimic_lang_cmu_us_rms.la'
  641. libtool: install: (cd /home/ernst/mycroft-core/mimic; /bin/bash "/home/ernst/mycroft-core/mimic/libtool" --silent --tag CC --mode=relink gcc -I./lang/usenglish -I./lang/cmulex -g -O2 -no-undefined -o libttsmimic_lang_cmu_us_rms.la -rpath /home/ernst/mycroft-core/mimic/lib lang/cmu_us_rms/libttsmimic_lang_cmu_us_rms_la-cmu_us_rms.lo lang/cmu_us_rms/libttsmimic_lang_cmu_us_rms_la-cmu_us_rms_cg.lo lang/cmu_us_rms/libttsmimic_lang_cmu_us_rms_la-cmu_us_rms_cg_durmodel.lo lang/cmu_us_rms/libttsmimic_lang_cmu_us_rms_la-cmu_us_rms_cg_f0_trees.lo lang/cmu_us_rms/libttsmimic_lang_cmu_us_rms_la-cmu_us_rms_cg_phonestate.lo lang/cmu_us_rms/libttsmimic_lang_cmu_us_rms_la-cmu_us_rms_cg_single_mcep_trees.lo lang/cmu_us_rms/libttsmimic_lang_cmu_us_rms_la-cmu_us_rms_cg_single_params.lo lang/cmu_us_rms/libttsmimic_lang_cmu_us_rms_la-cmu_us_rms_spamf0_accent.lo lang/cmu_us_rms/libttsmimic_lang_cmu_us_rms_la-cmu_us_rms_spamf0_accent_params.lo lang/cmu_us_rms/libttsmimic_lang_cmu_us_rms_la-cmu_us_rms_spamf0_phrase.lo libttsmimic.la libttsmimic_lang_cmulex.la libttsmimic_lang_usenglish.la -lm )
  642. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_cmu_us_rms.so.0.0.0T /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_cmu_us_rms.so.0.0.0
  643. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_cmu_us_rms.so.0.0.0 libttsmimic_lang_cmu_us_rms.so.0 || { rm -f libttsmimic_lang_cmu_us_rms.so.0 && ln -s libttsmimic_lang_cmu_us_rms.so.0.0.0 libttsmimic_lang_cmu_us_rms.so.0; }; })
  644. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_cmu_us_rms.so.0.0.0 libttsmimic_lang_cmu_us_rms.so || { rm -f libttsmimic_lang_cmu_us_rms.so && ln -s libttsmimic_lang_cmu_us_rms.so.0.0.0 libttsmimic_lang_cmu_us_rms.so; }; })
  645. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_cmu_us_rms.lai /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_cmu_us_rms.la
  646. libtool: warning: relinking 'libttsmimic_lang_cmu_us_slt.la'
  647. libtool: install: (cd /home/ernst/mycroft-core/mimic; /bin/bash "/home/ernst/mycroft-core/mimic/libtool" --silent --tag CC --mode=relink gcc -I./lang/usenglish -I./lang/cmulex -g -O2 -no-undefined -o libttsmimic_lang_cmu_us_slt.la -rpath /home/ernst/mycroft-core/mimic/lib lang/cmu_us_slt/libttsmimic_lang_cmu_us_slt_la-cmu_us_slt.lo lang/cmu_us_slt/libttsmimic_lang_cmu_us_slt_la-cmu_us_slt_cg.lo lang/cmu_us_slt/libttsmimic_lang_cmu_us_slt_la-cmu_us_slt_cg_durmodel.lo lang/cmu_us_slt/libttsmimic_lang_cmu_us_slt_la-cmu_us_slt_cg_f0_trees.lo lang/cmu_us_slt/libttsmimic_lang_cmu_us_slt_la-cmu_us_slt_cg_phonestate.lo lang/cmu_us_slt/libttsmimic_lang_cmu_us_slt_la-cmu_us_slt_cg_single_mcep_trees.lo lang/cmu_us_slt/libttsmimic_lang_cmu_us_slt_la-cmu_us_slt_cg_single_params.lo lang/cmu_us_slt/libttsmimic_lang_cmu_us_slt_la-cmu_us_slt_spamf0_accent.lo lang/cmu_us_slt/libttsmimic_lang_cmu_us_slt_la-cmu_us_slt_spamf0_accent_params.lo lang/cmu_us_slt/libttsmimic_lang_cmu_us_slt_la-cmu_us_slt_spamf0_phrase.lo libttsmimic.la libttsmimic_lang_cmulex.la libttsmimic_lang_usenglish.la -lm )
  648. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_cmu_us_slt.so.0.0.0T /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_cmu_us_slt.so.0.0.0
  649. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_cmu_us_slt.so.0.0.0 libttsmimic_lang_cmu_us_slt.so.0 || { rm -f libttsmimic_lang_cmu_us_slt.so.0 && ln -s libttsmimic_lang_cmu_us_slt.so.0.0.0 libttsmimic_lang_cmu_us_slt.so.0; }; })
  650. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_cmu_us_slt.so.0.0.0 libttsmimic_lang_cmu_us_slt.so || { rm -f libttsmimic_lang_cmu_us_slt.so && ln -s libttsmimic_lang_cmu_us_slt.so.0.0.0 libttsmimic_lang_cmu_us_slt.so; }; })
  651. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_cmu_us_slt.lai /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_cmu_us_slt.la
  652. libtool: warning: relinking 'libttsmimic_lang_vid_gb_ap.la'
  653. libtool: install: (cd /home/ernst/mycroft-core/mimic; /bin/bash "/home/ernst/mycroft-core/mimic/libtool" --silent --tag CC --mode=relink gcc -I./lang/usenglish -I./lang/cmulex -g -O2 -no-undefined -o libttsmimic_lang_vid_gb_ap.la -rpath /home/ernst/mycroft-core/mimic/lib lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap.lo lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg_01_mcep_trees.lo lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg_01_params.lo lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg_08_durmodel.lo lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg_10_durmodel.lo lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg_12_mcep_trees.lo lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg_12_params.lo lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg_17_durmodel.lo lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg_17_mcep_trees.lo lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg_17_params.lo lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg.lo lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg_f0_trees.lo lang/vid_gb_ap/libttsmimic_lang_vid_gb_ap_la-vid_gb_ap_cg_phonestate.lo libttsmimic.la libttsmimic_lang_cmulex.la libttsmimic_lang_usenglish.la -lm )
  654. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_vid_gb_ap.so.0.0.0T /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_vid_gb_ap.so.0.0.0
  655. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_vid_gb_ap.so.0.0.0 libttsmimic_lang_vid_gb_ap.so.0 || { rm -f libttsmimic_lang_vid_gb_ap.so.0 && ln -s libttsmimic_lang_vid_gb_ap.so.0.0.0 libttsmimic_lang_vid_gb_ap.so.0; }; })
  656. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_vid_gb_ap.so.0.0.0 libttsmimic_lang_vid_gb_ap.so || { rm -f libttsmimic_lang_vid_gb_ap.so && ln -s libttsmimic_lang_vid_gb_ap.so.0.0.0 libttsmimic_lang_vid_gb_ap.so; }; })
  657. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_vid_gb_ap.lai /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_vid_gb_ap.la
  658. libtool: warning: relinking 'libttsmimic_lang_all_langs.la'
  659. libtool: install: (cd /home/ernst/mycroft-core/mimic; /bin/bash "/home/ernst/mycroft-core/mimic/libtool" --silent --tag CC --mode=relink gcc -g -O2 -no-undefined -o libttsmimic_lang_all_langs.la -rpath /home/ernst/mycroft-core/mimic/lib main/mimic_lang_list.lo libttsmimic.la libttsmimic_lang_usenglish.la libttsmimic_lang_cmu_grapheme_lang.la libttsmimic_lang_cmu_indic_lang.la libttsmimic_lang_cmulex.la libttsmimic_lang_cmu_indic_lex.la libttsmimic_lang_cmu_grapheme_lex.la -lm )
  660. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_all_langs.so.0.0.0T /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_all_langs.so.0.0.0
  661. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_all_langs.so.0.0.0 libttsmimic_lang_all_langs.so.0 || { rm -f libttsmimic_lang_all_langs.so.0 && ln -s libttsmimic_lang_all_langs.so.0.0.0 libttsmimic_lang_all_langs.so.0; }; })
  662. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_all_langs.so.0.0.0 libttsmimic_lang_all_langs.so || { rm -f libttsmimic_lang_all_langs.so && ln -s libttsmimic_lang_all_langs.so.0.0.0 libttsmimic_lang_all_langs.so; }; })
  663. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_all_langs.lai /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_all_langs.la
  664. libtool: warning: relinking 'libttsmimic_lang_all_voices.la'
  665. libtool: install: (cd /home/ernst/mycroft-core/mimic; /bin/bash "/home/ernst/mycroft-core/mimic/libtool" --silent --tag CC --mode=relink gcc -g -O2 -no-undefined -o libttsmimic_lang_all_voices.la -rpath /home/ernst/mycroft-core/mimic/lib main/mimic_voice_list.lo libttsmimic.la libttsmimic_lang_cmu_us_kal.la libttsmimic_lang_cmu_time_awb.la libttsmimic_lang_cmu_us_kal16.la libttsmimic_lang_cmu_us_awb.la libttsmimic_lang_cmu_us_rms.la libttsmimic_lang_cmu_us_slt.la libttsmimic_lang_vid_gb_ap.la -lm )
  666. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_all_voices.so.0.0.0T /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_all_voices.so.0.0.0
  667. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_all_voices.so.0.0.0 libttsmimic_lang_all_voices.so.0 || { rm -f libttsmimic_lang_all_voices.so.0 && ln -s libttsmimic_lang_all_voices.so.0.0.0 libttsmimic_lang_all_voices.so.0; }; })
  668. libtool: install: (cd /home/ernst/mycroft-core/mimic/lib && { ln -s -f libttsmimic_lang_all_voices.so.0.0.0 libttsmimic_lang_all_voices.so || { rm -f libttsmimic_lang_all_voices.so && ln -s libttsmimic_lang_all_voices.so.0.0.0 libttsmimic_lang_all_voices.so; }; })
  669. libtool: install: /usr/bin/install -c .libs/libttsmimic_lang_all_voices.lai /home/ernst/mycroft-core/mimic/lib/libttsmimic_lang_all_voices.la
  670. libtool: finish: PATH="/home/ernst/.virtualenvs/mycroft/bin:/home/ernst/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/ernst/scripts:/home/ernst/bin:/sbin" ldconfig -n /home/ernst/mycroft-core/mimic/lib
  671. ----------------------------------------------------------------------
  672. Libraries have been installed in:
  673. /home/ernst/mycroft-core/mimic/lib
  674.  
  675. If you ever happen to want to link against installed libraries
  676. in a given directory, LIBDIR, you must either use libtool, and
  677. specify the full pathname of the library, or use the '-LLIBDIR'
  678. flag during linking and do at least one of the following:
  679. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  680. during execution
  681. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  682. during linking
  683. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  684. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  685.  
  686. See any operating system documentation about shared libraries for
  687. more information, such as the ld(1) and ld.so(8) manual pages.
  688. ----------------------------------------------------------------------
  689. /bin/mkdir -p '/home/ernst/mycroft-core/mimic/bin'
  690. /bin/bash ./libtool --mode=install /usr/bin/install -c mimic compile_regexes mimicvox_info t2p mimic_time '/home/ernst/mycroft-core/mimic/bin'
  691. libtool: install: /usr/bin/install -c .libs/mimic /home/ernst/mycroft-core/mimic/bin/mimic
  692. libtool: install: /usr/bin/install -c .libs/compile_regexes /home/ernst/mycroft-core/mimic/bin/compile_regexes
  693. libtool: install: /usr/bin/install -c .libs/mimicvox_info /home/ernst/mycroft-core/mimic/bin/mimicvox_info
  694. libtool: install: /usr/bin/install -c .libs/t2p /home/ernst/mycroft-core/mimic/bin/t2p
  695. libtool: install: /usr/bin/install -c .libs/mimic_time /home/ernst/mycroft-core/mimic/bin/mimic_time
  696. /bin/mkdir -p '/home/ernst/mycroft-core/mimic/include/ttsmimic/'
  697. /usr/bin/install -c -m 644 include/cst_alloc.h include/cst_args.h include/cst_audio.h include/cst_cart.h include/cst_cg.h include/cst_clunits.h include/config.h include/cst_diphone.h include/cst_endian.h include/cst_error.h include/cst_features.h include/cst_ffeatures.h include/cst_file.h include/cst_hrg.h include/cst_icu.h include/cst_item.h include/cst_lexicon.h include/cst_lts.h include/cst_lts_rewrites.h include/cst_phoneset.h include/cst_regex.h include/cst_relation.h include/cst_sigpr.h include/cst_socket.h include/cst_ss.h include/cst_string.h include/cst_sts.h include/cst_synth.h include/cst_tokenstream.h include/cst_track.h include/cst_units.h include/cst_utterance.h include/cst_utt_utils.h include/cst_val_const.h include/cst_val_defs.h include/cst_val.h include/cst_viterbi.h include/cst_voice.h include/cst_wave.h include/cst_wchar.h '/home/ernst/mycroft-core/mimic/include/ttsmimic/'
  698. /usr/bin/install -c -m 644 include/mimic.h '/home/ernst/mycroft-core/mimic/include/ttsmimic/'
  699. /bin/mkdir -p '/home/ernst/mycroft-core/mimic/include/ttsmimic//lang/'
  700. /usr/bin/install -c -m 644 lang/usenglish/usenglish.h lang/usenglish/us_f0.h lang/usenglish/us_ffeatures.h lang/usenglish/us_regexes.h lang/usenglish/us_text.h lang/cmu_grapheme_lang/cmu_grapheme_lang.h lang/cmu_indic_lang/cmu_indic_lang.h lang/cmulex/cmu_lex.h lang/cmu_grapheme_lex/cmu_grapheme_lex.h lang/cmu_indic_lex/cmu_indic_lex.h '/home/ernst/mycroft-core/mimic/include/ttsmimic//lang/'
  701. /bin/mkdir -p '/home/ernst/mycroft-core/mimic/lib/pkgconfig'
  702. /usr/bin/install -c -m 644 mimic.pc '/home/ernst/mycroft-core/mimic/lib/pkgconfig'
  703. make[2]: Verzeichnis „/home/ernst/mycroft-core/mimic“ wird verlassen
  704. make[1]: Verzeichnis „/home/ernst/mycroft-core/mimic“ wird verlassen
  705. * Checking for cairo...
  706. * Installing cairo...
  707. % Total % Received % Xferd Average Speed Time Time Time Current
  708. Dload Upload Total Spent Left Speed
  709. 100 392k 100 392k 0 0 80414 0 0:00:05 0:00:05 --:--:-- 99917
  710. py2cairo-1.10.0/AUTHORS
  711. py2cairo-1.10.0/COPYING
  712. py2cairo-1.10.0/COPYING-LGPL-2.1
  713. py2cairo-1.10.0/COPYING-MPL-1.1
  714. py2cairo-1.10.0/INSTALL
  715. py2cairo-1.10.0/Makefile.am
  716. py2cairo-1.10.0/Makefile.in
  717. py2cairo-1.10.0/NEWS
  718. py2cairo-1.10.0/README
  719. py2cairo-1.10.0/acinclude.m4
  720. py2cairo-1.10.0/aclocal.m4
  721. py2cairo-1.10.0/config.lt
  722. py2cairo-1.10.0/config.status
  723. py2cairo-1.10.0/configure
  724. py2cairo-1.10.0/configure.ac
  725. py2cairo-1.10.0/doc/Makefile.am
  726. py2cairo-1.10.0/doc/Makefile.in
  727. py2cairo-1.10.0/doc/README
  728. py2cairo-1.10.0/doc/conf.py
  729. py2cairo-1.10.0/doc/faq.rst
  730. py2cairo-1.10.0/doc/index.rst
  731. py2cairo-1.10.0/doc/make.bat
  732. py2cairo-1.10.0/doc/overview.rst
  733. py2cairo-1.10.0/doc/pycairo_c_api.rst
  734. py2cairo-1.10.0/doc/reference/constants.rst
  735. py2cairo-1.10.0/doc/reference/context.rst
  736. py2cairo-1.10.0/doc/reference/exceptions.rst
  737. py2cairo-1.10.0/doc/reference/index.rst
  738. py2cairo-1.10.0/doc/reference/matrix.rst
  739. py2cairo-1.10.0/doc/reference/paths.rst
  740. py2cairo-1.10.0/doc/reference/patterns.rst
  741. py2cairo-1.10.0/doc/reference/surfaces.rst
  742. py2cairo-1.10.0/doc/reference/text.rst
  743. py2cairo-1.10.0/examples/Makefile.am
  744. py2cairo-1.10.0/examples/Makefile.in
  745. py2cairo-1.10.0/examples/cairo_snippets/snippets/__init__.py
  746. py2cairo-1.10.0/examples/cairo_snippets/snippets/arc.py
  747. py2cairo-1.10.0/examples/cairo_snippets/snippets/arc_negative.py
  748. py2cairo-1.10.0/examples/cairo_snippets/snippets/clip.py
  749. py2cairo-1.10.0/examples/cairo_snippets/snippets/curve_rectangle.py
  750. py2cairo-1.10.0/examples/cairo_snippets/snippets/curve_to.py
  751. py2cairo-1.10.0/examples/cairo_snippets/snippets/ellipse.py
  752. py2cairo-1.10.0/examples/cairo_snippets/snippets/fill_and_stroke.py
  753. py2cairo-1.10.0/examples/cairo_snippets/snippets/fill_and_stroke2.py
  754. py2cairo-1.10.0/examples/cairo_snippets/snippets/glyph_path.py
  755. py2cairo-1.10.0/examples/cairo_snippets/snippets/gradient.py
  756. py2cairo-1.10.0/examples/cairo_snippets/snippets/gradient_mask.py
  757. py2cairo-1.10.0/examples/cairo_snippets/snippets/group.py
  758. py2cairo-1.10.0/examples/cairo_snippets/snippets/path.py
  759. py2cairo-1.10.0/examples/cairo_snippets/snippets/set_line_cap.py
  760. py2cairo-1.10.0/examples/cairo_snippets/snippets/set_line_join.py
  761. py2cairo-1.10.0/examples/cairo_snippets/snippets/show_glyphs.py
  762. py2cairo-1.10.0/examples/cairo_snippets/snippets/text.py
  763. py2cairo-1.10.0/examples/cairo_snippets/snippets/text_align_center.py
  764. py2cairo-1.10.0/examples/cairo_snippets/snippets/text_extents.py
  765. py2cairo-1.10.0/examples/cairo_snippets/snippets_gtk.py
  766. py2cairo-1.10.0/examples/cairo_snippets/snippets_pdf.py
  767. py2cairo-1.10.0/examples/cairo_snippets/snippets_png.py
  768. py2cairo-1.10.0/examples/cairo_snippets/snippets_ps.py
  769. py2cairo-1.10.0/examples/cairo_snippets/snippets_svg.py
  770. py2cairo-1.10.0/examples/gradient.py
  771. py2cairo-1.10.0/examples/gtk/cairo-demo.py
  772. py2cairo-1.10.0/examples/gtk/cairo-knockout.py
  773. py2cairo-1.10.0/examples/gtk/hangman.py
  774. py2cairo-1.10.0/examples/gtk/lsystem.py
  775. py2cairo-1.10.0/examples/gtk/png_view.py
  776. py2cairo-1.10.0/examples/gtk/text.py
  777. py2cairo-1.10.0/examples/hering.py
  778. py2cairo-1.10.0/examples/spiral.py
  779. py2cairo-1.10.0/examples/warpedtext.py
  780. py2cairo-1.10.0/libtool
  781. py2cairo-1.10.0/ltmain.sh
  782. py2cairo-1.10.0/pycairo-uninstalled.pc
  783. py2cairo-1.10.0/pycairo-uninstalled.pc.in
  784. py2cairo-1.10.0/pycairo.pc
  785. py2cairo-1.10.0/pycairo.pc.in
  786. py2cairo-1.10.0/src/Makefile.am
  787. py2cairo-1.10.0/src/Makefile.in
  788. py2cairo-1.10.0/src/__init__.py
  789. py2cairo-1.10.0/src/cairomodule.c
  790. py2cairo-1.10.0/src/config.h
  791. py2cairo-1.10.0/src/config.h.in
  792. py2cairo-1.10.0/src/config.h.in~
  793. py2cairo-1.10.0/src/context.c
  794. py2cairo-1.10.0/src/font.c
  795. py2cairo-1.10.0/src/matrix.c
  796. py2cairo-1.10.0/src/path.c
  797. py2cairo-1.10.0/src/pattern.c
  798. py2cairo-1.10.0/src/private.h
  799. py2cairo-1.10.0/src/pycairo.h
  800. py2cairo-1.10.0/src/surface.c
  801. py2cairo-1.10.0/src/wscript
  802. py2cairo-1.10.0/test/Makefile.am
  803. py2cairo-1.10.0/test/Makefile.in
  804. py2cairo-1.10.0/test/README
  805. py2cairo-1.10.0/test/api_test.py
  806. py2cairo-1.10.0/test/examples_test.py
  807. py2cairo-1.10.0/test/isurface_create_for_data1.py
  808. py2cairo-1.10.0/test/isurface_create_for_data2.py
  809. py2cairo-1.10.0/test/isurface_create_from_png.py
  810. py2cairo-1.10.0/test/isurface_get_data.py
  811. py2cairo-1.10.0/test/pygame-test1.py
  812. py2cairo-1.10.0/test/pygame-test2.py
  813. py2cairo-1.10.0/test/surface_create_for_stream.py
  814. py2cairo-1.10.0/test/surface_write_to_png.py
  815. py2cairo-1.10.0/test/unicodeFilenames.py
  816. py2cairo-1.10.0/test/unicodeText.py
  817. py2cairo-1.10.0/waf
  818. py2cairo-1.10.0/wscript
  819. autoreconf: Entering directory `.'
  820. autoreconf: configure.ac: not using Gettext
  821. autoreconf: running: aclocal --force
  822. autoreconf: configure.ac: tracing
  823. autoreconf: running: libtoolize --copy --force
  824. libtoolize: putting auxiliary files in '.'.
  825. libtoolize: copying file './ltmain.sh'
  826. libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
  827. libtoolize: and rerunning libtoolize and aclocal.
  828. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  829. autoreconf: running: /usr/bin/autoconf --force
  830. autoreconf: running: /usr/bin/autoheader --force
  831. autoreconf: running: automake --add-missing --copy --force-missing
  832. configure.ac:34: installing './compile'
  833. configure.ac:34: installing './config.guess'
  834. configure.ac:34: installing './config.sub'
  835. configure.ac:25: installing './install-sh'
  836. configure.ac:25: installing './missing'
  837. Makefile.am: error: required file './ChangeLog' not found
  838. doc/Makefile.am:32: warning: PAPEROPT_$(PAPER: non-POSIX recursive variable expansion
  839. doc/Makefile.am:55: warning: user target 'clean' defined here ...
  840. automake: ... overrides Automake target 'clean' defined here
  841. doc/Makefile.am:55: consider using clean-local instead of clean
  842. doc/Makefile.am:58: warning: user target 'html' defined here ...
  843. automake: ... overrides Automake target 'html' defined here
  844. doc/Makefile.am:58: consider using html-local instead of html
  845. /usr/share/automake-1.15/am/ltlibrary.am: warning: '_cairo.la': linking libtool libraries using a non-POSIX
  846. /usr/share/automake-1.15/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
  847. src/Makefile.am:11: while processing Libtool library '_cairo.la'
  848. src/Makefile.am: installing './depcomp'
  849. src/Makefile.am:9: installing './py-compile'
  850. autoreconf: automake failed with exit status: 1
  851. checking for a BSD-compatible install... /usr/bin/install -c
  852. checking whether build environment is sane... yes
  853. checking for a thread-safe mkdir -p... /bin/mkdir -p
  854. checking for gawk... gawk
  855. checking whether make sets $(MAKE)... yes
  856. checking whether make supports nested variables... yes
  857. checking build system type... x86_64-pc-linux-gnu
  858. checking host system type... x86_64-pc-linux-gnu
  859. checking how to print strings... printf
  860. checking for style of include used by make... GNU
  861. checking for gcc... gcc
  862. checking whether the C compiler works... yes
  863. checking for C compiler default output file name... a.out
  864. checking for suffix of executables...
  865. checking whether we are cross compiling... no
  866. checking for suffix of object files... o
  867. checking whether we are using the GNU C compiler... yes
  868. checking whether gcc accepts -g... yes
  869. checking for gcc option to accept ISO C89... none needed
  870. checking whether gcc understands -c and -o together... yes
  871. checking dependency style of gcc... none
  872. checking for a sed that does not truncate output... /bin/sed
  873. checking for grep that handles long lines and -e... /bin/grep
  874. checking for egrep... /bin/grep -E
  875. checking for fgrep... /bin/grep -F
  876. checking for ld used by gcc... /usr/bin/ld
  877. checking if the linker (/usr/bin/ld) is GNU ld... yes
  878. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  879. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  880. checking whether ln -s works... yes
  881. checking the maximum length of command line arguments... 1572864
  882. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  883. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  884. checking for /usr/bin/ld option to reload object files... -r
  885. checking for objdump... objdump
  886. checking how to recognize dependent libraries... pass_all
  887. checking for dlltool... no
  888. checking how to associate runtime and link libraries... printf %s\n
  889. checking for ar... ar
  890. checking for archiver @FILE support... @
  891. checking for strip... strip
  892. checking for ranlib... ranlib
  893. checking command to parse /usr/bin/nm -B output from gcc object... ok
  894. checking for sysroot... no
  895. checking for a working dd... /bin/dd
  896. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  897. checking for mt... mt
  898. checking if mt is a manifest tool... no
  899. checking how to run the C preprocessor... gcc -E
  900. checking for ANSI C header files... yes
  901. checking for sys/types.h... yes
  902. checking for sys/stat.h... yes
  903. checking for stdlib.h... yes
  904. checking for string.h... yes
  905. checking for memory.h... yes
  906. checking for strings.h... yes
  907. checking for inttypes.h... yes
  908. checking for stdint.h... yes
  909. checking for unistd.h... yes
  910. checking for dlfcn.h... yes
  911. checking for objdir... .libs
  912. checking if gcc supports -fno-rtti -fno-exceptions... no
  913. checking for gcc option to produce PIC... -fPIC -DPIC
  914. checking if gcc PIC flag -fPIC -DPIC works... yes
  915. checking if gcc static flag -static works... yes
  916. checking if gcc supports -c -o file.o... yes
  917. checking if gcc supports -c -o file.o... (cached) yes
  918. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  919. checking whether -lc should be explicitly linked in... no
  920. checking dynamic linker characteristics... GNU/Linux ld.so
  921. checking how to hardcode library paths into programs... immediate
  922. checking whether stripping libraries is possible... yes
  923. checking if libtool supports shared libraries... yes
  924. checking whether to build shared libraries... yes
  925. checking whether to build static libraries... no
  926. configure: creating ./config.lt
  927. config.lt: creating libtool
  928. checking for a Python interpreter with version >= 2.6... python
  929. checking for python... /home/ernst/.virtualenvs/mycroft/bin/python
  930. checking for python version... 2.7
  931. checking for python platform... linux2
  932. checking for python script directory... ${prefix}/lib/python2.7/site-packages
  933. checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
  934. checking for pkg-config... /usr/bin/pkg-config
  935. checking pkg-config is at least version 0.9.0... yes
  936. checking for CAIRO... no
  937. configure: error: Package requirements (cairo >= 1.10.0) were not met:
  938.  
  939. No package 'cairo' found
  940.  
  941. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  942. installed software in a non-standard prefix.
  943.  
  944. Alternatively, you may set the environment variables CAIRO_CFLAGS
  945. and CAIRO_LIBS to avoid the need to call pkg-config.
  946. See the pkg-config man page for more details.
  947. make: *** Es wurden keine Ziele angegeben und keine „make“-Steuerdatei gefunden. Schluss.
  948. make: *** Keine Regel, um „install“ zu erstellen. Schluss.
  949. * Checking for gobject...
  950. * Installing gobject...
  951. % Total % Received % Xferd Average Speed Time Time Time Current
  952. Dload Upload Total Spent Left Speed
  953. 100 867k 100 867k 0 0 867k 0 0:00:01 0:00:01 --:--:-- 640k
  954. pygobject-2.28.6/
  955. pygobject-2.28.6/pygtk.py
  956. pygobject-2.28.6/Makefile.in
  957. pygobject-2.28.6/glib/
  958. pygobject-2.28.6/glib/Makefile.in
  959. pygobject-2.28.6/glib/pyglib-python-compat.h
  960. pygobject-2.28.6/glib/pyglib.c
  961. pygobject-2.28.6/glib/pygoptioncontext.c
  962. pygobject-2.28.6/glib/pygmaincontext.h
  963. pygobject-2.28.6/glib/pyglib-private.h
  964. pygobject-2.28.6/glib/pygiochannel.c
  965. pygobject-2.28.6/glib/pyglib.h
  966. pygobject-2.28.6/glib/pygsource.h
  967. pygobject-2.28.6/glib/pygspawn.c
  968. pygobject-2.28.6/glib/pygmainloop.c
  969. pygobject-2.28.6/glib/pygoptioncontext.h
  970. pygobject-2.28.6/glib/pygiochannel.h
  971. pygobject-2.28.6/glib/__init__.py
  972. pygobject-2.28.6/glib/pygmainloop.h
  973. pygobject-2.28.6/glib/pygmaincontext.c
  974. pygobject-2.28.6/glib/pygoptiongroup.h
  975. pygobject-2.28.6/glib/pygspawn.h
  976. pygobject-2.28.6/glib/Makefile.am
  977. pygobject-2.28.6/glib/pygoptiongroup.c
  978. pygobject-2.28.6/glib/option.py
  979. pygobject-2.28.6/glib/glibmodule.c
  980. pygobject-2.28.6/glib/pygsource.c
  981. pygobject-2.28.6/ChangeLog
  982. pygobject-2.28.6/config.guess
  983. pygobject-2.28.6/tests/
  984. pygobject-2.28.6/tests/test_properties.py
  985. pygobject-2.28.6/tests/testhelpermodule.c
  986. pygobject-2.28.6/tests/Makefile.in
  987. pygobject-2.28.6/tests/test-floating.c
  988. pygobject-2.28.6/tests/test_gcancellable.py
  989. pygobject-2.28.6/tests/test_source.py
  990. pygobject-2.28.6/tests/test-floating.h
  991. pygobject-2.28.6/tests/test_signal.py
  992. pygobject-2.28.6/tests/test_gresolver.py
  993. pygobject-2.28.6/tests/org.gnome.test.gschema.xml
  994. pygobject-2.28.6/tests/test_everything.py
  995. pygobject-2.28.6/tests/test_option.py
  996. pygobject-2.28.6/tests/runtests.py
  997. pygobject-2.28.6/tests/test_gsocket.py
  998. pygobject-2.28.6/tests/testmodule.py
  999. pygobject-2.28.6/tests/test_interface.py
  1000. pygobject-2.28.6/tests/compathelper.py
  1001. pygobject-2.28.6/tests/test_gicon.py
  1002. pygobject-2.28.6/tests/test-thread.c
  1003. pygobject-2.28.6/tests/test_thread.py
  1004. pygobject-2.28.6/tests/test-thread.h
  1005. pygobject-2.28.6/tests/test_mainloop.py
  1006. pygobject-2.28.6/tests/test-unknown.c
  1007. pygobject-2.28.6/tests/test_gi.py
  1008. pygobject-2.28.6/tests/test_subprocess.py
  1009. pygobject-2.28.6/tests/test_gdbus.py
  1010. pygobject-2.28.6/tests/Makefile.am
  1011. pygobject-2.28.6/tests/test_overrides.py
  1012. pygobject-2.28.6/tests/test-unknown.h
  1013. pygobject-2.28.6/tests/test_gio.py
  1014. pygobject-2.28.6/tests/test_gobject.py
  1015. pygobject-2.28.6/tests/test_uris.py
  1016. pygobject-2.28.6/pygobject_postinstall.py
  1017. pygobject-2.28.6/gi/
  1018. pygobject-2.28.6/gi/pygi-foreign-gvariant.c
  1019. pygobject-2.28.6/gi/pygi-argument.c
  1020. pygobject-2.28.6/gi/pygi-boxed.c
  1021. pygobject-2.28.6/gi/pygi-foreign.c
  1022. pygobject-2.28.6/gi/Makefile.in
  1023. pygobject-2.28.6/gi/pygi-foreign-gvariant.h
  1024. pygobject-2.28.6/gi/pygi-property.c
  1025. pygobject-2.28.6/gi/pygi-invoke.c
  1026. pygobject-2.28.6/gi/pygi-callbacks.c
  1027. pygobject-2.28.6/gi/repository/
  1028. pygobject-2.28.6/gi/repository/Makefile.in
  1029. pygobject-2.28.6/gi/repository/__init__.py
  1030. pygobject-2.28.6/gi/repository/Makefile.am
  1031. pygobject-2.28.6/gi/pygobject-external.h
  1032. pygobject-2.28.6/gi/pygi-repository.h
  1033. pygobject-2.28.6/gi/pygi-type.h
  1034. pygobject-2.28.6/gi/importer.py
  1035. pygobject-2.28.6/gi/pygi-repository.c
  1036. pygobject-2.28.6/gi/pygi-private.h
  1037. pygobject-2.28.6/gi/gimodule.c
  1038. pygobject-2.28.6/gi/pygi-foreign.h
  1039. pygobject-2.28.6/gi/pygi-struct.h
  1040. pygobject-2.28.6/gi/types.py
  1041. pygobject-2.28.6/gi/__init__.py
  1042. pygobject-2.28.6/gi/pygi-info.h
  1043. pygobject-2.28.6/gi/overrides/
  1044. pygobject-2.28.6/gi/overrides/Makefile.in
  1045. pygobject-2.28.6/gi/overrides/Gdk.py
  1046. pygobject-2.28.6/gi/overrides/Gtk.py
  1047. pygobject-2.28.6/gi/overrides/keysyms.py
  1048. pygobject-2.28.6/gi/overrides/GIMarshallingTests.py
  1049. pygobject-2.28.6/gi/overrides/__init__.py
  1050. pygobject-2.28.6/gi/overrides/Gio.py
  1051. pygobject-2.28.6/gi/overrides/Makefile.am
  1052. pygobject-2.28.6/gi/overrides/GLib.py
  1053. pygobject-2.28.6/gi/overrides/Pango.py
  1054. pygobject-2.28.6/gi/pygi-argument.h
  1055. pygobject-2.28.6/gi/pygi-foreign-cairo.c
  1056. pygobject-2.28.6/gi/pygi-struct.c
  1057. pygobject-2.28.6/gi/pygi-closure.h
  1058. pygobject-2.28.6/gi/pygi-callbacks.h
  1059. pygobject-2.28.6/gi/Makefile.am
  1060. pygobject-2.28.6/gi/pygi.h
  1061. pygobject-2.28.6/gi/module.py
  1062. pygobject-2.28.6/gi/pygi-closure.c
  1063. pygobject-2.28.6/gi/pygi-info.c
  1064. pygobject-2.28.6/gi/pygi-signal-closure.c
  1065. pygobject-2.28.6/gi/pygi-property.h
  1066. pygobject-2.28.6/gi/pygi-invoke.h
  1067. pygobject-2.28.6/gi/pygi-boxed.h
  1068. pygobject-2.28.6/gi/pygi-type.c
  1069. pygobject-2.28.6/gi/pygi-signal-closure.h
  1070. pygobject-2.28.6/depcomp
  1071. pygobject-2.28.6/gio/
  1072. pygobject-2.28.6/gio/gresolver.override
  1073. pygobject-2.28.6/gio/Makefile.in
  1074. pygobject-2.28.6/gio/gio.defs
  1075. pygobject-2.28.6/gio/gfileoutputstream.override
  1076. pygobject-2.28.6/gio/gfileinputstream.override
  1077. pygobject-2.28.6/gio/gfile.override
  1078. pygobject-2.28.6/gio/gfileenumerator.override
  1079. pygobject-2.28.6/gio/unixmodule.c
  1080. pygobject-2.28.6/gio/ginputstream.override
  1081. pygobject-2.28.6/gio/gio-types.defs
  1082. pygobject-2.28.6/gio/gappinfo.override
  1083. pygobject-2.28.6/gio/pygio-utils.h
  1084. pygobject-2.28.6/gio/unix.override
  1085. pygobject-2.28.6/gio/gapplaunchcontext.override
  1086. pygobject-2.28.6/gio/gfileattribute.override
  1087. pygobject-2.28.6/gio/gmount.override
  1088. pygobject-2.28.6/gio/gbufferedinputstream.override
  1089. pygobject-2.28.6/gio/pygio-utils.c
  1090. pygobject-2.28.6/gio/__init__.py
  1091. pygobject-2.28.6/gio/gmemoryinputstream.override
  1092. pygobject-2.28.6/gio/gio.override
  1093. pygobject-2.28.6/gio/unix-types.defs
  1094. pygobject-2.28.6/gio/giostream.override
  1095. pygobject-2.28.6/gio/giomodule.c
  1096. pygobject-2.28.6/gio/goutputstream.override
  1097. pygobject-2.28.6/gio/gdrive.override
  1098. pygobject-2.28.6/gio/unix.defs
  1099. pygobject-2.28.6/gio/gdatainputstream.override
  1100. pygobject-2.28.6/gio/Makefile.am
  1101. pygobject-2.28.6/gio/gcancellable.override
  1102. pygobject-2.28.6/gio/gfileiostream.override
  1103. pygobject-2.28.6/gio/gvolumemonitor.override
  1104. pygobject-2.28.6/gio/gvolume.override
  1105. pygobject-2.28.6/gio/gicon.override
  1106. pygobject-2.28.6/gio/gfileinfo.override
  1107. pygobject-2.28.6/gio/gsocket.override
  1108. pygobject-2.28.6/gio/gmemoryoutputstream.override
  1109. pygobject-2.28.6/examples/
  1110. pygobject-2.28.6/examples/Makefile.in
  1111. pygobject-2.28.6/examples/signal.py
  1112. pygobject-2.28.6/examples/cairo-demo.py
  1113. pygobject-2.28.6/examples/properties.py
  1114. pygobject-2.28.6/examples/Makefile.am
  1115. pygobject-2.28.6/examples/option.py
  1116. pygobject-2.28.6/docs/
  1117. pygobject-2.28.6/docs/Makefile.in
  1118. pygobject-2.28.6/docs/xsl/
  1119. pygobject-2.28.6/docs/xsl/devhelp.xsl
  1120. pygobject-2.28.6/docs/xsl/fixxref.py.in
  1121. pygobject-2.28.6/docs/xsl/pdf-style.xsl
  1122. pygobject-2.28.6/docs/xsl/pdf.xsl
  1123. pygobject-2.28.6/docs/xsl/fixxref.py
  1124. pygobject-2.28.6/docs/xsl/html.xsl
  1125. pygobject-2.28.6/docs/xsl/ref-html-style.xsl
  1126. pygobject-2.28.6/docs/xsl/common.xsl
  1127. pygobject-2.28.6/docs/reference/
  1128. pygobject-2.28.6/docs/reference/entities.docbook.in
  1129. pygobject-2.28.6/docs/reference/pygobject-ref.xml
  1130. pygobject-2.28.6/docs/reference/pygobject.xml
  1131. pygobject-2.28.6/docs/reference/pygio-unixoutputstream.xml
  1132. pygobject-2.28.6/docs/reference/pygio-fileenumerator.xml
  1133. pygobject-2.28.6/docs/reference/pygio-simpleasyncresult.xml
  1134. pygobject-2.28.6/docs/reference/pygobject-constants.xml
  1135. pygobject-2.28.6/docs/reference/pygobject-classes.xml
  1136. pygobject-2.28.6/docs/reference/pygio-emblem.xml
  1137. pygobject-2.28.6/docs/reference/pygio-memoryoutputstream.xml
  1138. pygobject-2.28.6/docs/reference/pyglib-functions.xml
  1139. pygobject-2.28.6/docs/reference/pyglib-classes.xml
  1140. pygobject-2.28.6/docs/reference/pygio-classes.xml
  1141. pygobject-2.28.6/docs/reference/pygio-filteroutputstream.xml
  1142. pygobject-2.28.6/docs/reference/pygio-fileinputstream.xml
  1143. pygobject-2.28.6/docs/reference/pygio-datainputstream.xml
  1144. pygobject-2.28.6/docs/reference/pygio-themedicon.xml
  1145. pygobject-2.28.6/docs/reference/pyglib-maincontext.xml
  1146. pygobject-2.28.6/docs/reference/pygio-fileattributeinfo.xml
  1147. pygobject-2.28.6/docs/reference/pygio-constants.xml
  1148. pygobject-2.28.6/docs/reference/pygobject-ginterface.xml
  1149. pygobject-2.28.6/docs/reference/pygio-mountoperation.xml
  1150. pygobject-2.28.6/docs/reference/pygio-file.xml
  1151. pygobject-2.28.6/docs/reference/pygio-outputstream.xml
  1152. pygobject-2.28.6/docs/reference/pygio-volume.xml
  1153. pygobject-2.28.6/docs/reference/pygio-icon.xml
  1154. pygobject-2.28.6/docs/reference/pygio-volumemonitor.xml
  1155. pygobject-2.28.6/docs/reference/pygio-inputstream.xml
  1156. pygobject-2.28.6/docs/reference/pygio-functions.xml
  1157. pygobject-2.28.6/docs/reference/pygio-unixinputstream.xml
  1158. pygobject-2.28.6/docs/reference/pygio-filterinputstream.xml
  1159. pygobject-2.28.6/docs/reference/pygio-applaunchcontext.xml
  1160. pygobject-2.28.6/docs/reference/pygio-loadableicon.xml
  1161. pygobject-2.28.6/docs/reference/pygio-asyncresult.xml
  1162. pygobject-2.28.6/docs/reference/pygio-filemonitor.xml
  1163. pygobject-2.28.6/docs/reference/pygobject-gboxed.xml
  1164. pygobject-2.28.6/docs/reference/pygobject-gpointer.xml
  1165. pygobject-2.28.6/docs/reference/pygio-appinfo.xml
  1166. pygobject-2.28.6/docs/reference/pyglib-constants.xml
  1167. pygobject-2.28.6/docs/reference/pygio-fileoutputstream.xml
  1168. pygobject-2.28.6/docs/reference/pygio-dataoutputstream.xml
  1169. pygobject-2.28.6/docs/reference/pygio-drive.xml
  1170. pygobject-2.28.6/docs/reference/pygio-bufferedoutputstream.xml
  1171. pygobject-2.28.6/docs/reference/pygio-emblemedicon.xml
  1172. pygobject-2.28.6/docs/reference/pygobject-functions.xml
  1173. pygobject-2.28.6/docs/reference/pygio-mount.xml
  1174. pygobject-2.28.6/docs/reference/pygio-fileinfo.xml
  1175. pygobject-2.28.6/docs/reference/pygio-bufferedinputstream.xml
  1176. pygobject-2.28.6/docs/reference/pygio-memoryinputstream.xml
  1177. pygobject-2.28.6/docs/reference/pyglib-mainloop.xml
  1178. pygobject-2.28.6/docs/reference/pygio-fileicon.xml
  1179. pygobject-2.28.6/docs/reference/pygiounix-classes.xml
  1180. pygobject-2.28.6/docs/reference/pygio-cancellable.xml
  1181. pygobject-2.28.6/docs/reference/pygobject-introduction.xml
  1182. pygobject-2.28.6/docs/reference/pygio-seekable.xml
  1183. pygobject-2.28.6/docs/style.css
  1184. pygobject-2.28.6/docs/html/
  1185. pygobject-2.28.6/docs/html/class-giovolumemonitor.html
  1186. pygobject-2.28.6/docs/html/class-giofilemonitor.html
  1187. pygobject-2.28.6/docs/html/class-giofileinputstream.html
  1188. pygobject-2.28.6/docs/html/class-giomount.html
  1189. pygobject-2.28.6/docs/html/class-gioseekable.html
  1190. pygobject-2.28.6/docs/html/class-gobjectginterface.html
  1191. pygobject-2.28.6/docs/html/class-giofileinfo.html
  1192. pygobject-2.28.6/docs/html/class-giomemoryinputstream.html
  1193. pygobject-2.28.6/docs/html/class-giocancellable.html
  1194. pygobject-2.28.6/docs/html/glib-class-reference.html
  1195. pygobject-2.28.6/docs/html/index.html
  1196. pygobject-2.28.6/docs/html/gobject-functions.html
  1197. pygobject-2.28.6/docs/html/class-giounixinputstream.html
  1198. pygobject-2.28.6/docs/html/class-gioicon.html
  1199. pygobject-2.28.6/docs/html/class-gioemblem.html
  1200. pygobject-2.28.6/docs/html/class-giofilterinputstream.html
  1201. pygobject-2.28.6/docs/html/class-gioemblemedicon.html
  1202. pygobject-2.28.6/docs/html/class-gioasyncresult.html
  1203. pygobject-2.28.6/docs/html/glib-constants.html
  1204. pygobject-2.28.6/docs/html/class-glibmaincontext.html
  1205. pygobject-2.28.6/docs/html/pygobject.devhelp
  1206. pygobject-2.28.6/docs/html/class-gioinputstream.html
  1207. pygobject-2.28.6/docs/html/class-gioapplaunchcontext.html
  1208. pygobject-2.28.6/docs/html/gio-constants.html
  1209. pygobject-2.28.6/docs/html/class-giofilteroutputstream.html
  1210. pygobject-2.28.6/docs/html/class-giobufferedinputstream.html
  1211. pygobject-2.28.6/docs/html/class-giodataoutputstream.html
  1212. pygobject-2.28.6/docs/html/class-giofileattributeinfo.html
  1213. pygobject-2.28.6/docs/html/class-gioloadableicon.html
  1214. pygobject-2.28.6/docs/html/class-gobjectgboxed.html
  1215. pygobject-2.28.6/docs/html/class-giooutputstream.html
  1216. pygobject-2.28.6/docs/html/gio-functions.html
  1217. pygobject-2.28.6/docs/html/class-gobjectgpointer.html
  1218. pygobject-2.28.6/docs/html/class-giounixoutputstream.html
  1219. pygobject-2.28.6/docs/html/class-giothemedicon.html
  1220. pygobject-2.28.6/docs/html/pygobject-introduction.html
  1221. pygobject-2.28.6/docs/html/index.sgml
  1222. pygobject-2.28.6/docs/html/gio-class-reference.html
  1223. pygobject-2.28.6/docs/html/class-giofileoutputstream.html
  1224. pygobject-2.28.6/docs/html/class-giofileenumerator.html
  1225. pygobject-2.28.6/docs/html/class-giomountoperation.html
  1226. pygobject-2.28.6/docs/html/gobject-constants.html
  1227. pygobject-2.28.6/docs/html/class-gobject.html
  1228. pygobject-2.28.6/docs/html/class-giosimpleasyncresult.html
  1229. pygobject-2.28.6/docs/html/gobject-class-reference.html
  1230. pygobject-2.28.6/docs/html/class-giovolume.html
  1231. pygobject-2.28.6/docs/html/giounix-class-reference.html
  1232. pygobject-2.28.6/docs/html/class-giodrive.html
  1233. pygobject-2.28.6/docs/html/class-giodatainputstream.html
  1234. pygobject-2.28.6/docs/html/class-giomemoryoutputstream.html
  1235. pygobject-2.28.6/docs/html/class-giofileicon.html
  1236. pygobject-2.28.6/docs/html/class-giofile.html
  1237. pygobject-2.28.6/docs/html/class-glibmainloop.html
  1238. pygobject-2.28.6/docs/html/glib-functions.html
  1239. pygobject-2.28.6/docs/html/class-gioappinfo.html
  1240. pygobject-2.28.6/docs/html/class-giobufferedoutputstream.html
  1241. pygobject-2.28.6/docs/Makefile.am
  1242. pygobject-2.28.6/MANIFEST.in
  1243. pygobject-2.28.6/README
  1244. pygobject-2.28.6/install-sh
  1245. pygobject-2.28.6/pygobject-2.0.pc.in
  1246. pygobject-2.28.6/py-compile
  1247. pygobject-2.28.6/pygobject-2.0-uninstalled.pc.in
  1248. pygobject-2.28.6/aclocal.m4
  1249. pygobject-2.28.6/gobject/
  1250. pygobject-2.28.6/gobject/Makefile.in
  1251. pygobject-2.28.6/gobject/pygobject.c
  1252. pygobject-2.28.6/gobject/gobjectmodule.c
  1253. pygobject-2.28.6/gobject/pygtype.h
  1254. pygobject-2.28.6/gobject/ffi-marshaller.c
  1255. pygobject-2.28.6/gobject/pygpointer.c
  1256. pygobject-2.28.6/gobject/pyginterface.c
  1257. pygobject-2.28.6/gobject/constants.py
  1258. pygobject-2.28.6/gobject/pygflags.h
  1259. pygobject-2.28.6/gobject/pygtype.c
  1260. pygobject-2.28.6/gobject/propertyhelper.py
  1261. pygobject-2.28.6/gobject/pygenum.h
  1262. pygobject-2.28.6/gobject/pygparamspec.h
  1263. pygobject-2.28.6/gobject/__init__.py
  1264. pygobject-2.28.6/gobject/pygparamspec.c
  1265. pygobject-2.28.6/gobject/pygpointer.h
  1266. pygobject-2.28.6/gobject/pygflags.c
  1267. pygobject-2.28.6/gobject/pygobject-private.h
  1268. pygobject-2.28.6/gobject/ffi-marshaller.h
  1269. pygobject-2.28.6/gobject/pygboxed.c
  1270. pygobject-2.28.6/gobject/Makefile.am
  1271. pygobject-2.28.6/gobject/pygobject.h
  1272. pygobject-2.28.6/gobject/pygboxed.h
  1273. pygobject-2.28.6/gobject/pygenum.c
  1274. pygobject-2.28.6/gobject/pyginterface.h
  1275. pygobject-2.28.6/PKG-INFO
  1276. pygobject-2.28.6/ltmain.sh
  1277. pygobject-2.28.6/INSTALL
  1278. pygobject-2.28.6/NEWS
  1279. pygobject-2.28.6/dsextras.py
  1280. pygobject-2.28.6/PKG-INFO.in
  1281. pygobject-2.28.6/ChangeLog.pre-2.18
  1282. pygobject-2.28.6/m4/
  1283. pygobject-2.28.6/m4/lt~obsolete.m4
  1284. pygobject-2.28.6/m4/ltversion.m4
  1285. pygobject-2.28.6/m4/ltsugar.m4
  1286. pygobject-2.28.6/m4/libtool.m4
  1287. pygobject-2.28.6/m4/ltoptions.m4
  1288. pygobject-2.28.6/m4/python.m4
  1289. pygobject-2.28.6/m4/jhflags.m4
  1290. pygobject-2.28.6/m4/as-ac-expand.m4
  1291. pygobject-2.28.6/config.sub
  1292. pygobject-2.28.6/compile
  1293. pygobject-2.28.6/README.win32
  1294. pygobject-2.28.6/setup.py
  1295. pygobject-2.28.6/Makefile.am
  1296. pygobject-2.28.6/configure.ac
  1297. pygobject-2.28.6/missing
  1298. pygobject-2.28.6/config.h.in
  1299. pygobject-2.28.6/COPYING
  1300. pygobject-2.28.6/AUTHORS
  1301. pygobject-2.28.6/configure
  1302. pygobject-2.28.6/codegen/
  1303. pygobject-2.28.6/codegen/docgen.py
  1304. pygobject-2.28.6/codegen/Makefile.in
  1305. pygobject-2.28.6/codegen/missingdefs.py
  1306. pygobject-2.28.6/codegen/createdefs.py
  1307. pygobject-2.28.6/codegen/docextract_to_xml.py
  1308. pygobject-2.28.6/codegen/code-coverage.py
  1309. pygobject-2.28.6/codegen/scanvirtuals.py
  1310. pygobject-2.28.6/codegen/mergedefs.py
  1311. pygobject-2.28.6/codegen/argtypes.py
  1312. pygobject-2.28.6/codegen/__init__.py
  1313. pygobject-2.28.6/codegen/reversewrapper.py
  1314. pygobject-2.28.6/codegen/mkskel.py
  1315. pygobject-2.28.6/codegen/override.py
  1316. pygobject-2.28.6/codegen/README.defs
  1317. pygobject-2.28.6/codegen/scmexpr.py
  1318. pygobject-2.28.6/codegen/docextract.py
  1319. pygobject-2.28.6/codegen/pygobject-codegen-2.0.in
  1320. pygobject-2.28.6/codegen/defsgen.py
  1321. pygobject-2.28.6/codegen/Makefile.am
  1322. pygobject-2.28.6/codegen/definitions.py
  1323. pygobject-2.28.6/codegen/defsparser.py
  1324. pygobject-2.28.6/codegen/h2def.py
  1325. pygobject-2.28.6/codegen/codegen.py
  1326. pygobject-2.28.6/codegen/defsconvert.py
  1327. checking for a BSD-compatible install... /usr/bin/install -c
  1328. checking whether build environment is sane... yes
  1329. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1330. checking for gawk... gawk
  1331. checking whether make sets $(MAKE)... yes
  1332. checking whether to enable maintainer-specific portions of Makefiles... no
  1333. checking build system type... x86_64-unknown-linux-gnu
  1334. checking host system type... x86_64-unknown-linux-gnu
  1335. checking for some Win32 platform... no
  1336. checking for native Win32... no
  1337. checking how to print strings... printf
  1338. checking for style of include used by make... GNU
  1339. checking for gcc... gcc
  1340. checking whether the C compiler works... yes
  1341. checking for C compiler default output file name... a.out
  1342. checking for suffix of executables...
  1343. checking whether we are cross compiling... no
  1344. checking for suffix of object files... o
  1345. checking whether we are using the GNU C compiler... yes
  1346. checking whether gcc accepts -g... yes
  1347. checking for gcc option to accept ISO C89... none needed
  1348. checking dependency style of gcc... gcc3
  1349. checking for a sed that does not truncate output... /bin/sed
  1350. checking for grep that handles long lines and -e... /bin/grep
  1351. checking for egrep... /bin/grep -E
  1352. checking for fgrep... /bin/grep -F
  1353. checking for ld used by gcc... /usr/bin/ld
  1354. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1355. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1356. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1357. checking whether ln -s works... yes
  1358. checking the maximum length of command line arguments... 1572864
  1359. checking whether the shell understands some XSI constructs... yes
  1360. checking whether the shell understands "+="... yes
  1361. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  1362. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  1363. checking for /usr/bin/ld option to reload object files... -r
  1364. checking for objdump... objdump
  1365. checking how to recognize dependent libraries... pass_all
  1366. checking for dlltool... dlltool
  1367. checking how to associate runtime and link libraries... printf %s\n
  1368. checking for ar... ar
  1369. checking for archiver @FILE support... @
  1370. checking for strip... strip
  1371. checking for ranlib... ranlib
  1372. checking command to parse /usr/bin/nm -B output from gcc object... ok
  1373. checking for sysroot... no
  1374. checking for mt... mt
  1375. checking if mt is a manifest tool... no
  1376. checking how to run the C preprocessor... gcc -E
  1377. checking for ANSI C header files... yes
  1378. checking for sys/types.h... yes
  1379. checking for sys/stat.h... yes
  1380. checking for stdlib.h... yes
  1381. checking for string.h... yes
  1382. checking for memory.h... yes
  1383. checking for strings.h... yes
  1384. checking for inttypes.h... yes
  1385. checking for stdint.h... yes
  1386. checking for unistd.h... yes
  1387. checking for dlfcn.h... yes
  1388. checking for objdir... .libs
  1389. checking if gcc supports -fno-rtti -fno-exceptions... no
  1390. checking for gcc option to produce PIC... -fPIC -DPIC
  1391. checking if gcc PIC flag -fPIC -DPIC works... yes
  1392. checking if gcc static flag -static works... yes
  1393. checking if gcc supports -c -o file.o... yes
  1394. checking if gcc supports -c -o file.o... (cached) yes
  1395. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1396. checking whether -lc should be explicitly linked in... no
  1397. checking dynamic linker characteristics... GNU/Linux ld.so
  1398. checking how to hardcode library paths into programs... immediate
  1399. checking whether stripping libraries is possible... yes
  1400. checking if libtool supports shared libraries... yes
  1401. checking whether to build shared libraries... yes
  1402. checking whether to build static libraries... no
  1403. configure: creating ./config.lt
  1404. config.lt: creating libtool
  1405. checking for library containing strerror... none required
  1406. checking for gcc... (cached) gcc
  1407. checking whether we are using the GNU C compiler... (cached) yes
  1408. checking whether gcc accepts -g... (cached) yes
  1409. checking for gcc option to accept ISO C89... (cached) none needed
  1410. checking dependency style of gcc... (cached) gcc3
  1411. checking for gcc... (cached) gcc
  1412. checking whether we are using the GNU C compiler... (cached) yes
  1413. checking whether gcc accepts -g... (cached) yes
  1414. checking for gcc option to accept ISO C89... (cached) none needed
  1415. checking dependency style of gcc... (cached) gcc3
  1416. checking whether gcc and cc understand -c and -o together... yes
  1417. checking for a Python interpreter with version >= 2.5.2... python
  1418. checking for python... /home/ernst/.virtualenvs/mycroft/bin/python
  1419. checking for python version... 2.7
  1420. checking for python platform... linux2
  1421. checking for python script directory... ${prefix}/lib/python2.7/site-packages
  1422. checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
  1423. checking for python version... (cached) 2.7
  1424. checking for python platform... (cached) linux2
  1425. checking for python script directory... (cached) ${prefix}/lib/python2.7/site-packages
  1426. checking for python extension module directory... (cached) ${exec_prefix}/lib/python2.7/site-packages
  1427. checking for headers required to compile python extensions... found
  1428. checking for PySignal_SetWakeupFd in Python.h... yes
  1429. checking for python module thread... yes
  1430. checking whether to enable threading in pygobject... yes
  1431. checking for pkg-config... /usr/bin/pkg-config
  1432. checking pkg-config is at least version 0.16... yes
  1433. checking for GLIB - version >= 2.24.0... yes (version 2.54.1)
  1434. checking for ffi... checking for FFI... yes
  1435. checking for GIO... yes
  1436. checking for GIOUNIX... yes
  1437. Package gobject-introspection-1.0 was not found in the pkg-config search path.
  1438. Perhaps you should add the directory containing `gobject-introspection-1.0.pc'
  1439. to the PKG_CONFIG_PATH environment variable
  1440. No package 'gobject-introspection-1.0' found
  1441. Package gobject-introspection-1.0 was not found in the pkg-config search path.
  1442. Perhaps you should add the directory containing `gobject-introspection-1.0.pc'
  1443. to the PKG_CONFIG_PATH environment variable
  1444. No package 'gobject-introspection-1.0' found
  1445. checking whether gcc understands -Wall... yes
  1446. checking whether gcc understands -fno-strict-aliasing... yes
  1447. checking whether gcc understands -std=c9x... yes
  1448. configure: creating ./config.status
  1449. config.status: creating Makefile
  1450. config.status: creating pygobject-2.0.pc
  1451. config.status: creating pygobject-2.0-uninstalled.pc
  1452. config.status: creating codegen/Makefile
  1453. config.status: creating codegen/pygobject-codegen-2.0
  1454. config.status: creating docs/Makefile
  1455. config.status: creating docs/reference/entities.docbook
  1456. config.status: creating docs/xsl/fixxref.py
  1457. config.status: creating gi/Makefile
  1458. config.status: creating gi/repository/Makefile
  1459. config.status: creating gi/overrides/Makefile
  1460. config.status: creating glib/Makefile
  1461. config.status: creating gobject/Makefile
  1462. config.status: creating gio/Makefile
  1463. config.status: creating examples/Makefile
  1464. config.status: creating tests/Makefile
  1465. config.status: creating PKG-INFO
  1466. config.status: creating config.h
  1467. config.status: executing depfiles commands
  1468. config.status: executing libtool commands
  1469.  
  1470. libffi support: yes
  1471. introspection support: no
  1472.  
  1473. make all-recursive
  1474. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6“ wird betreten
  1475. Making all in docs
  1476. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/docs“ wird betreten
  1477. make all-am
  1478. make[3]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/docs“ wird betreten
  1479. make[3]: Für das Ziel „all-am“ ist nichts zu tun.
  1480. make[3]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/docs“ wird verlassen
  1481. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/docs“ wird verlassen
  1482. Making all in codegen
  1483. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/codegen“ wird betreten
  1484. make[2]: Für das Ziel „all“ ist nichts zu tun.
  1485. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/codegen“ wird verlassen
  1486. Making all in glib
  1487. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/glib“ wird betreten
  1488. CC libpyglib_2_0_python_la-pyglib.lo
  1489. CC _glib_la-pygiochannel.lo
  1490. CC _glib_la-glibmodule.lo
  1491. CC _glib_la-pygoptioncontext.lo
  1492. CC _glib_la-pygmainloop.lo
  1493. CC _glib_la-pygoptiongroup.lo
  1494. CC _glib_la-pygsource.lo
  1495. CC _glib_la-pygmaincontext.lo
  1496. CC _glib_la-pygspawn.lo
  1497. pygmainloop.c: In function 'pyg_signal_watch_check':
  1498. pygmainloop.c:161:12: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
  1499. gssize ret;
  1500. ^~~
  1501. pyglib.c: In function 'pyglib_enable_threads':
  1502. pyglib.c:157:2: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations]
  1503. g_thread_init(NULL);
  1504. ^~~~~~~~~~~~~
  1505. In file included from /usr/include/glib-2.0/glib.h:108:0,
  1506. from pyglib.h:27,
  1507. from pyglib.c:28:
  1508. /usr/include/glib-2.0/glib/deprecated/gthread.h:265:10: note: declared here
  1509. void g_thread_init (gpointer vtable);
  1510. ^~~~~~~~~~~~~
  1511. glibmodule.c: In function 'pyglib_get_prgname':
  1512. glibmodule.c:566:10: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  1513. name = g_get_prgname();
  1514. ^
  1515. pygsource.c: In function 'pyg_source_get_current_time':
  1516. pygsource.c:252:5: warning: 'g_source_get_current_time' is deprecated: Use 'g_source_get_time' instead [-Wdeprecated-declarations]
  1517. g_source_get_current_time(self->source, &timeval);
  1518. ^~~~~~~~~~~~~~~~~~~~~~~~~
  1519. In file included from /usr/include/glib-2.0/glib/giochannel.h:33:0,
  1520. from /usr/include/glib-2.0/glib.h:54,
  1521. from pyglib.h:27,
  1522. from pygsource.c:33:
  1523. /usr/include/glib-2.0/glib/gmain.h:526:10: note: declared here
  1524. void g_source_get_current_time (GSource *source,
  1525. ^~~~~~~~~~~~~~~~~~~~~~~~~
  1526. pygiochannel.c: In function 'py_io_channel_write_chars':
  1527. pygiochannel.c:267:15: warning: variable 'status' set but not used [-Wunused-but-set-variable]
  1528. GIOStatus status;
  1529. ^~~~~~
  1530. pygiochannel.c: In function 'py_io_channel_write_lines':
  1531. pygiochannel.c:290:15: warning: variable 'status' set but not used [-Wunused-but-set-variable]
  1532. GIOStatus status;
  1533. ^~~~~~
  1534. pygiochannel.c: In function 'py_io_channel_add_watch':
  1535. pygiochannel.c:458:17: warning: variable 'iochannel' set but not used [-Wunused-but-set-variable]
  1536. GIOChannel *iochannel = NULL;
  1537. ^~~~~~~~~
  1538. pygiochannel.c: In function 'py_io_channel_read_line':
  1539. pygiochannel.c:555:15: warning: variable 'status' set but not used [-Wunused-but-set-variable]
  1540. GIOStatus status;
  1541. ^~~~~~
  1542. pygoptiongroup.c: In function 'pyg_option_group_dealloc':
  1543. pygoptiongroup.c:123:6: warning: 'g_option_group_free' is deprecated [-Wdeprecated-declarations]
  1544. g_option_group_free(tmp);
  1545. ^~~~~~~~~~~~~~~~~~~
  1546. In file included from /usr/include/glib-2.0/glib.h:64:0,
  1547. from ./pyglib.h:27,
  1548. from pygoptiongroup.c:27:
  1549. /usr/include/glib-2.0/glib/goption.h:368:15: note: declared here
  1550. void g_option_group_free (GOptionGroup *group);
  1551. ^~~~~~~~~~~~~~~~~~~
  1552. CCLD libpyglib-2.0-python.la
  1553. CCLD _glib.la
  1554. ln -s .libs/_glib.so _glib.so || true
  1555. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/glib“ wird verlassen
  1556. Making all in gobject
  1557. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/gobject“ wird betreten
  1558. CC _gobject_la-gobjectmodule.lo
  1559. CC _gobject_la-pygboxed.lo
  1560. CC _gobject_la-pygenum.lo
  1561. CC _gobject_la-pyginterface.lo
  1562. CC _gobject_la-pygflags.lo
  1563. CC _gobject_la-pygobject.lo
  1564. CC _gobject_la-ffi-marshaller.lo
  1565. CC _gobject_la-pygparamspec.lo
  1566. CC _gobject_la-pygpointer.lo
  1567. CC _gobject_la-pygtype.lo
  1568. ffi-marshaller.c: In function 'g_value_from_ffi_type':
  1569. ffi-marshaller.c:105:7: warning: 'g_value_set_char' is deprecated: Use 'g_value_set_schar' instead [-Wdeprecated-declarations]
  1570. g_value_set_char (gvalue, *(gchar*)value);
  1571. ^~~~~~~~~~~~~~~~
  1572. In file included from /usr/include/glib-2.0/glib-object.h:36:0,
  1573. from ffi-marshaller.c:23:
  1574. /usr/include/glib-2.0/gobject/gvaluetypes.h:179:23: note: declared here
  1575. void g_value_set_char (GValue *value,
  1576. ^~~~~~~~~~~~~~~~
  1577. pygtype.c: In function 'pyg_value_array_from_pyobject':
  1578. pygtype.c:682:5: warning: 'g_value_array_new' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  1579. value_array = g_value_array_new(len);
  1580. ^~~~~~~~~~~
  1581. In file included from /usr/include/glib-2.0/glib-object.h:35:0,
  1582. from pygobject.h:8,
  1583. from pygobject-private.h:9,
  1584. from pygtype.c:29:
  1585. /usr/include/glib-2.0/gobject/gvaluearray.h:67:14: note: declared here
  1586. GValueArray* g_value_array_new (guint n_prealloced);
  1587. ^~~~~~~~~~~~~~~~~
  1588. pygtype.c:692:6: warning: 'g_value_array_free' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  1589. g_value_array_free(value_array);
  1590. ^~~~~~~~~~~~~~~~~~
  1591. In file included from /usr/include/glib-2.0/glib-object.h:35:0,
  1592. from pygobject.h:8,
  1593. from pygobject-private.h:9,
  1594. from pygtype.c:29:
  1595. /usr/include/glib-2.0/gobject/gvaluearray.h:70:7: note: declared here
  1596. void g_value_array_free (GValueArray *value_array);
  1597. ^~~~~~~~~~~~~~~~~~
  1598. pygtype.c:704:3: warning: 'g_value_array_free' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  1599. g_value_array_free(value_array);
  1600. ^~~~~~~~~~~~~~~~~~
  1601. In file included from /usr/include/glib-2.0/glib-object.h:35:0,
  1602. from pygobject.h:8,
  1603. from pygobject-private.h:9,
  1604. from pygtype.c:29:
  1605. /usr/include/glib-2.0/gobject/gvaluearray.h:70:7: note: declared here
  1606. void g_value_array_free (GValueArray *value_array);
  1607. ^~~~~~~~~~~~~~~~~~
  1608. pygtype.c:717:6: warning: 'g_value_array_free' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  1609. g_value_array_free(value_array);
  1610. ^~~~~~~~~~~~~~~~~~
  1611. In file included from /usr/include/glib-2.0/glib-object.h:35:0,
  1612. from pygobject.h:8,
  1613. from pygobject-private.h:9,
  1614. from pygtype.c:29:
  1615. /usr/include/glib-2.0/gobject/gvaluearray.h:70:7: note: declared here
  1616. void g_value_array_free (GValueArray *value_array);
  1617. ^~~~~~~~~~~~~~~~~~
  1618. pygtype.c:722:2: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  1619. g_value_array_append(value_array, &item_value);
  1620. ^~~~~~~~~~~~~~~~~~~~
  1621. In file included from /usr/include/glib-2.0/glib-object.h:35:0,
  1622. from pygobject.h:8,
  1623. from pygobject-private.h:9,
  1624. from pygtype.c:29:
  1625. /usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here
  1626. GValueArray* g_value_array_append (GValueArray *value_array,
  1627. ^~~~~~~~~~~~~~~~~~~~
  1628. pygtype.c: In function 'pyg_value_from_pyobject':
  1629. pygtype.c:770:6: warning: 'g_value_set_char' is deprecated: Use 'g_value_set_schar' instead [-Wdeprecated-declarations]
  1630. g_value_set_char(value, PyString_AsString(obj)[0]);
  1631. ^~~~~~~~~~~~~~~~
  1632. In file included from /usr/include/glib-2.0/glib-object.h:36:0,
  1633. from pygobject.h:8,
  1634. from pygobject-private.h:9,
  1635. from pygtype.c:29:
  1636. /usr/include/glib-2.0/gobject/gvaluetypes.h:179:23: note: declared here
  1637. void g_value_set_char (GValue *value,
  1638. ^~~~~~~~~~~~~~~~
  1639. pygtype.c:775:6: warning: 'g_value_set_char' is deprecated: Use 'g_value_set_schar' instead [-Wdeprecated-declarations]
  1640. g_value_set_char(value, PYGLIB_PyBytes_AsString(tmp)[0]);
  1641. ^~~~~~~~~~~~~~~~
  1642. In file included from /usr/include/glib-2.0/glib-object.h:36:0,
  1643. from pygobject.h:8,
  1644. from pygobject-private.h:9,
  1645. from pygtype.c:29:
  1646. /usr/include/glib-2.0/gobject/gvaluetypes.h:179:23: note: declared here
  1647. void g_value_set_char (GValue *value,
  1648. ^~~~~~~~~~~~~~~~
  1649. pygtype.c:953:6: warning: 'g_value_array_get_type' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  1650. G_VALUE_HOLDS(value, G_TYPE_VALUE_ARRAY))
  1651. ^~~~~~~~~~~~~
  1652. In file included from /usr/include/glib-2.0/glib-object.h:35:0,
  1653. from pygobject.h:8,
  1654. from pygobject-private.h:9,
  1655. from pygtype.c:29:
  1656. /usr/include/glib-2.0/gobject/gvaluearray.h:60:17: note: declared here
  1657. GType g_value_array_get_type (void) G_GNUC_CONST;
  1658. ^~~~~~~~~~~~~~~~~~~~~~
  1659. pygtype.c: In function 'pyg_value_as_pyobject':
  1660. pygtype.c:1029:2: warning: 'g_value_get_char' is deprecated: Use 'g_value_get_schar' instead [-Wdeprecated-declarations]
  1661. gint8 val = g_value_get_char(value);
  1662. ^~~~~
  1663. In file included from /usr/include/glib-2.0/glib-object.h:36:0,
  1664. from pygobject.h:8,
  1665. from pygobject-private.h:9,
  1666. from pygtype.c:29:
  1667. /usr/include/glib-2.0/gobject/gvaluetypes.h:182:23: note: declared here
  1668. gchar g_value_get_char (const GValue *value);
  1669. ^~~~~~~~~~~~~~~~
  1670. pygtype.c:1115:9: warning: 'g_value_array_get_type' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  1671. } else if (G_VALUE_HOLDS(value, G_TYPE_VALUE_ARRAY)) {
  1672. ^
  1673. In file included from /usr/include/glib-2.0/glib-object.h:35:0,
  1674. from pygobject.h:8,
  1675. from pygobject-private.h:9,
  1676. from pygtype.c:29:
  1677. /usr/include/glib-2.0/gobject/gvaluearray.h:60:17: note: declared here
  1678. GType g_value_array_get_type (void) G_GNUC_CONST;
  1679. ^~~~~~~~~~~~~~~~~~~~~~
  1680. pygobject.c: In function 'pygobject_lookup_class':
  1681. pygobject.c:912:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  1682. if (py_type == NULL)
  1683. ^~
  1684. pygobject.c:915:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  1685. if (py_type == NULL) {
  1686. ^~
  1687. pygobject.c: In function 'pygobject_get_properties':
  1688. pygobject.c:1300:19: warning: variable 'class' set but not used [-Wunused-but-set-variable]
  1689. GObjectClass *class;
  1690. ^~~~~
  1691. gobjectmodule.c: In function 'pygobject_init_wrapper_set':
  1692. gobjectmodule.c:1011:5: warning: 'g_static_private_set' is deprecated: Use 'g_private_set' instead [-Wdeprecated-declarations]
  1693. g_static_private_set(&pygobject_construction_wrapper, wrapper, NULL);
  1694. ^~~~~~~~~~~~~~~~~~~~
  1695. In file included from /usr/include/glib-2.0/glib.h:108:0,
  1696. from /usr/include/glib-2.0/gobject/gbinding.h:28,
  1697. from /usr/include/glib-2.0/glib-object.h:23,
  1698. from /usr/include/glib-2.0/gobject/gvaluecollector.h:32,
  1699. from gobjectmodule.c:27:
  1700. /usr/include/glib-2.0/glib/deprecated/gthread.h:254:10: note: declared here
  1701. void g_static_private_set (GStaticPrivate *private_key,
  1702. ^~~~~~~~~~~~~~~~~~~~
  1703. gobjectmodule.c: In function 'pygobject_init_wrapper_get':
  1704. gobjectmodule.c:1017:5: warning: 'g_static_private_get' is deprecated: Use 'g_private_get' instead [-Wdeprecated-declarations]
  1705. return (PyObject *) g_static_private_get(&pygobject_construction_wrapper);
  1706. ^~~~~~
  1707. In file included from /usr/include/glib-2.0/glib.h:108:0,
  1708. from /usr/include/glib-2.0/gobject/gbinding.h:28,
  1709. from /usr/include/glib-2.0/glib-object.h:23,
  1710. from /usr/include/glib-2.0/gobject/gvaluecollector.h:32,
  1711. from gobjectmodule.c:27:
  1712. /usr/include/glib-2.0/glib/deprecated/gthread.h:251:10: note: declared here
  1713. gpointer g_static_private_get (GStaticPrivate *private_key);
  1714. ^~~~~~~~~~~~~~~~~~~~
  1715. gobjectmodule.c: In function 'pyg_object_new':
  1716. gobjectmodule.c:1723:5: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  1717. obj = g_object_newv(type, n_params, params);
  1718. ^~~
  1719. In file included from /usr/include/glib-2.0/gobject/gbinding.h:29:0,
  1720. from /usr/include/glib-2.0/glib-object.h:23,
  1721. from /usr/include/glib-2.0/gobject/gvaluecollector.h:32,
  1722. from gobjectmodule.c:27:
  1723. /usr/include/glib-2.0/gobject/gobject.h:429:13: note: declared here
  1724. gpointer g_object_newv (GType object_type,
  1725. ^~~~~~~~~~~~~
  1726. gobjectmodule.c: In function 'pygobject_constructv':
  1727. gobjectmodule.c:2233:9: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  1728. obj = g_object_newv(pyg_type_from_object((PyObject *) self),
  1729. ^~~
  1730. In file included from /usr/include/glib-2.0/gobject/gbinding.h:29:0,
  1731. from /usr/include/glib-2.0/glib-object.h:23,
  1732. from /usr/include/glib-2.0/gobject/gvaluecollector.h:32,
  1733. from gobjectmodule.c:27:
  1734. /usr/include/glib-2.0/gobject/gobject.h:429:13: note: declared here
  1735. gpointer g_object_newv (GType object_type,
  1736. ^~~~~~~~~~~~~
  1737. gobjectmodule.c: In function 'init_gobject':
  1738. gobjectmodule.c:2611:5: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations]
  1739. g_type_init();
  1740. ^~~~~~~~~~~
  1741. In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0,
  1742. from /usr/include/glib-2.0/gobject/gbinding.h:29,
  1743. from /usr/include/glib-2.0/glib-object.h:23,
  1744. from /usr/include/glib-2.0/gobject/gvaluecollector.h:32,
  1745. from gobjectmodule.c:27:
  1746. /usr/include/glib-2.0/gobject/gtype.h:686:23: note: declared here
  1747. void g_type_init (void);
  1748. ^~~~~~~~~~~
  1749. CCLD _gobject.la
  1750. ln -s .libs/_gobject.so _gobject.so || true
  1751. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/gobject“ wird verlassen
  1752. Making all in gio
  1753. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/gio“ wird betreten
  1754. CC _gio_la-giomodule.lo
  1755. CC _gio_la-pygio-utils.lo
  1756. (cd .\
  1757. && /home/ernst/.virtualenvs/mycroft/bin/python ../codegen/codegen.py \
  1758. --py_ssize_t-clean \
  1759. --register gio-types.defs \
  1760. --register unix-types.defs \
  1761. --override gio.override \
  1762. --prefix pygio gio.defs) > ./gen-gio.c \
  1763. && cp ./gen-gio.c ./gio.c \
  1764. && rm -f ./gen-gio.c
  1765. (cd .\
  1766. && /home/ernst/.virtualenvs/mycroft/bin/python ../codegen/codegen.py \
  1767. --py_ssize_t-clean \
  1768. --register gio-types.defs \
  1769. --register unix-types.defs \
  1770. --override unix.override \
  1771. --prefix pyunix unix.defs) > ./gen-unix.c \
  1772. && cp ./gen-unix.c ./unix.c \
  1773. && rm -f ./gen-unix.c
  1774. CC unix_la-unixmodule.lo
  1775. Warning: generating old-style constructor for:g_desktop_app_info_new
  1776. Could not write method GUnixFDMessage.steal_fds: No ArgType for gint*
  1777. Warning: generating old-style constructor for:g_unix_input_stream_new
  1778. Warning: generating old-style constructor for:g_unix_output_stream_new
  1779. Warning: generating old-style constructor for:g_unix_socket_address_new
  1780. Could not write function g_desktop_app_info_new_from_keyfile: No ArgType for GKeyFile*
  1781. Could not write function unix_mount_points_get: No ArgType for guint64*
  1782. Could not write function unix_mounts_get: No ArgType for guint64*
  1783. Could not write function unix_mount_at: No ArgType for guint64*
  1784. Warning: Constructor for GUnixConnection needs to be updated to new API
  1785. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  1786. Warning: Constructor for GDesktopAppInfo needs to be updated to new API
  1787. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  1788. Warning: Constructor for GUnixFDMessage needs to be updated to new API
  1789. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  1790. Warning: Constructor for GUnixInputStream needs to be updated to new API
  1791. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  1792. Warning: Constructor for GUnixOutputStream needs to be updated to new API
  1793. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  1794. Warning: Constructor for GUnixSocketAddress needs to be updated to new API
  1795. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  1796. ***INFO*** The coverage of global functions is 81.82% (18/22)
  1797. ***INFO*** The coverage of methods is 92.86% (13/14)
  1798. ***INFO*** There are no declared virtual proxies.
  1799. ***INFO*** There are no declared virtual accessors.
  1800. ***INFO*** There are no declared interface proxies.
  1801. CC unix_la-unix.lo
  1802. Could not write method GCancellable.connect: No ArgType for GCallback
  1803. Warning: generating old-style constructor for:g_emblemed_icon_new
  1804. Could not write method GFileInfo.get_attribute_data: No ArgType for GFileAttributeType*
  1805. Could not write method GFileInfo.get_attribute_stringv: No ArgType for char**
  1806. Could not write method GFileInfo.set_attribute: No ArgType for gpointer
  1807. Could not write method GBufferedInputStream.peek: No ArgType for void*
  1808. Could not write method GBufferedInputStream.peek_buffer: No ArgType for gsize*
  1809. Could not write method GSocketAddress.to_native: No ArgType for gpointer
  1810. Warning: generating old-style constructor for:g_inet_socket_address_new
  1811. Warning: generating old-style constructor for:g_network_address_new
  1812. Warning: generating old-style constructor for:g_network_service_new
  1813. Warning: generating old-style constructor for:g_socket_new
  1814. Could not write method GSocket.receive_from: No ArgType for GSocketAddress**
  1815. Could not write method GSocket.receive_message: No ArgType for GSocketAddress**
  1816. Could not write method GSocket.send_message: No ArgType for GOutputVector*
  1817. Could not write method GSocket.create_source: No ArgType for GIOCondition
  1818. Could not write method GSocketControlMessage.serialize: No ArgType for gpointer
  1819. Warning: generating old-style constructor for:g_threaded_socket_service_new
  1820. Warning: generating old-style constructor for:g_simple_async_result_new
  1821. Could not write constructor for GSimpleAsyncResult: No ArgType for GAsyncReadyCallback
  1822. Warning: generating old-style constructor for:g_file_icon_new
  1823. Could not write method GAsyncInitable.init_async: No ArgType for GAsyncReadyCallback
  1824. Could not write method GFile.load_partial_contents_async: No ArgType for GFileReadMoreCallback
  1825. Could not write method GFile.load_partial_contents_finish: No ArgType for char**
  1826. Could not write function async_initable_new_async: varargs functions not supported
  1827. Could not write function async_initable_newv_async: No ArgType for GParameter*
  1828. Could not write function async_initable_new_valist_async: No ArgType for va_list
  1829. Could not write function content_type_guess_for_tree: No ArgType for char**
  1830. Could not write function initable_new: varargs functions not supported
  1831. Could not write function initable_newv: No ArgType for GParameter*
  1832. Could not write function initable_new_valist: No ArgType for va_list
  1833. Could not write function resolver_free_addresses: No ArgType for GList*
  1834. Could not write function resolver_free_targets: No ArgType for GList*
  1835. Could not write function resolver_error_quark: No ArgType for GQuark
  1836. Could not write function simple_async_result_new_from_error: No ArgType for GAsyncReadyCallback
  1837. Could not write function simple_async_report_gerror_in_idle: No ArgType for GAsyncReadyCallback
  1838. Could not write function socket_address_new_from_native: No ArgType for gpointer
  1839. Could not write function socket_control_message_deserialize: No ArgType for gpointer
  1840. Could not write function srv_target_list_sort: No ArgType for GList*
  1841. Warning: Constructor for GEmblemedIcon needs to be updated to new API
  1842. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  1843. Warning: Constructor for GNetworkAddress needs to be updated to new API
  1844. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  1845. Warning: Constructor for GNetworkService needs to be updated to new API
  1846. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  1847. Warning: Constructor for GSocket needs to be updated to new API
  1848. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  1849. Warning: Constructor for GInetSocketAddress needs to be updated to new API
  1850. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  1851. Warning: Constructor for GThreadedSocketService needs to be updated to new API
  1852. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  1853. Warning: Constructor for GMemoryOutputStream needs to be updated to new API
  1854. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  1855. Warning: Constructor for GSimpleAsyncResult needs to be updated to new API
  1856. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  1857. Warning: Constructor for GFileIcon needs to be updated to new API
  1858. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  1859. ***INFO*** The coverage of global functions is 72.73% (40/55)
  1860. ***INFO*** The coverage of methods is 97.27% (535/550)
  1861. ***INFO*** There are no declared virtual proxies.
  1862. ***INFO*** There are no declared virtual accessors.
  1863. ***INFO*** There are no declared interface proxies.
  1864. CC _gio_la-gio.lo
  1865. giomodule.c: In function '_pyglib_init__gio':
  1866. giomodule.c:53:5: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations]
  1867. g_type_init();
  1868. ^~~~~~~~~~~
  1869. In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0,
  1870. from /usr/include/glib-2.0/gobject/gbinding.h:29,
  1871. from /usr/include/glib-2.0/glib-object.h:23,
  1872. from ../gobject/pygobject.h:8,
  1873. from giomodule.c:27:
  1874. /usr/include/glib-2.0/gobject/gtype.h:686:23: note: declared here
  1875. void g_type_init (void);
  1876. ^~~~~~~~~~~
  1877. gcancellable.override: In function '_wrap_g_cancellable_make_pollfd':
  1878. gcancellable.override:29:14: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
  1879. gboolean ret;
  1880. ^~~
  1881. unix.c: In function '_wrap_g_unix_socket_address_get_is_abstract':
  1882. unix.c:672:5: warning: 'g_unix_socket_address_get_is_abstract' is deprecated [-Wdeprecated-declarations]
  1883. ret = g_unix_socket_address_get_is_abstract(G_UNIX_SOCKET_ADDRESS(self->obj));
  1884. ^~~
  1885. In file included from unix.override:35:0:
  1886. /usr/include/gio-unix-2.0/gio/gunixsocketaddress.h:74:17: note: declared here
  1887. gboolean g_unix_socket_address_get_is_abstract (GUnixSocketAddress *address);
  1888. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1889. unix.c: In function '_wrap_g_desktop_app_info_set_desktop_env':
  1890. unix.c:762:5: warning: 'g_desktop_app_info_set_desktop_env' is deprecated [-Wdeprecated-declarations]
  1891. g_desktop_app_info_set_desktop_env(desktop_env);
  1892. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1893. In file included from unix.override:27:0:
  1894. /usr/include/gio-unix-2.0/gio/gdesktopappinfo.h:77:18: note: declared here
  1895. void g_desktop_app_info_set_desktop_env (const char *desktop_env);
  1896. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1897. unix.c: In function '_wrap_g_unix_socket_address_new_abstract':
  1898. unix.c:1099:5: warning: 'g_unix_socket_address_new_abstract' is deprecated: Use 'g_unix_socket_address_new_with_type' instead [-Wdeprecated-declarations]
  1899. ret = g_unix_socket_address_new_abstract(path, path_len);
  1900. ^~~
  1901. In file included from unix.override:35:0:
  1902. /usr/include/gio-unix-2.0/gio/gunixsocketaddress.h:61:17: note: declared here
  1903. GSocketAddress *g_unix_socket_address_new_abstract (const gchar *path,
  1904. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1905. gio.c: In function '_wrap_g_simple_async_result_set_op_res_gssize':
  1906. gio.c:10255:5: warning: 'g_simple_async_result_set_op_res_gssize' is deprecated [-Wdeprecated-declarations]
  1907. g_simple_async_result_set_op_res_gssize(G_SIMPLE_ASYNC_RESULT(self->obj), op_res);
  1908. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1909. In file included from /usr/include/glib-2.0/gio/gio.h:117:0,
  1910. from gio.override:31:
  1911. /usr/include/glib-2.0/gio/gsimpleasyncresult.h:82:21: note: declared here
  1912. void g_simple_async_result_set_op_res_gssize (GSimpleAsyncResult *simple,
  1913. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1914. gio.c: In function '_wrap_g_simple_async_result_get_op_res_gssize':
  1915. gio.c:10267:5: warning: 'g_simple_async_result_get_op_res_gssize' is deprecated [-Wdeprecated-declarations]
  1916. ret = g_simple_async_result_get_op_res_gssize(G_SIMPLE_ASYNC_RESULT(self->obj));
  1917. ^~~
  1918. In file included from /usr/include/glib-2.0/gio/gio.h:117:0,
  1919. from gio.override:31:
  1920. /usr/include/glib-2.0/gio/gsimpleasyncresult.h:85:21: note: declared here
  1921. gssize g_simple_async_result_get_op_res_gssize (GSimpleAsyncResult *simple);
  1922. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1923. gio.c: In function '_wrap_g_simple_async_result_set_op_res_gboolean':
  1924. gio.c:10282:5: warning: 'g_simple_async_result_set_op_res_gboolean' is deprecated [-Wdeprecated-declarations]
  1925. g_simple_async_result_set_op_res_gboolean(G_SIMPLE_ASYNC_RESULT(self->obj), op_res);
  1926. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1927. In file included from /usr/include/glib-2.0/gio/gio.h:117:0,
  1928. from gio.override:31:
  1929. /usr/include/glib-2.0/gio/gsimpleasyncresult.h:88:21: note: declared here
  1930. void g_simple_async_result_set_op_res_gboolean (GSimpleAsyncResult *simple,
  1931. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1932. gio.c: In function '_wrap_g_simple_async_result_get_op_res_gboolean':
  1933. gio.c:10294:5: warning: 'g_simple_async_result_get_op_res_gboolean' is deprecated [-Wdeprecated-declarations]
  1934. ret = g_simple_async_result_get_op_res_gboolean(G_SIMPLE_ASYNC_RESULT(self->obj));
  1935. ^~~
  1936. In file included from /usr/include/glib-2.0/gio/gio.h:117:0,
  1937. from gio.override:31:
  1938. /usr/include/glib-2.0/gio/gsimpleasyncresult.h:91:21: note: declared here
  1939. gboolean g_simple_async_result_get_op_res_gboolean (GSimpleAsyncResult *simple);
  1940. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1941. gio.c: In function '_wrap_g_simple_async_result_set_handle_cancellation':
  1942. gio.c:10309:5: warning: 'g_simple_async_result_set_handle_cancellation' is deprecated [-Wdeprecated-declarations]
  1943. g_simple_async_result_set_handle_cancellation(G_SIMPLE_ASYNC_RESULT(self->obj), handle_cancellation);
  1944. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1945. In file included from /usr/include/glib-2.0/gio/gio.h:117:0,
  1946. from gio.override:31:
  1947. /usr/include/glib-2.0/gio/gsimpleasyncresult.h:101:21: note: declared here
  1948. void g_simple_async_result_set_handle_cancellation (GSimpleAsyncResult *simple,
  1949. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1950. gio.c: In function '_wrap_g_simple_async_result_complete':
  1951. gio.c:10319:5: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations]
  1952. g_simple_async_result_complete(G_SIMPLE_ASYNC_RESULT(self->obj));
  1953. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1954. In file included from /usr/include/glib-2.0/gio/gio.h:117:0,
  1955. from gio.override:31:
  1956. /usr/include/glib-2.0/gio/gsimpleasyncresult.h:104:21: note: declared here
  1957. void g_simple_async_result_complete (GSimpleAsyncResult *simple);
  1958. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1959. gio.c: In function '_wrap_g_simple_async_result_complete_in_idle':
  1960. gio.c:10329:5: warning: 'g_simple_async_result_complete_in_idle' is deprecated [-Wdeprecated-declarations]
  1961. g_simple_async_result_complete_in_idle(G_SIMPLE_ASYNC_RESULT(self->obj));
  1962. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1963. In file included from /usr/include/glib-2.0/gio/gio.h:117:0,
  1964. from gio.override:31:
  1965. /usr/include/glib-2.0/gio/gsimpleasyncresult.h:106:21: note: declared here
  1966. void g_simple_async_result_complete_in_idle (GSimpleAsyncResult *simple);
  1967. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1968. gio.c: In function '_wrap_g_simple_async_result_propagate_error':
  1969. gio.c:10342:5: warning: 'g_simple_async_result_propagate_error' is deprecated [-Wdeprecated-declarations]
  1970. ret = g_simple_async_result_propagate_error(G_SIMPLE_ASYNC_RESULT(self->obj), &dest);
  1971. ^~~
  1972. In file included from /usr/include/glib-2.0/gio/gio.h:117:0,
  1973. from gio.override:31:
  1974. /usr/include/glib-2.0/gio/gsimpleasyncresult.h:119:21: note: declared here
  1975. gboolean g_simple_async_result_propagate_error (GSimpleAsyncResult *simple,
  1976. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1977. gdrive.override: In function '_wrap_g_drive_eject':
  1978. gdrive.override:90:5: warning: 'g_drive_eject' is deprecated: Use 'g_drive_eject_with_operation' instead [-Wdeprecated-declarations]
  1979. g_drive_eject(G_DRIVE(self->obj),
  1980. ^~~~~~~~~~~~~
  1981. In file included from /usr/include/glib-2.0/gio/gio.h:62:0,
  1982. from gio.override:31:
  1983. /usr/include/glib-2.0/gio/gdrive.h:188:10: note: declared here
  1984. void g_drive_eject (GDrive *drive,
  1985. ^~~~~~~~~~~~~
  1986. gio.c: In function '_wrap_g_drive_eject_finish':
  1987. gio.c:11999:5: warning: 'g_drive_eject_finish' is deprecated: Use 'g_drive_eject_with_operation_finish' instead [-Wdeprecated-declarations]
  1988. ret = g_drive_eject_finish(G_DRIVE(self->obj), G_ASYNC_RESULT(result->obj), &error);
  1989. ^~~
  1990. In file included from /usr/include/glib-2.0/gio/gio.h:62:0,
  1991. from gio.override:31:
  1992. /usr/include/glib-2.0/gio/gdrive.h:195:10: note: declared here
  1993. gboolean g_drive_eject_finish (GDrive *drive,
  1994. ^~~~~~~~~~~~~~~~~~~~
  1995. gfile.override: In function '_wrap_g_file_unmount_mountable':
  1996. gfile.override:446:5: warning: 'g_file_unmount_mountable' is deprecated: Use 'g_file_unmount_mountable_with_operation' instead [-Wdeprecated-declarations]
  1997. g_file_unmount_mountable(G_FILE(self->obj),
  1998. ^~~~~~~~~~~~~~~~~~~~~~~~
  1999. In file included from /usr/include/glib-2.0/gio/gio.h:69:0,
  2000. from gio.override:31:
  2001. /usr/include/glib-2.0/gio/gfile.h:1045:25: note: declared here
  2002. void g_file_unmount_mountable (GFile *file,
  2003. ^~~~~~~~~~~~~~~~~~~~~~~~
  2004. gio.c: In function '_wrap_g_file_unmount_mountable_finish':
  2005. gio.c:15100:5: warning: 'g_file_unmount_mountable_finish' is deprecated: Use 'g_file_unmount_mountable_with_operation_finish' instead [-Wdeprecated-declarations]
  2006. ret = g_file_unmount_mountable_finish(G_FILE(self->obj), G_ASYNC_RESULT(result->obj), &error);
  2007. ^~~
  2008. In file included from /usr/include/glib-2.0/gio/gio.h:69:0,
  2009. from gio.override:31:
  2010. /usr/include/glib-2.0/gio/gfile.h:1052:25: note: declared here
  2011. gboolean g_file_unmount_mountable_finish (GFile *file,
  2012. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2013. gfile.override: In function '_wrap_g_file_eject_mountable':
  2014. gfile.override:1768:5: warning: 'g_file_eject_mountable' is deprecated: Use 'g_file_eject_mountable_with_operation' instead [-Wdeprecated-declarations]
  2015. g_file_eject_mountable(G_FILE(self->obj), flags, cancellable,
  2016. ^~~~~~~~~~~~~~~~~~~~~~
  2017. In file included from /usr/include/glib-2.0/gio/gio.h:69:0,
  2018. from gio.override:31:
  2019. /usr/include/glib-2.0/gio/gfile.h:1067:25: note: declared here
  2020. void g_file_eject_mountable (GFile *file,
  2021. ^~~~~~~~~~~~~~~~~~~~~~
  2022. gio.c: In function '_wrap_g_file_eject_mountable_finish':
  2023. gio.c:15168:5: warning: 'g_file_eject_mountable_finish' is deprecated: Use 'g_file_eject_mountable_with_operation_finish' instead [-Wdeprecated-declarations]
  2024. ret = g_file_eject_mountable_finish(G_FILE(self->obj), G_ASYNC_RESULT(result->obj), &error);
  2025. ^~~
  2026. In file included from /usr/include/glib-2.0/gio/gio.h:69:0,
  2027. from gio.override:31:
  2028. /usr/include/glib-2.0/gio/gfile.h:1074:25: note: declared here
  2029. gboolean g_file_eject_mountable_finish (GFile *file,
  2030. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2031. gmount.override: In function '_wrap_g_mount_unmount':
  2032. gmount.override:250:5: warning: 'g_mount_unmount' is deprecated: Use 'g_mount_unmount_with_operation' instead [-Wdeprecated-declarations]
  2033. g_mount_unmount(G_MOUNT(self->obj),
  2034. ^~~~~~~~~~~~~~~
  2035. In file included from /usr/include/glib-2.0/gio/gio.h:94:0,
  2036. from gio.override:31:
  2037. /usr/include/glib-2.0/gio/gmount.h:189:13: note: declared here
  2038. void g_mount_unmount (GMount *mount,
  2039. ^~~~~~~~~~~~~~~
  2040. gio.c: In function '_wrap_g_mount_unmount_finish':
  2041. gio.c:17498:5: warning: 'g_mount_unmount_finish' is deprecated: Use 'g_mount_unmount_with_operation_finish' instead [-Wdeprecated-declarations]
  2042. ret = g_mount_unmount_finish(G_MOUNT(self->obj), G_ASYNC_RESULT(result->obj), &error);
  2043. ^~~
  2044. In file included from /usr/include/glib-2.0/gio/gio.h:94:0,
  2045. from gio.override:31:
  2046. /usr/include/glib-2.0/gio/gmount.h:196:13: note: declared here
  2047. gboolean g_mount_unmount_finish (GMount *mount,
  2048. ^~~~~~~~~~~~~~~~~~~~~~
  2049. gmount.override: In function '_wrap_g_mount_eject':
  2050. gmount.override:302:5: warning: 'g_mount_eject' is deprecated: Use 'g_mount_eject_with_operation' instead [-Wdeprecated-declarations]
  2051. g_mount_eject(G_MOUNT(self->obj),
  2052. ^~~~~~~~~~~~~
  2053. In file included from /usr/include/glib-2.0/gio/gio.h:94:0,
  2054. from gio.override:31:
  2055. /usr/include/glib-2.0/gio/gmount.h:201:13: note: declared here
  2056. void g_mount_eject (GMount *mount,
  2057. ^~~~~~~~~~~~~
  2058. gio.c: In function '_wrap_g_mount_eject_finish':
  2059. gio.c:17571:5: warning: 'g_mount_eject_finish' is deprecated: Use 'g_mount_eject_with_operation_finish' instead [-Wdeprecated-declarations]
  2060. ret = g_mount_eject_finish(G_MOUNT(self->obj), G_ASYNC_RESULT(result->obj), &error);
  2061. ^~~
  2062. In file included from /usr/include/glib-2.0/gio/gio.h:94:0,
  2063. from gio.override:31:
  2064. /usr/include/glib-2.0/gio/gmount.h:208:13: note: declared here
  2065. gboolean g_mount_eject_finish (GMount *mount,
  2066. ^~~~~~~~~~~~~~~~~~~~
  2067. gvolume.override: In function '_wrap_g_volume_eject':
  2068. gvolume.override:128:5: warning: 'g_volume_eject' is deprecated: Use 'g_volume_eject_with_operation' instead [-Wdeprecated-declarations]
  2069. g_volume_eject(G_VOLUME(self->obj),
  2070. ^~~~~~~~~~~~~~
  2071. In file included from /usr/include/glib-2.0/gio/gio.h:149:0,
  2072. from gio.override:31:
  2073. /usr/include/glib-2.0/gio/gvolume.h:215:10: note: declared here
  2074. void g_volume_eject (GVolume *volume,
  2075. ^~~~~~~~~~~~~~
  2076. gio.c: In function '_wrap_g_volume_eject_finish':
  2077. gio.c:18616:5: warning: 'g_volume_eject_finish' is deprecated: Use 'g_volume_eject_with_operation_finish' instead [-Wdeprecated-declarations]
  2078. ret = g_volume_eject_finish(G_VOLUME(self->obj), G_ASYNC_RESULT(result->obj), &error);
  2079. ^~~
  2080. In file included from /usr/include/glib-2.0/gio/gio.h:149:0,
  2081. from gio.override:31:
  2082. /usr/include/glib-2.0/gio/gvolume.h:222:10: note: declared here
  2083. gboolean g_volume_eject_finish (GVolume *volume,
  2084. ^~~~~~~~~~~~~~~~~~~~~
  2085. gio.c: In function '_wrap_g_volume_monitor_adopt_orphan_mount':
  2086. gio.c:19563:5: warning: 'g_volume_monitor_adopt_orphan_mount' is deprecated [-Wdeprecated-declarations]
  2087. ret = g_volume_monitor_adopt_orphan_mount(G_MOUNT(mount->obj));
  2088. ^~~
  2089. In file included from /usr/include/glib-2.0/gio/gnativevolumemonitor.h:28:0,
  2090. from /usr/include/glib-2.0/gio/gio.h:96,
  2091. from gio.override:31:
  2092. /usr/include/glib-2.0/gio/gvolumemonitor.h:150:17: note: declared here
  2093. GVolume * g_volume_monitor_adopt_orphan_mount (GMount *mount);
  2094. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2095. CCLD unix.la
  2096. ln -s .libs/unix.so unix.so || true
  2097. CCLD _gio.la
  2098. ln -s .libs/_gio.so _gio.so || true
  2099. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/gio“ wird verlassen
  2100. Making all in examples
  2101. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/examples“ wird betreten
  2102. make[2]: Für das Ziel „all“ ist nichts zu tun.
  2103. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/examples“ wird verlassen
  2104. Making all in tests
  2105. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/tests“ wird betreten
  2106. CC testhelper_la-test-floating.lo
  2107. CC testhelper_la-test-thread.lo
  2108. CC testhelper_la-test-unknown.lo
  2109. CC testhelper_la-testhelpermodule.lo
  2110. test-thread.c: In function 'test_thread_emit_signal':
  2111. test-thread.c:46:3: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations]
  2112. self->thread = g_thread_create ((GThreadFunc)other_thread_cb,
  2113. ^~~~
  2114. In file included from /usr/include/glib-2.0/glib.h:108:0,
  2115. from /usr/include/glib-2.0/gobject/gbinding.h:28,
  2116. from /usr/include/glib-2.0/glib-object.h:23,
  2117. from test-thread.h:1,
  2118. from test-thread.c:1:
  2119. /usr/include/glib-2.0/glib/deprecated/gthread.h:104:10: note: declared here
  2120. GThread *g_thread_create (GThreadFunc func,
  2121. ^~~~~~~~~~~~~~~
  2122. testhelpermodule.c: In function '_wrap_test_value_array':
  2123. testhelpermodule.c:430:3: warning: 'g_value_array_get_type' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  2124. g_value_init(value, G_TYPE_VALUE_ARRAY);
  2125. ^~~~~~~~~~~~
  2126. In file included from /usr/include/glib-2.0/glib-object.h:35:0,
  2127. from ../gobject/pygobject.h:8,
  2128. from testhelpermodule.c:1:
  2129. /usr/include/glib-2.0/gobject/gvaluearray.h:60:17: note: declared here
  2130. GType g_value_array_get_type (void) G_GNUC_CONST;
  2131. ^~~~~~~~~~~~~~~~~~~~~~
  2132. testhelpermodule.c: In function 'inittesthelper':
  2133. testhelpermodule.c:529:3: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations]
  2134. g_thread_init(NULL);
  2135. ^~~~~~~~~~~~~
  2136. In file included from /usr/include/glib-2.0/glib.h:108:0,
  2137. from ../gobject/pygobject.h:7,
  2138. from testhelpermodule.c:1:
  2139. /usr/include/glib-2.0/glib/deprecated/gthread.h:265:10: note: declared here
  2140. void g_thread_init (gpointer vtable);
  2141. ^~~~~~~~~~~~~
  2142. /bin/bash ../libtool --silent --tag=CC --mode=link gcc -g -O2 -Wall -fno-strict-aliasing -std=c9x -o testhelper.la -rpath /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/pygobject -module -avoid-version testhelper_la-testhelpermodule.lo testhelper_la-test-floating.lo testhelper_la-test-thread.lo testhelper_la-test-unknown.lo -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0
  2143. test -L testhelper.so || ln -s .libs/testhelper.so testhelper.so
  2144. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/tests“ wird verlassen
  2145. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6“ wird betreten
  2146. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6“ wird verlassen
  2147. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6“ wird verlassen
  2148. Making install in docs
  2149. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/docs“ wird betreten
  2150. make install-am
  2151. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/docs“ wird betreten
  2152. make[3]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/docs“ wird betreten
  2153. make[3]: Für das Ziel „install-exec-am“ ist nichts zu tun.
  2154. test -z "/home/ernst/.virtualenvs/mycroft/share/gtk-doc/html/pygobject" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/share/gtk-doc/html/pygobject"
  2155. /usr/bin/install -c -m 644 style.css '/home/ernst/.virtualenvs/mycroft/share/gtk-doc/html/pygobject'
  2156. test -z "/home/ernst/.virtualenvs/mycroft/share/pygobject/xsl" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/share/pygobject/xsl"
  2157. /usr/bin/install -c -m 644 xsl/common.xsl xsl/devhelp.xsl xsl/html.xsl xsl/pdf-style.xsl xsl/pdf.xsl xsl/ref-html-style.xsl xsl/fixxref.py '/home/ernst/.virtualenvs/mycroft/share/pygobject/xsl'
  2158. installfiles=`echo ./html/*`; \
  2159. if test "$installfiles" = './html/*'; \
  2160. then echo '-- Nothing to install' ; \
  2161. else \
  2162. /bin/bash /tmp/install-pygtk-25800/pygobject-2.28.6/install-sh -d /home/ernst/.virtualenvs/mycroft/share/gtk-doc/html/pygobject; \
  2163. for i in $installfiles; do \
  2164. echo '-- Installing '$i ; \
  2165. /usr/bin/install -c -m 644 $i /home/ernst/.virtualenvs/mycroft/share/gtk-doc/html/pygobject; \
  2166. done; \
  2167. echo '-- Installing ./html/index.sgml' ; \
  2168. /usr/bin/install -c -m 644 ./html/index.sgml /home/ernst/.virtualenvs/mycroft/share/gtk-doc/html/pygobject || :; \
  2169. fi
  2170. -- Installing ./html/class-gioappinfo.html
  2171. -- Installing ./html/class-gioapplaunchcontext.html
  2172. -- Installing ./html/class-gioasyncresult.html
  2173. -- Installing ./html/class-giobufferedinputstream.html
  2174. -- Installing ./html/class-giobufferedoutputstream.html
  2175. -- Installing ./html/class-giocancellable.html
  2176. -- Installing ./html/class-giodatainputstream.html
  2177. -- Installing ./html/class-giodataoutputstream.html
  2178. -- Installing ./html/class-giodrive.html
  2179. -- Installing ./html/class-gioemblemedicon.html
  2180. -- Installing ./html/class-gioemblem.html
  2181. -- Installing ./html/class-giofileattributeinfo.html
  2182. -- Installing ./html/class-giofileenumerator.html
  2183. -- Installing ./html/class-giofile.html
  2184. -- Installing ./html/class-giofileicon.html
  2185. -- Installing ./html/class-giofileinfo.html
  2186. -- Installing ./html/class-giofileinputstream.html
  2187. -- Installing ./html/class-giofilemonitor.html
  2188. -- Installing ./html/class-giofileoutputstream.html
  2189. -- Installing ./html/class-giofilterinputstream.html
  2190. -- Installing ./html/class-giofilteroutputstream.html
  2191. -- Installing ./html/class-gioicon.html
  2192. -- Installing ./html/class-gioinputstream.html
  2193. -- Installing ./html/class-gioloadableicon.html
  2194. -- Installing ./html/class-giomemoryinputstream.html
  2195. -- Installing ./html/class-giomemoryoutputstream.html
  2196. -- Installing ./html/class-giomount.html
  2197. -- Installing ./html/class-giomountoperation.html
  2198. -- Installing ./html/class-giooutputstream.html
  2199. -- Installing ./html/class-gioseekable.html
  2200. -- Installing ./html/class-giosimpleasyncresult.html
  2201. -- Installing ./html/class-giothemedicon.html
  2202. -- Installing ./html/class-giounixinputstream.html
  2203. -- Installing ./html/class-giounixoutputstream.html
  2204. -- Installing ./html/class-giovolume.html
  2205. -- Installing ./html/class-giovolumemonitor.html
  2206. -- Installing ./html/class-glibmaincontext.html
  2207. -- Installing ./html/class-glibmainloop.html
  2208. -- Installing ./html/class-gobjectgboxed.html
  2209. -- Installing ./html/class-gobjectginterface.html
  2210. -- Installing ./html/class-gobjectgpointer.html
  2211. -- Installing ./html/class-gobject.html
  2212. -- Installing ./html/gio-class-reference.html
  2213. -- Installing ./html/gio-constants.html
  2214. -- Installing ./html/gio-functions.html
  2215. -- Installing ./html/giounix-class-reference.html
  2216. -- Installing ./html/glib-class-reference.html
  2217. -- Installing ./html/glib-constants.html
  2218. -- Installing ./html/glib-functions.html
  2219. -- Installing ./html/gobject-class-reference.html
  2220. -- Installing ./html/gobject-constants.html
  2221. -- Installing ./html/gobject-functions.html
  2222. -- Installing ./html/index.html
  2223. -- Installing ./html/index.sgml
  2224. -- Installing ./html/pygobject.devhelp
  2225. -- Installing ./html/pygobject-introduction.html
  2226. -- Installing ./html/index.sgml
  2227. make[3]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/docs“ wird verlassen
  2228. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/docs“ wird verlassen
  2229. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/docs“ wird verlassen
  2230. Making install in codegen
  2231. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/codegen“ wird betreten
  2232. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/codegen“ wird betreten
  2233. test -z "/home/ernst/.virtualenvs/mycroft/bin" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/bin"
  2234. /usr/bin/install -c pygobject-codegen-2.0 '/home/ernst/.virtualenvs/mycroft/bin'
  2235. test -z "/home/ernst/.virtualenvs/mycroft/share/pygobject/2.0/codegen" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/share/pygobject/2.0/codegen"
  2236. /usr/bin/install -c -m 644 __init__.py argtypes.py definitions.py defsparser.py docextract.py override.py reversewrapper.py '/home/ernst/.virtualenvs/mycroft/share/pygobject/2.0/codegen'
  2237. Byte-compiling python modules...
  2238. __init__.pyargtypes.pydefinitions.pydefsparser.pydocextract.pyoverride.pyreversewrapper.py
  2239. Byte-compiling python modules (optimized versions) ...
  2240. __init__.pyargtypes.pydefinitions.pydefsparser.pydocextract.pyoverride.pyreversewrapper.py
  2241. test -z "/home/ernst/.virtualenvs/mycroft/share/pygobject/2.0/codegen" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/share/pygobject/2.0/codegen"
  2242. /usr/bin/install -c code-coverage.py codegen.py createdefs.py defsconvert.py defsgen.py docextract_to_xml.py docgen.py h2def.py mergedefs.py missingdefs.py mkskel.py scanvirtuals.py scmexpr.py '/home/ernst/.virtualenvs/mycroft/share/pygobject/2.0/codegen'
  2243. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/codegen“ wird verlassen
  2244. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/codegen“ wird verlassen
  2245. Making install in glib
  2246. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/glib“ wird betreten
  2247. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/glib“ wird betreten
  2248. test -z "/home/ernst/.virtualenvs/mycroft/lib" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/lib"
  2249. /bin/bash ../libtool --mode=install /usr/bin/install -c libpyglib-2.0-python.la '/home/ernst/.virtualenvs/mycroft/lib'
  2250. libtool: install: /usr/bin/install -c .libs/libpyglib-2.0-python.so.0.0.0 /home/ernst/.virtualenvs/mycroft/lib/libpyglib-2.0-python.so.0.0.0
  2251. libtool: install: (cd /home/ernst/.virtualenvs/mycroft/lib && { ln -s -f libpyglib-2.0-python.so.0.0.0 libpyglib-2.0-python.so.0 || { rm -f libpyglib-2.0-python.so.0 && ln -s libpyglib-2.0-python.so.0.0.0 libpyglib-2.0-python.so.0; }; })
  2252. libtool: install: (cd /home/ernst/.virtualenvs/mycroft/lib && { ln -s -f libpyglib-2.0-python.so.0.0.0 libpyglib-2.0-python.so || { rm -f libpyglib-2.0-python.so && ln -s libpyglib-2.0-python.so.0.0.0 libpyglib-2.0-python.so; }; })
  2253. libtool: install: /usr/bin/install -c .libs/libpyglib-2.0-python.lai /home/ernst/.virtualenvs/mycroft/lib/libpyglib-2.0-python.la
  2254. libtool: finish: PATH="/home/ernst/.virtualenvs/mycroft/bin:/home/ernst/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/ernst/scripts:/home/ernst/bin:/sbin" ldconfig -n /home/ernst/.virtualenvs/mycroft/lib
  2255. ----------------------------------------------------------------------
  2256. Libraries have been installed in:
  2257. /home/ernst/.virtualenvs/mycroft/lib
  2258.  
  2259. If you ever happen to want to link against installed libraries
  2260. in a given directory, LIBDIR, you must either use libtool, and
  2261. specify the full pathname of the library, or use the `-LLIBDIR'
  2262. flag during linking and do at least one of the following:
  2263. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  2264. during execution
  2265. - add LIBDIR to the `LD_RUN_PATH' environment variable
  2266. during linking
  2267. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  2268. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  2269.  
  2270. See any operating system documentation about shared libraries for
  2271. more information, such as the ld(1) and ld.so(8) manual pages.
  2272. ----------------------------------------------------------------------
  2273. test -z "/home/ernst/.virtualenvs/mycroft/include/pygtk-2.0" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/include/pygtk-2.0"
  2274. /usr/bin/install -c -m 644 pyglib.h '/home/ernst/.virtualenvs/mycroft/include/pygtk-2.0'
  2275. test -z "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/glib" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/glib"
  2276. /bin/bash ../libtool --mode=install /usr/bin/install -c _glib.la '/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/glib'
  2277. libtool: install: warning: relinking `_glib.la'
  2278. libtool: install: (cd /tmp/install-pygtk-25800/pygobject-2.28.6/glib; /bin/bash /tmp/install-pygtk-25800/pygobject-2.28.6/libtool --silent --tag CC --mode=relink gcc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -Wall -fno-strict-aliasing -std=c9x -module -avoid-version -export-symbols-regex "_glib|PyInit__glib" -o _glib.la -rpath /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/glib _glib_la-glibmodule.lo _glib_la-pygiochannel.lo _glib_la-pygoptioncontext.lo _glib_la-pygoptiongroup.lo _glib_la-pygmaincontext.lo _glib_la-pygmainloop.lo _glib_la-pygsource.lo _glib_la-pygspawn.lo -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0 libpyglib-2.0-python.la )
  2279. libtool: install: /usr/bin/install -c .libs/_glib.soT /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/glib/_glib.so
  2280. libtool: install: /usr/bin/install -c .libs/_glib.lai /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/glib/_glib.la
  2281. libtool: finish: PATH="/home/ernst/.virtualenvs/mycroft/bin:/home/ernst/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/ernst/scripts:/home/ernst/bin:/sbin" ldconfig -n /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/glib
  2282. ----------------------------------------------------------------------
  2283. Libraries have been installed in:
  2284. /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/glib
  2285.  
  2286. If you ever happen to want to link against installed libraries
  2287. in a given directory, LIBDIR, you must either use libtool, and
  2288. specify the full pathname of the library, or use the `-LLIBDIR'
  2289. flag during linking and do at least one of the following:
  2290. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  2291. during execution
  2292. - add LIBDIR to the `LD_RUN_PATH' environment variable
  2293. during linking
  2294. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  2295. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  2296.  
  2297. See any operating system documentation about shared libraries for
  2298. more information, such as the ld(1) and ld.so(8) manual pages.
  2299. ----------------------------------------------------------------------
  2300. test -z "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/glib" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/glib"
  2301. /usr/bin/install -c -m 644 __init__.py option.py '/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/glib'
  2302. Byte-compiling python modules...
  2303. __init__.pyoption.py
  2304. Byte-compiling python modules (optimized versions) ...
  2305. __init__.pyoption.py
  2306. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/glib“ wird verlassen
  2307. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/glib“ wird verlassen
  2308. Making install in gobject
  2309. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/gobject“ wird betreten
  2310. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/gobject“ wird betreten
  2311. make[2]: Für das Ziel „install-exec-am“ ist nichts zu tun.
  2312. test -z "/home/ernst/.virtualenvs/mycroft/include/pygtk-2.0" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/include/pygtk-2.0"
  2313. /usr/bin/install -c -m 644 pygobject.h '/home/ernst/.virtualenvs/mycroft/include/pygtk-2.0'
  2314. test -z "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gobject" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gobject"
  2315. /bin/bash ../libtool --mode=install /usr/bin/install -c _gobject.la '/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gobject'
  2316. libtool: install: warning: relinking `_gobject.la'
  2317. libtool: install: (cd /tmp/install-pygtk-25800/pygobject-2.28.6/gobject; /bin/bash /tmp/install-pygtk-25800/pygobject-2.28.6/libtool --silent --tag CC --mode=relink gcc -I../glib -I../gi -I/home/ernst/.virtualenvs/mycroft/local/include/python2.7 -I/home/ernst/.virtualenvs/mycroft/local/include/python2.7 -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DPY_SSIZE_T_CLEAN -g -O2 -Wall -fno-strict-aliasing -std=c9x -module -avoid-version -export-symbols-regex "_gobject|PyInit__gobject" -o _gobject.la -rpath /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gobject _gobject_la-gobjectmodule.lo _gobject_la-pygboxed.lo _gobject_la-pygenum.lo _gobject_la-pygflags.lo _gobject_la-pyginterface.lo _gobject_la-pygobject.lo _gobject_la-pygparamspec.lo _gobject_la-pygpointer.lo _gobject_la-pygtype.lo _gobject_la-ffi-marshaller.lo -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lffi ../glib/libpyglib-2.0-python.la )
  2318. libtool: install: /usr/bin/install -c .libs/_gobject.soT /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gobject/_gobject.so
  2319. libtool: install: /usr/bin/install -c .libs/_gobject.lai /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gobject/_gobject.la
  2320. libtool: finish: PATH="/home/ernst/.virtualenvs/mycroft/bin:/home/ernst/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/ernst/scripts:/home/ernst/bin:/sbin" ldconfig -n /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gobject
  2321. ----------------------------------------------------------------------
  2322. Libraries have been installed in:
  2323. /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gobject
  2324.  
  2325. If you ever happen to want to link against installed libraries
  2326. in a given directory, LIBDIR, you must either use libtool, and
  2327. specify the full pathname of the library, or use the `-LLIBDIR'
  2328. flag during linking and do at least one of the following:
  2329. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  2330. during execution
  2331. - add LIBDIR to the `LD_RUN_PATH' environment variable
  2332. during linking
  2333. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  2334. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  2335.  
  2336. See any operating system documentation about shared libraries for
  2337. more information, such as the ld(1) and ld.so(8) manual pages.
  2338. ----------------------------------------------------------------------
  2339. test -z "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gobject" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gobject"
  2340. /usr/bin/install -c -m 644 __init__.py constants.py propertyhelper.py '/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gobject'
  2341. Byte-compiling python modules...
  2342. __init__.pyconstants.pypropertyhelper.py
  2343. Byte-compiling python modules (optimized versions) ...
  2344. __init__.pyconstants.pypropertyhelper.py
  2345. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/gobject“ wird verlassen
  2346. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/gobject“ wird verlassen
  2347. Making install in gio
  2348. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/gio“ wird betreten
  2349. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/gio“ wird betreten
  2350. test -z "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gtk-2.0/gio" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gtk-2.0/gio"
  2351. /bin/bash ../libtool --mode=install /usr/bin/install -c _gio.la unix.la '/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gtk-2.0/gio'
  2352. libtool: install: warning: relinking `_gio.la'
  2353. libtool: install: (cd /tmp/install-pygtk-25800/pygobject-2.28.6/gio; /bin/bash /tmp/install-pygtk-25800/pygobject-2.28.6/libtool --silent --tag CC --mode=relink gcc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -Wall -fno-strict-aliasing -std=c9x -module -avoid-version -export-symbols-regex init_gio -o _gio.la -rpath /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gtk-2.0/gio _gio_la-giomodule.lo _gio_la-pygio-utils.lo _gio_la-gio.lo -lgio-2.0 -lgobject-2.0 -lglib-2.0 ../glib/libpyglib-2.0-python.la )
  2354. libtool: install: /usr/bin/install -c .libs/_gio.soT /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gtk-2.0/gio/_gio.so
  2355. libtool: install: /usr/bin/install -c .libs/_gio.lai /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gtk-2.0/gio/_gio.la
  2356. libtool: install: /usr/bin/install -c .libs/unix.so /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gtk-2.0/gio/unix.so
  2357. libtool: install: /usr/bin/install -c .libs/unix.lai /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gtk-2.0/gio/unix.la
  2358. libtool: finish: PATH="/home/ernst/.virtualenvs/mycroft/bin:/home/ernst/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/ernst/scripts:/home/ernst/bin:/sbin" ldconfig -n /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gtk-2.0/gio
  2359. ----------------------------------------------------------------------
  2360. Libraries have been installed in:
  2361. /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gtk-2.0/gio
  2362.  
  2363. If you ever happen to want to link against installed libraries
  2364. in a given directory, LIBDIR, you must either use libtool, and
  2365. specify the full pathname of the library, or use the `-LLIBDIR'
  2366. flag during linking and do at least one of the following:
  2367. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  2368. during execution
  2369. - add LIBDIR to the `LD_RUN_PATH' environment variable
  2370. during linking
  2371. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  2372. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  2373.  
  2374. See any operating system documentation about shared libraries for
  2375. more information, such as the ld(1) and ld.so(8) manual pages.
  2376. ----------------------------------------------------------------------
  2377. test -z "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages"
  2378. test -z "/home/ernst/.virtualenvs/mycroft/share/pygobject/2.0/defs" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/share/pygobject/2.0/defs"
  2379. /usr/bin/install -c -m 644 gio.defs gio-types.defs gio.override gappinfo.override gapplaunchcontext.override gbufferedinputstream.override gcancellable.override gdatainputstream.override gdrive.override gfile.override gfileattribute.override gfileenumerator.override gfileinfo.override gfileinputstream.override gfileiostream.override gfileoutputstream.override gicon.override giostream.override ginputstream.override gmemoryinputstream.override gmemoryoutputstream.override gmount.override goutputstream.override gresolver.override gsocket.override gvolume.override gvolumemonitor.override unix.defs unix-types.defs unix.override '/home/ernst/.virtualenvs/mycroft/share/pygobject/2.0/defs'
  2380. test -z "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gtk-2.0/gio" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gtk-2.0/gio"
  2381. /usr/bin/install -c -m 644 __init__.py '/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gtk-2.0/gio'
  2382. Byte-compiling python modules...
  2383. __init__.py
  2384. Byte-compiling python modules (optimized versions) ...
  2385. __init__.py
  2386. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/gio“ wird verlassen
  2387. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/gio“ wird verlassen
  2388. Making install in examples
  2389. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/examples“ wird betreten
  2390. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/examples“ wird betreten
  2391. make[2]: Für das Ziel „install-exec-am“ ist nichts zu tun.
  2392. make[2]: Für das Ziel „install-data-am“ ist nichts zu tun.
  2393. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/examples“ wird verlassen
  2394. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/examples“ wird verlassen
  2395. Making install in tests
  2396. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/tests“ wird betreten
  2397. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/tests“ wird betreten
  2398. make[2]: Für das Ziel „install-exec-am“ ist nichts zu tun.
  2399. make[2]: Für das Ziel „install-data-am“ ist nichts zu tun.
  2400. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/tests“ wird verlassen
  2401. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6/tests“ wird verlassen
  2402. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6“ wird betreten
  2403. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6“ wird betreten
  2404. /bin/bash /tmp/install-pygtk-25800/pygobject-2.28.6/install-sh -d /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages
  2405. echo "gtk-2.0" > /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/pygtk.pth
  2406. test -z "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gtk-2.0" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gtk-2.0"
  2407. test -z "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gtk-2.0" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gtk-2.0"
  2408. /usr/bin/install -c -m 644 dsextras.py '/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gtk-2.0'
  2409. Byte-compiling python modules...
  2410. dsextras.py
  2411. Byte-compiling python modules (optimized versions) ...
  2412. dsextras.py
  2413. test -z "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages"
  2414. test -z "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages"
  2415. /usr/bin/install -c -m 644 pygtk.py '/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages'
  2416. Byte-compiling python modules...
  2417. pygtk.py
  2418. Byte-compiling python modules (optimized versions) ...
  2419. pygtk.py
  2420. /bin/bash /tmp/install-pygtk-25800/pygobject-2.28.6/install-sh -d /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages
  2421. echo "gtk-2.0" > /home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/pygtk.pth
  2422. test -z "/home/ernst/.virtualenvs/mycroft/lib/pkgconfig" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/lib/pkgconfig"
  2423. /usr/bin/install -c -m 644 pygobject-2.0.pc '/home/ernst/.virtualenvs/mycroft/lib/pkgconfig'
  2424. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6“ wird verlassen
  2425. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygobject-2.28.6“ wird verlassen
  2426. * Checking for gtk...
  2427. * Installing gtk...
  2428. % Total % Received % Xferd Average Speed Time Time Time Current
  2429. Dload Upload Total Spent Left Speed
  2430. 100 2305k 100 2305k 0 0 2305k 0 0:00:01 0:00:01 --:--:-- 1683k
  2431. pygtk-2.24.0/
  2432. pygtk-2.24.0/config.h.in
  2433. pygtk-2.24.0/examples/
  2434. pygtk-2.24.0/examples/Makefile.in
  2435. pygtk-2.24.0/examples/gobject/
  2436. pygtk-2.24.0/examples/gobject/editable-interface.py
  2437. pygtk-2.24.0/examples/gobject/properties.py
  2438. pygtk-2.24.0/examples/gobject/signal.py
  2439. pygtk-2.24.0/examples/pygtk-demo/
  2440. pygtk-2.24.0/examples/pygtk-demo/pygtk-demo.in
  2441. pygtk-2.24.0/examples/pygtk-demo/pygtk-demo.py
  2442. pygtk-2.24.0/examples/pygtk-demo/demos/
  2443. pygtk-2.24.0/examples/pygtk-demo/demos/print_editor.py
  2444. pygtk-2.24.0/examples/pygtk-demo/demos/entry_completion.py
  2445. pygtk-2.24.0/examples/pygtk-demo/demos/stock_browser.py
  2446. pygtk-2.24.0/examples/pygtk-demo/demos/menu.py
  2447. pygtk-2.24.0/examples/pygtk-demo/demos/pixbufs.py
  2448. pygtk-2.24.0/examples/pygtk-demo/demos/treemodel.py
  2449. pygtk-2.24.0/examples/pygtk-demo/demos/panes.py
  2450. pygtk-2.24.0/examples/pygtk-demo/demos/dialogs.py
  2451. pygtk-2.24.0/examples/pygtk-demo/demos/buttonbox.py
  2452. pygtk-2.24.0/examples/pygtk-demo/demos/dndpixmap.py
  2453. pygtk-2.24.0/examples/pygtk-demo/demos/changedisplay.py
  2454. pygtk-2.24.0/examples/pygtk-demo/demos/tooltip.py
  2455. pygtk-2.24.0/examples/pygtk-demo/demos/textscroll.py
  2456. pygtk-2.24.0/examples/pygtk-demo/demos/editable_cells.py
  2457. pygtk-2.24.0/examples/pygtk-demo/demos/list_store.py
  2458. pygtk-2.24.0/examples/pygtk-demo/demos/appwindow.py
  2459. pygtk-2.24.0/examples/pygtk-demo/demos/tree_store.py
  2460. pygtk-2.24.0/examples/pygtk-demo/demos/sizegroup.py
  2461. pygtk-2.24.0/examples/pygtk-demo/demos/statusicon.py
  2462. pygtk-2.24.0/examples/pygtk-demo/demos/textview.py
  2463. pygtk-2.24.0/examples/pygtk-demo/demos/dnd.py
  2464. pygtk-2.24.0/examples/pygtk-demo/demos/images.py
  2465. pygtk-2.24.0/examples/pygtk-demo/demos/infobar.py
  2466. pygtk-2.24.0/examples/pygtk-demo/demos/expander.py
  2467. pygtk-2.24.0/examples/pygtk-demo/demos/ui_manager.py
  2468. pygtk-2.24.0/examples/pygtk-demo/demos/hypertext.py
  2469. pygtk-2.24.0/examples/pygtk-demo/demos/images/
  2470. pygtk-2.24.0/examples/pygtk-demo/demos/images/alphatest.png
  2471. pygtk-2.24.0/examples/pygtk-demo/demos/images/gnome-applets.png
  2472. pygtk-2.24.0/examples/pygtk-demo/demos/images/apple-red.png
  2473. pygtk-2.24.0/examples/pygtk-demo/demos/images/gnome-gimp.png
  2474. pygtk-2.24.0/examples/pygtk-demo/demos/images/gnome-calendar.png
  2475. pygtk-2.24.0/examples/pygtk-demo/demos/images/background.jpg
  2476. pygtk-2.24.0/examples/pygtk-demo/demos/images/gnome-gmush.png
  2477. pygtk-2.24.0/examples/pygtk-demo/demos/images/gnome-foot.png
  2478. pygtk-2.24.0/examples/pygtk-demo/demos/images/gnome-gsame.png
  2479. pygtk-2.24.0/examples/pygtk-demo/demos/images/gnu-keys.png
  2480. pygtk-2.24.0/examples/pygtk-demo/demos/images/floppybuddy.gif
  2481. pygtk-2.24.0/examples/pygtk-demo/demos/images/gtk-logo-rgb.gif
  2482. pygtk-2.24.0/examples/pygtk-demo/demos/__init__.py
  2483. pygtk-2.24.0/examples/pygtk-demo/demos/colorsel.py
  2484. pygtk-2.24.0/examples/glade/
  2485. pygtk-2.24.0/examples/glade/autoconnect.py
  2486. pygtk-2.24.0/examples/glade/test2.glade
  2487. pygtk-2.24.0/examples/glade/test.glade
  2488. pygtk-2.24.0/examples/glade/glade-demo.py
  2489. pygtk-2.24.0/examples/glade/README
  2490. pygtk-2.24.0/examples/ide/
  2491. pygtk-2.24.0/examples/ide/return.xpm
  2492. pygtk-2.24.0/examples/ide/edit.xpm
  2493. pygtk-2.24.0/examples/ide/edit.py
  2494. pygtk-2.24.0/examples/ide/gtkprof.py
  2495. pygtk-2.24.0/examples/ide/step.xpm
  2496. pygtk-2.24.0/examples/ide/continue.xpm
  2497. pygtk-2.24.0/examples/ide/quit.xpm
  2498. pygtk-2.24.0/examples/ide/dialogs.py
  2499. pygtk-2.24.0/examples/ide/gtkdb.py
  2500. pygtk-2.24.0/examples/ide/next.xpm
  2501. pygtk-2.24.0/examples/ide/pyide.py
  2502. pygtk-2.24.0/examples/ide/README
  2503. pygtk-2.24.0/examples/ide/gtkcons.py
  2504. pygtk-2.24.0/examples/ide/browse.py
  2505. pygtk-2.24.0/examples/ide/minibreak.xpm
  2506. pygtk-2.24.0/examples/ide/break.xpm
  2507. pygtk-2.24.0/examples/ide/run.xpm
  2508. pygtk-2.24.0/examples/pango/
  2509. pygtk-2.24.0/examples/pango/utf8-demo.py
  2510. pygtk-2.24.0/examples/pango/extentdemo.py
  2511. pygtk-2.24.0/examples/pango/pangocairo-simple.py
  2512. pygtk-2.24.0/examples/Makefile.am
  2513. pygtk-2.24.0/examples/simple/
  2514. pygtk-2.24.0/examples/simple/hello.py
  2515. pygtk-2.24.0/examples/simple/scribble.py
  2516. pygtk-2.24.0/examples/simple/dndpixmap.py
  2517. pygtk-2.24.0/examples/simple/tooltip.py
  2518. pygtk-2.24.0/examples/simple/dnd.py
  2519. pygtk-2.24.0/examples/simple/README
  2520. pygtk-2.24.0/examples/simple/simple.py
  2521. pygtk-2.24.0/examples/atk/
  2522. pygtk-2.24.0/examples/atk/atk-demo.py
  2523. pygtk-2.24.0/examples/gtk/
  2524. pygtk-2.24.0/examples/gtk/customtreemodel.py
  2525. pygtk-2.24.0/examples/gtk/testprint.py
  2526. pygtk-2.24.0/examples/gtk/bin.py
  2527. pygtk-2.24.0/examples/gtk/sizegroup.py
  2528. pygtk-2.24.0/examples/gtk/uimanager.py
  2529. pygtk-2.24.0/examples/gtk/application.py
  2530. pygtk-2.24.0/examples/gtk/widget.py
  2531. pygtk-2.24.0/examples/gtk/scrollable.py
  2532. pygtk-2.24.0/examples/gtk/filechooser.py
  2533. pygtk-2.24.0/Makefile.in
  2534. pygtk-2.24.0/pango.override
  2535. pygtk-2.24.0/missing
  2536. pygtk-2.24.0/py-compile
  2537. pygtk-2.24.0/atkmodule.c
  2538. pygtk-2.24.0/THREADS
  2539. pygtk-2.24.0/pangomodule.c
  2540. pygtk-2.24.0/INSTALL
  2541. pygtk-2.24.0/pygtk_postinstall.py
  2542. pygtk-2.24.0/configure.ac
  2543. pygtk-2.24.0/setup.py
  2544. pygtk-2.24.0/aclocal.m4
  2545. pygtk-2.24.0/PKG-INFO.in
  2546. pygtk-2.24.0/MANIFEST.in
  2547. pygtk-2.24.0/atk.override
  2548. pygtk-2.24.0/depcomp
  2549. pygtk-2.24.0/NEWS
  2550. pygtk-2.24.0/tests/
  2551. pygtk-2.24.0/tests/Makefile.in
  2552. pygtk-2.24.0/tests/test_glade.py
  2553. pygtk-2.24.0/tests/test_api.py
  2554. pygtk-2.24.0/tests/test_treeview.py
  2555. pygtk-2.24.0/tests/test_rectangle.py
  2556. pygtk-2.24.0/tests/testmodule.py
  2557. pygtk-2.24.0/tests/test_filechooserdialog.py
  2558. pygtk-2.24.0/tests/test_style.py
  2559. pygtk-2.24.0/tests/test_pango.py
  2560. pygtk-2.24.0/tests/test_accel_closures.py
  2561. pygtk-2.24.0/tests/leak.glade
  2562. pygtk-2.24.0/tests/test_enum.py
  2563. pygtk-2.24.0/tests/test_gdk.py
  2564. pygtk-2.24.0/tests/runtests.py
  2565. pygtk-2.24.0/tests/test_dialog.py
  2566. pygtk-2.24.0/tests/test_container.py
  2567. pygtk-2.24.0/tests/test_radiobutton.py
  2568. pygtk-2.24.0/tests/test_actiongroup.py
  2569. pygtk-2.24.0/tests/test_color.py
  2570. pygtk-2.24.0/tests/test_button.py
  2571. pygtk-2.24.0/tests/test_liststore.py
  2572. pygtk-2.24.0/tests/test_textview.py
  2573. pygtk-2.24.0/tests/common.py
  2574. pygtk-2.24.0/tests/test_conversion.py
  2575. pygtk-2.24.0/tests/test_bin.py
  2576. pygtk-2.24.0/tests/Makefile.am
  2577. pygtk-2.24.0/tests/test_plug.py
  2578. pygtk-2.24.0/AUTHORS
  2579. pygtk-2.24.0/ChangeLog.pre-2-0
  2580. pygtk-2.24.0/config.guess
  2581. pygtk-2.24.0/README.win32
  2582. pygtk-2.24.0/m4/
  2583. pygtk-2.24.0/m4/python.m4
  2584. pygtk-2.24.0/m4/jhflags.m4
  2585. pygtk-2.24.0/atkrectangle.override
  2586. pygtk-2.24.0/atk.defs
  2587. pygtk-2.24.0/COPYING
  2588. pygtk-2.24.0/pygtk-2.0.pc.in
  2589. pygtk-2.24.0/pangocairomodule.c
  2590. pygtk-2.24.0/config.h.win32
  2591. pygtk-2.24.0/configure
  2592. pygtk-2.24.0/ltmain.sh
  2593. pygtk-2.24.0/atk-types.defs
  2594. pygtk-2.24.0/pygtk.spec
  2595. pygtk-2.24.0/pango-types.defs
  2596. pygtk-2.24.0/TODO
  2597. pygtk-2.24.0/PKG-INFO
  2598. pygtk-2.24.0/README
  2599. pygtk-2.24.0/docs/
  2600. pygtk-2.24.0/docs/Makefile.in
  2601. pygtk-2.24.0/docs/cursors/
  2602. pygtk-2.24.0/docs/cursors/top_side.png
  2603. pygtk-2.24.0/docs/cursors/cross_reverse.png
  2604. pygtk-2.24.0/docs/cursors/exchange.png
  2605. pygtk-2.24.0/docs/cursors/based_arrow_up.png
  2606. pygtk-2.24.0/docs/cursors/top_left_arrow.png
  2607. pygtk-2.24.0/docs/cursors/clock.png
  2608. pygtk-2.24.0/docs/cursors/hand2.png
  2609. pygtk-2.24.0/docs/cursors/rtl_logo.png
  2610. pygtk-2.24.0/docs/cursors/ur_angle.png
  2611. pygtk-2.24.0/docs/cursors/dot.png
  2612. pygtk-2.24.0/docs/cursors/circle.png
  2613. pygtk-2.24.0/docs/cursors/right_tee.png
  2614. pygtk-2.24.0/docs/cursors/ul_angle.png
  2615. pygtk-2.24.0/docs/cursors/spraycan.png
  2616. pygtk-2.24.0/docs/cursors/pirate.png
  2617. pygtk-2.24.0/docs/cursors/bogosity.png
  2618. pygtk-2.24.0/docs/cursors/draped_box.png
  2619. pygtk-2.24.0/docs/cursors/boat.png
  2620. pygtk-2.24.0/docs/cursors/bottom_left_corner.png
  2621. pygtk-2.24.0/docs/cursors/bottom_right_corner.png
  2622. pygtk-2.24.0/docs/cursors/diamond_cross.png
  2623. pygtk-2.24.0/docs/cursors/leftbutton.png
  2624. pygtk-2.24.0/docs/cursors/ll_angle.png
  2625. pygtk-2.24.0/docs/cursors/right_ptr.png
  2626. pygtk-2.24.0/docs/cursors/center_ptr.png
  2627. pygtk-2.24.0/docs/cursors/left_ptr.png
  2628. pygtk-2.24.0/docs/cursors/arrow.png
  2629. pygtk-2.24.0/docs/cursors/question_arrow.png
  2630. pygtk-2.24.0/docs/cursors/iron_cross.png
  2631. pygtk-2.24.0/docs/cursors/dotbox.png
  2632. pygtk-2.24.0/docs/cursors/based_arrow_down.png
  2633. pygtk-2.24.0/docs/cursors/middlebutton.png
  2634. pygtk-2.24.0/docs/cursors/left_side.png
  2635. pygtk-2.24.0/docs/cursors/draft_small.png
  2636. pygtk-2.24.0/docs/cursors/trek.png
  2637. pygtk-2.24.0/docs/cursors/spider.png
  2638. pygtk-2.24.0/docs/cursors/gumby.png
  2639. pygtk-2.24.0/docs/cursors/sb_h_double_arrow.png
  2640. pygtk-2.24.0/docs/cursors/top_tee.png
  2641. pygtk-2.24.0/docs/cursors/pencil.png
  2642. pygtk-2.24.0/docs/cursors/top_right_corner.png
  2643. pygtk-2.24.0/docs/cursors/X_cursor.png
  2644. pygtk-2.24.0/docs/cursors/tcross.png
  2645. pygtk-2.24.0/docs/cursors/coffee_mug.png
  2646. pygtk-2.24.0/docs/cursors/sb_right_arrow.png
  2647. pygtk-2.24.0/docs/cursors/xterm.png
  2648. pygtk-2.24.0/docs/cursors/sizing.png
  2649. pygtk-2.24.0/docs/cursors/bottom_side.png
  2650. pygtk-2.24.0/docs/cursors/draft_large.png
  2651. pygtk-2.24.0/docs/cursors/hand1.png
  2652. pygtk-2.24.0/docs/cursors/crosshair.png
  2653. pygtk-2.24.0/docs/cursors/star.png
  2654. pygtk-2.24.0/docs/cursors/sb_left_arrow.png
  2655. pygtk-2.24.0/docs/cursors/mouse.png
  2656. pygtk-2.24.0/docs/cursors/right_side.png
  2657. pygtk-2.24.0/docs/cursors/rightbutton.png
  2658. pygtk-2.24.0/docs/cursors/cross.png
  2659. pygtk-2.24.0/docs/cursors/box_spiral.png
  2660. pygtk-2.24.0/docs/cursors/icon.png
  2661. pygtk-2.24.0/docs/cursors/sailboat.png
  2662. pygtk-2.24.0/docs/cursors/gobbler.png
  2663. pygtk-2.24.0/docs/cursors/umbrella.png
  2664. pygtk-2.24.0/docs/cursors/sb_v_double_arrow.png
  2665. pygtk-2.24.0/docs/cursors/lr_angle.png
  2666. pygtk-2.24.0/docs/cursors/target.png
  2667. pygtk-2.24.0/docs/cursors/bottom_tee.png
  2668. pygtk-2.24.0/docs/cursors/shuttle.png
  2669. pygtk-2.24.0/docs/cursors/man.png
  2670. pygtk-2.24.0/docs/cursors/sb_down_arrow.png
  2671. pygtk-2.24.0/docs/cursors/sb_up_arrow.png
  2672. pygtk-2.24.0/docs/cursors/heart.png
  2673. pygtk-2.24.0/docs/cursors/plus.png
  2674. pygtk-2.24.0/docs/cursors/watch.png
  2675. pygtk-2.24.0/docs/cursors/left_tee.png
  2676. pygtk-2.24.0/docs/cursors/double_arrow.png
  2677. pygtk-2.24.0/docs/cursors/top_left_corner.png
  2678. pygtk-2.24.0/docs/cursors/fleur.png
  2679. pygtk-2.24.0/docs/html/
  2680. pygtk-2.24.0/docs/html/class-atkrelation.html
  2681. pygtk-2.24.0/docs/html/class-gdkpixbuf.html
  2682. pygtk-2.24.0/docs/html/class-pangolanguage.html
  2683. pygtk-2.24.0/docs/html/class-gtktreesortable.html
  2684. pygtk-2.24.0/docs/html/class-gtkcellrenderertoggle.html
  2685. pygtk-2.24.0/docs/html/class-gtkspinner.html
  2686. pygtk-2.24.0/docs/html/class-gtkcomboboxtext.html
  2687. pygtk-2.24.0/docs/html/class-gtkiconset.html
  2688. pygtk-2.24.0/docs/html/class-gtkwindow.html
  2689. pygtk-2.24.0/docs/html/index.sgml
  2690. pygtk-2.24.0/docs/html/class-gtktextattributes.html
  2691. pygtk-2.24.0/docs/html/class-gtkscrolledwindow.html
  2692. pygtk-2.24.0/docs/html/class-atkimage.html
  2693. pygtk-2.24.0/docs/html/pangocairo-functions.html
  2694. pygtk-2.24.0/docs/html/class-gtkcontainer.html
  2695. pygtk-2.24.0/docs/html/class-gtkprintsettings.html
  2696. pygtk-2.24.0/docs/html/class-gtkfilechooserbutton.html
  2697. pygtk-2.24.0/docs/html/class-gdkrectangle.html
  2698. pygtk-2.24.0/docs/html/class-gtkgammacurve.html
  2699. pygtk-2.24.0/docs/html/class-gtkcellrenderertext.html
  2700. pygtk-2.24.0/docs/html/class-gtkfilefilter.html
  2701. pygtk-2.24.0/docs/html/class-gdkcairocontext.html
  2702. pygtk-2.24.0/docs/html/gdk-functions.html
  2703. pygtk-2.24.0/docs/html/class-gtkrcstyle.html
  2704. pygtk-2.24.0/docs/html/index.html
  2705. pygtk-2.24.0/docs/html/class-gtkhseparator.html
  2706. pygtk-2.24.0/docs/html/class-gtkimagemenuitem.html
  2707. pygtk-2.24.0/docs/html/class-gtkhbuttonbox.html
  2708. pygtk-2.24.0/docs/html/class-pangofontface.html
  2709. pygtk-2.24.0/docs/html/class-gdkdisplaymanager.html
  2710. pygtk-2.24.0/docs/html/class-gtktreeviewcolumn.html
  2711. pygtk-2.24.0/docs/html/class-gtkrecentfilter.html
  2712. pygtk-2.24.0/docs/html/class-pangocairocairocontext.html
  2713. pygtk-2.24.0/docs/html/class-gtkstatusicon.html
  2714. pygtk-2.24.0/docs/html/class-gtkrequisition.html
  2715. pygtk-2.24.0/docs/html/pangocairo-constants.html
  2716. pygtk-2.24.0/docs/html/class-pygtktreemodelrowiter.html
  2717. pygtk-2.24.0/docs/html/class-gtkseparatortoolitem.html
  2718. pygtk-2.24.0/docs/html/class-gtkarrow.html
  2719. pygtk-2.24.0/docs/html/class-gtkcellrenderer.html
  2720. pygtk-2.24.0/docs/html/class-gtktexttagtable.html
  2721. pygtk-2.24.0/docs/html/pango-class-reference.html
  2722. pygtk-2.24.0/docs/html/class-pangotabarray.html
  2723. pygtk-2.24.0/docs/html/atk-class-reference.html
  2724. pygtk-2.24.0/docs/html/class-gtkwindowgroup.html
  2725. pygtk-2.24.0/docs/html/unixprint-constants.html
  2726. pygtk-2.24.0/docs/html/class-gtktreemodel.html
  2727. pygtk-2.24.0/docs/html/class-pygtktreemodelrow.html
  2728. pygtk-2.24.0/docs/html/class-gdkpixbufloader.html
  2729. pygtk-2.24.0/docs/html/pango-constants.html
  2730. pygtk-2.24.0/docs/html/class-atkvalue.html
  2731. pygtk-2.24.0/docs/html/class-gdkcolor.html
  2732. pygtk-2.24.0/docs/html/class-gtkprintjob.html
  2733. pygtk-2.24.0/docs/html/pygtk-introduction.html
  2734. pygtk-2.24.0/docs/html/class-gdkscreen.html
  2735. pygtk-2.24.0/docs/html/class-gtkrange.html
  2736. pygtk-2.24.0/docs/html/class-gtklayout.html
  2737. pygtk-2.24.0/docs/html/class-gtkfilechooserdialog.html
  2738. pygtk-2.24.0/docs/html/class-gtkrecentchooserwidget.html
  2739. pygtk-2.24.0/docs/html/class-gtkprogressbar.html
  2740. pygtk-2.24.0/docs/html/class-gtkiconfactory.html
  2741. pygtk-2.24.0/docs/html/class-gtktreeview.html
  2742. pygtk-2.24.0/docs/html/glade-class-reference.html
  2743. pygtk-2.24.0/docs/html/class-gtkhandlebox.html
  2744. pygtk-2.24.0/docs/html/class-gtkimmulticontext.html
  2745. pygtk-2.24.0/docs/html/class-gdkimage.html
  2746. pygtk-2.24.0/docs/html/class-gtkviewport.html
  2747. pygtk-2.24.0/docs/html/class-atkeditabletext.html
  2748. pygtk-2.24.0/docs/html/class-pangofontdescription.html
  2749. pygtk-2.24.0/docs/html/class-gtkitemfactory.html
  2750. pygtk-2.24.0/docs/html/class-gtkliststore.html
  2751. pygtk-2.24.0/docs/html/class-atktext.html
  2752. pygtk-2.24.0/docs/html/gtk-constants.html
  2753. pygtk-2.24.0/docs/html/class-pangolayoutline.html
  2754. pygtk-2.24.0/docs/html/class-gtkmenuitem.html
  2755. pygtk-2.24.0/docs/html/class-gtkcombobox.html
  2756. pygtk-2.24.0/docs/html/class-pangolayout.html
  2757. pygtk-2.24.0/docs/html/class-gtkvolumebutton.html
  2758. pygtk-2.24.0/docs/html/class-gtkclipboard.html
  2759. pygtk-2.24.0/docs/html/class-gtkcomboboxentry.html
  2760. pygtk-2.24.0/docs/html/class-gtkbuttonbox.html
  2761. pygtk-2.24.0/docs/html/class-gtktoolpalette.html
  2762. pygtk-2.24.0/docs/html/class-atkaction.html
  2763. pygtk-2.24.0/docs/html/class-gdkwindow.html
  2764. pygtk-2.24.0/docs/html/class-gtkseparatormenuitem.html
  2765. pygtk-2.24.0/docs/html/class-gtkiconinfo.html
  2766. pygtk-2.24.0/docs/html/class-atknoopobjectfactory.html
  2767. pygtk-2.24.0/docs/html/class-gtknotebook.html
  2768. pygtk-2.24.0/docs/html/class-gtkmenushell.html
  2769. pygtk-2.24.0/docs/html/class-gtkrecentchoosermenu.html
  2770. pygtk-2.24.0/docs/html/class-atkrelationset.html
  2771. pygtk-2.24.0/docs/html/class-gtkrecentchooserdialog.html
  2772. pygtk-2.24.0/docs/html/class-gtktoggleaction.html
  2773. pygtk-2.24.0/docs/html/class-pangofontmetrics.html
  2774. pygtk-2.24.0/docs/html/class-pangoglyphstring.html
  2775. pygtk-2.24.0/docs/html/class-gtkbuildable.html
  2776. pygtk-2.24.0/docs/html/class-gtkcellrendererspinner.html
  2777. pygtk-2.24.0/docs/html/class-gtkentry.html
  2778. pygtk-2.24.0/docs/html/class-atkrectangle.html
  2779. pygtk-2.24.0/docs/html/class-gdkgc.html
  2780. pygtk-2.24.0/docs/html/class-gtkentrycompletion.html
  2781. pygtk-2.24.0/docs/html/class-gtktreeselection.html
  2782. pygtk-2.24.0/docs/html/class-gtkvruler.html
  2783. pygtk-2.24.0/docs/html/class-gtkruler.html
  2784. pygtk-2.24.0/docs/html/class-gtktable.html
  2785. pygtk-2.24.0/docs/html/class-pangofontfamily.html
  2786. pygtk-2.24.0/docs/html/class-gtkprinter.html
  2787. pygtk-2.24.0/docs/html/pygtk.devhelp
  2788. pygtk-2.24.0/docs/html/class-gtksettings.html
  2789. pygtk-2.24.0/docs/html/class-atkstateset.html
  2790. pygtk-2.24.0/docs/html/class-gtklinkbutton.html
  2791. pygtk-2.24.0/docs/html/class-gdkpangorenderer.html
  2792. pygtk-2.24.0/docs/html/class-gdkvisual.html
  2793. pygtk-2.24.0/docs/html/class-gtkobject.html
  2794. pygtk-2.24.0/docs/html/class-pangolayoutiter.html
  2795. pygtk-2.24.0/docs/html/class-gtkmenu.html
  2796. pygtk-2.24.0/docs/html/class-gtkfileselection.html
  2797. pygtk-2.24.0/docs/html/class-gtktreemodelfilter.html
  2798. pygtk-2.24.0/docs/html/class-gtkcalendar.html
  2799. pygtk-2.24.0/docs/html/class-gtkbuilder.html
  2800. pygtk-2.24.0/docs/html/class-gtkrecentinfo.html
  2801. pygtk-2.24.0/docs/html/class-pangoattribute.html
  2802. pygtk-2.24.0/docs/html/atk-constants.html
  2803. pygtk-2.24.0/docs/html/class-pangorenderer.html
  2804. pygtk-2.24.0/docs/html/class-gdkcolormap.html
  2805. pygtk-2.24.0/docs/html/gdk-constants.html
  2806. pygtk-2.24.0/docs/html/class-gtkcombo.html
  2807. pygtk-2.24.0/docs/html/class-gtkmountoperation.html
  2808. pygtk-2.24.0/docs/html/class-gtktoolshell.html
  2809. pygtk-2.24.0/docs/html/class-gdkpixbufanimationiter.html
  2810. pygtk-2.24.0/docs/html/class-gtkplug.html
  2811. pygtk-2.24.0/docs/html/class-gtkinputdialog.html
  2812. pygtk-2.24.0/docs/html/class-gtkframe.html
  2813. pygtk-2.24.0/docs/html/class-atkhypertext.html
  2814. pygtk-2.24.0/docs/html/class-gdkpixmap.html
  2815. pygtk-2.24.0/docs/html/class-gtkcolorselection.html
  2816. pygtk-2.24.0/docs/html/class-gdkapplaunchcontext.html
  2817. pygtk-2.24.0/docs/html/class-gtkentrybuffer.html
  2818. pygtk-2.24.0/docs/html/class-pangoattriterator.html
  2819. pygtk-2.24.0/docs/html/class-gtkrecentaction.html
  2820. pygtk-2.24.0/docs/html/class-pangofont.html
  2821. pygtk-2.24.0/docs/html/class-gladexml.html
  2822. pygtk-2.24.0/docs/html/class-gtkaction.html
  2823. pygtk-2.24.0/docs/html/class-gtkbox.html
  2824. pygtk-2.24.0/docs/html/class-gtkactivatable.html
  2825. pygtk-2.24.0/docs/html/class-gtkpapersize.html
  2826. pygtk-2.24.0/docs/html/gdk-class-reference.html
  2827. pygtk-2.24.0/docs/html/class-gtkiconsource.html
  2828. pygtk-2.24.0/docs/html/class-gtkscrollbar.html
  2829. pygtk-2.24.0/docs/html/class-atkregistry.html
  2830. pygtk-2.24.0/docs/html/class-gtktoolitemgroup.html
  2831. pygtk-2.24.0/docs/html/class-gtksocket.html
  2832. pygtk-2.24.0/docs/html/unixprint-functions.html
  2833. pygtk-2.24.0/docs/html/class-gtkprintcontext.html
  2834. pygtk-2.24.0/docs/html/class-gtktreedragdest.html
  2835. pygtk-2.24.0/docs/html/class-gtkadjustment.html
  2836. pygtk-2.24.0/docs/html/class-gtkaccessible.html
  2837. pygtk-2.24.0/docs/html/class-gtktreeiter.html
  2838. pygtk-2.24.0/docs/html/class-gtkfilechooser.html
  2839. pygtk-2.24.0/docs/html/class-gtkfontbutton.html
  2840. pygtk-2.24.0/docs/html/class-gtkcelllayout.html
  2841. pygtk-2.24.0/docs/html/class-gtkdrawingarea.html
  2842. pygtk-2.24.0/docs/html/class-gtktooltip.html
  2843. pygtk-2.24.0/docs/html/class-gtkhscale.html
  2844. pygtk-2.24.0/docs/html/class-gtkexpander.html
  2845. pygtk-2.24.0/docs/html/class-gtkvseparator.html
  2846. pygtk-2.24.0/docs/html/class-gtkimcontext.html
  2847. pygtk-2.24.0/docs/html/class-gtkcolorbutton.html
  2848. pygtk-2.24.0/docs/html/class-gtkaccelmap.html
  2849. pygtk-2.24.0/docs/html/class-gtkradiotoolbutton.html
  2850. pygtk-2.24.0/docs/html/gtk-class-reference.html
  2851. pygtk-2.24.0/docs/html/class-gtkinfobar.html
  2852. pygtk-2.24.0/docs/html/class-gtkvbuttonbox.html
  2853. pygtk-2.24.0/docs/html/class-gtkseparator.html
  2854. pygtk-2.24.0/docs/html/class-hierarchy.html
  2855. pygtk-2.24.0/docs/html/class-gtkfixed.html
  2856. pygtk-2.24.0/docs/html/class-gtkhruler.html
  2857. pygtk-2.24.0/docs/html/class-gtkvscale.html
  2858. pygtk-2.24.0/docs/html/class-gtkcheckmenuitem.html
  2859. pygtk-2.24.0/docs/html/class-gtkhscrollbar.html
  2860. pygtk-2.24.0/docs/html/class-gdkatom.html
  2861. pygtk-2.24.0/docs/html/class-atkimplementor.html
  2862. pygtk-2.24.0/docs/html/class-gtkassistant.html
  2863. pygtk-2.24.0/docs/html/class-gtkradioaction.html
  2864. pygtk-2.24.0/docs/html/class-gtktreemodelsort.html
  2865. pygtk-2.24.0/docs/html/class-atkstreamablecontent.html
  2866. pygtk-2.24.0/docs/html/class-gtktextchildanchor.html
  2867. pygtk-2.24.0/docs/html/class-gtkuimanager.html
  2868. pygtk-2.24.0/docs/html/class-gtkborder.html
  2869. pygtk-2.24.0/docs/html/class-gdkdragcontext.html
  2870. pygtk-2.24.0/docs/html/class-gdkpixbufanimation.html
  2871. pygtk-2.24.0/docs/html/class-gtkcolorselectiondialog.html
  2872. pygtk-2.24.0/docs/html/gtk-stock-items.html
  2873. pygtk-2.24.0/docs/html/class-pangocairocairofontmap.html
  2874. pygtk-2.24.0/docs/html/class-gtkcellview.html
  2875. pygtk-2.24.0/docs/html/pangocairo-class-reference.html
  2876. pygtk-2.24.0/docs/html/class-gtktextiter.html
  2877. pygtk-2.24.0/docs/html/class-gtkdialog.html
  2878. pygtk-2.24.0/docs/html/class-pangoattrlist.html
  2879. pygtk-2.24.0/docs/html/class-gtkcheckbutton.html
  2880. pygtk-2.24.0/docs/html/class-gtkrecentmanager.html
  2881. pygtk-2.24.0/docs/html/class-gtkspinbutton.html
  2882. pygtk-2.24.0/docs/html/class-gtktogglebutton.html
  2883. pygtk-2.24.0/docs/html/class-atkobject.html
  2884. pygtk-2.24.0/docs/html/class-gtkbin.html
  2885. pygtk-2.24.0/docs/html/class-gtktexttag.html
  2886. pygtk-2.24.0/docs/html/class-gtkradiobutton.html
  2887. pygtk-2.24.0/docs/html/class-gtkmessagedialog.html
  2888. pygtk-2.24.0/docs/html/class-gtkbutton.html
  2889. pygtk-2.24.0/docs/html/class-gtkaccelgroup.html
  2890. pygtk-2.24.0/docs/html/class-gtkaspectframe.html
  2891. pygtk-2.24.0/docs/html/class-gtkeventbox.html
  2892. pygtk-2.24.0/docs/html/class-gtktreerowreference.html
  2893. pygtk-2.24.0/docs/html/class-gtkicontheme.html
  2894. pygtk-2.24.0/docs/html/class-gtkimcontextsimple.html
  2895. pygtk-2.24.0/docs/html/class-pygtkgenerictreemodel.html
  2896. pygtk-2.24.0/docs/html/class-gtkoffscreenwindow.html
  2897. pygtk-2.24.0/docs/html/class-gtkmenubar.html
  2898. pygtk-2.24.0/docs/html/class-gtkcellrendererprogress.html
  2899. pygtk-2.24.0/docs/html/class-gdkcursor.html
  2900. pygtk-2.24.0/docs/html/pango-markup-language.html
  2901. pygtk-2.24.0/docs/html/class-gtkfilechooserwidget.html
  2902. pygtk-2.24.0/docs/html/class-gtkactiongroup.html
  2903. pygtk-2.24.0/docs/html/class-gdkdrawable.html
  2904. pygtk-2.24.0/docs/html/class-pangocontext.html
  2905. pygtk-2.24.0/docs/html/class-gtkprintoperation.html
  2906. pygtk-2.24.0/docs/html/class-pangofontsetsimple.html
  2907. pygtk-2.24.0/docs/html/class-gtkpagesetup.html
  2908. pygtk-2.24.0/docs/html/class-gtkwidget.html
  2909. pygtk-2.24.0/docs/html/class-gtkfontselectiondialog.html
  2910. pygtk-2.24.0/docs/html/class-gtkstyle.html
  2911. pygtk-2.24.0/docs/html/class-gtktextbuffer.html
  2912. pygtk-2.24.0/docs/html/class-gtkmenutoolbutton.html
  2913. pygtk-2.24.0/docs/html/class-gdkkeymap.html
  2914. pygtk-2.24.0/docs/html/class-gtkimage.html
  2915. pygtk-2.24.0/docs/html/class-gdkdevice.html
  2916. pygtk-2.24.0/docs/html/class-gtkprintoperationpreview.html
  2917. pygtk-2.24.0/docs/html/class-gtkhpaned.html
  2918. pygtk-2.24.0/docs/html/class-atktable.html
  2919. pygtk-2.24.0/docs/html/class-gtkstatusbar.html
  2920. pygtk-2.24.0/docs/html/class-gtkselectiondata.html
  2921. pygtk-2.24.0/docs/html/class-atknoopobject.html
  2922. pygtk-2.24.0/docs/html/class-gtkinvisible.html
  2923. pygtk-2.24.0/docs/html/class-gtklabel.html
  2924. pygtk-2.24.0/docs/html/class-gtktoolbutton.html
  2925. pygtk-2.24.0/docs/html/class-gtkscale.html
  2926. pygtk-2.24.0/docs/html/class-gtkrecentchooser.html
  2927. pygtk-2.24.0/docs/html/class-atkhyperlink.html
  2928. pygtk-2.24.0/docs/html/class-gtkvbox.html
  2929. pygtk-2.24.0/docs/html/class-gtkitem.html
  2930. pygtk-2.24.0/docs/html/class-gtkcellrendererpixbuf.html
  2931. pygtk-2.24.0/docs/html/class-atkselection.html
  2932. pygtk-2.24.0/docs/html/class-gtkeditable.html
  2933. pygtk-2.24.0/docs/html/class-gdkregion.html
  2934. pygtk-2.24.0/docs/html/class-gtkaccellabel.html
  2935. pygtk-2.24.0/docs/html/class-pygtkgenericcellrenderer.html
  2936. pygtk-2.24.0/docs/html/pango-functions.html
  2937. pygtk-2.24.0/docs/html/class-gtkmisc.html
  2938. pygtk-2.24.0/docs/html/class-pangofontset.html
  2939. pygtk-2.24.0/docs/html/class-gtkvscrollbar.html
  2940. pygtk-2.24.0/docs/html/class-gtkvpaned.html
  2941. pygtk-2.24.0/docs/html/class-gtktoolitem.html
  2942. pygtk-2.24.0/docs/html/class-gtkhbox.html
  2943. pygtk-2.24.0/docs/html/class-gtkcellrenderercombo.html
  2944. pygtk-2.24.0/docs/html/class-gtktoggletoolbutton.html
  2945. pygtk-2.24.0/docs/html/class-gtktoolbar.html
  2946. pygtk-2.24.0/docs/html/class-gtkaboutdialog.html
  2947. pygtk-2.24.0/docs/html/class-gtktreedragsource.html
  2948. pygtk-2.24.0/docs/html/class-gtkprintunixdialog.html
  2949. pygtk-2.24.0/docs/html/class-gtkiconview.html
  2950. pygtk-2.24.0/docs/html/class-gtkcelleditable.html
  2951. pygtk-2.24.0/docs/html/class-gtktooltips.html
  2952. pygtk-2.24.0/docs/html/class-gtksizegroup.html
  2953. pygtk-2.24.0/docs/html/class-atkgobjectaccessible.html
  2954. pygtk-2.24.0/docs/html/class-gtkpaned.html
  2955. pygtk-2.24.0/docs/html/class-gtkscalebutton.html
  2956. pygtk-2.24.0/docs/html/class-gdkevent.html
  2957. pygtk-2.24.0/docs/html/class-gtkoptionmenu.html
  2958. pygtk-2.24.0/docs/html/class-gtktextview.html
  2959. pygtk-2.24.0/docs/html/class-gdkdisplay.html
  2960. pygtk-2.24.0/docs/html/class-atkcomponent.html
  2961. pygtk-2.24.0/docs/html/class-gtkcurve.html
  2962. pygtk-2.24.0/docs/html/unixprint-class-reference.html
  2963. pygtk-2.24.0/docs/html/class-gtkcellrendererspin.html
  2964. pygtk-2.24.0/docs/html/class-gtktreestore.html
  2965. pygtk-2.24.0/docs/html/class-atkobjectfactory.html
  2966. pygtk-2.24.0/docs/html/class-gtkalignment.html
  2967. pygtk-2.24.0/docs/html/gtk-functions.html
  2968. pygtk-2.24.0/docs/html/class-gtkcellrendereraccel.html
  2969. pygtk-2.24.0/docs/html/class-gtkfontselection.html
  2970. pygtk-2.24.0/docs/html/class-pangocolor.html
  2971. pygtk-2.24.0/docs/html/class-gtktextmark.html
  2972. pygtk-2.24.0/docs/html/class-atkdocument.html
  2973. pygtk-2.24.0/docs/html/class-gtkradiomenuitem.html
  2974. pygtk-2.24.0/docs/html/class-pangofontmap.html
  2975. pygtk-2.24.0/docs/html/class-gtktearoffmenuitem.html
  2976. pygtk-2.24.0/docs/html/class-gtkpagesetupunixdialog.html
  2977. pygtk-2.24.0/docs/reference/
  2978. pygtk-2.24.0/docs/reference/pygtk-gtk-classes.xml
  2979. pygtk-2.24.0/docs/reference/pygtk-gtktooltip.xml
  2980. pygtk-2.24.0/docs/reference/pygtk-gtksettings.xml
  2981. pygtk-2.24.0/docs/reference/pygtk-pango-classes.xml
  2982. pygtk-2.24.0/docs/reference/pygtk-unixprint-constants.xml
  2983. pygtk-2.24.0/docs/reference/pygtk-gtkruler.xml
  2984. pygtk-2.24.0/docs/reference/pygtk-pangocolor.xml
  2985. pygtk-2.24.0/docs/reference/pygtk-pangofont.xml
  2986. pygtk-2.24.0/docs/reference/pygtk-gtkrcstyle.xml
  2987. pygtk-2.24.0/docs/reference/pygtk-gtktreemodel.xml
  2988. pygtk-2.24.0/docs/reference/pygtk-atkimage.xml
  2989. pygtk-2.24.0/docs/reference/pygtk-gtktreemodelfilter.xml
  2990. pygtk-2.24.0/docs/reference/pygtk-pangofontset.xml
  2991. pygtk-2.24.0/docs/reference/pygtk-gtkradiotoolbutton.xml
  2992. pygtk-2.24.0/docs/reference/pygtk-gdkdrawable.xml
  2993. pygtk-2.24.0/docs/reference/pygtk-gtktoolitemgroup.xml
  2994. pygtk-2.24.0/docs/reference/pygtk-gtkrange.xml
  2995. pygtk-2.24.0/docs/reference/pygtk-gtkvpaned.xml
  2996. pygtk-2.24.0/docs/reference/pygtk-pangolayoutiter.xml
  2997. pygtk-2.24.0/docs/reference/pygtk-gtkhbuttonbox.xml
  2998. pygtk-2.24.0/docs/reference/pygtk-gtkcolorselectiondialog.xml
  2999. pygtk-2.24.0/docs/reference/pygtk-gtkfilechooser.xml
  3000. pygtk-2.24.0/docs/reference/pygtk-gtkplug.xml
  3001. pygtk-2.24.0/docs/reference/pygtk-gtkhbox.xml
  3002. pygtk-2.24.0/docs/reference/pygtk-gtkhscrollbar.xml
  3003. pygtk-2.24.0/docs/reference/pygtk-gtkcombo.xml
  3004. pygtk-2.24.0/docs/reference/pygtk-gtkexpander.xml
  3005. pygtk-2.24.0/docs/reference/pygtk-gtkaccellabel.xml
  3006. pygtk-2.24.0/docs/reference/pygtk-gtkcellrendereraccel.xml
  3007. pygtk-2.24.0/docs/reference/pygtk-gtkbuttonbox.xml
  3008. pygtk-2.24.0/docs/reference/pygtk-gdk-functions.xml
  3009. pygtk-2.24.0/docs/reference/pygtk-pangoattriter.xml
  3010. pygtk-2.24.0/docs/reference/pygtk-gtkspinbutton.xml
  3011. pygtk-2.24.0/docs/reference/pygtk-gtkicontheme.xml
  3012. pygtk-2.24.0/docs/reference/pygtk-gtkrecentchooserwidget.xml
  3013. pygtk-2.24.0/docs/reference/pygtk-gtkprintjob.xml
  3014. pygtk-2.24.0/docs/reference/pygtk-gtkcellrendererspin.xml
  3015. pygtk-2.24.0/docs/reference/pygtk-gtkfilefilter.xml
  3016. pygtk-2.24.0/docs/reference/pygtk-gtkmessagedialog.xml
  3017. pygtk-2.24.0/docs/reference/pygtk-hierarchy.xml
  3018. pygtk-2.24.0/docs/reference/pygtk-gdkregion.xml
  3019. pygtk-2.24.0/docs/reference/pygtk-gtkaspectframe.xml
  3020. pygtk-2.24.0/docs/reference/pygtk-atkhyperlink.xml
  3021. pygtk-2.24.0/docs/reference/pygtk-gtkcheckmenuitem.xml
  3022. pygtk-2.24.0/docs/reference/pygtk-gtktreesortable.xml
  3023. pygtk-2.24.0/docs/reference/pygtk-gtktable.xml
  3024. pygtk-2.24.0/docs/reference/pygtk-gtkoffscreenwindow.xml
  3025. pygtk-2.24.0/docs/reference/pygtk-gtksizegroup.xml
  3026. pygtk-2.24.0/docs/reference/pygtk-atktext.xml
  3027. pygtk-2.24.0/docs/reference/pygtk-gtkentrybuffer.xml
  3028. pygtk-2.24.0/docs/reference/pygtk-gtkpaned.xml
  3029. pygtk-2.24.0/docs/reference/pygtk-pygtkgenerictreemodel.xml
  3030. pygtk-2.24.0/docs/reference/pygtk-gtkitemfactory.xml
  3031. pygtk-2.24.0/docs/reference/pygtk-atkobject.xml
  3032. pygtk-2.24.0/docs/reference/pygtk-gtkiconset.xml
  3033. pygtk-2.24.0/docs/reference/pygtk-gtkiconview.xml
  3034. pygtk-2.24.0/docs/reference/pygtk-gtkimcontext.xml
  3035. pygtk-2.24.0/docs/reference/pygtk-gtktooltips.xml
  3036. pygtk-2.24.0/docs/reference/pygtk-glade-classes.xml
  3037. pygtk-2.24.0/docs/reference/pygtk-gtkcalendar.xml
  3038. pygtk-2.24.0/docs/reference/pygtk-gtkmisc.xml
  3039. pygtk-2.24.0/docs/reference/pygtk-gtktreedragdest.xml
  3040. pygtk-2.24.0/docs/reference/pygtk-atk-classes.xml
  3041. pygtk-2.24.0/docs/reference/pygtk-pango-markup.xml
  3042. pygtk-2.24.0/docs/reference/pygtk-gtkvolumebutton.xml
  3043. pygtk-2.24.0/docs/reference/pygtk-gtkcombobox.xml
  3044. pygtk-2.24.0/docs/reference/pygtk-gtkiconfactory.xml
  3045. pygtk-2.24.0/docs/reference/pygtk-gtkscrolledwindow.xml
  3046. pygtk-2.24.0/docs/reference/pygtk-gtkprintoperation.xml
  3047. pygtk-2.24.0/docs/reference/pygtk-atk-constants.xml
  3048. pygtk-2.24.0/docs/reference/pygtk-gdkpixbufloader.xml
  3049. pygtk-2.24.0/docs/reference/pygtk-gtkfontbutton.xml
  3050. pygtk-2.24.0/docs/reference/pygtk-gtkstyle.xml
  3051. pygtk-2.24.0/docs/reference/pygtk-gtkaccelgroup.xml
  3052. pygtk-2.24.0/docs/reference/pygtk-gdkwindow.xml
  3053. pygtk-2.24.0/docs/reference/pygtk-gdkatom.xml
  3054. pygtk-2.24.0/docs/reference/pygtk-gtkinputdialog.xml
  3055. pygtk-2.24.0/docs/reference/pygtk-gtk-stock-items.xml
  3056. pygtk-2.24.0/docs/reference/pygtk-atkrelation.xml
  3057. pygtk-2.24.0/docs/reference/pygtk-gdkfont.xml
  3058. pygtk-2.24.0/docs/reference/pygtk-gtkimcontextsimple.xml
  3059. pygtk-2.24.0/docs/reference/pygtk-gtkeventbox.xml
  3060. pygtk-2.24.0/docs/reference/pygtk-gtkbin.xml
  3061. pygtk-2.24.0/docs/reference/pygtk-gdkdragcontext.xml
  3062. pygtk-2.24.0/docs/reference/pygtk-gtkprinter.xml
  3063. pygtk-2.24.0/docs/reference/pygtk-gtkimage.xml
  3064. pygtk-2.24.0/docs/reference/pygtk-gdk-constants.xml
  3065. pygtk-2.24.0/docs/reference/pygtk-gtktextmark.xml
  3066. pygtk-2.24.0/docs/reference/pygtk-gtkhscale.xml
  3067. pygtk-2.24.0/docs/reference/pygtk-gtkrecentaction.xml
  3068. pygtk-2.24.0/docs/reference/pygtk-gtkradiomenuitem.xml
  3069. pygtk-2.24.0/docs/reference/pygtk-gtkinvisible.xml
  3070. pygtk-2.24.0/docs/reference/pygtk-gtkcomboboxentry.xml
  3071. pygtk-2.24.0/docs/reference/pygtk-gdkpixbufanimation.xml
  3072. pygtk-2.24.0/docs/reference/pygtk-gtkprintsettings.xml
  3073. pygtk-2.24.0/docs/reference/pygtk-gtkprintcontext.xml
  3074. pygtk-2.24.0/docs/reference/pygtk-introduction.xml
  3075. pygtk-2.24.0/docs/reference/pygtk-gtkprogressbar.xml
  3076. pygtk-2.24.0/docs/reference/pygtk-gtktextbuffer.xml
  3077. pygtk-2.24.0/docs/reference/pygtk-gtkbuildable.xml
  3078. pygtk-2.24.0/docs/reference/pygtk-pangorenderer.xml
  3079. pygtk-2.24.0/docs/reference/pygtk-gdkapplaunchcontext.xml
  3080. pygtk-2.24.0/docs/reference/pygtk-gtkarrow.xml
  3081. pygtk-2.24.0/docs/reference/pygtk-gtkscalebutton.xml
  3082. pygtk-2.24.0/docs/reference/pygtk-gtkcolorbutton.xml
  3083. pygtk-2.24.0/docs/reference/pygtk-gtkrecentchoosermenu.xml
  3084. pygtk-2.24.0/docs/reference/pygtk-gtkadjustment.xml
  3085. pygtk-2.24.0/docs/reference/pygtk-gtklinkbutton.xml
  3086. pygtk-2.24.0/docs/reference/pygtk-atkcomponent.xml
  3087. pygtk-2.24.0/docs/reference/pygtk-pygtktreemodelrow.xml
  3088. pygtk-2.24.0/docs/reference/pygtk-pangocontext.xml
  3089. pygtk-2.24.0/docs/reference/pygtk-gtktreemodelsort.xml
  3090. pygtk-2.24.0/docs/reference/pygtk-gtkrecentfilter.xml
  3091. pygtk-2.24.0/docs/reference/pygtk-gtkvbuttonbox.xml
  3092. pygtk-2.24.0/docs/reference/pygtk-gtktreerowreference.xml
  3093. pygtk-2.24.0/docs/reference/pygtk-gtkcomboboxtext.xml
  3094. pygtk-2.24.0/docs/reference/pygtk-gtktoolbar.xml
  3095. pygtk-2.24.0/docs/reference/pygtk-gtkscale.xml
  3096. pygtk-2.24.0/docs/reference/pygtk-gdkcolormap.xml
  3097. pygtk-2.24.0/docs/reference/pygtk-gtkcellrendererspinner.xml
  3098. pygtk-2.24.0/docs/reference/pygtk-gtkcellrendererprogress.xml
  3099. pygtk-2.24.0/docs/reference/pygtk-pangolanguage.xml
  3100. pygtk-2.24.0/docs/reference/pygtk-gtkeditable.xml
  3101. pygtk-2.24.0/docs/reference/pygtk-gtkmountoperation.xml
  3102. pygtk-2.24.0/docs/reference/pygtk-atkdocument.xml
  3103. pygtk-2.24.0/docs/reference/pygtk-gtkhseparator.xml
  3104. pygtk-2.24.0/docs/reference/pygtk-gtkobject.xml
  3105. pygtk-2.24.0/docs/reference/pygtk-gtkvbox.xml
  3106. pygtk-2.24.0/docs/reference/pygtk-gtksocket.xml
  3107. pygtk-2.24.0/docs/reference/pygtk-gtkcolorselection.xml
  3108. pygtk-2.24.0/docs/reference/pygtk-gdkcursor.xml
  3109. pygtk-2.24.0/docs/reference/pygtk-gtkseparatortoolitem.xml
  3110. pygtk-2.24.0/docs/reference/pygtk-gtkactivatable.xml
  3111. pygtk-2.24.0/docs/reference/pygtk-gtkassistant.xml
  3112. pygtk-2.24.0/docs/reference/pygtk-atkrectangle.xml
  3113. pygtk-2.24.0/docs/reference/pygtk-gtkcheckbutton.xml
  3114. pygtk-2.24.0/docs/reference/pygtk-gtkcellrendererpixbuf.xml
  3115. pygtk-2.24.0/docs/reference/pygtk-gtkselectiondata.xml
  3116. pygtk-2.24.0/docs/reference/pygtk-gtkbox.xml
  3117. pygtk-2.24.0/docs/reference/pygtk-gdkcairocontext.xml
  3118. pygtk-2.24.0/docs/reference/pygtk-atkeditabletext.xml
  3119. pygtk-2.24.0/docs/reference/pygtk-atkregistry.xml
  3120. pygtk-2.24.0/docs/reference/pygtk-pangoattrlist.xml
  3121. pygtk-2.24.0/docs/reference/pygtk-gtkprintunixdialog.xml
  3122. pygtk-2.24.0/docs/reference/pygtk-gtkoptionmenu.xml
  3123. pygtk-2.24.0/docs/reference/pygtk-gtkactiongroup.xml
  3124. pygtk-2.24.0/docs/reference/pygtk-gtkpapersize.xml
  3125. pygtk-2.24.0/docs/reference/pygtk-gtkmenushell.xml
  3126. pygtk-2.24.0/docs/reference/pygtk-gtktoggleaction.xml
  3127. pygtk-2.24.0/docs/reference/pygtk-atkrelationset.xml
  3128. pygtk-2.24.0/docs/reference/pygtk-gtkbutton.xml
  3129. pygtk-2.24.0/docs/reference/pygtk-atkimplementor.xml
  3130. pygtk-2.24.0/docs/reference/pygtk-gtkcellrenderercombo.xml
  3131. pygtk-2.24.0/docs/reference/pygtk-gladexml.xml
  3132. pygtk-2.24.0/docs/reference/pygtk-gtkpagesetupunixdialog.xml
  3133. pygtk-2.24.0/docs/reference/pygtk-pangotabarray.xml
  3134. pygtk-2.24.0/docs/reference/pygtk-gdkevent.xml
  3135. pygtk-2.24.0/docs/reference/pygtk-gtkviewport.xml
  3136. pygtk-2.24.0/docs/reference/pygtk-gtkradiobutton.xml
  3137. pygtk-2.24.0/docs/reference/pygtk-gtkvscrollbar.xml
  3138. pygtk-2.24.0/docs/reference/pygtk-gdkdisplay.xml
  3139. pygtk-2.24.0/docs/reference/pygtk-gtkalignment.xml
  3140. pygtk-2.24.0/docs/reference/pygtk-pygtktreemodelrowiter.xml
  3141. pygtk-2.24.0/docs/reference/pygtk-pangocairo-functions.xml
  3142. pygtk-2.24.0/docs/reference/pygtk-gtkwindowgroup.xml
  3143. pygtk-2.24.0/docs/reference/pygtk-gtkbuilder.xml
  3144. pygtk-2.24.0/docs/reference/pygtk-gtkclipboard.xml
  3145. pygtk-2.24.0/docs/reference/pygtk-atktable.xml
  3146. pygtk-2.24.0/docs/reference/pygtk-gtktreeview.xml
  3147. pygtk-2.24.0/docs/reference/pygtk-gtkfixed.xml
  3148. pygtk-2.24.0/docs/reference/pygtk-pygtkgenericcellrenderer.xml
  3149. pygtk-2.24.0/docs/reference/pygtk-gtkframe.xml
  3150. pygtk-2.24.0/docs/reference/pygtk-gdkpixbufanimationiter.xml
  3151. pygtk-2.24.0/docs/reference/pygtk-gtklabel.xml
  3152. pygtk-2.24.0/docs/reference/pygtk2-ref.xml
  3153. pygtk-2.24.0/docs/reference/pygtk-gtkrequisition.xml
  3154. pygtk-2.24.0/docs/reference/pygtk-gtkfilechooserwidget.xml
  3155. pygtk-2.24.0/docs/reference/pygtk-gtkfilechooserdialog.xml
  3156. pygtk-2.24.0/docs/reference/pygtk-gtkmenutoolbutton.xml
  3157. pygtk-2.24.0/docs/reference/pygtk-gtkwindow.xml
  3158. pygtk-2.24.0/docs/reference/pygtk-gtkcontainer.xml
  3159. pygtk-2.24.0/docs/reference/pygtk-gtkcelleditable.xml
  3160. pygtk-2.24.0/docs/reference/pygtk-pangoglyphstring.xml
  3161. pygtk-2.24.0/docs/reference/pygtk-gtktexttagtable.xml
  3162. pygtk-2.24.0/docs/reference/pygtk-gdkcolor.xml
  3163. pygtk-2.24.0/docs/reference/pygtk-gtkmenubar.xml
  3164. pygtk-2.24.0/docs/reference/pygtk-gtkfileselection.xml
  3165. pygtk-2.24.0/docs/reference/pygtk-atkobjectfactory.xml
  3166. pygtk-2.24.0/docs/reference/pygtk-gtkcellrenderertoggle.xml
  3167. pygtk-2.24.0/docs/reference/pygtk-gtkvseparator.xml
  3168. pygtk-2.24.0/docs/reference/pygtk-gtktreeselection.xml
  3169. pygtk-2.24.0/docs/reference/pygtk-gtkhruler.xml
  3170. pygtk-2.24.0/docs/reference/pygtk-gtktogglebutton.xml
  3171. pygtk-2.24.0/docs/reference/pygtk-gdkscreen.xml
  3172. pygtk-2.24.0/docs/reference/pygtk-gtktoolshell.xml
  3173. pygtk-2.24.0/docs/reference/pygtk-atkstateset.xml
  3174. pygtk-2.24.0/docs/reference/pygtk-gtkdrawingarea.xml
  3175. pygtk-2.24.0/docs/reference/pygtk-gtkborder.xml
  3176. pygtk-2.24.0/docs/reference/pygtk-pangofontmap.xml
  3177. pygtk-2.24.0/docs/reference/pygtk-gtk-functions.xml
  3178. pygtk-2.24.0/docs/reference/pygtk-pangolayout.xml
  3179. pygtk-2.24.0/docs/reference/pygtk-gtkuimanager.xml
  3180. pygtk-2.24.0/docs/reference/pygtk-unixprint-functions.xml
  3181. pygtk-2.24.0/docs/reference/pygtk-pangofontmetrics.xml
  3182. pygtk-2.24.0/docs/reference/pygtk-gtkgammacurve.xml
  3183. pygtk-2.24.0/docs/reference/pygtk-gdkpixmap.xml
  3184. pygtk-2.24.0/docs/reference/pygtk-gtklayout.xml
  3185. pygtk-2.24.0/docs/reference/pygtk-pangofontsetsimple.xml
  3186. pygtk-2.24.0/docs/reference/pygtk-gtkimmulticontext.xml
  3187. pygtk-2.24.0/docs/reference/pygtk-atkstreamablecontent.xml
  3188. pygtk-2.24.0/docs/reference/pygtk-atknoopobjectfactory.xml
  3189. pygtk-2.24.0/docs/reference/pygtk-gtktexttag.xml
  3190. pygtk-2.24.0/docs/reference/pygtk-gtkhandlebox.xml
  3191. pygtk-2.24.0/docs/reference/pygtk-gtkspinner.xml
  3192. pygtk-2.24.0/docs/reference/pygtk-gtkaccelmap.xml
  3193. pygtk-2.24.0/docs/reference/pygtk-gtkcellrenderertext.xml
  3194. pygtk-2.24.0/docs/reference/pygtk-gtkpagesetup.xml
  3195. pygtk-2.24.0/docs/reference/pygtk-gtkinfobar.xml
  3196. pygtk-2.24.0/docs/reference/pygtk-gtkscrollbar.xml
  3197. pygtk-2.24.0/docs/reference/pygtk-gtk-constants.xml
  3198. pygtk-2.24.0/docs/reference/pygtk-gdkpangorenderer.xml
  3199. pygtk-2.24.0/docs/reference/pygtk-pango-constants.xml
  3200. pygtk-2.24.0/docs/reference/pygtk-gdkrectangle.xml
  3201. pygtk-2.24.0/docs/reference/pygtk-gtkvruler.xml
  3202. pygtk-2.24.0/docs/reference/pygtk-gdkkeymap.xml
  3203. pygtk-2.24.0/docs/reference/pygtk-gtkwidget.xml
  3204. pygtk-2.24.0/docs/reference/pygtk-gdkdisplaymanager.xml
  3205. pygtk-2.24.0/docs/reference/pygtk-gtktearoffmenuitem.xml
  3206. pygtk-2.24.0/docs/reference/pygtk-pangocairo-constants.xml
  3207. pygtk-2.24.0/docs/reference/pygtk-gtktreedragsource.xml
  3208. pygtk-2.24.0/docs/reference/pygtk-atknoopobject.xml
  3209. pygtk-2.24.0/docs/reference/pygtk-gtkliststore.xml
  3210. pygtk-2.24.0/docs/reference/pygtk-gtkentrycompletion.xml
  3211. pygtk-2.24.0/docs/reference/pygtk-gtktreeiter.xml
  3212. pygtk-2.24.0/docs/reference/pygtk-gtknotebook.xml
  3213. pygtk-2.24.0/docs/reference/pygtk-gtkrecentchooser.xml
  3214. pygtk-2.24.0/docs/reference/pygtk-pangocairocairofontmap.xml
  3215. pygtk-2.24.0/docs/reference/pygtk-gtkfilechooserbutton.xml
  3216. pygtk-2.24.0/docs/reference/entities.docbook.in
  3217. pygtk-2.24.0/docs/reference/pygtk-gtkrecentinfo.xml
  3218. pygtk-2.24.0/docs/reference/pygtk-gtktextiter.xml
  3219. pygtk-2.24.0/docs/reference/pygtk-gtkentry.xml
  3220. pygtk-2.24.0/docs/reference/pygtk-gtkdialog.xml
  3221. pygtk-2.24.0/docs/reference/pygtk-pangolayoutline.xml
  3222. pygtk-2.24.0/docs/reference/pygtk-gtkaboutdialog.xml
  3223. pygtk-2.24.0/docs/reference/pygtk-unixprint-classes.xml
  3224. pygtk-2.24.0/docs/reference/pygtk-gtkmenuitem.xml
  3225. pygtk-2.24.0/docs/reference/pygtk-gtktoolpalette.xml
  3226. pygtk-2.24.0/docs/reference/pygtk-gtkhpaned.xml
  3227. pygtk-2.24.0/docs/reference/pygtk-pangocairocairocontext.xml
  3228. pygtk-2.24.0/docs/reference/pygtk-gdkvisual.xml
  3229. pygtk-2.24.0/docs/reference/pygtk-atkaction.xml
  3230. pygtk-2.24.0/docs/reference/pygtk-gtktextview.xml
  3231. pygtk-2.24.0/docs/reference/pygtk-atkvalue.xml
  3232. pygtk-2.24.0/docs/reference/pygtk-gtkcurve.xml
  3233. pygtk-2.24.0/docs/reference/pygtk-atkhypertext.xml
  3234. pygtk-2.24.0/docs/reference/pygtk-gtktextchildanchor.xml
  3235. pygtk-2.24.0/docs/reference/pygtk-gtkaccessible.xml
  3236. pygtk-2.24.0/docs/reference/pygtk-atkgobjectaccessible.xml
  3237. pygtk-2.24.0/docs/reference/pygtk-pangoattribute.xml
  3238. pygtk-2.24.0/docs/reference/pygtk-gtkseparator.xml
  3239. pygtk-2.24.0/docs/reference/pygtk-gtkfontselectiondialog.xml
  3240. pygtk-2.24.0/docs/reference/pygtk-gtkstatusicon.xml
  3241. pygtk-2.24.0/docs/reference/pygtk-gtkiconinfo.xml
  3242. pygtk-2.24.0/docs/reference/pygtk-gtkrecentchooserdialog.xml
  3243. pygtk-2.24.0/docs/reference/pygtk-gdkpixbuf.xml
  3244. pygtk-2.24.0/docs/reference/pygtk-gdkimage.xml
  3245. pygtk-2.24.0/docs/reference/pygtk-pangocairo-classes.xml
  3246. pygtk-2.24.0/docs/reference/pygtk-gtkiconsource.xml
  3247. pygtk-2.24.0/docs/reference/pygtk-gtktoolitem.xml
  3248. pygtk-2.24.0/docs/reference/pygtk-gtkmenu.xml
  3249. pygtk-2.24.0/docs/reference/pygtk-gtkcelllayout.xml
  3250. pygtk-2.24.0/docs/reference/pygtk-pangofontfamily.xml
  3251. pygtk-2.24.0/docs/reference/pygtk-gtkcellview.xml
  3252. pygtk-2.24.0/docs/reference/pygtk-gtktreeviewcolumn.xml
  3253. pygtk-2.24.0/docs/reference/pygtk-gtkitem.xml
  3254. pygtk-2.24.0/docs/reference/pygtk-gdk-classes.xml
  3255. pygtk-2.24.0/docs/reference/pygtk-pangofontface.xml
  3256. pygtk-2.24.0/docs/reference/pygtk-gtkprintoperationpreview.xml
  3257. pygtk-2.24.0/docs/reference/pygtk-atkselection.xml
  3258. pygtk-2.24.0/docs/reference/pygtk-gtktoolbutton.xml
  3259. pygtk-2.24.0/docs/reference/pygtk-gtkaction.xml
  3260. pygtk-2.24.0/docs/reference/pygtk-gtktreestore.xml
  3261. pygtk-2.24.0/docs/reference/pygtk-gtkstatusbar.xml
  3262. pygtk-2.24.0/docs/reference/pygtk-gtkfontselection.xml
  3263. pygtk-2.24.0/docs/reference/pygtk-gtkcellrenderer.xml
  3264. pygtk-2.24.0/docs/reference/pygtk-gtkvscale.xml
  3265. pygtk-2.24.0/docs/reference/pygtk-pango-functions.xml
  3266. pygtk-2.24.0/docs/reference/pygtk-gtkimagemenuitem.xml
  3267. pygtk-2.24.0/docs/reference/pygtk-gtktextattributes.xml
  3268. pygtk-2.24.0/docs/reference/pygtk-gtkrecentmanager.xml
  3269. pygtk-2.24.0/docs/reference/pygtk-gdkdevice.xml
  3270. pygtk-2.24.0/docs/reference/pygtk-pangofontdescription.xml
  3271. pygtk-2.24.0/docs/reference/pygtk-gtkradioaction.xml
  3272. pygtk-2.24.0/docs/reference/pygtk-gtktoggletoolbutton.xml
  3273. pygtk-2.24.0/docs/reference/pygtk-gdkgc.xml
  3274. pygtk-2.24.0/docs/reference/pygtk-gtkseparatormenuitem.xml
  3275. pygtk-2.24.0/docs/icons/
  3276. pygtk-2.24.0/docs/icons/stock_print_paused_24.png
  3277. pygtk-2.24.0/docs/icons/stock_leave_fullscreen_24.png
  3278. pygtk-2.24.0/docs/icons/stock_search_24.png
  3279. pygtk-2.24.0/docs/icons/stock_up_arrow_24.png
  3280. pygtk-2.24.0/docs/icons/stock_right_arrow_24.png
  3281. pygtk-2.24.0/docs/icons/stock_media_next_24.png
  3282. pygtk-2.24.0/docs/icons/stock_save_as_24.png
  3283. pygtk-2.24.0/docs/icons/stock_clear_24.png
  3284. pygtk-2.24.0/docs/icons/stock_index_24.png
  3285. pygtk-2.24.0/docs/icons/stock_align_right_24.png
  3286. pygtk-2.24.0/docs/icons/stock_dnd_multiple_32.png
  3287. pygtk-2.24.0/docs/icons/stock_file_24.png
  3288. pygtk-2.24.0/docs/icons/stock_yes_20.png
  3289. pygtk-2.24.0/docs/icons/stock_down_arrow_24.png
  3290. pygtk-2.24.0/docs/icons/stock_print_report_24.png
  3291. pygtk-2.24.0/docs/icons/stock_close_24.png
  3292. pygtk-2.24.0/docs/icons/stock_stop_24.png
  3293. pygtk-2.24.0/docs/icons/stock_text_unindent_24.png
  3294. pygtk-2.24.0/docs/icons/stock_undelete_24.png
  3295. pygtk-2.24.0/docs/icons/stock_media_record_24.png
  3296. pygtk-2.24.0/docs/icons/stock_directory_24.png
  3297. pygtk-2.24.0/docs/icons/stock_text_indent_24.png
  3298. pygtk-2.24.0/docs/icons/stock_page_setup_24.png
  3299. pygtk-2.24.0/docs/icons/stock_align_justify_24.png
  3300. pygtk-2.24.0/docs/icons/stock_exit_24.png
  3301. pygtk-2.24.0/docs/icons/stock_text_italic_24.png
  3302. pygtk-2.24.0/docs/icons/stock_zoom_fit_24.png
  3303. pygtk-2.24.0/docs/icons/stock_edit_24.png
  3304. pygtk-2.24.0/docs/icons/stock_dialog_warning_48.png
  3305. pygtk-2.24.0/docs/icons/stock_paste_24.png
  3306. pygtk-2.24.0/docs/icons/stock_undelete_rtl_24.png
  3307. pygtk-2.24.0/docs/icons/stock_remove_24.png
  3308. pygtk-2.24.0/docs/icons/stock_spellcheck_24.png
  3309. pygtk-2.24.0/docs/icons/stock_help_24.png
  3310. pygtk-2.24.0/docs/icons/stock_properties_24.png
  3311. pygtk-2.24.0/docs/icons/stock_text_underline_24.png
  3312. pygtk-2.24.0/docs/icons/stock_exec_24.png
  3313. pygtk-2.24.0/docs/icons/stock_zoom_in_24.png
  3314. pygtk-2.24.0/docs/icons/stock_print_error_24.png
  3315. pygtk-2.24.0/docs/icons/stock_dialog_authentication_48.png
  3316. pygtk-2.24.0/docs/icons/stock_cdrom_24.png
  3317. pygtk-2.24.0/docs/icons/stock_first_24.png
  3318. pygtk-2.24.0/docs/icons/stock_media_previous_24.png
  3319. pygtk-2.24.0/docs/icons/stock_new_24.png
  3320. pygtk-2.24.0/docs/icons/stock_disconnect_24.png
  3321. pygtk-2.24.0/docs/icons/stock_trash_24.png
  3322. pygtk-2.24.0/docs/icons/stock_align_left_24.png
  3323. pygtk-2.24.0/docs/icons/stock_media_pause_24.png
  3324. pygtk-2.24.0/docs/icons/stock_sort_ascending_24.png
  3325. pygtk-2.24.0/docs/icons/stock_harddisk_24.png
  3326. pygtk-2.24.0/docs/icons/stock_jump_to_24.png
  3327. pygtk-2.24.0/docs/icons/stock_no_20.png
  3328. pygtk-2.24.0/docs/icons/stock_text_strikethrough_24.png
  3329. pygtk-2.24.0/docs/icons/stock_broken_image_24.png
  3330. pygtk-2.24.0/docs/icons/stock_ok_20.png
  3331. pygtk-2.24.0/docs/icons/stock_fullscreen_24.png
  3332. pygtk-2.24.0/docs/icons/stock_last_24.png
  3333. pygtk-2.24.0/docs/icons/stock_home_24.png
  3334. pygtk-2.24.0/docs/icons/stock_colorselector_24.png
  3335. pygtk-2.24.0/docs/icons/stock_font_24.png
  3336. pygtk-2.24.0/docs/icons/stock_sort_descending_24.png
  3337. pygtk-2.24.0/docs/icons/stock_media_rewind_24.png
  3338. pygtk-2.24.0/docs/icons/stock_media_play_24.png
  3339. pygtk-2.24.0/docs/icons/stock_redo_rtl_24.png
  3340. pygtk-2.24.0/docs/icons/stock_text_bold_24.png
  3341. pygtk-2.24.0/docs/icons/stock_zoom_1_24.png
  3342. pygtk-2.24.0/docs/icons/stock_align_center_24.png
  3343. pygtk-2.24.0/docs/icons/stock_media_stop_24.png
  3344. pygtk-2.24.0/docs/icons/stock_info_24.png
  3345. pygtk-2.24.0/docs/icons/stock_connect_24.png
  3346. pygtk-2.24.0/docs/icons/stock_undo_rtl_24.png
  3347. pygtk-2.24.0/docs/icons/stock_apply_20.png
  3348. pygtk-2.24.0/docs/icons/stock_revert_24.png
  3349. pygtk-2.24.0/docs/icons/stock_copy_24.png
  3350. pygtk-2.24.0/docs/icons/stock_preferences_24.png
  3351. pygtk-2.24.0/docs/icons/stock_refresh_24.png
  3352. pygtk-2.24.0/docs/icons/stock_jump_to_rtl_24.png
  3353. pygtk-2.24.0/docs/icons/stock_revert_rtl_24.png
  3354. pygtk-2.24.0/docs/icons/stock_bottom_24.png
  3355. pygtk-2.24.0/docs/icons/stock_media_play_rtl_24.png
  3356. pygtk-2.24.0/docs/icons/stock_zoom_out_24.png
  3357. pygtk-2.24.0/docs/icons/stock_cut_24.png
  3358. pygtk-2.24.0/docs/icons/stock_dialog_question_48.png
  3359. pygtk-2.24.0/docs/icons/stock_top_24.png
  3360. pygtk-2.24.0/docs/icons/stock_convert_24.png
  3361. pygtk-2.24.0/docs/icons/stock_dialog_info_48.png
  3362. pygtk-2.24.0/docs/icons/stock_about_24.png
  3363. pygtk-2.24.0/docs/icons/stock_redo_24.png
  3364. pygtk-2.24.0/docs/icons/stock_network_24.png
  3365. pygtk-2.24.0/docs/icons/stock_dnd_32.png
  3366. pygtk-2.24.0/docs/icons/stock_save_24.png
  3367. pygtk-2.24.0/docs/icons/stock_add_24.png
  3368. pygtk-2.24.0/docs/icons/stock_media_forward_24.png
  3369. pygtk-2.24.0/docs/icons/stock_dialog_error_48.png
  3370. pygtk-2.24.0/docs/icons/stock_open_24.png
  3371. pygtk-2.24.0/docs/icons/stock_search_replace_24.png
  3372. pygtk-2.24.0/docs/icons/stock_undo_24.png
  3373. pygtk-2.24.0/docs/icons/stock_print_warning_24.png
  3374. pygtk-2.24.0/docs/icons/stock_cancel_20.png
  3375. pygtk-2.24.0/docs/icons/stock_left_arrow_24.png
  3376. pygtk-2.24.0/docs/icons/stock_color_picker_25.png
  3377. pygtk-2.24.0/docs/icons/stock_print_preview_24.png
  3378. pygtk-2.24.0/docs/icons/stock_print_24.png
  3379. pygtk-2.24.0/docs/images/
  3380. pygtk-2.24.0/docs/images/layout-btrl.png
  3381. pygtk-2.24.0/docs/images/layout-rltb.png
  3382. pygtk-2.24.0/docs/images/layout-lrbt.png
  3383. pygtk-2.24.0/docs/images/layout-tblr.png
  3384. pygtk-2.24.0/docs/images/layout-rlbt.png
  3385. pygtk-2.24.0/docs/images/layout-btlr.png
  3386. pygtk-2.24.0/docs/images/layout-lrtb.png
  3387. pygtk-2.24.0/docs/images/layout-tbrl.png
  3388. pygtk-2.24.0/docs/Makefile.am
  3389. pygtk-2.24.0/ChangeLog.pre-2-6
  3390. pygtk-2.24.0/MAPPING
  3391. pygtk-2.24.0/ChangeLog.pre-2-16
  3392. pygtk-2.24.0/pygtk.spec.in
  3393. pygtk-2.24.0/ChangeLog
  3394. pygtk-2.24.0/pango.defs
  3395. pygtk-2.24.0/install-sh
  3396. pygtk-2.24.0/pangocairo.override
  3397. pygtk-2.24.0/Makefile.am
  3398. pygtk-2.24.0/pangocairo.defs
  3399. pygtk-2.24.0/pygtk-codegen-2.0.in
  3400. pygtk-2.24.0/gtk/
  3401. pygtk-2.24.0/gtk/Makefile.in
  3402. pygtk-2.24.0/gtk/gdkdraw.override
  3403. pygtk-2.24.0/gtk/gdk-2.12.defs
  3404. pygtk-2.24.0/gtk/libglademodule.c
  3405. pygtk-2.24.0/gtk/gdkcairo.override
  3406. pygtk-2.24.0/gtk/gdk-base-types.defs
  3407. pygtk-2.24.0/gtk/keysyms.py
  3408. pygtk-2.24.0/gtk/pygtkcellrenderer.h
  3409. pygtk-2.24.0/gtk/pygtktreemodel.h
  3410. pygtk-2.24.0/gtk/gtkunixprint-2.12.defs
  3411. pygtk-2.24.0/gtk/gtkunixprint-base.defs
  3412. pygtk-2.24.0/gtk/gtk-2.22-types.defs
  3413. pygtk-2.24.0/gtk/deprecation.py
  3414. pygtk-2.24.0/gtk/gtk-2.16.defs
  3415. pygtk-2.24.0/gtk/gtkunixprintmodule.c
  3416. pygtk-2.24.0/gtk/gtk-2.22.defs
  3417. pygtk-2.24.0/gtk/pygtk-private.h
  3418. pygtk-2.24.0/gtk/gtkwidget.override
  3419. pygtk-2.24.0/gtk/gdk-2.20.defs
  3420. pygtk-2.24.0/gtk/gtkcontainer.override
  3421. pygtk-2.24.0/gtk/gdk-2.16.defs
  3422. pygtk-2.24.0/gtk/pygtkcellrenderer.c
  3423. pygtk-2.24.0/gtk/gtkiconview.override
  3424. pygtk-2.24.0/gtk/gdk-2.22.defs
  3425. pygtk-2.24.0/gtk/gtk-2.24-types.defs
  3426. pygtk-2.24.0/gtk/gtkunixprint-base-types.defs
  3427. pygtk-2.24.0/gtk/gtkctree.override
  3428. pygtk-2.24.0/gtk/gdk.override
  3429. pygtk-2.24.0/gtk/gtkborder.override
  3430. pygtk-2.24.0/gtk/gtk-base.defs
  3431. pygtk-2.24.0/gtk/_lazyutils.py
  3432. pygtk-2.24.0/gtk/libglade.defs
  3433. pygtk-2.24.0/gtk/gtk-2.10.defs
  3434. pygtk-2.24.0/gtk/gdk-base.defs
  3435. pygtk-2.24.0/gtk/gtk.override
  3436. pygtk-2.24.0/gtk/gtk-2.10-types.defs
  3437. pygtk-2.24.0/gtk/gdkrectangle.override
  3438. pygtk-2.24.0/gtk/gtkmodule.c
  3439. pygtk-2.24.0/gtk/gtkobject-support.c
  3440. pygtk-2.24.0/gtk/compat.py
  3441. pygtk-2.24.0/gtk/gdk-2.24.defs
  3442. pygtk-2.24.0/gtk/gtk-2.14-types.defs
  3443. pygtk-2.24.0/gtk/gdkcolor.override
  3444. pygtk-2.24.0/gtk/gtkbuilder.override
  3445. pygtk-2.24.0/gtk/gdkgc.override
  3446. pygtk-2.24.0/gtk/gtktoolbar.override
  3447. pygtk-2.24.0/gtk/gtk-extrafuncs.defs
  3448. pygtk-2.24.0/gtk/gtk-2.20.defs
  3449. pygtk-2.24.0/gtk/libglade.override
  3450. pygtk-2.24.0/gtk/gtk-2.18-types.defs
  3451. pygtk-2.24.0/gtk/gdk-2.10.defs
  3452. pygtk-2.24.0/gtk/gdkevent.override
  3453. pygtk-2.24.0/gtk/gtk-2.18.defs
  3454. pygtk-2.24.0/gtk/gdkwindow.override
  3455. pygtk-2.24.0/gtk/gtktextview.override
  3456. pygtk-2.24.0/gtk/gtk-2.12-types.defs
  3457. pygtk-2.24.0/gtk/gtk-types.c
  3458. pygtk-2.24.0/gtk/gtkclist.override
  3459. pygtk-2.24.0/gtk/gtk-2.20-types.defs
  3460. pygtk-2.24.0/gtk/gtk-base-types.defs
  3461. pygtk-2.24.0/gtk/gdk-2.18.defs
  3462. pygtk-2.24.0/gtk/gtkunixprint-2.14.defs
  3463. pygtk-2.24.0/gtk/gdk-2.14.defs
  3464. pygtk-2.24.0/gtk/gtkwindow.override
  3465. pygtk-2.24.0/gtk/gdkpixbuf.override
  3466. pygtk-2.24.0/gtk/gtk-2.24.defs
  3467. pygtk-2.24.0/gtk/gtkrcstyle.override
  3468. pygtk-2.24.0/gtk/pygtktreemodel.c
  3469. pygtk-2.24.0/gtk/gtk-2.16-types.defs
  3470. pygtk-2.24.0/gtk/gtk-2.14.defs
  3471. pygtk-2.24.0/gtk/gtktreeview.override
  3472. pygtk-2.24.0/gtk/gtkstatusbar.override
  3473. pygtk-2.24.0/gtk/gtk-2.12.defs
  3474. pygtk-2.24.0/gtk/Makefile.am
  3475. pygtk-2.24.0/gtk/pygtk.h
  3476. pygtk-2.24.0/gtk/__init__.py
  3477. pygtk-2.24.0/gtk/gtkunixprint.override
  3478. pygtk-2.24.0/gtk/gtkstyle.override
  3479. pygtk-2.24.0/config.sub
  3480. checking for a BSD-compatible install... /usr/bin/install -c
  3481. checking whether build environment is sane... yes
  3482. checking for a thread-safe mkdir -p... /bin/mkdir -p
  3483. checking for gawk... gawk
  3484. checking whether make sets $(MAKE)... yes
  3485. checking for style of include used by make... GNU
  3486. checking for gcc... gcc
  3487. checking whether the C compiler works... yes
  3488. checking for C compiler default output file name... a.out
  3489. checking for suffix of executables...
  3490. checking whether we are cross compiling... no
  3491. checking for suffix of object files... o
  3492. checking whether we are using the GNU C compiler... yes
  3493. checking whether gcc accepts -g... yes
  3494. checking for gcc option to accept ISO C89... none needed
  3495. checking dependency style of gcc... gcc3
  3496. checking for bind_textdomain_codeset... yes
  3497. checking build system type... x86_64-unknown-linux-gnu
  3498. checking host system type... x86_64-unknown-linux-gnu
  3499. checking for some Win32 platform... no
  3500. checking for native Win32... no
  3501. checking for a sed that does not truncate output... /bin/sed
  3502. checking for grep that handles long lines and -e... /bin/grep
  3503. checking for egrep... /bin/grep -E
  3504. checking for fgrep... /bin/grep -F
  3505. checking for ld used by gcc... /usr/bin/ld
  3506. checking if the linker (/usr/bin/ld) is GNU ld... yes
  3507. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  3508. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  3509. checking whether ln -s works... yes
  3510. checking the maximum length of command line arguments... 1572864
  3511. checking whether the shell understands some XSI constructs... yes
  3512. checking whether the shell understands "+="... yes
  3513. checking for /usr/bin/ld option to reload object files... -r
  3514. checking for objdump... objdump
  3515. checking how to recognize dependent libraries... pass_all
  3516. checking for ar... ar
  3517. checking for strip... strip
  3518. checking for ranlib... ranlib
  3519. checking command to parse /usr/bin/nm -B output from gcc object... ok
  3520. checking how to run the C preprocessor... gcc -E
  3521. checking for ANSI C header files... yes
  3522. checking for sys/types.h... yes
  3523. checking for sys/stat.h... yes
  3524. checking for stdlib.h... yes
  3525. checking for string.h... yes
  3526. checking for memory.h... yes
  3527. checking for strings.h... yes
  3528. checking for inttypes.h... yes
  3529. checking for stdint.h... yes
  3530. checking for unistd.h... yes
  3531. checking for dlfcn.h... yes
  3532. checking for objdir... .libs
  3533. checking if gcc supports -fno-rtti -fno-exceptions... no
  3534. checking for gcc option to produce PIC... -fPIC -DPIC
  3535. checking if gcc PIC flag -fPIC -DPIC works... yes
  3536. checking if gcc static flag -static works... yes
  3537. checking if gcc supports -c -o file.o... yes
  3538. checking if gcc supports -c -o file.o... (cached) yes
  3539. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  3540. checking whether -lc should be explicitly linked in... no
  3541. checking dynamic linker characteristics... GNU/Linux ld.so
  3542. checking how to hardcode library paths into programs... immediate
  3543. checking whether stripping libraries is possible... yes
  3544. checking if libtool supports shared libraries... yes
  3545. checking whether to build shared libraries... yes
  3546. checking whether to build static libraries... no
  3547. configure: creating ./config.lt
  3548. config.lt: creating libtool
  3549. checking for a Python interpreter with version >= 2.3.5... python
  3550. checking for python... /home/ernst/.virtualenvs/mycroft/bin/python
  3551. checking for python version... 2.7
  3552. checking for python platform... linux2
  3553. checking for python script directory... ${prefix}/lib/python2.7/site-packages
  3554. checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
  3555. checking for headers required to compile python extensions... found
  3556. checking for PySignal_SetWakeupFd in Python.h... yes
  3557. checking for python module thread... yes
  3558. checking whether to enable threading in pygtk... yes
  3559. checking for pkg-config... /usr/bin/pkg-config
  3560. checking pkg-config is at least version 0.16... yes
  3561. checking for GLIB - version >= 2.8.0... yes (version 2.54.1)
  3562. checking for PYGOBJECT... yes
  3563. checking for gio-types.defs... /home/ernst/.virtualenvs/mycroft/share/pygobject/2.0/defs/gio-types.defs
  3564. checking for ATK... no
  3565. checking for PANGO... no
  3566. checking for codegen... /home/ernst/.virtualenvs/mycroft/share/pygobject/2.0/codegen
  3567. checking for PYCAIRO... no
  3568. no
  3569. not checking for gtk due to missing pycairo
  3570. checking for GDK target... Package gdk-2.0 was not found in the pkg-config search path.
  3571. Perhaps you should add the directory containing `gdk-2.0.pc'
  3572. to the PKG_CONFIG_PATH environment variable
  3573. No package 'gdk-2.0' found
  3574. (unknown)
  3575. configure: WARNING: unable to determine the GDK target system; some functions may not be available
  3576. configure: WARNING: Could not find a valid numpy installation, disabling.
  3577. checking whether gcc understands -Wall... yes
  3578. checking whether gcc understands -fno-strict-aliasing... yes
  3579. checking whether gcc understands -std=c9x... yes
  3580. configure: creating ./config.status
  3581. config.status: creating Makefile
  3582. config.status: creating pygtk-2.0.pc
  3583. config.status: creating pygtk-codegen-2.0
  3584. config.status: creating gtk/Makefile
  3585. config.status: creating docs/Makefile
  3586. config.status: creating docs/reference/entities.docbook
  3587. config.status: creating examples/Makefile
  3588. config.status: creating tests/Makefile
  3589. config.status: creating pygtk.spec
  3590. config.status: creating PKG-INFO
  3591. config.status: creating config.h
  3592. config.status: executing depfiles commands
  3593. config.status: executing libtool commands
  3594.  
  3595. The following modules will be built:
  3596.  
  3597.  
  3598. The following modules will NOT be built:
  3599.  
  3600. atk
  3601. pango
  3602. pangocairo
  3603. gtk
  3604. gtk.glade
  3605. gtk.unixprint
  3606.  
  3607. Numpy support: no
  3608.  
  3609. make all-recursive
  3610. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0“ wird betreten
  3611. Making all in .
  3612. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0“ wird betreten
  3613. make[2]: Für das Ziel „all-am“ ist nichts zu tun.
  3614. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0“ wird verlassen
  3615. Making all in examples
  3616. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/examples“ wird betreten
  3617. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/examples“ wird verlassen
  3618. Making all in tests
  3619. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/tests“ wird betreten
  3620. make[2]: Für das Ziel „all“ ist nichts zu tun.
  3621. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/tests“ wird verlassen
  3622. Making all in docs
  3623. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/docs“ wird betreten
  3624. make all-am
  3625. make[3]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/docs“ wird betreten
  3626. make[3]: Für das Ziel „all-am“ ist nichts zu tun.
  3627. make[3]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/docs“ wird verlassen
  3628. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/docs“ wird verlassen
  3629. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0“ wird verlassen
  3630. Making install in .
  3631. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0“ wird betreten
  3632. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0“ wird betreten
  3633. test -z "/home/ernst/.virtualenvs/mycroft/bin" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/bin"
  3634. /usr/bin/install -c pygtk-codegen-2.0 '/home/ernst/.virtualenvs/mycroft/bin'
  3635. test -z "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gtk-2.0" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/lib/python2.7/site-packages/gtk-2.0"
  3636. test -z "/home/ernst/.virtualenvs/mycroft/share/pygtk/2.0/defs" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/share/pygtk/2.0/defs"
  3637. test -z "/home/ernst/.virtualenvs/mycroft/lib/pkgconfig" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/lib/pkgconfig"
  3638. /usr/bin/install -c -m 644 pygtk-2.0.pc '/home/ernst/.virtualenvs/mycroft/lib/pkgconfig'
  3639. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0“ wird verlassen
  3640. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0“ wird verlassen
  3641. Making install in examples
  3642. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/examples“ wird betreten
  3643. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/examples“ wird betreten
  3644. test -z "/home/ernst/.virtualenvs/mycroft/bin" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/bin"
  3645. /usr/bin/install -c pygtk-demo/pygtk-demo '/home/ernst/.virtualenvs/mycroft/bin'
  3646. test -z "/home/ernst/.virtualenvs/mycroft/lib/pygtk/2.0/demos" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/lib/pygtk/2.0/demos"
  3647. /usr/bin/install -c -m 644 pygtk-demo/demos/__init__.py pygtk-demo/demos/appwindow.py pygtk-demo/demos/buttonbox.py pygtk-demo/demos/changedisplay.py pygtk-demo/demos/colorsel.py pygtk-demo/demos/dialogs.py pygtk-demo/demos/dnd.py pygtk-demo/demos/dndpixmap.py pygtk-demo/demos/editable_cells.py pygtk-demo/demos/entry_completion.py pygtk-demo/demos/expander.py pygtk-demo/demos/hypertext.py pygtk-demo/demos/images.py pygtk-demo/demos/list_store.py pygtk-demo/demos/menu.py pygtk-demo/demos/panes.py pygtk-demo/demos/pixbufs.py pygtk-demo/demos/print_editor.py pygtk-demo/demos/sizegroup.py pygtk-demo/demos/stock_browser.py pygtk-demo/demos/textscroll.py pygtk-demo/demos/textview.py pygtk-demo/demos/tooltip.py pygtk-demo/demos/tree_store.py pygtk-demo/demos/treemodel.py pygtk-demo/demos/statusicon.py pygtk-demo/demos/ui_manager.py pygtk-demo/demos/infobar.py '/home/ernst/.virtualenvs/mycroft/lib/pygtk/2.0/demos'
  3648. Byte-compiling python modules...
  3649. __init__.pyappwindow.pybuttonbox.pychangedisplay.pycolorsel.pydialogs.pydnd.pydndpixmap.pyeditable_cells.pyentry_completion.pyexpander.pyhypertext.pyimages.pylist_store.pymenu.pypanes.pypixbufs.pyprint_editor.pysizegroup.pystock_browser.pytextscroll.pytextview.pytooltip.pytree_store.pytreemodel.pystatusicon.pyui_manager.pyinfobar.py
  3650. Byte-compiling python modules (optimized versions) ...
  3651. __init__.pyappwindow.pybuttonbox.pychangedisplay.pycolorsel.pydialogs.pydnd.pydndpixmap.pyeditable_cells.pyentry_completion.pyexpander.pyhypertext.pyimages.pylist_store.pymenu.pypanes.pypixbufs.pyprint_editor.pysizegroup.pystock_browser.pytextscroll.pytextview.pytooltip.pytree_store.pytreemodel.pystatusicon.pyui_manager.pyinfobar.py
  3652. test -z "/home/ernst/.virtualenvs/mycroft/lib/pygtk/2.0/demos/images" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/lib/pygtk/2.0/demos/images"
  3653. /usr/bin/install -c -m 644 pygtk-demo/demos/images/alphatest.png pygtk-demo/demos/images/apple-red.png pygtk-demo/demos/images/background.jpg pygtk-demo/demos/images/floppybuddy.gif pygtk-demo/demos/images/gnome-applets.png pygtk-demo/demos/images/gnome-calendar.png pygtk-demo/demos/images/gnome-foot.png pygtk-demo/demos/images/gnome-gimp.png pygtk-demo/demos/images/gnome-gmush.png pygtk-demo/demos/images/gnome-gsame.png pygtk-demo/demos/images/gnu-keys.png pygtk-demo/demos/images/gtk-logo-rgb.gif '/home/ernst/.virtualenvs/mycroft/lib/pygtk/2.0/demos/images'
  3654. test -z "/home/ernst/.virtualenvs/mycroft/lib/pygtk/2.0" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/lib/pygtk/2.0"
  3655. /usr/bin/install -c -m 644 pygtk-demo/pygtk-demo.py '/home/ernst/.virtualenvs/mycroft/lib/pygtk/2.0'
  3656. Byte-compiling python modules...
  3657. pygtk-demo.py
  3658. Byte-compiling python modules (optimized versions) ...
  3659. pygtk-demo.py
  3660. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/examples“ wird verlassen
  3661. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/examples“ wird verlassen
  3662. Making install in tests
  3663. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/tests“ wird betreten
  3664. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/tests“ wird betreten
  3665. make[2]: Für das Ziel „install-exec-am“ ist nichts zu tun.
  3666. make[2]: Für das Ziel „install-data-am“ ist nichts zu tun.
  3667. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/tests“ wird verlassen
  3668. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/tests“ wird verlassen
  3669. Making install in docs
  3670. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/docs“ wird betreten
  3671. make install-am
  3672. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/docs“ wird betreten
  3673. make[3]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/docs“ wird betreten
  3674. make[3]: Für das Ziel „install-exec-am“ ist nichts zu tun.
  3675. test -z "/home/ernst/.virtualenvs/mycroft/share/gtk-doc/html/pygtk" || /bin/mkdir -p "/home/ernst/.virtualenvs/mycroft/share/gtk-doc/html/pygtk"
  3676. installfiles=`echo ./html/*`; \
  3677. if test "$installfiles" = './html/*'; \
  3678. then echo '-- Nothing to install' ; \
  3679. else \
  3680. /bin/bash /tmp/install-pygtk-25800/pygtk-2.24.0/install-sh -d /home/ernst/.virtualenvs/mycroft/share/gtk-doc/html/pygtk \
  3681. /home/ernst/.virtualenvs/mycroft/share/gtk-doc/html/pygtk/icons \
  3682. /home/ernst/.virtualenvs/mycroft/share/gtk-doc/html/pygtk/images \
  3683. /home/ernst/.virtualenvs/mycroft/share/gtk-doc/html/pygtk/cursors; \
  3684. for i in $installfiles; do \
  3685. echo '-- Installing '$i ; \
  3686. /usr/bin/install -c -m 644 $i /home/ernst/.virtualenvs/mycroft/share/gtk-doc/html/pygtk; \
  3687. done; \
  3688. echo '-- Installing ./html/index.sgml' ; \
  3689. /usr/bin/install -c -m 644 ./html/index.sgml /home/ernst/.virtualenvs/mycroft/share/gtk-doc/html/pygtk || :; \
  3690. for i in ./icons/*; do \
  3691. echo '-- Installing '$i ; \
  3692. /usr/bin/install -c -m 644 $i /home/ernst/.virtualenvs/mycroft/share/gtk-doc/html/pygtk/icons; \
  3693. done; \
  3694. for i in ./images/*; do \
  3695. echo '-- Installing '$i ; \
  3696. /usr/bin/install -c -m 644 $i /home/ernst/.virtualenvs/mycroft/share/gtk-doc/html/pygtk/images; \
  3697. done; \
  3698. for i in ./cursors/*; do \
  3699. echo '-- Installing '$i ; \
  3700. /usr/bin/install -c -m 644 $i /home/ernst/.virtualenvs/mycroft/share/gtk-doc/html/pygtk/cursors; \
  3701. done; \
  3702. fi
  3703. -- Installing ./html/atk-class-reference.html
  3704. -- Installing ./html/atk-constants.html
  3705. -- Installing ./html/class-atkaction.html
  3706. -- Installing ./html/class-atkcomponent.html
  3707. -- Installing ./html/class-atkdocument.html
  3708. -- Installing ./html/class-atkeditabletext.html
  3709. -- Installing ./html/class-atkgobjectaccessible.html
  3710. -- Installing ./html/class-atkhyperlink.html
  3711. -- Installing ./html/class-atkhypertext.html
  3712. -- Installing ./html/class-atkimage.html
  3713. -- Installing ./html/class-atkimplementor.html
  3714. -- Installing ./html/class-atknoopobjectfactory.html
  3715. -- Installing ./html/class-atknoopobject.html
  3716. -- Installing ./html/class-atkobjectfactory.html
  3717. -- Installing ./html/class-atkobject.html
  3718. -- Installing ./html/class-atkrectangle.html
  3719. -- Installing ./html/class-atkregistry.html
  3720. -- Installing ./html/class-atkrelation.html
  3721. -- Installing ./html/class-atkrelationset.html
  3722. -- Installing ./html/class-atkselection.html
  3723. -- Installing ./html/class-atkstateset.html
  3724. -- Installing ./html/class-atkstreamablecontent.html
  3725. -- Installing ./html/class-atktable.html
  3726. -- Installing ./html/class-atktext.html
  3727. -- Installing ./html/class-atkvalue.html
  3728. -- Installing ./html/class-gdkapplaunchcontext.html
  3729. -- Installing ./html/class-gdkatom.html
  3730. -- Installing ./html/class-gdkcairocontext.html
  3731. -- Installing ./html/class-gdkcolor.html
  3732. -- Installing ./html/class-gdkcolormap.html
  3733. -- Installing ./html/class-gdkcursor.html
  3734. -- Installing ./html/class-gdkdevice.html
  3735. -- Installing ./html/class-gdkdisplay.html
  3736. -- Installing ./html/class-gdkdisplaymanager.html
  3737. -- Installing ./html/class-gdkdragcontext.html
  3738. -- Installing ./html/class-gdkdrawable.html
  3739. -- Installing ./html/class-gdkevent.html
  3740. -- Installing ./html/class-gdkgc.html
  3741. -- Installing ./html/class-gdkimage.html
  3742. -- Installing ./html/class-gdkkeymap.html
  3743. -- Installing ./html/class-gdkpangorenderer.html
  3744. -- Installing ./html/class-gdkpixbufanimation.html
  3745. -- Installing ./html/class-gdkpixbufanimationiter.html
  3746. -- Installing ./html/class-gdkpixbuf.html
  3747. -- Installing ./html/class-gdkpixbufloader.html
  3748. -- Installing ./html/class-gdkpixmap.html
  3749. -- Installing ./html/class-gdkrectangle.html
  3750. -- Installing ./html/class-gdkregion.html
  3751. -- Installing ./html/class-gdkscreen.html
  3752. -- Installing ./html/class-gdkvisual.html
  3753. -- Installing ./html/class-gdkwindow.html
  3754. -- Installing ./html/class-gladexml.html
  3755. -- Installing ./html/class-gtkaboutdialog.html
  3756. -- Installing ./html/class-gtkaccelgroup.html
  3757. -- Installing ./html/class-gtkaccellabel.html
  3758. -- Installing ./html/class-gtkaccelmap.html
  3759. -- Installing ./html/class-gtkaccessible.html
  3760. -- Installing ./html/class-gtkactiongroup.html
  3761. -- Installing ./html/class-gtkaction.html
  3762. -- Installing ./html/class-gtkactivatable.html
  3763. -- Installing ./html/class-gtkadjustment.html
  3764. -- Installing ./html/class-gtkalignment.html
  3765. -- Installing ./html/class-gtkarrow.html
  3766. -- Installing ./html/class-gtkaspectframe.html
  3767. -- Installing ./html/class-gtkassistant.html
  3768. -- Installing ./html/class-gtkbin.html
  3769. -- Installing ./html/class-gtkborder.html
  3770. -- Installing ./html/class-gtkbox.html
  3771. -- Installing ./html/class-gtkbuildable.html
  3772. -- Installing ./html/class-gtkbuilder.html
  3773. -- Installing ./html/class-gtkbuttonbox.html
  3774. -- Installing ./html/class-gtkbutton.html
  3775. -- Installing ./html/class-gtkcalendar.html
  3776. -- Installing ./html/class-gtkcelleditable.html
  3777. -- Installing ./html/class-gtkcelllayout.html
  3778. -- Installing ./html/class-gtkcellrendereraccel.html
  3779. -- Installing ./html/class-gtkcellrenderercombo.html
  3780. -- Installing ./html/class-gtkcellrenderer.html
  3781. -- Installing ./html/class-gtkcellrendererpixbuf.html
  3782. -- Installing ./html/class-gtkcellrendererprogress.html
  3783. -- Installing ./html/class-gtkcellrendererspin.html
  3784. -- Installing ./html/class-gtkcellrendererspinner.html
  3785. -- Installing ./html/class-gtkcellrenderertext.html
  3786. -- Installing ./html/class-gtkcellrenderertoggle.html
  3787. -- Installing ./html/class-gtkcellview.html
  3788. -- Installing ./html/class-gtkcheckbutton.html
  3789. -- Installing ./html/class-gtkcheckmenuitem.html
  3790. -- Installing ./html/class-gtkclipboard.html
  3791. -- Installing ./html/class-gtkcolorbutton.html
  3792. -- Installing ./html/class-gtkcolorselectiondialog.html
  3793. -- Installing ./html/class-gtkcolorselection.html
  3794. -- Installing ./html/class-gtkcomboboxentry.html
  3795. -- Installing ./html/class-gtkcombobox.html
  3796. -- Installing ./html/class-gtkcomboboxtext.html
  3797. -- Installing ./html/class-gtkcombo.html
  3798. -- Installing ./html/class-gtkcontainer.html
  3799. -- Installing ./html/class-gtkcurve.html
  3800. -- Installing ./html/class-gtkdialog.html
  3801. -- Installing ./html/class-gtkdrawingarea.html
  3802. -- Installing ./html/class-gtkeditable.html
  3803. -- Installing ./html/class-gtkentrybuffer.html
  3804. -- Installing ./html/class-gtkentrycompletion.html
  3805. -- Installing ./html/class-gtkentry.html
  3806. -- Installing ./html/class-gtkeventbox.html
  3807. -- Installing ./html/class-gtkexpander.html
  3808. -- Installing ./html/class-gtkfilechooserbutton.html
  3809. -- Installing ./html/class-gtkfilechooserdialog.html
  3810. -- Installing ./html/class-gtkfilechooser.html
  3811. -- Installing ./html/class-gtkfilechooserwidget.html
  3812. -- Installing ./html/class-gtkfilefilter.html
  3813. -- Installing ./html/class-gtkfileselection.html
  3814. -- Installing ./html/class-gtkfixed.html
  3815. -- Installing ./html/class-gtkfontbutton.html
  3816. -- Installing ./html/class-gtkfontselectiondialog.html
  3817. -- Installing ./html/class-gtkfontselection.html
  3818. -- Installing ./html/class-gtkframe.html
  3819. -- Installing ./html/class-gtkgammacurve.html
  3820. -- Installing ./html/class-gtkhandlebox.html
  3821. -- Installing ./html/class-gtkhbox.html
  3822. -- Installing ./html/class-gtkhbuttonbox.html
  3823. -- Installing ./html/class-gtkhpaned.html
  3824. -- Installing ./html/class-gtkhruler.html
  3825. -- Installing ./html/class-gtkhscale.html
  3826. -- Installing ./html/class-gtkhscrollbar.html
  3827. -- Installing ./html/class-gtkhseparator.html
  3828. -- Installing ./html/class-gtkiconfactory.html
  3829. -- Installing ./html/class-gtkiconinfo.html
  3830. -- Installing ./html/class-gtkiconset.html
  3831. -- Installing ./html/class-gtkiconsource.html
  3832. -- Installing ./html/class-gtkicontheme.html
  3833. -- Installing ./html/class-gtkiconview.html
  3834. -- Installing ./html/class-gtkimage.html
  3835. -- Installing ./html/class-gtkimagemenuitem.html
  3836. -- Installing ./html/class-gtkimcontext.html
  3837. -- Installing ./html/class-gtkimcontextsimple.html
  3838. -- Installing ./html/class-gtkimmulticontext.html
  3839. -- Installing ./html/class-gtkinfobar.html
  3840. -- Installing ./html/class-gtkinputdialog.html
  3841. -- Installing ./html/class-gtkinvisible.html
  3842. -- Installing ./html/class-gtkitemfactory.html
  3843. -- Installing ./html/class-gtkitem.html
  3844. -- Installing ./html/class-gtklabel.html
  3845. -- Installing ./html/class-gtklayout.html
  3846. -- Installing ./html/class-gtklinkbutton.html
  3847. -- Installing ./html/class-gtkliststore.html
  3848. -- Installing ./html/class-gtkmenubar.html
  3849. -- Installing ./html/class-gtkmenu.html
  3850. -- Installing ./html/class-gtkmenuitem.html
  3851. -- Installing ./html/class-gtkmenushell.html
  3852. -- Installing ./html/class-gtkmenutoolbutton.html
  3853. -- Installing ./html/class-gtkmessagedialog.html
  3854. -- Installing ./html/class-gtkmisc.html
  3855. -- Installing ./html/class-gtkmountoperation.html
  3856. -- Installing ./html/class-gtknotebook.html
  3857. -- Installing ./html/class-gtkobject.html
  3858. -- Installing ./html/class-gtkoffscreenwindow.html
  3859. -- Installing ./html/class-gtkoptionmenu.html
  3860. -- Installing ./html/class-gtkpagesetup.html
  3861. -- Installing ./html/class-gtkpagesetupunixdialog.html
  3862. -- Installing ./html/class-gtkpaned.html
  3863. -- Installing ./html/class-gtkpapersize.html
  3864. -- Installing ./html/class-gtkplug.html
  3865. -- Installing ./html/class-gtkprintcontext.html
  3866. -- Installing ./html/class-gtkprinter.html
  3867. -- Installing ./html/class-gtkprintjob.html
  3868. -- Installing ./html/class-gtkprintoperation.html
  3869. -- Installing ./html/class-gtkprintoperationpreview.html
  3870. -- Installing ./html/class-gtkprintsettings.html
  3871. -- Installing ./html/class-gtkprintunixdialog.html
  3872. -- Installing ./html/class-gtkprogressbar.html
  3873. -- Installing ./html/class-gtkradioaction.html
  3874. -- Installing ./html/class-gtkradiobutton.html
  3875. -- Installing ./html/class-gtkradiomenuitem.html
  3876. -- Installing ./html/class-gtkradiotoolbutton.html
  3877. -- Installing ./html/class-gtkrange.html
  3878. -- Installing ./html/class-gtkrcstyle.html
  3879. -- Installing ./html/class-gtkrecentaction.html
  3880. -- Installing ./html/class-gtkrecentchooserdialog.html
  3881. -- Installing ./html/class-gtkrecentchooser.html
  3882. -- Installing ./html/class-gtkrecentchoosermenu.html
  3883. -- Installing ./html/class-gtkrecentchooserwidget.html
  3884. -- Installing ./html/class-gtkrecentfilter.html
  3885. -- Installing ./html/class-gtkrecentinfo.html
  3886. -- Installing ./html/class-gtkrecentmanager.html
  3887. -- Installing ./html/class-gtkrequisition.html
  3888. -- Installing ./html/class-gtkruler.html
  3889. -- Installing ./html/class-gtkscalebutton.html
  3890. -- Installing ./html/class-gtkscale.html
  3891. -- Installing ./html/class-gtkscrollbar.html
  3892. -- Installing ./html/class-gtkscrolledwindow.html
  3893. -- Installing ./html/class-gtkselectiondata.html
  3894. -- Installing ./html/class-gtkseparator.html
  3895. -- Installing ./html/class-gtkseparatormenuitem.html
  3896. -- Installing ./html/class-gtkseparatortoolitem.html
  3897. -- Installing ./html/class-gtksettings.html
  3898. -- Installing ./html/class-gtksizegroup.html
  3899. -- Installing ./html/class-gtksocket.html
  3900. -- Installing ./html/class-gtkspinbutton.html
  3901. -- Installing ./html/class-gtkspinner.html
  3902. -- Installing ./html/class-gtkstatusbar.html
  3903. -- Installing ./html/class-gtkstatusicon.html
  3904. -- Installing ./html/class-gtkstyle.html
  3905. -- Installing ./html/class-gtktable.html
  3906. -- Installing ./html/class-gtktearoffmenuitem.html
  3907. -- Installing ./html/class-gtktextattributes.html
  3908. -- Installing ./html/class-gtktextbuffer.html
  3909. -- Installing ./html/class-gtktextchildanchor.html
  3910. -- Installing ./html/class-gtktextiter.html
  3911. -- Installing ./html/class-gtktextmark.html
  3912. -- Installing ./html/class-gtktexttag.html
  3913. -- Installing ./html/class-gtktexttagtable.html
  3914. -- Installing ./html/class-gtktextview.html
  3915. -- Installing ./html/class-gtktoggleaction.html
  3916. -- Installing ./html/class-gtktogglebutton.html
  3917. -- Installing ./html/class-gtktoggletoolbutton.html
  3918. -- Installing ./html/class-gtktoolbar.html
  3919. -- Installing ./html/class-gtktoolbutton.html
  3920. -- Installing ./html/class-gtktoolitemgroup.html
  3921. -- Installing ./html/class-gtktoolitem.html
  3922. -- Installing ./html/class-gtktoolpalette.html
  3923. -- Installing ./html/class-gtktoolshell.html
  3924. -- Installing ./html/class-gtktooltip.html
  3925. -- Installing ./html/class-gtktooltips.html
  3926. -- Installing ./html/class-gtktreedragdest.html
  3927. -- Installing ./html/class-gtktreedragsource.html
  3928. -- Installing ./html/class-gtktreeiter.html
  3929. -- Installing ./html/class-gtktreemodelfilter.html
  3930. -- Installing ./html/class-gtktreemodel.html
  3931. -- Installing ./html/class-gtktreemodelsort.html
  3932. -- Installing ./html/class-gtktreerowreference.html
  3933. -- Installing ./html/class-gtktreeselection.html
  3934. -- Installing ./html/class-gtktreesortable.html
  3935. -- Installing ./html/class-gtktreestore.html
  3936. -- Installing ./html/class-gtktreeviewcolumn.html
  3937. -- Installing ./html/class-gtktreeview.html
  3938. -- Installing ./html/class-gtkuimanager.html
  3939. -- Installing ./html/class-gtkvbox.html
  3940. -- Installing ./html/class-gtkvbuttonbox.html
  3941. -- Installing ./html/class-gtkviewport.html
  3942. -- Installing ./html/class-gtkvolumebutton.html
  3943. -- Installing ./html/class-gtkvpaned.html
  3944. -- Installing ./html/class-gtkvruler.html
  3945. -- Installing ./html/class-gtkvscale.html
  3946. -- Installing ./html/class-gtkvscrollbar.html
  3947. -- Installing ./html/class-gtkvseparator.html
  3948. -- Installing ./html/class-gtkwidget.html
  3949. -- Installing ./html/class-gtkwindowgroup.html
  3950. -- Installing ./html/class-gtkwindow.html
  3951. -- Installing ./html/class-hierarchy.html
  3952. -- Installing ./html/class-pangoattribute.html
  3953. -- Installing ./html/class-pangoattriterator.html
  3954. -- Installing ./html/class-pangoattrlist.html
  3955. -- Installing ./html/class-pangocairocairocontext.html
  3956. -- Installing ./html/class-pangocairocairofontmap.html
  3957. -- Installing ./html/class-pangocolor.html
  3958. -- Installing ./html/class-pangocontext.html
  3959. -- Installing ./html/class-pangofontdescription.html
  3960. -- Installing ./html/class-pangofontface.html
  3961. -- Installing ./html/class-pangofontfamily.html
  3962. -- Installing ./html/class-pangofont.html
  3963. -- Installing ./html/class-pangofontmap.html
  3964. -- Installing ./html/class-pangofontmetrics.html
  3965. -- Installing ./html/class-pangofontset.html
  3966. -- Installing ./html/class-pangofontsetsimple.html
  3967. -- Installing ./html/class-pangoglyphstring.html
  3968. -- Installing ./html/class-pangolanguage.html
  3969. -- Installing ./html/class-pangolayout.html
  3970. -- Installing ./html/class-pangolayoutiter.html
  3971. -- Installing ./html/class-pangolayoutline.html
  3972. -- Installing ./html/class-pangorenderer.html
  3973. -- Installing ./html/class-pangotabarray.html
  3974. -- Installing ./html/class-pygtkgenericcellrenderer.html
  3975. -- Installing ./html/class-pygtkgenerictreemodel.html
  3976. -- Installing ./html/class-pygtktreemodelrow.html
  3977. -- Installing ./html/class-pygtktreemodelrowiter.html
  3978. -- Installing ./html/gdk-class-reference.html
  3979. -- Installing ./html/gdk-constants.html
  3980. -- Installing ./html/gdk-functions.html
  3981. -- Installing ./html/glade-class-reference.html
  3982. -- Installing ./html/gtk-class-reference.html
  3983. -- Installing ./html/gtk-constants.html
  3984. -- Installing ./html/gtk-functions.html
  3985. -- Installing ./html/gtk-stock-items.html
  3986. -- Installing ./html/index.html
  3987. -- Installing ./html/index.sgml
  3988. -- Installing ./html/pangocairo-class-reference.html
  3989. -- Installing ./html/pangocairo-constants.html
  3990. -- Installing ./html/pangocairo-functions.html
  3991. -- Installing ./html/pango-class-reference.html
  3992. -- Installing ./html/pango-constants.html
  3993. -- Installing ./html/pango-functions.html
  3994. -- Installing ./html/pango-markup-language.html
  3995. -- Installing ./html/pygtk.devhelp
  3996. -- Installing ./html/pygtk-introduction.html
  3997. -- Installing ./html/unixprint-class-reference.html
  3998. -- Installing ./html/unixprint-constants.html
  3999. -- Installing ./html/unixprint-functions.html
  4000. -- Installing ./html/index.sgml
  4001. -- Installing ./icons/stock_about_24.png
  4002. -- Installing ./icons/stock_add_24.png
  4003. -- Installing ./icons/stock_align_center_24.png
  4004. -- Installing ./icons/stock_align_justify_24.png
  4005. -- Installing ./icons/stock_align_left_24.png
  4006. -- Installing ./icons/stock_align_right_24.png
  4007. -- Installing ./icons/stock_apply_20.png
  4008. -- Installing ./icons/stock_bottom_24.png
  4009. -- Installing ./icons/stock_broken_image_24.png
  4010. -- Installing ./icons/stock_cancel_20.png
  4011. -- Installing ./icons/stock_cdrom_24.png
  4012. -- Installing ./icons/stock_clear_24.png
  4013. -- Installing ./icons/stock_close_24.png
  4014. -- Installing ./icons/stock_color_picker_25.png
  4015. -- Installing ./icons/stock_colorselector_24.png
  4016. -- Installing ./icons/stock_connect_24.png
  4017. -- Installing ./icons/stock_convert_24.png
  4018. -- Installing ./icons/stock_copy_24.png
  4019. -- Installing ./icons/stock_cut_24.png
  4020. -- Installing ./icons/stock_dialog_authentication_48.png
  4021. -- Installing ./icons/stock_dialog_error_48.png
  4022. -- Installing ./icons/stock_dialog_info_48.png
  4023. -- Installing ./icons/stock_dialog_question_48.png
  4024. -- Installing ./icons/stock_dialog_warning_48.png
  4025. -- Installing ./icons/stock_directory_24.png
  4026. -- Installing ./icons/stock_disconnect_24.png
  4027. -- Installing ./icons/stock_dnd_32.png
  4028. -- Installing ./icons/stock_dnd_multiple_32.png
  4029. -- Installing ./icons/stock_down_arrow_24.png
  4030. -- Installing ./icons/stock_edit_24.png
  4031. -- Installing ./icons/stock_exec_24.png
  4032. -- Installing ./icons/stock_exit_24.png
  4033. -- Installing ./icons/stock_file_24.png
  4034. -- Installing ./icons/stock_first_24.png
  4035. -- Installing ./icons/stock_font_24.png
  4036. -- Installing ./icons/stock_fullscreen_24.png
  4037. -- Installing ./icons/stock_harddisk_24.png
  4038. -- Installing ./icons/stock_help_24.png
  4039. -- Installing ./icons/stock_home_24.png
  4040. -- Installing ./icons/stock_index_24.png
  4041. -- Installing ./icons/stock_info_24.png
  4042. -- Installing ./icons/stock_jump_to_24.png
  4043. -- Installing ./icons/stock_jump_to_rtl_24.png
  4044. -- Installing ./icons/stock_last_24.png
  4045. -- Installing ./icons/stock_leave_fullscreen_24.png
  4046. -- Installing ./icons/stock_left_arrow_24.png
  4047. -- Installing ./icons/stock_media_forward_24.png
  4048. -- Installing ./icons/stock_media_next_24.png
  4049. -- Installing ./icons/stock_media_pause_24.png
  4050. -- Installing ./icons/stock_media_play_24.png
  4051. -- Installing ./icons/stock_media_play_rtl_24.png
  4052. -- Installing ./icons/stock_media_previous_24.png
  4053. -- Installing ./icons/stock_media_record_24.png
  4054. -- Installing ./icons/stock_media_rewind_24.png
  4055. -- Installing ./icons/stock_media_stop_24.png
  4056. -- Installing ./icons/stock_network_24.png
  4057. -- Installing ./icons/stock_new_24.png
  4058. -- Installing ./icons/stock_no_20.png
  4059. -- Installing ./icons/stock_ok_20.png
  4060. -- Installing ./icons/stock_open_24.png
  4061. -- Installing ./icons/stock_page_setup_24.png
  4062. -- Installing ./icons/stock_paste_24.png
  4063. -- Installing ./icons/stock_preferences_24.png
  4064. -- Installing ./icons/stock_print_24.png
  4065. -- Installing ./icons/stock_print_error_24.png
  4066. -- Installing ./icons/stock_print_paused_24.png
  4067. -- Installing ./icons/stock_print_preview_24.png
  4068. -- Installing ./icons/stock_print_report_24.png
  4069. -- Installing ./icons/stock_print_warning_24.png
  4070. -- Installing ./icons/stock_properties_24.png
  4071. -- Installing ./icons/stock_redo_24.png
  4072. -- Installing ./icons/stock_redo_rtl_24.png
  4073. -- Installing ./icons/stock_refresh_24.png
  4074. -- Installing ./icons/stock_remove_24.png
  4075. -- Installing ./icons/stock_revert_24.png
  4076. -- Installing ./icons/stock_revert_rtl_24.png
  4077. -- Installing ./icons/stock_right_arrow_24.png
  4078. -- Installing ./icons/stock_save_24.png
  4079. -- Installing ./icons/stock_save_as_24.png
  4080. -- Installing ./icons/stock_search_24.png
  4081. -- Installing ./icons/stock_search_replace_24.png
  4082. -- Installing ./icons/stock_sort_ascending_24.png
  4083. -- Installing ./icons/stock_sort_descending_24.png
  4084. -- Installing ./icons/stock_spellcheck_24.png
  4085. -- Installing ./icons/stock_stop_24.png
  4086. -- Installing ./icons/stock_text_bold_24.png
  4087. -- Installing ./icons/stock_text_indent_24.png
  4088. -- Installing ./icons/stock_text_italic_24.png
  4089. -- Installing ./icons/stock_text_strikethrough_24.png
  4090. -- Installing ./icons/stock_text_underline_24.png
  4091. -- Installing ./icons/stock_text_unindent_24.png
  4092. -- Installing ./icons/stock_top_24.png
  4093. -- Installing ./icons/stock_trash_24.png
  4094. -- Installing ./icons/stock_undelete_24.png
  4095. -- Installing ./icons/stock_undelete_rtl_24.png
  4096. -- Installing ./icons/stock_undo_24.png
  4097. -- Installing ./icons/stock_undo_rtl_24.png
  4098. -- Installing ./icons/stock_up_arrow_24.png
  4099. -- Installing ./icons/stock_yes_20.png
  4100. -- Installing ./icons/stock_zoom_1_24.png
  4101. -- Installing ./icons/stock_zoom_fit_24.png
  4102. -- Installing ./icons/stock_zoom_in_24.png
  4103. -- Installing ./icons/stock_zoom_out_24.png
  4104. -- Installing ./images/layout-btlr.png
  4105. -- Installing ./images/layout-btrl.png
  4106. -- Installing ./images/layout-lrbt.png
  4107. -- Installing ./images/layout-lrtb.png
  4108. -- Installing ./images/layout-rlbt.png
  4109. -- Installing ./images/layout-rltb.png
  4110. -- Installing ./images/layout-tblr.png
  4111. -- Installing ./images/layout-tbrl.png
  4112. -- Installing ./cursors/arrow.png
  4113. -- Installing ./cursors/based_arrow_down.png
  4114. -- Installing ./cursors/based_arrow_up.png
  4115. -- Installing ./cursors/boat.png
  4116. -- Installing ./cursors/bogosity.png
  4117. -- Installing ./cursors/bottom_left_corner.png
  4118. -- Installing ./cursors/bottom_right_corner.png
  4119. -- Installing ./cursors/bottom_side.png
  4120. -- Installing ./cursors/bottom_tee.png
  4121. -- Installing ./cursors/box_spiral.png
  4122. -- Installing ./cursors/center_ptr.png
  4123. -- Installing ./cursors/circle.png
  4124. -- Installing ./cursors/clock.png
  4125. -- Installing ./cursors/coffee_mug.png
  4126. -- Installing ./cursors/crosshair.png
  4127. -- Installing ./cursors/cross.png
  4128. -- Installing ./cursors/cross_reverse.png
  4129. -- Installing ./cursors/diamond_cross.png
  4130. -- Installing ./cursors/dotbox.png
  4131. -- Installing ./cursors/dot.png
  4132. -- Installing ./cursors/double_arrow.png
  4133. -- Installing ./cursors/draft_large.png
  4134. -- Installing ./cursors/draft_small.png
  4135. -- Installing ./cursors/draped_box.png
  4136. -- Installing ./cursors/exchange.png
  4137. -- Installing ./cursors/fleur.png
  4138. -- Installing ./cursors/gobbler.png
  4139. -- Installing ./cursors/gumby.png
  4140. -- Installing ./cursors/hand1.png
  4141. -- Installing ./cursors/hand2.png
  4142. -- Installing ./cursors/heart.png
  4143. -- Installing ./cursors/icon.png
  4144. -- Installing ./cursors/iron_cross.png
  4145. -- Installing ./cursors/leftbutton.png
  4146. -- Installing ./cursors/left_ptr.png
  4147. -- Installing ./cursors/left_side.png
  4148. -- Installing ./cursors/left_tee.png
  4149. -- Installing ./cursors/ll_angle.png
  4150. -- Installing ./cursors/lr_angle.png
  4151. -- Installing ./cursors/man.png
  4152. -- Installing ./cursors/middlebutton.png
  4153. -- Installing ./cursors/mouse.png
  4154. -- Installing ./cursors/pencil.png
  4155. -- Installing ./cursors/pirate.png
  4156. -- Installing ./cursors/plus.png
  4157. -- Installing ./cursors/question_arrow.png
  4158. -- Installing ./cursors/rightbutton.png
  4159. -- Installing ./cursors/right_ptr.png
  4160. -- Installing ./cursors/right_side.png
  4161. -- Installing ./cursors/right_tee.png
  4162. -- Installing ./cursors/rtl_logo.png
  4163. -- Installing ./cursors/sailboat.png
  4164. -- Installing ./cursors/sb_down_arrow.png
  4165. -- Installing ./cursors/sb_h_double_arrow.png
  4166. -- Installing ./cursors/sb_left_arrow.png
  4167. -- Installing ./cursors/sb_right_arrow.png
  4168. -- Installing ./cursors/sb_up_arrow.png
  4169. -- Installing ./cursors/sb_v_double_arrow.png
  4170. -- Installing ./cursors/shuttle.png
  4171. -- Installing ./cursors/sizing.png
  4172. -- Installing ./cursors/spider.png
  4173. -- Installing ./cursors/spraycan.png
  4174. -- Installing ./cursors/star.png
  4175. -- Installing ./cursors/target.png
  4176. -- Installing ./cursors/tcross.png
  4177. -- Installing ./cursors/top_left_arrow.png
  4178. -- Installing ./cursors/top_left_corner.png
  4179. -- Installing ./cursors/top_right_corner.png
  4180. -- Installing ./cursors/top_side.png
  4181. -- Installing ./cursors/top_tee.png
  4182. -- Installing ./cursors/trek.png
  4183. -- Installing ./cursors/ul_angle.png
  4184. -- Installing ./cursors/umbrella.png
  4185. -- Installing ./cursors/ur_angle.png
  4186. -- Installing ./cursors/watch.png
  4187. -- Installing ./cursors/X_cursor.png
  4188. -- Installing ./cursors/xterm.png
  4189. make install-data-hook
  4190. make[4]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/docs“ wird betreten
  4191. make[4]: Für das Ziel „install-data-hook“ ist nichts zu tun.
  4192. make[4]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/docs“ wird verlassen
  4193. make[3]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/docs“ wird verlassen
  4194. make[2]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/docs“ wird verlassen
  4195. make[1]: Verzeichnis „/tmp/install-pygtk-25800/pygtk-2.24.0/docs“ wird verlassen
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement