Your message dated Sun, 27 Oct 2013 21:02:36 +0100
with message-id <[email protected]>
and subject line Re: Bug#727145: debian-installer: 3.11 kernel breaks daily
builds
has caused the Debian Bug report #727145,
regarding debian-installer: 3.11 kernel breaks daily builds
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
727145: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727145
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debian-installer
Severity: normal
Tags: d-i patch
Hello,
it seems that the recent upload of the 3.11 kernel broke daily builds on
amd64, i386 and sparc. I'm attaching a patch to bump up KERNELVERSION which I
believe fixes this. (Tested for amd64.)
Cheers,
Thiemo
>From fb1d9122cf228a9f083b34b8fb50e9a45e4bf529 Mon Sep 17 00:00:00 2001
From: Thiemo Nagel <[email protected]>
Date: Tue, 15 Oct 2013 01:39:01 +0200
Subject: [PATCH] Bump up kernel version to 3.11 to fix daily build
---
build/config/amd64.cfg | 2 +-
build/config/i386.cfg | 2 +-
build/config/sparc.cfg | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build/config/amd64.cfg b/build/config/amd64.cfg
index 51796ee..420a14b 100644
--- a/build/config/amd64.cfg
+++ b/build/config/amd64.cfg
@@ -2,7 +2,7 @@ MEDIUM_SUPPORTED = cdrom cdrom-xen netboot netboot-gtk netboot-xen hd-media
MEDIUM_SUPPORTED_EXTRA = monolithic
# The version of the kernel to use.
-KERNELVERSION = 3.10-3-amd64
+KERNELVERSION = 3.11-1-amd64
KERNELMAJOR = 2.6
KERNEL_FLAVOUR = di
KERNELNAME = vmlinuz
diff --git a/build/config/i386.cfg b/build/config/i386.cfg
index 7ff86cd..9cb5bd0 100644
--- a/build/config/i386.cfg
+++ b/build/config/i386.cfg
@@ -2,7 +2,7 @@ MEDIUM_SUPPORTED = cdrom cdrom-xen netboot netboot-gtk netboot-xen hd-media
MEDIUM_SUPPORTED_EXTRA = monolithic
# The version of the kernel to use.
-BASEVERSION = 3.10-3
+BASEVERSION = 3.11-1
KERNELVERSION = $(BASEVERSION)-486
KERNELMAJOR = 2.6
KERNEL_FLAVOUR = di
diff --git a/build/config/sparc.cfg b/build/config/sparc.cfg
index 48b8dff..dc0d41c 100644
--- a/build/config/sparc.cfg
+++ b/build/config/sparc.cfg
@@ -3,7 +3,7 @@ MEDIUM_SUPPORTED = cdrom netboot miniiso
VERSIONED_SYSTEM_MAP = t
KERNELMAJOR = 2.6
-KERNELVERSION = 3.10-3-sparc64
+KERNELVERSION = 3.11-1-sparc64
KERNEL_FLAVOUR = di
KERNELNAME = vmlinuz-${KERNELVERSION}
--
1.8.4.rc3
--- End Message ---
--- Begin Message ---
Thiemo Nagel <[email protected]> (2013-10-22):
> It seems that the 3.10 packages haven't stayed long: daily builds for
> amd64, i386 and sparc are failing since Sunday. When do you plan to
> switch to 3.11?
Sorry, been very busy with work this week.
Just pushed the switch to 3.11. Apparently, the next kernel upload
should fix a bunch of FTBFS:
http://anonscm.debian.org/viewvc/kernel?view=revision&revision=20732
Closing this bug report accordingly.
Mraw,
KiBi.
signature.asc
Description: Digital signature
--- End Message ---