[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#253536: marked as done (debian-installer: Amd64 kernel updates)



Your message dated Sun, 18 Jul 2004 17:36:22 -0400
with message-id <E1BmJKY-00086U-00@newraff.debian.org>
and subject line Bug#253536: fixed in debian-installer 20040715
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 9 Jun 2004 23:17:55 +0000
>From brederlo@informatik.uni-tuebingen.de Wed Jun 09 16:17:55 2004
Return-path: <brederlo@informatik.uni-tuebingen.de>
Received: from mx5.informatik.uni-tuebingen.de [134.2.12.32] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BYCKQ-00024G-00; Wed, 09 Jun 2004 16:17:54 -0700
Received: from localhost (loopback [127.0.0.1])
	by mx5.informatik.uni-tuebingen.de (Postfix) with ESMTP
	id 62B9410E; Thu, 10 Jun 2004 01:17:23 +0200 (MST)
Received: from mx3.informatik.uni-tuebingen.de ([134.2.12.26])
 by localhost (mx5 [134.2.12.32]) (amavisd-new, port 10024) with ESMTP
 id 25802-05; Thu, 10 Jun 2004 01:17:21 +0200 (DFT)
Received: from dual (semeai.Informatik.Uni-Tuebingen.De [134.2.15.66])
	by mx3.informatik.uni-tuebingen.de (Postfix) with ESMTP
	id 5E6FB13B; Thu, 10 Jun 2004 01:17:17 +0200 (DFT)
Received: from mrvn by dual with local (Exim 4.34)
	id 1BYCJC-0005IO-Su; Wed, 09 Jun 2004 23:16:38 +0000
Content-Type: multipart/mixed; boundary="===============0959636272295177144=="
MIME-Version: 1.0
From: Goswin von Brederlow <brederlo@informatik.uni-tuebingen.de>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: debian-installer: Amd64 kernel updates
X-Mailer: reportbug 2.61
Date: Wed, 09 Jun 2004 23:16:32 +0000
Message-Id: <E1BYCJC-0005IO-Su@dual>
Sender: Goswin von Brederlow <brederlo@informatik.uni-tuebingen.de>
X-Virus-Scanned: by amavisd-new (McAfee AntiVirus) at informatik.uni-tuebingen.de
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============0959636272295177144==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: debian-installer
Version: 20040528
Severity: important
Tags: patch
Justification: fails to build from source

Hi,

debian-installer FTBFS because the kernel has been updated a few times
and input-modules are now compiled in. Patch attached.

MfG
	Goswin

-- System Information:
Debian Release: testing/unstable
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.5-amd64
Locale: LANG=C, LC_CTYPE=C

--===============0959636272295177144==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="debian-installer-manual_20040528_amd64.patch"

diff -Nurd debian-installer-20040528/build/config/amd64.cfg debian-installer-20040528.amd64/build/config/amd64.cfg
--- debian-installer-20040528/build/config/amd64.cfg	2004-05-23 21:51:04.000000000 +0000
+++ debian-installer-20040528.amd64/build/config/amd64.cfg	2004-06-09 23:05:12.000000000 +0000
@@ -1,10 +1,10 @@
 MEDIUM_SUPPORTED = cdrom netboot hd-media #monolithic
 
 # The version of the kernel to use.
-KERNELVERSION = 2.6.6-1-generic
+KERNELVERSION = 2.6.6-4-generic
 KERNELMAJOR = 2.6
 # Targets for 2.6 kernel images will use this version instead.
-KERNELVERSION_2.6 = 2.6.6-1-generic
+KERNELVERSION_2.6 = 2.6.6-4-generic
 KERNEL_FLAVOUR = di
 KERNELNAME = vmlinuz
 KERNELIMAGEVERSION = $(KERNELVERSION)
diff -Nurd debian-installer-20040528/build/pkg-lists/cdrom/amd64.cfg debian-installer-20040528.amd64/build/pkg-lists/cdrom/amd64.cfg
--- debian-installer-20040528/build/pkg-lists/cdrom/amd64.cfg	2004-05-23 21:51:04.000000000 +0000
+++ debian-installer-20040528.amd64/build/pkg-lists/cdrom/amd64.cfg	2004-06-09 23:06:42.000000000 +0000
@@ -10,7 +10,7 @@
 #cdrom-modules-${kernel:Version}
 ide-modules-${kernel:Version}
 ide-core-modules-${kernel:Version}
-input-modules-${kernel:Version}
+#input-modules-${kernel:Version}
 fb-modules-${kernel:Version}
 kbd-chooser
 usb-modules-${kernel:Version}
diff -Nurd debian-installer-20040528/build/pkg-lists/hd-media/amd64.cfg debian-installer-20040528.amd64/build/pkg-lists/hd-media/amd64.cfg
--- debian-installer-20040528/build/pkg-lists/hd-media/amd64.cfg	2004-05-23 21:51:04.000000000 +0000
+++ debian-installer-20040528.amd64/build/pkg-lists/hd-media/amd64.cfg	2004-06-09 23:06:49.000000000 +0000
@@ -1,7 +1,7 @@
 socket-modules-${kernel:Version}
 console-keymaps-at
 console-keymaps-usb
-input-modules-${kernel:Version}
+#input-modules-${kernel:Version}
 fb-modules-${kernel:Version}
 #include "isa-pnp-modules"
 kbd-chooser
diff -Nurd debian-installer-20040528/build/pkg-lists/netboot/amd64.cfg debian-installer-20040528.amd64/build/pkg-lists/netboot/amd64.cfg
--- debian-installer-20040528/build/pkg-lists/netboot/amd64.cfg	2004-05-23 21:51:04.000000000 +0000
+++ debian-installer-20040528.amd64/build/pkg-lists/netboot/amd64.cfg	2004-06-09 23:06:58.000000000 +0000
@@ -12,7 +12,7 @@
 nic-modules-${kernel:Version}
 nic-extra-modules-${kernel:Version}
 usb-modules-${kernel:Version}
-input-modules-${kernel:Version}
+#input-modules-${kernel:Version}
 kbd-chooser
 
 # This is needed for proper display of utf-8.

--===============0959636272295177144==--

---------------------------------------
Received: (at 253536-close) by bugs.debian.org; 18 Jul 2004 21:38:02 +0000
>From troup@newraff.debian.org Sun Jul 18 14:38:02 2004
Return-path: <troup@newraff.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BmJM9-0007Kl-00; Sun, 18 Jul 2004 14:38:02 -0700
Received: from troup by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BmJKY-00086U-00; Sun, 18 Jul 2004 17:36:22 -0400
From: Joey Hess <joeyh@debian.org>
To: 253536-close@bugs.debian.org
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#253536: fixed in debian-installer 20040715
Message-Id: <E1BmJKY-00086U-00@newraff.debian.org>
Sender: James Troup <troup@newraff.debian.org>
Date: Sun, 18 Jul 2004 17:36:22 -0400
Delivered-To: 253536-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.3 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
	SUBJ_HAS_UNIQ_ID autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: debian-installer
Source-Version: 20040715

We believe that the bug you reported is fixed in the latest version of
debian-installer, which is due to be installed in the Debian FTP archive:

debian-installer-manual_20040715_i386.deb
  to pool/main/d/debian-installer/debian-installer-manual_20040715_i386.deb
debian-installer_20040715.dsc
  to pool/main/d/debian-installer/debian-installer_20040715.dsc
debian-installer_20040715.tar.gz
  to pool/main/d/debian-installer/debian-installer_20040715.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 253536@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <joeyh@debian.org> (supplier of updated debian-installer package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 15 Jul 2004 15:15:34 -0400
Source: debian-installer
Binary: debian-installer-manual
Architecture: source i386
Version: 20040715
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Joey Hess <joeyh@debian.org>
Description: 
 debian-installer-manual - Debian installation manual
Closes: 253536 253868
Changes: 
 debian-installer (20040715) unstable; urgency=low
 .
   * Sven Luther
     - Removed the -chrp image and renamed the -chrp-rs6k to -chrp,
       as the addnote doesn't stop it from working on chrp.
     - Fixed build for 2.6 -chrp kernels with builtin initrd.
       only prep is missing now.
   * Colin Watson
     - Add usb-storage-modules and scsi-common-modules to the powerpc cdrom
       initrds.
     - Add cdrom-core-modules, input-modules, firewire-core-modules, and
       scsi-core-modules to the powerpc 2.6 cdrom initrds. Should actually
       work now.
     - Add pcmcia udebs to powerpc net_drivers floppy and netboot images.
     - Move $(TREE)/usr/lib/kernel-image-$(KERNELVERSION) out of the way to
       $(TEMP)/lib when building boot images. powerpc subarchitectures that
       need to use mkvmlinuz should now be able to do so.
     - For every initrd, output an initrd.list file containing the packages
       and their versions used to construct it.
     - debootstrap-udeb is now priority optional. Add it back into monolithic
       images.
     - Drop G5 images; power4 works on G5s as of linux-kernel-di-powerpc-2.6
       0.62. Build power4 netboot 2.6 images.
     - Remove install-safe and expert-safe targets, advising people to add
       'video=ofonly' instead. The -safe targets have got rather out of hand
       on full CDs, so I'd like to think about removing them there.
     - daily-build copies the previous build before rsyncing up the new one.
       This saved 82MB of upload for my powerpc build.
     - Add nic-shared-modules to powerpc netboot images, needed by
       nic-modules.
     - Bump powerpc 2.6 kernels to 2.6.7. Add firmware-modules, much as on
       i386.
     - Build-depend on module-init-tools on architectures with 2.6 images.
   * Joey Hess
     - Split out a new cyrllic root floppy on i386 as the regular root floppy
       is full again.
     - Fix stats for images without kernels.
     - Fixes to INSTALLATION-HOWTO from Jan Minar. Closes: #253868
     - Change netcfg/use_dhcp to netcfg/disable_dhcp in syslinux boot screens
       and elsewhere.
     - Update i386 to the 2.6.7 kernel.
     - Add firmware-modules to i386 images that have either nic-modules or
       scsi-modules on them. Make this happen only for the 2.6 kernel, using a
       nasty pkg-lists/kernel_specific technique since we lack dependency
       resolution in pkg-lists.
     - Go back to pulling udebs from unstable when building official images.
     - Produce a single hd-media boot image that includes both kernels.
     - Parameterise filenames and paths in the syslinux.cfg files so that
       files can have different names or locations.
     - Provide a pxeboot.tar.gz on i386 that can just be untarred into a
       tftpserver file space for easy PXE boot setup, and update
       INSTALLATION-HOWTO.
     - Merge the i386 and amd64 syslinux data and image build code.
     - Add support for dual kernel minisos.
     - Use the 2.4.46 kernel for speakup.
     - Add pcmcia-cs to netboot initrd.
   * Joshua Kwan
     - Change netcfg/use_dhcp to netcfg/disable_dhcp in manual.
   * Steve Langasek
     - Add shaped Arabic characters to the needed-characters set
     - Bump kernelversion to 2.4.26 for alpha
     - Add libfribidi0-udeb to the package list for everything except floppy
     - Add mideast-root floppy flavor and split languages for bidi support
   * Goswin von Brederlow
     - Update amd64 kernel version, and input-modules are now compiled in.
       Closes: #253536
   * Martin Michlmayr
     - Start Cobalt netboot install via NFS instead of TFTP.
   * Thiemo Seufer
     - Use 2.4.26 kernels for mips, mipsel.
   * Bastian Blank
     - Use 2.4.26 for s390.
     - Add network-console on s390.
   * Kurt Roeckx
     - Update kernel version for amd64 to 2.6.7-3 and use input-modules again.
     - Reenable the monolithic target for amd64.
     - Update config files to match i386 changes.
     - Change kernel version for amd64 to 2.6.7-4.
     - Change kernel version for amd64 to 2.6.7-5.
   * Stephen R. Marenka
     - Build second set of m68k initrds using dd/mke2fs instead of genext2fs.
     - Update m68k kernel versions.
   * Christian Perrier/Arash Bijanzadeh
     - Added build/needed-characters/fa for Farsi characters
Files: 
 0d9f1e2ea53159782c8bd151b4236985 1767 devel extra debian-installer_20040715.dsc
 a73501f4d5c269e1aa91ba5b0b685bd7 2565750 devel extra debian-installer_20040715.tar.gz
 5b4ffb5dec3b9eb6dd5bdf4f1a1053f4 1004008 devel extra debian-installer-manual_20040715_i386.deb
 64a34dc857867eea8e31f700a9aa1168 61712086 byhand - debian-installer-images_20040715_i386.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFA9t8N2tp5zXiKP0wRAiapAJ9aJmq/TtnNUWlSFcK7iygLio3EGwCfRzpS
ubNBW3prf4CCk0+Nk9zEHwQ=
=kxrL
-----END PGP SIGNATURE-----



Reply to: