Gentoo Archives: gentoo-user

From: gentuxx <gentuxx@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Imagemagick fails
Date: Sun, 09 Jul 2006 02:35:06
Message-Id: 44B06983.2030801@gmail.com
In Reply to: Re: [gentoo-user] Imagemagick fails by Ryan Tandy
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Ryan Tandy wrote:
5 > gentuxx wrote:
6 > revdep-rebuild tells me that I need to remerge ImageMagick, but then
7 > fails during the remerge. This is the error I get:
8 >
9 > libxml2 -O2 -march=pentium4 -fomit-frame-pointer -Wall -pthread -MT
10 > coders/coders_png_la-png.lo -MD -MP -MF
11 > "coders/.deps/coders_png_la-png.Tpo" -c -o coders/coders_png_la-png.lo
12 > `test -f 'coders/png.c' || echo './'`coders/png.c; \
13 > then mv -f "coders/.deps/coders_png_la-png.Tpo"
14 > "coders/.deps/coders_png_la-png.Plo"; else rm -f
15 > "coders/.deps/coders_png_la-png.Tpo"; exit 1; fi
16 > coders/png.c: In function 'ReadOnePNGImage':
17 > coders/png.c:1755: warning: implicit declaration of function
18 > 'png_access_version'
19 > coders/png.c:1764: error: 'png_ptr' undeclared (first use in this
20 > function)
21 > coders/png.c:1764: error: (Each undeclared identifier is reported only
22 > once
23 > coders/png.c:1764: error: for each function it appears in.)
24 > make: *** [coders/coders_png_la-png.lo] Error 1
25 > make: *** Waiting for unfinished jobs....
26 >
27 > !!! ERROR: media-gfx/imagemagick-6.2.5.5 failed.
28 > Call stack:
29 > ebuild.sh, line 1539: Called dyn_compile
30 > ebuild.sh, line 939: Called src_compile
31 > imagemagick-6.2.5.5.ebuild, line 86: Called die
32 >
33 > Any ideas?
34 >
35 > >>
36 >
37 > > Try remerging libpng and/or libxml2.
38 >
39 >
40 Thanks for the response, but, unfortunately, that didn't help. I
41 re-ran revdep-rebuild with the -pv options this time, and realized
42 that tetex and graphviz also need to be recompiled. They were also
43 immediately before imagemagick in the rebuild order. I checked
44 `equery depgraph' and both were in the depgraph for imagemagick, so I
45 recompiled both of those and ran `fix_libtool_files.sh'. That didn't
46 seem to work either.
47
48 I was able to capture this when it failed:
49
50 ImageMagick is configured as follows. Please verify that this
51 configuration
52 matches your expectations.
53
54 Host system type : i686-pc-linux-gnu
55
56 Option Value
57 - -------------------------------------------------------------------------
58 Shared libraries --enable-shared=yes yes
59 Static libraries --enable-static=yes yes
60 Module support --with-modules=yes yes
61 GNU ld --with-gnu-ld=yes yes
62 Quantum depth --with-quantum-depth=16 16
63
64 Delegate Configuration:
65 BZLIB --with-bzlib=no no
66 DPS --with-dps=yes no
67 FlashPIX --with-fpx=no no
68 FreeType 2.0 --with-ttf=yes yes
69 GhostPCL None pcl6 (unknown)
70 Ghostscript None gs (8.15.2)
71 Ghostscript fonts
72 - --with-gs-font-dir=/usr/share/fonts/default/ghostscript
73 /usr/share/fonts/default/ghostscript/
74 Ghostscript lib --with-gslib=no no
75 Graphviz --with-gvc=no no
76 JBIG --with-jbig=no no
77 JPEG v1 --with-jpeg=yes yes
78 JPEG-2000 --with-jp2=no no
79 LCMS --with-lcms=no no
80 Magick++ --with-magick-plus-plus=yes yes
81 PERL --with-perl=no no
82 PNG --with-png=yes yes
83 TIFF --with-tiff=no no
84 Windows fonts --with-windows-font-dir= none
85 WMF --with-wmf=no no
86 X11 --with-x=yes yes
87 XML --with-xml=yes yes
88 ZLIB --with-zlib=yes yes
89
90
91 What's interesting to me is that all of the "expected" option/value
92 pairs match and/or make sense except for DPS. So I installed gtkDPS
93 to see if that would make any difference. The DPS option was now
94 enabled as expected, but the compile still fails in the same spot.
95
96 > --
97 > gentux
98 > echo "hfouvyyAhnbjm/dpn" | perl -pe 's/(.)/chr(ord($1)-1)/ge'
99 >
100 > gentux's gpg fingerprint ==> 5495 0388 67FF 0B89 1239 D840 4CF0
101 > 39E2 18D3 4A9E
102 -----BEGIN PGP SIGNATURE-----
103 Version: GnuPG v1.4.4 (GNU/Linux)
104
105 iD8DBQFEsGmCTPA54hjTSp4RAhREAJsHwvHGQrHvsIIZxqUL6MusRZOSOQCfWP05
106 hYh8Lec3eRXmI+a6iuwFzbM=
107 =s5Ca
108 -----END PGP SIGNATURE-----
109
110 --
111 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Imagemagick fails Ryan Tandy <tarpman@×××××.com>