[Bug 492390] New: debugedit fails under x86_64
http://bugzilla.novell.com/show_bug.cgi?id=492390 Summary: debugedit fails under x86_64 Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: cmorve69@yahoo.es QAContact: qa@suse.de Found By: Community User See package libasa at home:RedDwarf OBS repo: https://build.opensuse.org/package/show?package=libasa&project=home:RedDwarf The package builds correctly for openSUSE 10.3 and 11.0, i586 and x86-64; and also for openSUSE 11.1 i586. But the debug extraction fails for openSUSE 11.1 x86-64. If I remove "yasm" from BuildRequires, and so the assembler part isn't used, works fine. When using yasm, two additional debugging sections are added to the ELF file: "stab" and "stabstr". Something similar (the same?) was reported at http://article.gmane.org/gmane.linux.redhat.rpm.devel/2621 https://bugzilla.redhat.com/show_bug.cgi?id=453506 -- 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=492390 User froh@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=492390#c2 Susanne Oberhauser <froh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |cmorve69@yahoo.es --- Comment #2 from Susanne Oberhauser <froh@novell.com> 2009-04-15 04:20:10 MDT --- Hmmm... as the same failure is hitting fedora builds, would you mind reporting the failure on the RH bugzilla, asking there wether this is a duplicate of rhbz#453506? actually it might help them accelerate fixing the issue, as with the amd64/commit.asm you seem to have a small, contained example producing the error. -- 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=492390 User cmorve69@yahoo.es added comment http://bugzilla.novell.com/show_bug.cgi?id=492390#c5 Cristian Morales Vega <cmorve69@yahoo.es> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|cmorve69@yahoo.es | --- Comment #5 from Cristian Morales Vega <cmorve69@yahoo.es> 2009-05-08 22:14:13 MDT --- Done. -- 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=492390 User froh@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=492390#c6 Susanne Oberhauser <froh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jblunck@novell.com, | |matz@novell.com, | |rguenther@novell.com --- Comment #6 from Susanne Oberhauser <froh@novell.com> 2009-05-13 01:17:36 MDT --- (In reply to comment #5)
Done.
thx. not sure, how to possibly track this here... https://bugzilla.redhat.com/show_bug.cgi?id=453506 Micha, Jan, Richard, is this a duplicate of a known issue? -- 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=492390 User matz@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=492390#c7 --- Comment #7 from Michael Matz <matz@novell.com> 2009-05-13 03:57:55 MDT --- The asm file is PIC as far as I can see, so that's okay. The problem is the use of stabs debug info. This simply isn't supported by debugedit. This is no bug, as that debug info couldn't be merged into the main library anyway which uses DWARF debug info. asa uses "-g stabs" for building amd64/commit.o That is broken, don't force a debug format, use yasms default, which should be DWARF. Otherwise use "-g dwarf2" explicitely. -- 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=492390 User cmorve69@yahoo.es added comment http://bugzilla.novell.com/show_bug.cgi?id=492390#c8 Cristian Morales Vega <cmorve69@yahoo.es> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #8 from Cristian Morales Vega <cmorve69@yahoo.es> 2009-05-13 05:05:21 MDT --- matz is correct. After patching the makefile everything works. ..closing. -- 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