Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157024 - transcode-1.0.2-r3 can't compile with LDFLAGS->
Summary: transcode-1.0.2-r3 can't compile with LDFLAGS->
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Low minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-03 15:10 UTC by Sven Fischer
Modified: 2006-12-03 15:31 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 Sven Fischer 2006-12-03 15:10:27 UTC
media-video/transcode-1.0.2-r3

won't compile with gcc 4.1.1 in the case of these LDFLAGS:
LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,now"

but with these, it compiles fine:

LDFLAGS="-Wl,-O1 -Wl,--sort-common"

-------------------------

AMDXP sven # emerge --info
Portage 2.1.1-r2 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r4, 2.6.17.6y i686)
=================================================================
System uname: 2.6.17.6y i686 AMD Athlon(tm) XP 3000+
Gentoo Base System version 1.12.6
Last Sync: Sun, 03 Dec 2006 18:30:01 +0000
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.3.5, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
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.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/fax /usr/share/X11/xkb /usr/share/config /var/spool/fax/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks fixpackages metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="de_DE.UTF-8"
LC_ALL="de_DE.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,now"
LINGUAS="de"
MAKEOPTS="-j2"
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"
PORTDIR_OVERLAY="/usr/local/portage /usr/portage/local/layman/vmware"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X X509 a52 a52-aac aac aalib accessibility acl acpi alsa amr apache2 arts artswrappersuid asf async audiofile automount berkdb bidi bitmap-fonts browserplugin bzip2 cairo cdr cjk cli cpudetection cracklib crypt css cups dbus dga dhcp djbfft dlloader dmi doc dv dvd dvdr dvdread eds elibc_glibc emboss encode exif exscalibar fam fame ffmpeg fftw firefox fortran fpx fuse gdbm gif glitz gnokii gpg2-experimental gphoto2 gpm gs gsl gstreamer gtk hal iconv idn imagemagick imlib input_devices_keyboard input_devices_mouse ipv6 isdnlog java jbig jpeg jpeg2k kde kdeenablefinal kdehiddenvisibility kdepim kerberos kernel_linux latin1 lcms ldap ldapsam libg++ linguas_de live lm_sensors logitech-mouse lzo mad mikmod mjpeg mmx mng mozilla mp3 mp4 mpeg musicbrainz mysql ncurses netboot nls nptl nptlonly nsplugin ntfs nvidia offensive ogg openexr opengl oss pam pcre pdf perl pic png ppds pppd profile python qt3 qt4 quicktime rar rdesktop readline real reflection reiserfs samba sametime scanner sdl sensord session skey slang slp smbkrb5passwd sms sndfile speex spell spl sqlite sse ssl svg swat syslog tcpd theora tidy tiff truetype truetype-fonts type1-fonts udev unicode usb userland_GNU vcd video_cards_nvidia vidix vorbis win32codecs wmf x264 xcomposite xine xml xorg xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-12-03 15:30:32 UTC
This is NOT a Gentoo Bugzilla product bug; why don't you read the descriptions?
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-12-03 15:31:14 UTC
Reopen with some emerge errors, hard to guess.