Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154470 - x11-libs/qt-4.1.4-r2 fail to compile/link
Summary: x11-libs/qt-4.1.4-r2 fail to compile/link
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-08 07:38 UTC by Armin Mohring
Modified: 2006-11-08 09:00 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 Armin Mohring 2006-11-08 07:38:42 UTC
emerge --info:
Gentoo Base System version 1.12.6
Portage 2.1.1-r1 (default-linux/amd64/2006.1/desktop, gcc-4.1.1, glibc-2.4-r4,
2.6.17-gentoo-r8 x86_64)
=================================================================
System uname: 2.6.17-gentoo-r8 x86_64 AMD Athlon(tm) 64 Processor 3200+
Last Sync: Tue, 07 Nov 2006 13:50:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
LDFLAGS="-Wl, -O1, --sort-common, --as-needed, -Wl"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=athlon64 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks fix-packages metadata-transfer parallel-fetch
sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.switch.ch/ftp/mirror/gentoo
http://ftp.leo.org/mirrors/gentoo/ http://www.artfiles.org/gentoo/
http://ftp.belnet.be/linux/gentoo ftp://ftp.tu-clausthal.de/pub/linux/gentoo
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror
http://ftp.uni-erlangen.de/pub/mirrors/gentoo
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo
ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
ftp://ftp.gentoo.mesh-solutions.com/gentoo
http://pandenmonium.tiscali.de/pub/gentoo/ http://gentoo.intergenia.de/"
MAKEOPTS="-j1 -s"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="amd64 X a52 aac aiglx alsa berkdb bitmap-fonts cairo cdparanoia cdr cli
cups dbus dlloader dri dts dvd dvdr elibc_glibc emboss encode esd firefox
fortran ftp gif gnome gstreamer gtk gtk2 hal iconv input_devices_keyboard
input_devices_mouse ipv6 java javascript jpeg kernel_linux ldap libg++ mad
mikmod mp3 mpeg mpeg2 ncurses nls nptl nptlonly ogg opengl pam pcre perl png
ppds pppd python quicktime readline reflection sdl session spl ssl tcpd threads
truetype truetype-fonts type1-fonts udev unicode userland_GNU video_cards_nv
video_cards_nvidia vorbis wxGTK xml xorg xv zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS,
LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

retunred error during compile:
g++ -m64 -Wl, -O1, --sort-common, --as-needed, -Wl -o cups cups.o -L/usr/lib64 -lcups
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1./../../../../x86_64-pc-linux-gnu/bin/ld:
No such file: no such file or directory

!!!Error: x11-libs/qt-4.1.1-r2 failed
Call stack
ebuil.sh, line 1546: Called dyn compile
ebuild.sh, line 937: Called src_compile
qt-4.1.4-r2.ebuild, line 169: called die

ld exists in this directory: /usr/bin/ld
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-08 09:00:21 UTC
> LDFLAGS="-Wl, -O1, --sort-common, --as-needed, -Wl"

I have such an idea - you'll comment out the LDFLAGS line in your make.conf and try again (or learn how to write it properly).