Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88828 - doxygen-1.4.1 ebuild fails ld during make all
Summary: doxygen-1.4.1 ebuild fails ld during make all
Status: RESOLVED DUPLICATE of bug 67166
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-12 03:46 UTC by Kim Krecht
Modified: 2005-07-17 13:06 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 Kim Krecht 2005-04-12 03:46:17 UTC
During emerge -uND world, doxygen-1.4.1 happens to get emerged as a dependency of:

[nomerge      ] app-admin/sdsc-syslog-1.0.2  

and others. During this, the following happens:
g++  -o ../../bin/doxywizard obj/doxywizard.o obj/version.o obj/inputstring.o obj/inputbool.o obj/inputstrlist.o obj/inputint.o obj/expert.o obj/config.o obj/moc_doxywizard.o obj/moc_inputstring.o obj/moc_inputbool.o obj/moc_inputstrlist.o obj/moc_inputint.o obj/moc_expert.o -L/usr/qt/3/lib -lqt-mt -L/usr/X11R6/lib -lXext -lX11 -lm
/usr/qt/3/lib/libqt-mt.so: undefined reference to `__pthread_register_cancel@GLIBC_2.3.3'
/usr/qt/3/lib/libqt-mt.so: undefined reference to `__pthread_unregister_cancel@GLIBC_2.3.3'
collect2: ld returned 1 exit status
gmake[2]: *** [../../bin/doxywizard] Error 1
gmake[2]: Leaving directory `/var/tmp/portage/doxygen-1.4.1/work/doxygen-1.4.1/addon/doxywizard'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/var/tmp/portage/doxygen-1.4.1/work/doxygen-1.4.1/addon/doxywizard'
make: *** [all] Error 2

!!! ERROR: app-doc/doxygen-1.4.1 failed.
!!! Function src_compile, Line 40, Exitcode 2
!!! "make all" failed.
!!! If you need support, post the topmost build error, NOT this status message.

Reproducible: Always.

ravenclaw root # emerge --info
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130, glibc-2.3.4.20041102-r1, 2.6.10-gentoo-r6-ravenclaw i686)
=================================================================
System uname: 2.6.10-gentoo-r6-ravenclaw i686 Pentium III (Coppermine)
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Mar 12 2005, 02:48:58)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.8.5-r3, 1.6.3, 1.7.9-r1, 1.4_p6, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.14
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=pentium3 -march=pentium3 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=pentium3 -march=pentium3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="ftp://ftp.hadiko.de/pub/dists/gentoo/gentoo http://gentoo.osuosl.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://ftp.hadiko.de/pub/dists/gentoo/gentoo-portage"
USE="x86 X a52 aac aalib accessibility acl acpi aim alsa apache2 arts avi bash-completion berkdb bidi bitmap-fonts bluetooth cdr cjk crypt cups curl curlwrappers dedicated dio doc dvd emboss encode esd examples exif fam fbcon foomaticdb ftp gdbm geoip gif gnome gnustep gpm gtk gtk2 hardened howl icc iconv icq imap imlib ipv6 jabber java javascript jikes joystick jpeg kde lcms libcaca libg++ libwww m17n-lib mad matroska memlimit mikmod mime mmap mmx mng motif mp3 mpeg msn ncurses netboot nls nocardbus nocd nptl offensive ogg oggvorbis opengl oscar pam pcntl pcre pda pdflib perl pic pie png posix python qt quicktime readline recode samba scanner sdl session sharedmem slang snmp sockets socks5 speex spell sse ssl svg svga symlink sysvipc tcltk tcpd test threads tiff truetype truetype-fonts type1-fonts unicode usb usepackagedmakefiles userlocales vcd videos vorbis wmf xface xml2 xmms xpm xsl xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY

Please mail me for any questions you may have regarding specifics of this behaviour.
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2005-04-12 04:59:40 UTC

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