Your message dated Sun, 21 Oct 2007 03:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#350583: fixed in debootstrap 1.0.5
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: debootstrap
Version: 0.3.3
I am trying to run a bootstrap from Linux 1.2.3 (maybe it is slackware 96) to
debian Sarge. (No CDROMS, only floppies/network avail. Using the
debootstrap_0.3.3.tar.gz bootstrapper I found refered to by the debian
webbpages. Actually I didnt find any information on what version to use,
0.3.3 seems to be the newest one.
Found these two bugs:
1)
debootstrap_0.3.3.tar.gz -> file pkgdetails.c
there is a int "any" declared in a new style. Not very portable and not
feasible if bootstrapping from some old system. Annoying, but good thing
there were only one of these and not zillions ;)
Change row 43 from "int any=0;" to just "any=0;"
Insert "int any=0;" betwen row 23 and 24.
((Probably the first initializations isnt really needed, I didnt take the time
check, just did put in somthing that should work.))
2)
Something similar to a tar -O bug seems to be present in this debootstrap
package, at a glance it seems to be the same error as mentioned at:
http://lists.debian.org/debian-boot/2003/05/msg00450.html, bug 193788. That
is another package, but the error seems very similar:
running "debootstrap --verbose --arch i386 sarge /mnt/debinst \
http://ftp.debian.org/debian"
All packages is downloaded, when unpacking starts it stops with this message:
dpkg: parse error, in file '/var/lib/dpkg/status' near line 2
package 'dpkg': error in Version string '': version string is empty"
Investigating /mnt/debinst/var/lib/dpkg/status shows that the message is
right: the version is missing: the label is there but its value-field is
leaved empty. I can fill this one in manually, but the same will happen for
all packages, and debootstrap does always start over from the beginning
erasing my changes.
Checking out tar on my Linux 1.2.3 I find that -O and --stdout functionality
is present and seems to work. Maybe this is something related to sed?
Also running "chroot /mnt/debinst tar --help | less" does show support for -O
and --stdout. And some tests using the chrooted tar with -O does work. So the
downloaded tar seems to be ok too. Strange.
Best regards,
Patrik Arvhult - fighting windmills
Sweden
--- End Message ---
--- Begin Message ---
Source: debootstrap
Source-Version: 1.0.5
We believe that the bug you reported is fixed in the latest version of
debootstrap, which is due to be installed in the Debian FTP archive:
debootstrap-udeb_1.0.5_i386.udeb
to pool/main/d/debootstrap/debootstrap-udeb_1.0.5_i386.udeb
debootstrap_1.0.5.dsc
to pool/main/d/debootstrap/debootstrap_1.0.5.dsc
debootstrap_1.0.5.tar.gz
to pool/main/d/debootstrap/debootstrap_1.0.5.tar.gz
debootstrap_1.0.5_all.deb
to pool/main/d/debootstrap/debootstrap_1.0.5_all.deb
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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated debootstrap 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 20 Oct 2007 23:10:34 -0400
Source: debootstrap
Binary: debootstrap-udeb debootstrap
Architecture: source all i386
Version: 1.0.5
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description:
debootstrap - Bootstrap a basic Debian system
debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 350583
Changes:
debootstrap (1.0.5) unstable; urgency=low
.
[ Colin Watson ]
* Don't rely on GNU sed's s///I extension (closes: #350583).
.
[ Joey Hess ]
* Skip the noexec/nodev test when running --print-debs or other operations
that do not involve building systems.
Files:
457300357ab0fe19d4a9eea1bcd63013 801 admin - debootstrap_1.0.5.dsc
ad79fd60a9c165ebc85b1171e08f1fe1 49264 admin - debootstrap_1.0.5.tar.gz
9849ad69121636517cc5e43a6f1aa7d2 50256 admin extra debootstrap_1.0.5_all.deb
ac95413edde1285cd2db523ad975f240 50990 debian-installer required
debootstrap-udeb_1.0.5_i386.udeb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHGsPR2tp5zXiKP0wRAv5jAKCWsD0gQOWwAxL3mQTIEvjT2R0lOgCgn6I/
srfoa7om1xC4VUTM6OwvGfo=
=qtmB
-----END PGP SIGNATURE-----
--- End Message ---