Bug#642287: FTBFS: Bad number of antecedents at ./ckbcomp line 3078, line 372.

2011-09-20 Thread Peter Eisentraut
Package: console-setup Version: 1.70 Severity: serious Justification: fails to build from source (but built successfully in the past) $ debuild [...] ../fbsdmap --binaryscm freebsd.set `ls Lat7-*.raw.sfm|{ read x y; echo $x;}` ../acm/VISCII.acm| uuencode VISCII_Lat7 >VISCII_Lat7.scm ../fbsdmap --

[PATCH kernel-wedge 3/3] Allow configuration files to be placed in a subdirectory

2011-09-20 Thread Ben Hutchings
In a kernel source package, which will be non-native, the kernel-wedge configuration should be placed under the debian/ directory. copy-modules, gen-control, gen-deps, install-files: Allow the configuration directory to be specified as a command-line argument. --- commands/copy-modules | 19 ++

[PATCH kernel-wedge 2/3] Allow kernel ABI version to be specified as command-line argument

2011-09-20 Thread Ben Hutchings
When building as part of a kernel source package, the kernel ABI version used should always be the current one. The 'installed name' changes with the kernel ABI version but is also quite regular. Neither of these should need to be specified redundantly in configuration files. gen-control, install

[PATCH kernel-wedge 1/3] Allow kernel source packages to use kernel-wedge on themselves

2011-09-20 Thread Ben Hutchings
In this case, the kernel will be installed in a package directory under debian/ and the source package's only additional build- dependency is kernel-wedge itself. check: We should only check the package directories that we generated. Allow the package names to be specified as arguments, but if no

[PATCH kernel-wedge 0/3] Support use of kernel-wedge in linux-2.6

2011-09-20 Thread Ben Hutchings
These are the same changes I posted before, except: - Split into 3 coherent changes, as Joey requested - Removed the bogus -V option to depmod Ben. Ben Hutchings (3): Allow kernel source packages to use kernel-wedge on themselves Allow kernel ABI version to be specified as command-line argume

Bug#642179: debian-installer: Installs on drives larger than 2.19TB fails with older bios

2011-09-20 Thread Lennart Sorensen
On Mon, Sep 19, 2011 at 08:08:28PM -0500, Karl Schmidt wrote: > Package: debian-installer > Version: 20110106+squeeze3 > Severity: normal > Tags: d-i squeeze > > > > -- System Information: > Debian Release: 6.0.2 > APT prefers stable > APT policy: (990, 'stable'), (500, 'stable-updates') > A

partman-crypto_48_i386.changes ACCEPTED into unstable

2011-09-20 Thread Debian FTP Masters
Accepted: partman-crypto-dm_48_all.udeb to main/p/partman-crypto/partman-crypto-dm_48_all.udeb partman-crypto-loop_48_all.udeb to main/p/partman-crypto/partman-crypto-loop_48_all.udeb partman-crypto_48.dsc to main/p/partman-crypto/partman-crypto_48.dsc partman-crypto_48.tar.gz to main/p/

Processing of partman-crypto_48_i386.changes

2011-09-20 Thread Debian FTP Masters
partman-crypto_48_i386.changes uploaded successfully to localhost along with the files: partman-crypto_48.dsc partman-crypto_48.tar.gz partman-crypto_48_i386.udeb partman-crypto-dm_48_all.udeb partman-crypto-loop_48_all.udeb Greetings, Your Debian queue daemon (running on host f

Bug#642115: marked as done (debian-installer: guided full disk encryption + LVM complains about insecure swap)

2011-09-20 Thread Debian Bug Tracking System
Your message dated Tue, 20 Sep 2011 16:17:37 + with message-id and subject line Bug#642115: fixed in partman-crypto 48 has caused the Debian Bug report #642115, regarding debian-installer: guided full disk encryption + LVM complains about insecure swap to be marked as done. This means that y

Bug#642183: debian-installer: hybrid iso sizing issue for unstable build

2011-09-20 Thread Joey Hess
Michael Gilbert wrote: > d-i fails to build unstable x86 netboot images (see below), which > will become a problem as d-i development moves forward with newer > kernels/packages coming in from unstable. I've attached a patch > that fixes this by using the default last sector for the msdos > partit

Bug#642115: debian-installer: guided full disk encryption + LVM complains about insecure swap

2011-09-20 Thread Joey Hess
Jon Dowland wrote: > I've just monkey-patched this instance of d-i to write $device to a temporary > file. Welcome to d-i development. ;-) >dminfo=$(dmsetup table -j$mag -m$min 2> /dev/null | \ > head -n1 | cut -d' ' -f3) || return 1 > > dmsetup table -j$mag -m$min returns: > >

Bug#642115: debian-installer: guided full disk encryption + LVM complains about insecure swap

2011-09-20 Thread Jon Dowland
On Tue, Sep 20, 2011 at 11:54:21AM +0100, Jon Dowland wrote: > Thus the outer-if is passing. dm_is_safe looks fine to me, at least it > invokes dm_dev_is_safe, I'll try to look at dm_dev_is_safe next. I think this is where the problem is. crypto-base.sh, dm_dev_is_safe: dminfo=$(dmsetup tabl

Bug#642115: debian-installer: guided full disk encryption + LVM complains about insecure swap

2011-09-20 Thread Jon Dowland
On Mon, Sep 19, 2011 at 11:56:49AM -0400, Joey Hess wrote: > The code is this, and Max changed it most recently: > > # Accept e.g. swap on lvm on crypto > if echo $device | grep -q "^/dev/mapper/"; then > if dm_is_safe "$device"; then > conti