[Bug 603755] New: gcc45: unknown symbol mpc_atan
http://bugzilla.novell.com/show_bug.cgi?id=603755 http://bugzilla.novell.com/show_bug.cgi?id=603755#c0 Summary: gcc45: unknown symbol mpc_atan Classification: openSUSE Product: openSUSE 11.3 Version: Factory Platform: x86-64 OS/Version: Linux Status: NEW Severity: Minor Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: jengelh@medozas.de QAContact: qa@suse.de Found By: Beta-Customer Blocker: --- gcc45 seems improperly linked. Having LD_BIND_NOW set in the environment leads to a binding failure. $ LD_BIND_NOW=1 /usr/lib64/gcc/x86_64-suse-linux/4.5/cc1 /usr/lib64/gcc/x86_64-suse-linux/4.5/cc1: symbol lookup error: /usr/lib64/gcc/x86_64-suse-linux/4.5/cc1: undefined symbol: mpc_atan $ rpm -q gcc45 gcc45-4.5.0_20100409-49.1.x86_64 $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.5/lto-wrapper Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.5 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.5 --enable-linux-futex --without-system-libunwind --enable-gold --with-plugin-ld=/usr/bin/gold --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux Thread model: posix gcc version 4.5.0 20100409 (prerelease) [gcc-4_5-branch revision 158160] (SUSE Linux) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=603755 http://bugzilla.novell.com/show_bug.cgi?id=603755#c Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pth@novell.com AssignedTo|pth@novell.com |rguenther@novell.com -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=603755 http://bugzilla.novell.com/show_bug.cgi?id=603755#c1 Richard Guenther <rguenther@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |jengelh@medozas.de --- Comment #1 from Richard Guenther <rguenther@novell.com> 2010-05-07 16:06:55 UTC --- It works for me. What mpc version do you have installed? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=603755 http://bugzilla.novell.com/show_bug.cgi?id=603755#c2 --- Comment #2 from Richard Guenther <rguenther@novell.com> 2010-05-07 16:09:05 UTC --- It should be >= 0.8 - appearantly they didn't bump the .so version when adding mpc_atan and friends. And rpm autodeps only have the requirement on the so version. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=603755 http://bugzilla.novell.com/show_bug.cgi?id=603755#c3 Jan Engelhardt <jengelh@medozas.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|jengelh@medozas.de | --- Comment #3 from Jan Engelhardt <jengelh@medozas.de> 2010-05-07 16:20:08 UTC --- Yes, it's libmpc2-0.7 indeed. Well, adding a function does not incur a sobump anyway by definition (-version-info only changes from libmpc.so.2.0.0 to libmpc.so.2.1.0, which rpm does not track). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=603755 http://bugzilla.novell.com/show_bug.cgi?id=603755#c Richard Guenther <rguenther@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=603755 http://bugzilla.novell.com/show_bug.cgi?id=603755#c4 Richard Guenther <rguenther@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED Target Milestone|--- |Milestone 7 --- Comment #4 from Richard Guenther <rguenther@novell.com> 2010-05-25 09:51:32 UTC --- Fixed. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=603755 http://bugzilla.novell.com/show_bug.cgi?id=603755#c Jan Engelhardt <jengelh@medozas.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com