Your message dated Thu, 8 Feb 2007 22:37:30 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#410098: kernel-patch-openvz: patch fails to apply to kernel
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: kernel-patch-openvz
Version: 028test007.1d2
Severity: grave
Justification: renders package unusable
After installing kernel-patch-openvz (028test007.1d2) and linux-source-2.6.18
(2.6.18-7),
I unpack kernel-source, copy .config, run "make oldconfig" then run the
following command:
make-kpkg --append_to_version=-1-openvz --added_modules=zaptel
--added_patches=openvz \
--revision=1 --initrd --config menuconfig binary-arch modules_image
exec debian/rules DEBIAN_REVISION=1 APPEND_TO_VERSION=-1-openvz
CONFIG_TARGET=menuconfig KPKG_SELECTED_MODULES="zaptel"
KPKG_SELECTED_PATCHES="openvz" INITRD=YES binary-arch modules_image
====== making target BIN-common [new prereqs: testdir]======
====== making target POST-BUILD-arch-stamp [new prereqs: ]======
====== making target INST-common [new prereqs: testdir]======
====== making target BUILD-common [new prereqs: testdir]======
====== making target BUILD-common [new prereqs: sanity_check]======
This is kernel package version 10.066.
====== making target CONFIG-common [new prereqs: testdir]======
====== making target debian/stamp-conf [new prereqs: ]======
# work around idiocy in recent kernel versions
test ! -e scripts/package/builddeb || \
mv -f scripts/package/builddeb
scripts/package/builddeb.kpkg-dist
test ! -e scripts/package/Makefile || \
(mv -f scripts/package/Makefile
scripts/package/Makefile.kpkg-dist && \
(echo "# Dummy file "; echo "help:") >
scripts/package/Makefile)
test -d debian || mkdir ./debian
test ! -e stamp-building || rm -f stamp-building
test ! -f ./debian || test -f stamp-debian || test -f debian/official ||
\
(rm -rf ./debian && mkdir ./debian)
test ! -f applied_patches || rm -f applied_patches
for patch in /usr/src/kernel-patches/all/apply/openvz ; do \
if test -x $patch; then \
if $patch; then \
echo "Patch $patch processed fine"; \
echo "$patch" >> applied_patches; \
else \
echo "Patch $patch failed."; \
echo "Hit return to Continue"; \
read ans; \
fi; \
fi; \
done
START applying openvz patch (OpenVZ kernel patch for virtual server
support)
Testing whether "OpenVZ kernel patch for virtual server support" patch
for 2.6.18 applies (dry run):
1 out of 7 hunks FAILED -- saving rejects to file mm/fremap.c.rej
5 out of 44 hunks FAILED -- saving rejects to file mm/memory.c.rej
1 out of 6 hunks FAILED -- saving rejects to file mm/mprotect.c.rej
6 out of 29 hunks FAILED -- saving rejects to file
net/ipv4/netfilter/ip_tables.c.rej
1 out of 8 hunks FAILED -- saving rejects to file net/ipv6/udp.c.rej
"OpenVZ kernel patch for virtual server support" patch for 2.6.18 does
not apply cleanly
Patch /usr/src/kernel-patches/all/apply/openvz failed.
Hit return to Continue
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-vserver-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages kernel-patch-openvz depends on:
ii bash 3.1dfsg-8 The GNU Bourne Again SHell
ii grep-dctrl 2.9.3 Grep Debian package information -
ii patch 2.5.9-4 Apply a diff file to an original
kernel-patch-openvz recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi Kristian
This is a known problem and will be fixed as soon as the release team have
allowed linux-source-2.6.18 (2.6.18.dfsg.1-10) to go to etch. It is planned
in a short future. The latest installer CD use that version as far as I have
understood it. I have been in contact with the release team about it and
they are aware of this problem.
So therefore I'm closing this bug even though it is actually valid for
the current state.
Regards,
// Ola
On Wed, Feb 07, 2007 at 06:29:21PM +0100, Kristian Hogh wrote:
> Package: kernel-patch-openvz
> Version: 028test007.1d2
> Severity: grave
> Justification: renders package unusable
>
> After installing kernel-patch-openvz (028test007.1d2) and linux-source-2.6.18
> (2.6.18-7),
> I unpack kernel-source, copy .config, run "make oldconfig" then run the
> following command:
>
> make-kpkg --append_to_version=-1-openvz --added_modules=zaptel
> --added_patches=openvz \
> --revision=1 --initrd --config menuconfig binary-arch modules_image
>
> exec debian/rules DEBIAN_REVISION=1 APPEND_TO_VERSION=-1-openvz
> CONFIG_TARGET=menuconfig KPKG_SELECTED_MODULES="zaptel"
> KPKG_SELECTED_PATCHES="openvz" INITRD=YES binary-arch modules_image
>
> ====== making target BIN-common [new prereqs: testdir]======
>
> ====== making target POST-BUILD-arch-stamp [new prereqs: ]======
>
> ====== making target INST-common [new prereqs: testdir]======
> ====== making target BUILD-common [new prereqs: testdir]======
>
> ====== making target BUILD-common [new prereqs: sanity_check]======
> This is kernel package version 10.066.
> ====== making target CONFIG-common [new prereqs: testdir]======
>
> ====== making target debian/stamp-conf [new prereqs: ]======
> # work around idiocy in recent kernel versions
> test ! -e scripts/package/builddeb || \
> mv -f scripts/package/builddeb
> scripts/package/builddeb.kpkg-dist
> test ! -e scripts/package/Makefile || \
> (mv -f scripts/package/Makefile
> scripts/package/Makefile.kpkg-dist && \
> (echo "# Dummy file "; echo "help:") >
> scripts/package/Makefile)
> test -d debian || mkdir ./debian
> test ! -e stamp-building || rm -f stamp-building
> test ! -f ./debian || test -f stamp-debian || test -f debian/official ||
> \
> (rm -rf ./debian && mkdir ./debian)
> test ! -f applied_patches || rm -f applied_patches
> for patch in /usr/src/kernel-patches/all/apply/openvz ; do \
> if test -x $patch; then \
> if $patch; then \
> echo "Patch $patch processed fine"; \
> echo "$patch" >> applied_patches; \
> else \
> echo "Patch $patch failed."; \
> echo "Hit return to Continue"; \
> read ans; \
> fi; \
> fi; \
> done
> START applying openvz patch (OpenVZ kernel patch for virtual server
> support)
> Testing whether "OpenVZ kernel patch for virtual server support" patch
> for 2.6.18 applies (dry run):
> 1 out of 7 hunks FAILED -- saving rejects to file mm/fremap.c.rej
> 5 out of 44 hunks FAILED -- saving rejects to file mm/memory.c.rej
> 1 out of 6 hunks FAILED -- saving rejects to file mm/mprotect.c.rej
> 6 out of 29 hunks FAILED -- saving rejects to file
> net/ipv4/netfilter/ip_tables.c.rej
> 1 out of 8 hunks FAILED -- saving rejects to file net/ipv6/udp.c.rej
> "OpenVZ kernel patch for virtual server support" patch for 2.6.18 does
> not apply cleanly
> Patch /usr/src/kernel-patches/all/apply/openvz failed.
> Hit return to Continue
>
>
> -- System Information:
> Debian Release: 4.0
> APT prefers testing
> APT policy: (500, 'testing')
> Architecture: i386 (i686)
> Shell: /bin/sh linked to /bin/bash
> Kernel: Linux 2.6.18-3-vserver-686
> Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
>
> Versions of packages kernel-patch-openvz depends on:
> ii bash 3.1dfsg-8 The GNU Bourne Again SHell
> ii grep-dctrl 2.9.3 Grep Debian package information
> -
> ii patch 2.5.9-4 Apply a diff file to an original
>
> kernel-patch-openvz recommends no packages.
>
> -- no debconf information
>
>
--
--------------------- Ola Lundqvist ---------------------------
/ [EMAIL PROTECTED] Annebergsslingan 37 \
| [EMAIL PROTECTED] 654 65 KARLSTAD |
| +46 (0)54-10 14 30 +46 (0)70-332 1551 |
| http://opalsys.net/ UIN/icq: 4912500 |
\ gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9 /
---------------------------------------------------------------
--- End Message ---