Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129203 - imagemagick fails to build
Summary: imagemagick fails to build
Status: RESOLVED DUPLICATE of bug 128487
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-07 22:56 UTC by Zachary Catlin
Modified: 2006-04-07 23:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zachary Catlin 2006-04-07 22:56:48 UTC
In the course of emerging media-gfx/imagemagick-6.2.5.5, the following unpleasantness appears:


[much deleted]
/bin/sh ./libtool --silent --tag=CC --mode=link i686-pc-linux-gnu-gcc  -O2 -march=athlon-xp -pipe -Wall -pthread  -lfreetype -lz -L/usr/lib -o utilities/montage -lfreetype -lz -L/usr/lib utilities/montage.o magick/libMagick.la
/bin/sh ./libtool --silent --tag=CC --mode=link i686-pc-linux-gnu-gcc  -O2 -march=athlon-xp -pipe -Wall -pthread  -lfreetype -lz -L/usr/lib -o coders/wmf.la -rpath /usr/lib/ImageMagick-6.2.5/modules-Q16/coders -no-undefined -module -avoid-version coders/coders_wmf_la-wmf.lo magick/libMagick.la wand/libWand.la -lwmflite  -lm
 * No Make or Build file detect...
make: *** No targets specified and no makefile found. Stop.


emerge goes on to say that the error occurred in line 55 of perl-app_src_compile and then exits. It should be noted that a look around /var/tmp/portage/imagemagick-6.2.5.5/work/ImageMagick-6.2.5 reveals that there are Makefile.am files in the subdirectories, but no Makefiles. Running emerge again, I found the message

libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries

further up.

The flags being used for the emerge are

+X +bzip2 -doc -fpx -graphviz -gs +jbig +jpeg +jpeg2k +lcms -minimal +mpeg -nocxx +perl +png +tiff +truetype +wmf +xml +zlib

and the output of 'emerge --info' is included below.


Portage 2.0.54 (default-linux/x86/2006.0, gcc-3.4.5, glibc-2.3.5-r3, 2.6.15.1-zcatlin2 i686)
=================================================================
System uname: 2.6.15.1-zcatlin2 i686 AMD Athlon(tm) XP Processor 3000+
Gentoo Base System version 1.6.14
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.ussg.iu.edu/linux/gentoo http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 3dnow X a52 aac acpi alsa apache2 arts asf audiofile avi berkdb bidi bitmap-fonts bzip2 cdr cli crypt ctype cups curl dba dri dts dvd emboss encode esd exif expat fam fastbuild ffmpeg flac foomaticdb force-cgi-redirect fortran ftp gd gdbm gif glut gmp gnome gpm gstreamer gtk gtk2 gtkhtml idn imap imlib ipv6 isdnlog java jpeg kde lcms libg++ libwww mad memlimit mikmod mmx mng motif mozilla mp3 mpeg ncurses nls nptl nvidia ogg opengl pam pcre pdflib perl png posix pppd python qt quicktime readline real recode samba sdl session simplexml soap sockets speex spell spl sse sse2 ssl svg tcpd tetex theora tiff tokenizer truetype truetype-fonts type1-fonts udev unicode vorbis win32codecs wmf xine xml xml2 xmms xsl xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-07 23:39:23 UTC

*** This bug has been marked as a duplicate of 128487 ***