[Bug 770726] New: mcelog not packaged for i586
https://bugzilla.novell.com/show_bug.cgi?id=770726 https://bugzilla.novell.com/show_bug.cgi?id=770726#c0 Summary: mcelog not packaged for i586 Classification: openSUSE Product: openSUSE 12.2 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: bj@sernet.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20100101 Firefox/14.0 now the kernel supports MCEs on i586 kernels, too but the mcelog utility is still only packaged for x86_64, not for i586. Reproducible: Always -- 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=770726 https://bugzilla.novell.com/show_bug.cgi?id=770726#c Jeff Mahoney <jeffm@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Kernel |Basesystem AssignedTo|kernel-maintainers@forge.pr |trenn@suse.com |ovo.novell.com | Severity|Normal |Major -- 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=770726 https://bugzilla.novell.com/show_bug.cgi?id=770726#c1 Thomas Renninger <trenn@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Thomas Renninger <trenn@suse.com> 2012-07-18 12:59:15 UTC --- I added %ix86 arch in the .spec file and submitted it to the: Base:System project. I didn't (wasn't able, take some time..) double check whether it builds. If a package to test doesn't show up in factory the next days, please ping me in this bug and I double check. -> closing fixed for now. -- 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=770726 https://bugzilla.novell.com/show_bug.cgi?id=770726#c2 Andreas Vetter <asvetter@cip.physik.uni-wuerzburg.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |asvetter@cip.physik.uni-wue | |rzburg.de --- Comment #2 from Andreas Vetter <asvetter@cip.physik.uni-wuerzburg.de> 2014-09-03 08:06:04 UTC --- Ping Does not work! No 32bit packages are built. -- 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=770726 https://bugzilla.novell.com/show_bug.cgi?id=770726#c3 --- Comment #3 from Andreas Vetter <asvetter@cip.physik.uni-wuerzburg.de> 2014-09-03 08:08:12 UTC --- This is for all openSUSE and SLE versions. -- 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=770726 https://bugzilla.novell.com/show_bug.cgi?id=770726#c4 Andreas Vetter <asvetter@cip.physik.uni-wuerzburg.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Component|Basesystem |Basesystem Version|Factory |Final Resolution|FIXED | AssignedTo|trenn@suse.com |bnc-team-screening@forge.pr | |ovo.novell.com Product|openSUSE 12.2 |openSUSE 13.1 Target Milestone|--- |Final --- Comment #4 from Andreas Vetter <asvetter@cip.physik.uni-wuerzburg.de> 2014-09-03 08:12:17 UTC --- Reopening -- 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=770726 https://bugzilla.novell.com/show_bug.cgi?id=770726#c5 --- Comment #5 from Andreas Vetter <asvetter@cip.physik.uni-wuerzburg.de> 2014-09-03 08:19:25 UTC --- Is the Meta in OBS of mcelog the problem? It enables only x86_64, not i586: <package name="mcelog" project="Base:System"> <title>mcelog</title> <description>NOTE: Automatically created during Factory devel project migration by admin.</description> <person userid="trenn" role="bugowner"/> <person userid="trenn" role="maintainer"/> <build> <enable arch="x86_64" repository="openSUSE_13.1"/> </build> <publish> <enable arch="x86_64" repository="openSUSE_13.1"/> </publish> </package> -- 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=770726 https://bugzilla.novell.com/show_bug.cgi?id=770726#c6 --- Comment #6 from Andreas Vetter <asvetter@cip.physik.uni-wuerzburg.de> 2014-09-03 11:33:55 UTC --- Additionally in the spec file one might have to replace: -ExclusiveArch: ix86 x86_64 +ExclusiveArch: %{ix86} x86_64 -- 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=770726 https://bugzilla.novell.com/show_bug.cgi?id=770726#c7 --- Comment #7 from Andreas Vetter <asvetter@cip.physik.uni-wuerzburg.de> 2014-09-03 11:53:19 UTC --- (In reply to comment #6)
Additionally in the spec file one might have to replace:
-ExclusiveArch: ix86 x86_64 +ExclusiveArch: %{ix86} x86_64
See sr#247395 for this -- 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=770726 https://bugzilla.novell.com/show_bug.cgi?id=770726#c8 Thomas Renninger <trenn@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED CC| |trenn@suse.com Resolution| |FIXED --- Comment #8 from Thomas Renninger <trenn@suse.com> 2014-09-03 15:44:00 UTC --- It's in Base:System devel project already, but was declined, due to missinge changelog in mcelog.changes in factory. I now added one and resent. Every submitrequest seem to need a valid changelog (osc vc)... Should be ok now. -- 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