[Bug 274075] New: glibc-2.5.48 looking for /usr/src/packages/BUILD/glibc-2.5 which doesn't exist
https://bugzilla.novell.com/show_bug.cgi?id=274075 Summary: glibc-2.5.48 looking for /usr/src/packages/BUILD/glibc- 2.5 which doesn't exist Product: openSUSE 10.3 Version: Alpha 3plus Platform: x86-64 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: sboyce@blueyonder.co.uk QAContact: qa@suse.de During make of audacity, I get the following error. On another x86_64 box with 2.5-42 "less /usr/lib64/crti.o" has the same info included, but I haven't tested to see if the same error occurs. g++ -shared /usr/lib64/gcc/x86_64-suse-linux/4.1.3/../../../../lib64/crti.o /usr/lib64/gcc/x86_64-suse-linux/4.1.3/crtbeginS.o .libs/libFLAC++.la-7.o ./libFLAC/.libs/libFLAC -L/usr/lib64/gcc/x86_64-suse-linux/4.1.3 -L/usr/lib64/gcc/x86_64-suse-linux/4.1.3/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse-linux/4.1.3/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.1.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib64/gcc/x86_64-suse-linux/4.1.3/crtendS.o /usr/lib64/gcc/x86_64-suse-linux/4.1.3/../../../../lib64/crtn.o -o libs/libFLAC++.5.0.0 /usr/lib64/gcc/x86_64-suse-linux/4.1.3/../../../../lib64/crti.o: In function `_init': /usr/src/packages/BUILD/glibc-2.5/cc-nptl/csu/crti.S:25: multiple definition of `_init' /usr/lib64/gcc/x86_64-suse-linux/4.1.3/../../../../lib64/crti.o:/usr/src/packages/BUILD/glibc-2.5/cc-nptl/csu/crti.S:25: first defined here /usr/lib64/gcc/x86_64-suse-linux/4.1.3/../../../../lib64/crti.o: In function `_fini': /usr/src/packages/BUILD/glibc-2.5/cc-nptl/csu/crti.S:37: multiple definition of `_fini' /usr/lib64/gcc/x86_64-suse-linux/4.1.3/../../../../lib64/crti.o:/usr/src/packages/BUILD/glibc-2.5/cc-nptl/csu/crti.S:37: first defined here /usr/lib64/gcc/x86_64-suse-linux/4.1.3/crtbeginS.o:(.data.rel+0x0): multiple definition of `__dso_handle' /usr/lib64/gcc/x86_64-suse-linux/4.1.3/crtbeginS.o:(.data.rel+0x0): first defined here collect2: ld returned 1 exit status make[5]: *** [libFLAC++.la] Error 1 -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=274075 ------- Comment #1 from sboyce@blueyonder.co.uk 2007-05-13 13:33 MST ------- I also find checkinstall is inserting these in the generated RPM's. # rpm -qplv /usr/src/packages/RPMS/i386/libmsgque-2.3-1.i386.rpm|o -rw-r--r-- 1 root root 2224 Apr 27 11:28 /crti.o -rw-r--r-- 1 root root 1760 Apr 27 11:28 /crtn.o drwxr-xr-x 2 root root 0 May 13 20:19 /i586-suse-linux drwxr-xr-x 2 root root 0 May 13 20:19 /i586-suse-linux/bin lrwxrwxrwx 1 root root 12 May 13 20:19 /i586-suse-linux/bin/ld -> ../../bin/ld lrwxrwxrwx 1 root root 12 May 13 20:19 /i586-suse-linux/bin/nm -> ../../bin/nm lrwxrwxrwx 1 root root 15 May 13 20:19 /i586-suse-linux/bin/strip -> ../../bin/strip drwxr-xr-x 2 root root 0 May 13 20:19 /usr drwxr-xr-x 2 root root 0 May 13 20:19 /usr/bin lrwxrwxrwx 1 root root 7 May 13 20:19 /usr/bin/gcc -> gcc-4.1 drwxr-xr-x 2 root root 0 May 13 20:19 /usr/include drwxr-xr-x 2 root root 0 May 13 20:19 /usr/lib/gcc drwxr-xr-x 2 root root 0 May 13 20:19 /usr/lib/gcc/i586-suse-linux drwxr-xr-x 2 root root 0 May 13 20:19 /usr/lib/gcc/i586-suse-linux/4.1.3 -rwxr-xr-x 1 root root 93380 Apr 27 01:47 /usr/lib/gcc/i586-suse-linux/4.1.3/collect2 -rw-r--r-- 1 root root 2144 Apr 27 01:47 /usr/lib/gcc/i586-suse-linux/4.1.3/crtbeginS.o -rw-r--r-- 1 root root 1512 Apr 27 01:47 /usr/lib/gcc/i586-suse-linux/4.1.3/crtendS.o -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=274075 ------- Comment #2 from sboyce@blueyonder.co.uk 2007-05-13 13:35 MST ------- Comment #1 is from a x86 box. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=274075 pbaudis@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |sboyce@blueyonder.co.uk ------- Comment #3 from pbaudis@novell.com 2007-05-28 09:49 MST ------- Hmm, this is pretty strange, but that overall g++ commandline looks somewhat bogus; I think it's either that or the .a file contains some stuff it shouldn't. What audacity version are you trying to compile? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=274075 sboyce@blueyonder.co.uk changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|sboyce@blueyonder.co.uk | Resolution| |FIXED ------- Comment #4 from sboyce@blueyonder.co.uk 2007-06-03 04:20 MST ------- With recent factory updates, I haven't seen the problem again, so changing status to Fixed. -- 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, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com