Re: Bug#633561: pu: package kfreebsd-8/8.1+dfsg-8+squeeze1

2011-10-03 Thread Robert Millan
2011/10/2 Adam D. Barratt a...@adam-barratt.org.uk:
 If I'd been sure that binNMUs would work then we could have scheduled
 them directly; the previous uploads have all been sourceful, so I
 assumed there was a reason for that.

 In any case, I've flagged the uploads for acceptance at the next
 dinstall.

I notice they've been installed. Thanks!

-- 
Robert Millan


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caofdtxp4a4aqrc7-hwqr-krskhjrbkjehrsvj3uaflmszpf...@mail.gmail.com



Re: do-upload fails on !i386 for partman-nbd

2011-10-03 Thread Otavio Salvador
On Sun, Oct 2, 2011 at 13:26, Wouter Verhelst wou...@debian.org wrote:
...
 I've locally patched that out, so I can at least do an upload now, but
 I'm not sure what this bit is supposed to do. Anyone?

Does the attached patch works for you?

-- 
Otavio Salvador                             O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br
Index: do-upload
===
--- do-upload	(revisão 66957)
+++ do-upload	(cópia de trabalho)
@@ -7,16 +7,17 @@
 source=`grep Source debian/control | sed 's,.*: ,,g'`
 
 # Set the architecture to use for the build
-arch=`grep Architecture debian/control | head -n 1 | sed 's,.*: ,,g'`
-if echo $arch | grep -q `dpkg-architecture -qDEB_BUILD_ARCH`; then
-	arch=`dpkg-architecture -qDEB_BUILD_ARCH`
+pkg_arch=`grep Architecture debian/control | head -n 1 | sed 's,.*: ,,g'`
+sys_arch=`dpkg-architecture -qDEB_BUILD_ARCH`
+if echo $pkg_arch | grep -q $sys_arch; then
+	pkg_arch=$sys_arch
 else
-	arch=`echo $arch | cut -f 1 -d\  | sed 's,-any$,-i386,g'`
-	if [ $arch = any ] || [ $arch = all ]; then
-		arch=`dpkg-architecture -qDEB_BUILD_ARCH`
+	pkg_arch=`echo $pkg_arch | cut -f 1 -d\  | sed s,-any$,-$sys_arch,g`
+	if [ $pkg_arch = any ] || [ $pkg_arch = all ]; then
+		pkg_arch=$sys_arch
 	fi
 
-	if [ $arch != `dpkg-architecture -qDEB_BUILD_ARCH` ] 
+	if [ $pkg_arch != $sys_arch ] 
 		echo $CROSSBUILD_BLACKLIST | grep -q $source; then
 		echo ERROR: '$source' package is unsafe for crossbuilding.
 		exit 1


Bug#644211: installation-reports: d-i daily 2011-10-03 kfreebsd-amd64 missing bzcat

2011-10-03 Thread Dennis Boone
Subject: installation-reports: d-i daily 2011-10-03 kfreebsd-amd64 missing bzcat
Package: installation-reports
Severity: important
Tags: d-i



-- Package-specific info:

Boot method: cd
Image version: 2011-10-03 
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/kfreebsd-amd64/iso-cd/debian-testing-kfreebsd-amd64-netinst.iso
Date: Date and time of the install

Machine: Assembled vehicle
Partitions: df -Tl will do; the raw partition table is preferred


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [E]
Install base system:[E]
Clock/timezone setup:   [ ]
User/password setup:[ ]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:

Description of the install, in prose, and any thoughts, comments
  and ideas you had during the initial install.

Trivial issue: partitioner allows invalid characters in file system
labels, then mkfs phase throws a red screen error.  Easily enough
figured out and fixed from the log console, just silly of it.
(I initially set the label for the sole -- root -- partition to /.)

Serious issue: install base system phase fails because bzcat is not
available.  I _think_ the package in process at the time of failure
is bootstrap-base, based on looking at ps after the red screen appears.

-- 



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111003234818.3ea11abf...@yagi.h-net.msu.edu