[Bug 398587] New: Mandriva 2007 build fails / debuginfo package built even though switched off
https://bugzilla.novell.com/show_bug.cgi?id=398587 Summary: Mandriva 2007 build fails / debuginfo package built even though switched off Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: BuildService AssignedTo: mls@novell.com ReportedBy: poeml@novell.com QAContact: adrian@novell.com CC: adrian@novell.com Found By: --- Package Apache/libapr1, building for Mandriva_2007 i586 failed: https://api.opensuse.org/build/Apache/Mandriva_2007/i586/libapr1/_log % osc bl Mandriva_2007 i586 | tail ----------------------------------------------------------------- + exec rpmbuild -ba --eval '%define _srcdefattr (-,root,root)' --eval %suse_insert_debug_package /usr/src/rpm/SOURCES/libapr1.spec error: Package already exists: %package debug There is nothing like that in the spec file: % grep '%debug' *.spec [2] 8605 exit 1 grep --colour=auto '%debug' *.spec A local build produces a debug packages nevertheless: /abuild/oscbuild-Mandriva_2007-i586/usr/src/rpm/RPMS/i586/libapr1-debug-1.2.12-1.i586.rpm /abuild/oscbuild-Mandriva_2007-i586/usr/src/rpm/RPMS/i586/libapr1-1.2.12-1.i586.rpm /abuild/oscbuild-Mandriva_2007-i586/usr/src/rpm/RPMS/i586/libapr1-devel-1.2.12-1.i586.rpm osc build Mandriva_2007 i586 *ec --clean 122.48s user 190.74s system 70% cpu 7:21.36 total Debuginfo isn't actually turned on in the metadata either: <debuginfo> <enable repository='SLES_9'/> <enable repository='SLE_10'/> <enable repository='SUSE_Linux_10.1'/> <enable repository='openSUSE_10.3'/> <enable repository='openSUSE_Factory'/> <enable/> </debuginfo> -- 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=398587 User mls@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=398587#c1 --- Comment #1 from Michael Schröder <mls@novell.com> 2008-06-09 09:50:58 MDT --- I don't know why it's inserted twice, but it *is* enabled: the last line in the debuginfo section reads "<enable/>". -- 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=398587 User poeml@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=398587#c2 --- Comment #2 from Peter Poeml <poeml@novell.com> 2008-06-09 09:52:24 MDT --- Hm, a bug in the web frontend? -- 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=398587 User mls@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=398587#c3 --- Comment #3 from Michael Schröder <mls@novell.com> 2008-06-09 10:12:12 MDT --- The web frontend also says that it's enabled. -- 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=398587 User mls@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=398587#c4 --- Comment #4 from Michael Schröder <mls@novell.com> 2008-06-09 10:44:47 MDT --- (And I just found out that osc messes with the spec file, which it shouldn't do. It should call build with '--debug' instead.) -- 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=398587 User mls@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=398587#c5 --- Comment #5 from Michael Schröder <mls@novell.com> 2008-06-09 11:07:10 MDT --- Grr, mandriva has "%_enable_debug_packages 1" and no sane way to turn it off! Argh! -- 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=398587 User mls@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=398587#c6 Michael Schröder <mls@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|mls@novell.com |poeml@novell.com --- Comment #6 from Michael Schröder <mls@novell.com> 2008-06-09 11:15:00 MDT --- workaround added to build script. *Sigh*. Now please fix osc to not mess with the specfile. -- 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=398587 User poeml@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=398587#c7 --- Comment #7 from Peter Poeml <poeml@novell.com> 2008-06-09 11:21:49 MDT --- Hm, patch from Juergen... Indeed obsolete when build supports --debug. I'll remove it. I probably need to require a new enough version of build then... -- 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=398587 User poeml@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=398587#c8 Peter Poeml <poeml@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Peter Poeml <poeml@novell.com> 2008-10-02 08:19:57 MDT --- osc is fixed and doesn't do it anymore. -- 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