tags 319777 + patch thanks Additional info.
The sarge version of debootstrap (0.2.45-0.2) has the same doubles, but
just processes the package twice and otherwise ignores them. For m68k:
I: Checking libpopt0...
I: Checking libreadline4...
I: Checking libreadline4...
I: Checking libsigc++-1.2-5c102...
In the new version, the following patch will eliminate doubles, allowing
the script to succeed. However, that might not be the preferred solution.
--- functions.orig 2005-07-24 21:56:47.227692262 +0200
+++ functions 2005-07-24 21:57:04.263248029 +0200
@@ -337,7 +337,7 @@
}
download () {
- "$DOWNLOAD_DEBS" $(echo "$@" | tr ' ' '\n' | sort)
+ "$DOWNLOAD_DEBS" $(echo "$@" | tr ' ' '\n' | sort | uniq)
}
download_indices () {
pgpNamOpe2b5N.pgp
Description: PGP signature

