Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#10281 - Compilation of autotrace fails, PKGBUILD needs fix.
Attached to Project:
Arch Linux
Opened by Anonymous Submitter - Friday, 25 April 2008, 16:53 GMT
Last edited by Eric Belanger (Snowman) - Sunday, 27 April 2008, 04:27 GMT
Opened by Anonymous Submitter - Friday, 25 April 2008, 16:53 GMT
Last edited by Eric Belanger (Snowman) - Sunday, 27 April 2008, 04:27 GMT
|
DetailsDescription: autotrace needs a rebuild due to the updated [extra]-packages imagemagick and pstoedit.
Additional info: Tested on architecture (i686) * package version(s) imagemagick 6.4.0.9-1 autotrace 0.31.1-5 pstoedit 3.45-2 * config and/or log files etc. Steps to reproduce: From the compilation run of autotrace: *** Checking pstoedit existence TWICE(if needed) *** *** This is the 1st check *** checking for pstoedit-config... no checking for PSTOEDIT - version >= 3.32.1... no *** The pstoedit-config script installed by PSTOEDIT could not be found *** If PSTOEDIT was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the PSTOEDIT_CONFIG environment variable to the *** full path to pstoedit-config. *** The 1st check is failed. *** *** This is the 2nd check *** checking for pstoedit-config... (cached) no checking for PSTOEDIT - version >= 3.32.0... no *** The pstoedit-config script installed by PSTOEDIT could not be found *** If PSTOEDIT was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the PSTOEDIT_CONFIG environment variable to the *** full path to pstoedit-config. *** The 2nd check is failed. ldd /usr/bin/autotrace linux-gate.so.1 => (0xb7fdc000) libautotrace.so.3 => /usr/lib/libautotrace.so.3 (0xb7f8b000) libpstoedit.so.0 => /usr/lib/libpstoedit.so.0 (0xb7f09000) libMagick++.so.10 => not found libWand.so.10 => not found libMagick.so.10 => not found liblcms.so.1 => /usr/lib/liblcms.so.1 (0xb7ed8000) libtiff.so.3 => /usr/lib/libtiff.so.3 (0xb7e84000) libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7e64000) libXext.so.6 => /usr/lib/libXext.so.6 (0xb7e56000) libSM.so.6 => /usr/lib/libSM.so.6 (0xb7e4e000) libICE.so.6 => /usr/lib/libICE.so.6 (0xb7e37000) libX11.so.6 => /usr/lib/libX11.so.6 (0xb7d4d000) libXt.so.6 => /usr/lib/libXt.so.6 (0xb7cfe000) libbz2.so.1.0 => /lib/libbz2.so.1.0 (0xb7cee000) libpthread.so.0 => /lib/libpthread.so.0 (0xb7cd6000) libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7c5b000) libpng.so.3 => /usr/lib/libpng.so.3 (0xb7c33000) libz.so.1 => /lib/libz.so.1 (0xb7c20000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7b30000) libdl.so.2 => /lib/libdl.so.2 (0xb7b2c000) libm.so.6 => /lib/libm.so.6 (0xb7b06000) libc.so.6 => /lib/libc.so.6 (0xb79c6000) libgd.so.2 => /usr/lib/libgd.so.2 (0xb7985000) libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb7977000) libXau.so.6 => /usr/lib/libXau.so.6 (0xb7974000) libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0xb7972000) libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb795a000) /lib/ld-linux.so.2 (0xb7fdd000) libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb7931000) libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb790a000) libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7905000) libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb78e5000) And please add a line "arch=('i686' 'x86_64')" to the PKGBUILD for convenience. |
This task depends upon
Closed by Eric Belanger (Snowman)
Sunday, 27 April 2008, 04:27 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in autotrace 0.31.1-7
Sunday, 27 April 2008, 04:27 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in autotrace 0.31.1-7
Comment by Eric Belanger (Snowman) -
Sunday, 27 April 2008, 01:55 GMT
I'll rebuild it tonight.