[Bug 781327] New: build fails to build kernel.src.rpm
https://bugzilla.novell.com/show_bug.cgi?id=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c0 Summary: build fails to build kernel.src.rpm Classification: openSUSE Product: openSUSE 12.2 Version: Final Platform: PC OS/Version: openSUSE 12.2 Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: comes@naic.edu QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0 If I try to build the kernel, build fails. Run: rm -r /var/tmp/build-root rpm2cpio kernel-source-3.4.6-2.10.1.src.rpm | cpio -i rpm2cpio kernel-default-3.4.6-2.10.1.nosrc.rpm | cpio -iu build kernel-default.spec The build process stops almost immediately with the error message: initializing rpm db... chroot: failed to run command 'rpm': No such file or directory The problem is that before installing in the chroot build environment the rpms needed to build the package, there are some packages that need to be preinstalled (aaa_base, rpm, coreutils, bash, glibc, etc) in order to have a working build environment. When building the kernel the preinstall step is skipped. A workaround I'm using at the moment is to build another package (screen-4.0.4-2.2.1.src.rpm) that does correctly the preinstall step. After that building the kernel works as the the chroot build environment contains the packages of the preinstall step. I don't know if the problem is with an incorrect kernel spec file or a bug in the build package. I suspect more the second. Reproducible: Always Steps to Reproduce: 1.build a kernel.src.rpm 2. 3. Actual Results: build fails Expected Results: buld succeed -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c kk zhang <kkzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kkzhang@suse.com AssignedTo|bnc-team-screening@forge.pr |kernel-maintainers@forge.pr |ovo.novell.com |ovo.novell.com -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c1 Jeff Mahoney <jeffm@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mmarek@suse.com AssignedTo|kernel-maintainers@forge.pr |lnussel@suse.com |ovo.novell.com | Severity|Normal |Major --- Comment #1 from Jeff Mahoney <jeffm@suse.com> 2012-09-25 18:44:07 EDT --- I expect you're right about it being an issue in the build package. I'll bounce it over to them. -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c Ludwig Nussel <lnussel@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|lnussel@suse.com |mls@suse.com -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c Ludwig Nussel <lnussel@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |789986 -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c2 --- Comment #2 from Ludwig Nussel <lnussel@suse.com> 2012-11-16 13:50:21 CET --- for me the build script seems to work at fist but fails due to bug 789986 -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c3 Michael Schröder <mls@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |comes@naic.edu --- Comment #3 from Michael Schröder <mls@suse.com> 2012-11-16 13:04:26 UTC --- Why does it skip the preinstall step? Does building with '--clean' help? Please attach the log of the failed build as well. -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c4 Giacomo Comes <comes@naic.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|comes@naic.edu | --- Comment #4 from Giacomo Comes <comes@naic.edu> 2012-11-16 16:11:16 UTC --- Created an attachment (id=513493) --> (http://bugzilla.novell.com/attachment.cgi?id=513493) build failure log -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c5 --- Comment #5 from Giacomo Comes <comes@naic.edu> 2012-11-16 16:17:50 UTC --- The bug 789986 looks to me just a duplicate of bug 771721 which is sitting there totally ignored. Just to clarify: I have to edit sl12.2.conf and change rpmlint-Factory to rpmlint in order to make build work. Once I have done that, I can see the kernel build failure. Building with '--clean' doesn't help and it should not. As I stated in my bug report, before attempting to build the kernel run: rm -r /var/tmp/build-root which will totally wipe out the build environment. In comment 4 you can find the log of a failed build. -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c6 --- Comment #6 from Michael Schröder <mls@suse.com> 2012-11-16 17:28:15 UTC --- There's an error message: "binary not found: fillup". The build should abort after that line, I'll fix that. I also need to find out what's wrong with "fillup". Regarding "rpmlint-Factory": coolo has to decide how to proceed. -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c7 --- Comment #7 from Michael Schröder <mls@suse.com> 2012-11-16 17:29:49 UTC --- (Seems like the "binary not found" error not aborting the build is already fixed in git.) -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c8 Michael Schröder <mls@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |comes@naic.edu --- Comment #8 from Michael Schröder <mls@suse.com> 2012-11-21 14:45:21 UTC --- Hmm, is there some spurious fillup package in /var/cache/zypp/packages/? I.e. what's the output of: find /var/cache/zypp -name fillup\* -ls -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c9 Giacomo Comes <comes@naic.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|comes@naic.edu | --- Comment #9 from Giacomo Comes <comes@naic.edu> 2012-11-21 16:42:48 UTC --- The output of find /var/cache/zypp -name fillup\* -ls is empty. I think that the fillup issue is unrelated to the build failure. The problem is to figure out why the preinstall step is skipped when building the kernel. -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c10 Michael Schröder <mls@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |comes@naic.edu --- Comment #10 from Michael Schröder <mls@suse.com> 2012-11-22 10:19:40 UTC --- No, it's exactly because of the fillup issue. The error message comes from the "order" helper dieing because of a missing package. "order" is supposed to print the sorted list of the preinstall packages to stdout, but it prints nothing if it dies. The version of build you're using ignored the exit status and continues with an empty list, the current version aborts in that case. The big question is what's wrong with the fillup package on your system, every time I try to reproduce the bug fillup is downloaded like the other packages. Hmm, could you please create a tarball of the build directory and attach it? It shouldn't be too big as no package is installed yet. tar cjf build-root.tar.bz2 /var/tmp/build-root -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c11 --- Comment #11 from Giacomo Comes <comes@naic.edu> 2012-11-22 14:35:29 UTC --- Here is the tarball. However, when I build other packages fillup is downloaded without problems. Some time ago I tried to build the rpm of 12.1 kernel on the current system and the build process went on normally (the build failed because of other issues). So probably there is something in the current kernel.spec file that triggers the bug. -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c12 Giacomo Comes <comes@naic.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|comes@naic.edu | --- Comment #12 from Giacomo Comes <comes@naic.edu> 2012-11-22 14:38:43 UTC --- Created an attachment (id=514210) --> (http://bugzilla.novell.com/attachment.cgi?id=514210) build drectory -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c13 Michael Schröder <mls@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mls@suse.com AssignedTo|mls@suse.com |kernel-maintainers@forge.pr | |ovo.novell.com --- Comment #13 from Michael Schröder <mls@suse.com> 2012-11-22 17:53:09 UTC --- Ok, looks like you're right. It *is* something kernel specific. The kernel-default specfile contains: # Remove some packages that are installed automatically by the build system, # but are not needed to build the kernel #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv The "fillup" is wrong, as fillup is in the preinstall list and thus needs to be present. This doesn't trigger an error in the build service, as the code used there is more clever and re-adds the fillup package. I should adapt the code in 'build' to also do this. Meanwhile I'm reassigning the bug to the kernel folks so that they remove fillup from the BuildIgnore line. -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c14 --- Comment #14 from Michal Marek <mmarek@suse.com> 2012-11-23 09:47:13 UTC --- Oh, sorry for such breakage. I fixed it in the openSUSE-12.2, master and SLE11-SP2 branches. But I'm unable to close the bug now due to dependency on bug 789986. -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c15 --- Comment #15 from Giacomo Comes <comes@naic.edu> 2012-11-23 19:25:31 UTC --- I have removed fillup from the line #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv in the kernel-default spec file but that isn't enough. I needed to delete also m4 and insserv. After that the preinstall step was executed and the build process continued. -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c16 --- Comment #16 from Michael Schröder <mls@suse.com> 2012-11-26 11:11:47 UTC --- (Also note that those BuildIgnores also make it impossible to use our preinstall images, thus probably slowing down the build instead of speeding it up.) -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c17 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:released:sle11-sp2:50 | |331 --- Comment #17 from Swamp Workflow Management <swamp@suse.de> 2012-12-19 17:55:09 UTC --- Update released for: cluster-network-kmp-default, cluster-network-kmp-pae, cluster-network-kmp-trace, cluster-network-kmp-xen, gfs2-kmp-default, gfs2-kmp-pae, gfs2-kmp-trace, gfs2-kmp-xen, kernel-default, kernel-default-base, kernel-default-devel, kernel-default-extra, kernel-default-hmac, kernel-desktop-devel, kernel-ec2, kernel-ec2-base, kernel-ec2-devel, kernel-ec2-extra, kernel-ec2-hmac, kernel-pae, kernel-pae-base, kernel-pae-devel, kernel-pae-extra, kernel-pae-hmac, kernel-source, kernel-source-vanilla, kernel-syms, kernel-trace, kernel-trace-base, kernel-trace-devel, kernel-trace-extra, kernel-trace-hmac, kernel-xen, kernel-xen-base, kernel-xen-devel, kernel-xen-extra, kernel-xen-hmac, ocfs2-kmp-default, ocfs2-kmp-pae, ocfs2-kmp-trace, ocfs2-kmp-xen Products: SLE-DEBUGINFO 11-SP2 (i386) SLE-DESKTOP 11-SP2 (i386) SLE-HAE 11-SP2 (i386) SLE-SERVER 11-SP2 (i386) SLES4VMWARE 11-SP2 (i386) -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c18 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |331 |331 | |maint:released:sle11-sp2:50 | |333 --- Comment #18 from Swamp Workflow Management <swamp@suse.de> 2012-12-19 18:59:35 UTC --- Update released for: cluster-network-kmp-default, cluster-network-kmp-ppc64, cluster-network-kmp-trace, gfs2-kmp-default, gfs2-kmp-ppc64, gfs2-kmp-trace, kernel-default, kernel-default-base, kernel-default-debuginfo, kernel-default-debugsource, kernel-default-devel, kernel-default-extra, kernel-default-hmac, kernel-ppc64, kernel-ppc64-base, kernel-ppc64-debuginfo, kernel-ppc64-debugsource, kernel-ppc64-devel, kernel-ppc64-extra, kernel-ppc64-hmac, kernel-source, kernel-source-debuginfo, kernel-source-vanilla, kernel-syms, kernel-trace, kernel-trace-base, kernel-trace-debuginfo, kernel-trace-debugsource, kernel-trace-devel, kernel-trace-extra, kernel-trace-hmac, ocfs2-kmp-default, ocfs2-kmp-ppc64, ocfs2-kmp-trace Products: SLE-DEBUGINFO 11-SP2 (ppc64) SLE-HAE 11-SP2 (ppc64) SLE-SERVER 11-SP2 (ppc64) -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c19 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |331 |331 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |333 |332 --- Comment #19 from Swamp Workflow Management <swamp@suse.de> 2012-12-19 19:16:55 UTC --- Update released for: cluster-network-kmp-default, cluster-network-kmp-trace, gfs2-kmp-default, gfs2-kmp-trace, kernel-default, kernel-default-base, kernel-default-debuginfo, kernel-default-debugsource, kernel-default-devel, kernel-default-devel-debuginfo, kernel-default-extra, kernel-default-hmac, kernel-source, kernel-source-debuginfo, kernel-source-vanilla, kernel-syms, kernel-trace, kernel-trace-base, kernel-trace-debuginfo, kernel-trace-debugsource, kernel-trace-devel, kernel-trace-devel-debuginfo, kernel-trace-extra, kernel-trace-hmac, ocfs2-kmp-default, ocfs2-kmp-trace Products: SLE-DEBUGINFO 11-SP2 (ia64) SLE-HAE 11-SP2 (ia64) SLE-SERVER 11-SP2 (ia64) -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c20 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |331 |331 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |332 |332 | |maint:released:sle11-sp2:50 | |335 --- Comment #20 from Swamp Workflow Management <swamp@suse.de> 2012-12-19 20:19:42 UTC --- Update released for: cluster-network-kmp-default, cluster-network-kmp-trace, cluster-network-kmp-xen, gfs2-kmp-default, gfs2-kmp-trace, gfs2-kmp-xen, kernel-default, kernel-default-base, kernel-default-debuginfo, kernel-default-debugsource, kernel-default-devel, kernel-default-devel-debuginfo, kernel-default-extra, kernel-default-hmac, kernel-desktop-devel, kernel-ec2, kernel-ec2-base, kernel-ec2-debuginfo, kernel-ec2-debugsource, kernel-ec2-devel, kernel-ec2-devel-debuginfo, kernel-ec2-extra, kernel-ec2-hmac, kernel-source, kernel-source-debuginfo, kernel-source-vanilla, kernel-syms, kernel-trace, kernel-trace-base, kernel-trace-debuginfo, kernel-trace-debugsource, kernel-trace-devel, kernel-trace-devel-debuginfo, kernel-trace-extra, kernel-trace-hmac, kernel-xen, kernel-xen-base, kernel-xen-debuginfo, kernel-xen-debugsource, kernel-xen-devel, kernel-xen-devel-debuginfo, kernel-xen-extra, kernel-xen-hmac, ocfs2-kmp-default, ocfs2-kmp-trace, ocfs2-kmp-xen Products: SLE-DEBUGINFO 11-SP2 (x86_64) SLE-DESKTOP 11-SP2 (x86_64) SLE-HAE 11-SP2 (x86_64) SLE-SERVER 11-SP2 (x86_64) SLES4VMWARE 11-SP2 (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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c21 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |331 |331 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |332 |332 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |335 |335 | |maint:released:sle11-sp2:50 | |336 --- Comment #21 from Swamp Workflow Management <swamp@suse.de> 2012-12-20 00:14:07 UTC --- Update released for: ext4-writeable-kmp-default, ext4-writeable-kmp-pae, ext4-writeable-kmp-trace, ext4-writeable-kmp-xen, kernel-default-extra, kernel-pae-extra, kernel-xen-extra Products: SLE-SERVER 11-EXTRA (i386) -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c22 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |331 |331 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |332 |332 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |335 |335 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |336 |336 | |maint:released:sle11-sp2:50 | |338 --- Comment #22 from Swamp Workflow Management <swamp@suse.de> 2012-12-20 01:14:12 UTC --- Update released for: ext4-writeable-kmp-default, ext4-writeable-kmp-ppc64, ext4-writeable-kmp-trace, kernel-default-extra, kernel-ppc64-extra Products: SLE-SERVER 11-EXTRA (ppc64) -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c23 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |331 |331 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |332 |332 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |335 |335 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |336 |336 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |338 |338 | |maint:released:sle11-sp2:50 | |340 --- Comment #23 from Swamp Workflow Management <swamp@suse.de> 2012-12-20 02:15:28 UTC --- Update released for: ext4-writeable-kmp-default, ext4-writeable-kmp-trace, ext4-writeable-kmp-xen, kernel-default-extra, kernel-xen-extra Products: SLE-SERVER 11-EXTRA (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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c24 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |331 |331 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |332 |332 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |335 |335 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |336 |336 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |338 |338 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |340 |340 | |maint:released:sle11-sp2:50 | |337 --- Comment #24 from Swamp Workflow Management <swamp@suse.de> 2012-12-20 03:16:49 UTC --- Update released for: ext4-writeable-kmp-default, ext4-writeable-kmp-trace, kernel-default-extra Products: SLE-SERVER 11-EXTRA (ia64) -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |331 |331 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |332 |332 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |335 |335 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |336 |336 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |338 |338 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |340 |340 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |337 |337 | |obs:running:1288:moderate -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c Bug 781327 depends on bug 789986, which changed state. Bug 789986 Summary: rpmlint-Factory missing from ftp tree http://bugzilla.novell.com/show_bug.cgi?id=789986 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Status|NEEDINFO |NEW Status|NEW |RESOLVED Resolution| |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.
https://bugzilla.novell.com/show_bug.cgi?id=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |331 |331 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |332 |332 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |335 |335 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |336 |336 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |338 |338 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |340 |340 |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |337 |337 |obs:running:1288:moderate | -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c25 --- Comment #25 from Swamp Workflow Management <swamp@suse.de> 2013-02-09 14:06:36 UTC --- openSUSE-SU-2013:0261-1: An update that solves one vulnerability and has 14 fixes is now available. Category: security (moderate) Bug References: 569991,770763,771392,773831,774859,776925,778630,780624,781327,783615,783965,784192,792500,793671,799209 CVE References: CVE-2012-3520 Sources used: openSUSE 12.2 (src): kernel-docs-3.4.28-2.20.2, kernel-source-3.4.28-2.20.1, kernel-syms-3.4.28-2.20.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.
https://bugzilla.novell.com/show_bug.cgi?id=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c26 --- Comment #26 from Giacomo Comes <comes@naic.edu> 2013-02-13 14:14:08 UTC --- The recent update does not fix this bug. As I reported in comment 15, in the kernel spec file in the line #!BuildIgnore it is necessary to remove m4 and insserv otherwise the build still fails. -- 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=781327 https://bugzilla.novell.com/show_bug.cgi?id=781327#c27 Jeff Mahoney <jeffm@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #27 from Jeff Mahoney <jeffm@suse.com> 2013-07-15 19:03:35 EDT --- (In reply to comment #14)
Oh, sorry for such breakage. I fixed it in the openSUSE-12.2, master and SLE11-SP2 branches. But I'm unable to close the bug now due to dependency on bug 789986.
That bug is now closed, so I'll close this one. -- 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