Summary: | media-sound/cdcd-0.6.6 does not build | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Benjamin Smee (strerror) (RETIRED) <strerror> |
Component: | New packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sound |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
config.log
requested info |
Description
Benjamin Smee (strerror) (RETIRED)
![]() Created attachment 73480 [details]
config.log
config.log attached
Hmm there's something bad with your binutils, as is not able to load the libbfd library it uses. Do you have more than one binutils installed? nope, just one. (proof of no dups) [~]# qlist -I -v $(qlist -IC | sort | uniq -d) | grep bin [root] [photon] 1 0.17 [12:16:33] current version [~]# emerge -pv binutils These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild R ] sys-devel/binutils-2.15.92.0.2-r10 -multislot -multitarget +nls -test 10,799 kB Total size of downloads: 10,799 kB [root] [photon] 0 0.32 [12:16:37] [~]# Your emerge info shows 2.16.1 instead, so you have something wrong. as --version what shows? because i'm a retard and pasted the wrong emerge info ;) Here is the correct one: # emerge info Portage 2.0.51.22-r3 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r2, 2.6.13-rc3-mm1 i686) ================================================================= System uname: 2.6.13-rc3-mm1 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz Gentoo Base System version 1.6.13 distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled] ccache version 2.3 [enabled] dev-lang/python: 2.3.5, 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.15.92.0.2-r10 sys-devel/libtool: 1.5.20 virtual/os-headers: 2.6.11-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=pentium4 -fomit-frame-pointer -fforce-addr -pipe -O3" 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 /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-march=pentium4 -fomit-frame-pointer -fforce-addr -pipe -O3" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig ccache distlocks sandbox sfperms strict userpriv" GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://gentoo.tiscali.nl/gentoo/ http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/" MAKEOPTS="-j4" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://maelstrom.techops.uk.betfair/gentoo-portage" USE="x86 X acl adns aim alsa apache2 aper audiofile avi bash-completion bcmath berkdb bidi bonobo browserplugin bzip2 bzlib cap cddb cdparanoia cdr chroot crypt cscope cups curl dba divx4linux dvd eds emboss esd ethereal evms2 exif expat fam ffmpeg firefox flac flatfile fortran ftp gd gdbm gif glut gmp gstreamer gtk gtk2 gtkhtml idea idn imagemagick imap imlib ipv6 java jpeg jpeg2k junit kde lcms ldap libg++ libwww maildir mhash mmx mmx2 mng mozilla mp3 mpeg mpeg4 mplayer msn mysql mysqli ncurses nls nptl odbc ogg oggvorbis ooo-kde openal opengl pam parse-clocks pcap pcre pdf perl php png posix pthreads pwdb python qt quicktime radius readline regexp rrdtool ruby samba sasl sdl sftplogging skey slang smime sms snmp soap sockets sox speex spell sse sse2 ssl tcltk tcpd threads tiff truetype truetype-fonts type1-fonts udev unicode usb videos vim-with-x vorbis win32codecs xchattext xine xinetd xml xml2 xmms xsl xv xvid yahoo zlib userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS Hm ok, then does as --version work? bah sincere apologies, i have like 234234 terminals open at the moment and I wasn't watching which I was in. The original emerge info is correct, the CORRECT emerge -pv binutils is as follows: # emerge -pv binutils These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild R ] sys-devel/binutils-2.16.1 -multislot -multitarget +nls -test 0 kB Total size of downloads: 0 kB [root] [phasar] 0 0.08 [12:46:02] and note that there are no duplicates of binutils on this machine either. So to clarify, the original emerge info is correct and the emerge -pv binutils matches it, nor are there any duplicate / old binutils hanging around ;) post the output of: qlist binutils ls -l /usr/*/lib/ ldd /usr/*/binutils-bin/as Created attachment 73580 [details]
requested info
info as requested
so does it work now ? your ldd output shows that it's finding the bfd lib now and i'm pretty sure you're posting mismatched information again as comment #7 does not match comment #9 by any means problem seems to have sorted itself. |