Advertisement
ezequielbruni

GIMPGit 2

Oct 17th, 2011
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.71 KB | None | 0 0
  1. ################################################################################
  2. ## Install distribution dependencies
  3.  
  4.  
  5. ================================================================================
  6. == Installing required apt dependencies
  7.  
  8. [sudo] password for ezequiel:
  9. Reading package lists... Done
  10. Building dependency tree
  11. Reading state information... Done
  12. Note, selecting 'liblcms1-dev' instead of 'liblcms-dev'
  13. Note, selecting 'libpng12-dev' instead of 'libpng-dev'
  14. fontconfig is already the newest version.
  15. gtk-doc-tools is already the newest version.
  16. intltool is already the newest version.
  17. libcairo2 is already the newest version.
  18. libdbus-glib-1-2 is already the newest version.
  19. libexif-dev is already the newest version.
  20. libfontconfig1 is already the newest version.
  21. libfreetype6 is already the newest version.
  22. libgdk-pixbuf2.0-0 is already the newest version.
  23. libgtk-3-0 is already the newest version.
  24. libjasper-dev is already the newest version.
  25. libjpeg62-dev is already the newest version.
  26. liblcms1-dev is already the newest version.
  27. libmng-dev is already the newest version.
  28. libpango1.0-0 is already the newest version.
  29. libpng12-dev is already the newest version.
  30. libpoppler-dev is already the newest version.
  31. librsvg2-common is already the newest version.
  32. librsvg2-dev is already the newest version.
  33. libtiff-tools is already the newest version.
  34. libtiff4-dev is already the newest version.
  35. libtool is already the newest version.
  36. libwmf-dev is already the newest version.
  37. pkg-config is already the newest version.
  38. python-dev is already the newest version.
  39. python-gtk2-dev is already the newest version.
  40. ruby is already the newest version.
  41. libopenexr-dev is already the newest version.
  42. libwebkit-dev is already the newest version.
  43. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
  44.  
  45. ################################################################################
  46. ## Retrieving or updating sources
  47.  
  48.  
  49. ================================================================================
  50. == Creating directories
  51.  
  52. mkdir: created directory `/home/ezequiel/opt/gimp/build_2011-10-17-13-28-58'
  53.  
  54. ================================================================================
  55. == Updating repositories
  56.  
  57.  
  58. ================================================================================
  59. == Checking state of git repository git://git.gnome.org/babl
  60.  
  61.  
  62. --------------------------------------------------------------------------------
  63. -- Cloning git://git.gnome.org/babl in /home/ezequiel/src/git/babl
  64.  
  65. Cloning into babl...
  66. remote: Counting objects: 3875, done.
  67. remote: Compressing objects: 100% (1176/1176), done.
  68. remote: Total 3875 (delta 3113), reused 3246 (delta 2677)
  69. Receiving objects: 100% (3875/3875), 727.08 KiB | 61 KiB/s, done.
  70. Resolving deltas: 100% (3113/3113), done.
  71.  
  72. ================================================================================
  73. == Checking state of git repository git://git.gnome.org/gegl
  74.  
  75. # On branch master
  76. nothing to commit (working directory clean)
  77.  
  78. --------------------------------------------------------------------------------
  79. -- Local repository gegl already exist, updating from remote master
  80.  
  81. remote: Counting objects: 15, done.
  82. remote: Compressing objects: 100% (11/11), done.
  83. remote: Total 11 (delta 7), reused 0 (delta 0)
  84. Unpacking objects: 100% (11/11), done.
  85. From git://git.gnome.org/gegl
  86. 61fe379..4e1b04d master -> origin/master
  87. First, rewinding head to replay your work on top of it...
  88. Fast-forwarded master to 4e1b04d8928da35323b6bfb8e3428cd9f474c22d.
  89.  
  90. ================================================================================
  91. == Checking state of git repository git://git.gnome.org/gimp
  92.  
  93. # On branch master
  94. nothing to commit (working directory clean)
  95.  
  96. --------------------------------------------------------------------------------
  97. -- Local repository gimp already exist, updating from remote master
  98.  
  99. remote: Counting objects: 6, done.
  100. remote: Compressing objects: 100% (4/4), done.
  101. remote: Total 4 (delta 2), reused 0 (delta 0)
  102. Unpacking objects: 100% (4/4), done.
  103. From git://git.gnome.org/gimp
  104. 2f0c55b..6d62bee master -> origin/master
  105. First, rewinding head to replay your work on top of it...
  106. Fast-forwarded master to 6d62beef13fbb6aaa3dbfa9e27ba5d7eb00bde40.
  107.  
  108. ################################################################################
  109. ## Building from sources
  110.  
  111.  
  112. ================================================================================
  113. == Building babl
  114.  
  115. autoreconf: Entering directory `.'
  116. autoreconf: configure.ac: not using Gettext
  117. autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
  118. autoreconf: configure.ac: tracing
  119. autoreconf: running: libtoolize --install --copy --force
  120. libtoolize: putting auxiliary files in `.'.
  121. libtoolize: copying file `./config.guess'
  122. libtoolize: copying file `./config.sub'
  123. libtoolize: copying file `./install-sh'
  124. libtoolize: copying file `./ltmain.sh'
  125. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  126. libtoolize: copying file `m4/libtool.m4'
  127. libtoolize: copying file `m4/ltoptions.m4'
  128. libtoolize: copying file `m4/ltsugar.m4'
  129. libtoolize: copying file `m4/ltversion.m4'
  130. libtoolize: copying file `m4/lt~obsolete.m4'
  131. autoreconf: running: /usr/bin/autoconf --force
  132. autoreconf: running: /usr/bin/autoheader --force
  133. autoreconf: running: automake --add-missing --copy --force-missing
  134. configure.ac:108: installing `./missing'
  135. babl/Makefile.am: installing `./depcomp'
  136. autoreconf: Leaving directory `.'
  137. checking for pkg-config... /usr/bin/pkg-config
  138. checking pkg-config is at least version 0.9.0... yes
  139. checking for gobject-introspection... yes
  140. checking for vapigen... /usr/bin/vapigen
  141. checking for a BSD-compatible install... /usr/bin/install -c
  142. checking whether build environment is sane... yes
  143. checking for a thread-safe mkdir -p... /bin/mkdir -p
  144. checking for gawk... no
  145. checking for mawk... mawk
  146. checking whether make sets $(MAKE)... yes
  147. checking for style of include used by make... GNU
  148. checking for gcc... gcc
  149. checking whether the C compiler works... yes
  150. checking for C compiler default output file name... a.out
  151. checking for suffix of executables...
  152. checking whether we are cross compiling... no
  153. checking for suffix of object files... o
  154. checking whether we are using the GNU C compiler... yes
  155. checking whether gcc accepts -g... yes
  156. checking for gcc option to accept ISO C89... none needed
  157. checking dependency style of gcc... gcc3
  158. checking how to run the C preprocessor... gcc -E
  159. checking for GNUC variadic macros... yes
  160. checking for ISO C99 variadic macros in C... yes
  161. checking for gcc... (cached) gcc
  162. checking whether we are using the GNU C compiler... (cached) yes
  163. checking whether gcc accepts -g... (cached) yes
  164. checking for gcc option to accept ISO C89... (cached) none needed
  165. checking dependency style of gcc... (cached) gcc3
  166. checking build system type... x86_64-unknown-linux-gnu
  167. checking host system type... x86_64-unknown-linux-gnu
  168. checking how to print strings... printf
  169. checking for a sed that does not truncate output... /bin/sed
  170. checking for grep that handles long lines and -e... /bin/grep
  171. checking for egrep... /bin/grep -E
  172. checking for fgrep... /bin/grep -F
  173. checking for ld used by gcc... /usr/bin/ld
  174. checking if the linker (/usr/bin/ld) is GNU ld... yes
  175. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  176. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  177. checking whether ln -s works... yes
  178. checking the maximum length of command line arguments... 1572864
  179. checking whether the shell understands some XSI constructs... yes
  180. checking whether the shell understands "+="... yes
  181. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  182. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  183. checking for /usr/bin/ld option to reload object files... -r
  184. checking for objdump... objdump
  185. checking how to recognize dependent libraries... pass_all
  186. checking for dlltool... no
  187. checking how to associate runtime and link libraries... printf %s\n
  188. checking for ar... ar
  189. checking for archiver @FILE support... @
  190. checking for strip... strip
  191. checking for ranlib... ranlib
  192. checking command to parse /usr/bin/nm -B output from gcc object... ok
  193. checking for sysroot... no
  194. checking for mt... mt
  195. checking if mt is a manifest tool... no
  196. checking for ANSI C header files... yes
  197. checking for sys/types.h... yes
  198. checking for sys/stat.h... yes
  199. checking for stdlib.h... yes
  200. checking for string.h... yes
  201. checking for memory.h... yes
  202. checking for strings.h... yes
  203. checking for inttypes.h... yes
  204. checking for stdint.h... yes
  205. checking for unistd.h... yes
  206. checking for dlfcn.h... yes
  207. checking for objdir... .libs
  208. checking if gcc supports -fno-rtti -fno-exceptions... no
  209. checking for gcc option to produce PIC... -fPIC -DPIC
  210. checking if gcc PIC flag -fPIC -DPIC works... yes
  211. checking if gcc static flag -static works... yes
  212. checking if gcc supports -c -o file.o... yes
  213. checking if gcc supports -c -o file.o... (cached) yes
  214. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  215. checking whether -lc should be explicitly linked in... no
  216. checking dynamic linker characteristics... GNU/Linux ld.so
  217. checking how to hardcode library paths into programs... immediate
  218. checking whether stripping libraries is possible... yes
  219. checking if libtool supports shared libraries... yes
  220. checking whether to build shared libraries... yes
  221. checking whether to build static libraries... no
  222. checking whether to disable maintainer-specific portions of Makefiles... yes
  223. checking for ANSI C header files... (cached) yes
  224. checking whether build environment is sane... yes
  225. checking whether gcc understands -Wdeclaration-after-statement... yes
  226. checking whether gcc understands -Wmissing-prototypes... yes
  227. checking whether gcc understands -Wmissing-declarations... yes
  228. checking whether gcc understands -Winit-self... yes
  229. checking whether gcc understands -Wpointer-arith... yes
  230. checking whether gcc understands -Wold-style-definition... yes
  231. checking for rsvg... no
  232. checking for w3m... no
  233. checking for target architecture... x86_64-unknown-linux-gnu
  234. checking for some Win32 platform... checking for some Win32 platform... no
  235. checking for native Win32... no
  236. checking whether gcc understands -mmmx... yes
  237. checking whether we can compile MMX code... yes
  238. checking whether gcc understands -msse... yes
  239. checking whether we can compile SSE code... yes
  240. checking dl.h usability... no
  241. checking dl.h presence... no
  242. checking for dl.h... no
  243. checking for library containing dlopen... -ldl
  244. checking for library containing rint... -lm
  245. checking for gettimeofday... yes
  246. checking for rint... yes
  247. configure: creating ./config.status
  248. config.status: creating Makefile
  249. config.status: creating babl.pc
  250. config.status: creating babl/Makefile
  251. config.status: creating babl/babl-version.h
  252. config.status: creating babl/base/Makefile
  253. config.status: creating docs/Makefile
  254. config.status: creating docs/index-static.html
  255. config.status: creating docs/graphics/Makefile
  256. config.status: creating tests/Makefile
  257. config.status: creating extensions/Makefile
  258. config.status: creating INSTALL
  259. config.status: creating config.h
  260. config.status: executing depfiles commands
  261. config.status: executing libtool commands
  262. Making clean in docs
  263. make[1]: Entering directory `/home/ezequiel/src/git/babl/docs'
  264. Making clean in graphics
  265. make[2]: Entering directory `/home/ezequiel/src/git/babl/docs/graphics'
  266. make[2]: Leaving directory `/home/ezequiel/src/git/babl/docs/graphics'
  267. Making clean in .
  268. make[2]: Entering directory `/home/ezequiel/src/git/babl/docs'
  269. make[2]: Leaving directory `/home/ezequiel/src/git/babl/docs'
  270. make[1]: Leaving directory `/home/ezequiel/src/git/babl/docs'
  271. Making clean in tests
  272. make[1]: Entering directory `/home/ezequiel/src/git/babl/tests'
  273. rm -rf .libs _libs
  274. rm -f introspect babl_fish_path_fitness babl_fish_path_dhtml babl-html-dump conversions formats nop grayscale_to_rgb rgb_to_bgr rgb_to_ycbcr srgb_to_lab_u8 sanity babl_class_name types n_components models concurrency-stress-test
  275. rm -f *.o
  276. rm -f *.lo
  277. make[1]: Leaving directory `/home/ezequiel/src/git/babl/tests'
  278. Making clean in extensions
  279. make[1]: Entering directory `/home/ezequiel/src/git/babl/extensions'
  280. test -z "CIE.la gegl-fixups.la gggl-lies.la gggl.la gimp-8bit.la naive-CMYK.la sse-fixups.la" || rm -f CIE.la gegl-fixups.la gggl-lies.la gggl.la gimp-8bit.la naive-CMYK.la sse-fixups.la
  281. rm -f "./so_locations"
  282. rm -f "./so_locations"
  283. rm -f "./so_locations"
  284. rm -f "./so_locations"
  285. rm -f "./so_locations"
  286. rm -f "./so_locations"
  287. rm -f "./so_locations"
  288. rm -rf .libs _libs
  289. rm -f *.o
  290. rm -f *.lo
  291. make[1]: Leaving directory `/home/ezequiel/src/git/babl/extensions'
  292. Making clean in babl
  293. make[1]: Entering directory `/home/ezequiel/src/git/babl/babl'
  294. Making clean in base
  295. make[2]: Entering directory `/home/ezequiel/src/git/babl/babl/base'
  296. rm -rf .libs _libs
  297. test -z "libbase.la" || rm -f libbase.la
  298. rm -f "./so_locations"
  299. rm -f *.o
  300. rm -f *.lo
  301. make[2]: Leaving directory `/home/ezequiel/src/git/babl/babl/base'
  302. Making clean in .
  303. make[2]: Entering directory `/home/ezequiel/src/git/babl/babl'
  304. test -z "Babl-0.1.gir Babl-0.1.typelib" || rm -f Babl-0.1.gir Babl-0.1.typelib
  305. test -z "libbabl-0.1.la" || rm -f libbabl-0.1.la
  306. rm -f "./so_locations"
  307. rm -rf .libs _libs
  308. rm -f *.o
  309. rm -f *.lo
  310. make[2]: Leaving directory `/home/ezequiel/src/git/babl/babl'
  311. make[1]: Leaving directory `/home/ezequiel/src/git/babl/babl'
  312. Making clean in .
  313. make[1]: Entering directory `/home/ezequiel/src/git/babl'
  314. rm -rf .libs _libs
  315. rm -f *.lo
  316. make[1]: Leaving directory `/home/ezequiel/src/git/babl'
  317. make all-recursive
  318. make[1]: Entering directory `/home/ezequiel/src/git/babl'
  319. Making all in babl
  320. make[2]: Entering directory `/home/ezequiel/src/git/babl/babl'
  321. Making all in base
  322. make[3]: Entering directory `/home/ezequiel/src/git/babl/babl/base'
  323. CC babl-base.lo
  324. CC formats.lo
  325. CC type-float.lo
  326. CC type-u8.lo
  327. CC type-u16.lo
  328. CC type-u32.lo
  329. CC model-rgb.lo
  330. CC model-gray.lo
  331. CC model-ycbcr.lo
  332. CCLD libbase.la
  333. make[3]: Leaving directory `/home/ezequiel/src/git/babl/babl/base'
  334. make[3]: Entering directory `/home/ezequiel/src/git/babl/babl'
  335. CC babl.lo
  336. CC babl-component.lo
  337. CC babl-conversion.lo
  338. CC babl-core.lo
  339. CC babl-db.lo
  340. CC babl-extension.lo
  341. CC babl-fish-path.lo
  342. CC babl-fish-reference.lo
  343. CC babl-fish-simple.lo
  344. CC babl-fish-stats.lo
  345. CC babl-fish.lo
  346. CC babl-format.lo
  347. CC babl-hash-table.lo
  348. CC babl-image.lo
  349. CC babl-internal.lo
  350. CC babl-introspect.lo
  351. CC babl-list.lo
  352. CC babl-memory.lo
  353. CC babl-model.lo
  354. CC babl-mutex.lo
  355. CC babl-sampling.lo
  356. CC babl-sanity.lo
  357. CC babl-type.lo
  358. CC babl-util.lo
  359. babl-type.c: In function 'babl_type_new':
  360. babl-type.c:80:15: warning: variable 'max_val' set but not used [-Wunused-but-set-variable]
  361. babl-type.c:79:15: warning: variable 'min_val' set but not used [-Wunused-but-set-variable]
  362. babl-type.c:78:15: warning: variable 'max' set but not used [-Wunused-but-set-variable]
  363. babl-type.c:77:15: warning: variable 'min' set but not used [-Wunused-but-set-variable]
  364. babl-type.c:75:15: warning: variable 'is_integer' set but not used [-Wunused-but-set-variable]
  365. CC babl-cpuaccel.lo
  366. CC babl-version.lo
  367. /usr/bin/g-ir-scanner -v --namespace Babl --nsversion=0.1 \
  368. --add-include-path=. --add-include-path=. \
  369. --library=babl-0.1 \
  370. --libtool="/bin/bash ../libtool" \
  371. --output Babl-0.1.gir \
  372. -DBABL_IS_BEING_COMPILED \
  373. -I.. \
  374. -I.. \
  375. ./babl-macros.h ./babl-types.h ./babl.h \
  376. ./babl-version.h \
  377. ./babl.c ./babl-component.c ./babl-conversion.c ./babl-core.c ./babl-db.c ./babl-extension.c ./babl-fish-path.c ./babl-fish-reference.c ./babl-fish-simple.c ./babl-fish-stats.c ./babl-fish.c ./babl-format.c ./babl-hash-table.c ./babl-image.c ./babl-internal.c ./babl-introspect.c ./babl-list.c ./babl-memory.c ./babl-model.c ./babl-mutex.c ./babl-sampling.c ./babl-sanity.c ./babl-type.c ./babl-util.c ./babl-cpuaccel.c ./babl-version.c
  378. CCLD libbabl-0.1.la
  379. Must specify package names on the command line
  380. g-ir-scanner: compile: gcc -Wall -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I.. -I.. -c -o /home/ezequiel/src/git/babl/babl/tmp-introspectBXLlE9/Babl-0.1.o /home/ezequiel/src/git/babl/babl/tmp-introspectBXLlE9/Babl-0.1.c
  381. g-ir-scanner: link: /bin/bash ../libtool --mode=link --tag=CC gcc -o /home/ezequiel/src/git/babl/babl/tmp-introspectBXLlE9/Babl-0.1 -export-dynamic -L. -lbabl-0.1 -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 /home/ezequiel/src/git/babl/babl/tmp-introspectBXLlE9/Babl-0.1.o
  382. libtool: link: gcc -o /home/ezequiel/src/git/babl/babl/tmp-introspectBXLlE9/.libs/Babl-0.1 -pthread /home/ezequiel/src/git/babl/babl/tmp-introspectBXLlE9/Babl-0.1.o -Wl,--export-dynamic -L. /home/ezequiel/src/git/babl/babl/.libs/libbabl-0.1.so /usr/lib/x86_64-linux-gnu/libgio-2.0.so /usr/lib/x86_64-linux-gnu/libgobject-2.0.so /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so /usr/lib/x86_64-linux-gnu/libgthread-2.0.so -lrt /usr/lib/x86_64-linux-gnu/libglib-2.0.so -pthread -Wl,-rpath -Wl,/home/ezequiel/opt/gimp/build_2011-10-17-13-28-58/lib
  383. ERROR: can't resolve libraries to shared libraries: babl-0.1
  384. make[3]: *** [Babl-0.1.gir] Error 1
  385. make[3]: Leaving directory `/home/ezequiel/src/git/babl/babl'
  386. make[2]: *** [all-recursive] Error 1
  387. make[2]: Leaving directory `/home/ezequiel/src/git/babl/babl'
  388. make[1]: *** [all-recursive] Error 1
  389. make[1]: Leaving directory `/home/ezequiel/src/git/babl'
  390. make: *** [all] Error 2
  391. ERROR (exit code 2): while executing 'make' for babl
  392.  
  393.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement