Advertisement
ezequielbruni

GIMPGit

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