[Bug 698334] New: libmpc is improperly installed
https://bugzilla.novell.com/show_bug.cgi?id=698334 https://bugzilla.novell.com/show_bug.cgi?id=698334#c0 Summary: libmpc is improperly installed Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: All OS/Version: openSUSE 11.4 Status: NEW Severity: Normal Priority: P5 - None Component: Installation AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: bkorb@gnu.org QAContact: jsrain@novell.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (compatible; Konqueror/4.6; Linux; X11) KHTML/4.6.0 (like Gecko) SUSE Compiling GCC:
configure:5387: gcc -o conftest -g -O2 -L/usr/lib64 conftest.c -lmpc -lmpfr -lgmp >&5 /usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/bin/ld: cannot find -lmpc collect2: ld returned 1 exit status configure:5387: $? = 1
$ sr rpm -q --list libmpc2-0.8.2-9.1.x86_64 /usr/lib64/libmpc.so.2 /usr/lib64/libmpc.so.2.0.0
Missing is "/usr/lib64/libmpc.so", another symlink. That is what causes ld to stumble Reproducible: Always Steps to Reproduce: 1. Install openSuSE 2. Install GCC sources 3. build GCC. Well, try. The configure step fails. This fixes the problem: cd /usr/lib64 ; sudo ln -s libmpc.so.2.0.0 libmpc.so -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=698334 https://bugzilla.novell.com/show_bug.cgi?id=698334#c1 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |meissner@novell.com, | |rguenther@novell.com Resolution| |WORKSFORME --- Comment #1 from Marcus Meissner <meissner@novell.com> 2011-06-07 15:01:20 UTC --- as usual, the .so link is in the -devel package. install mpc-devel -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=698334 https://bugzilla.novell.com/show_bug.cgi?id=698334#c2 --- Comment #2 from Bruce Korb <bkorb@gnu.org> 2011-06-08 02:52:12 UTC --- (In reply to comment #1)
as usual, the .so link is in the -devel package.
As usual, that is utter numskullery. If it happens so friggin' often that "as usual" is in the response, then perhaps it really is something that needs rethinking. -- Configure bugmail: https://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