Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69611 - gd-2.0.30 does not compile
Summary: gd-2.0.30 does not compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-31 05:21 UTC by Tomasz Sterna
Modified: 2004-10-31 17:53 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 Tomasz Sterna 2004-10-31 05:21:59 UTC
creating circletexttest
/bin/sh ./libtool --mode=link gcc  -O2 -march=pentium3 -fomit-frame-pointer -pipe   -o gifanimtest  gifanimtest.o ./libgd.la -lfreetype -lz -lm
gcc -O2 -march=pentium3 -fomit-frame-pointer -pipe -o .libs/testtr testtr.o  ./.libs/libgd.so /usr/lib/libfreetype.so -lz -lm
testtr.o(.text+0x19e): In function `main':
: undefined reference to `gdImagePng'
collect2: ld returned 1 exit status
make[2]: *** [testtr] Error 1
make[2]: *** Waiting for unfinished jobs....
gcc -O2 -march=pentium3 -fomit-frame-pointer -pipe -o .libs/gifanimtest gifanimtest.o  ./.libs/libgd.so /usr/lib/libfreetype.so -lz -lm
creating gifanimtest
gcc -O2 -march=pentium3 -fomit-frame-pointer -pipe -o .libs/fontconfigtest fontconfigtest.o  ./.libs/libgd.so /usr/lib/libfreetype.so -lz -lm
creating fontconfigtest
make[2]: Leaving directory `/var/tmp/portage/gd-2.0.30/work/gd-2.0.30'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gd-2.0.30/work/gd-2.0.30'
make: *** [all] Error 2

!!! ERROR: media-libs/gd-2.0.30 failed.
!!! Function src_compile, Line 34, Exitcode 2


# emerge info
Portage 2.0.51-r2 (default-x86-2004.0, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.6.8-gentoo-r3 i686)
=================================================================
System uname: 2.6.8-gentoo-r3 i686 Pentium III (Coppermine)
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium3 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium3 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distlocks sandbox"
GENTOO_MIRRORS="http://gentoo.osuosl.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="apm arts avi berkdb bitmap-fonts crypt cups encode f77 foomaticdb gdbm gnome gpm gtk gtk2 imlib kde libg++ libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl oss pam pdflib perl postgres python qt quicktime readline sdl slang spell ssl tcpd truetype x86 xml2 xmms xv zlib"


Reproducible: Always
Steps to Reproduce:
Comment 1 SpanKY gentoo-dev 2004-10-31 11:13:05 UTC
what does `emerge gd -pv` show ?
Comment 2 Tomasz Sterna 2004-10-31 13:54:17 UTC
# emerge gd -pv

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild     U ] media-libs/gd-2.0.30 [2.0.26] -X -jpeg -png +truetype 0 kB
Comment 3 SpanKY gentoo-dev 2004-10-31 17:53:38 UTC
ok, added a small patch ... should be fixed with gd-2.0.31 :)