woody debootstrap problem

2011-05-19 Thread Cláudio E. Elicker

I need to build a legacy application in a Woody environment, so I am
trying to debootstrap a Woody chroot:

# mkdir ~/woody_chroot
# debootstrap woody ~/woody_chroot http://archive.debian.org/debian
I: Retrieving Release
E: Invalid Release file, no entry for main/binary-i386/Packages

If I use sarge instead of woody it works without problems.

I am running Debian testing (wheezy).

Any ideas?

-- 
Whoever dies with the most toys wins.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110519112202.713f3bc2@yeh1.parsec



Re: woody debootstrap problem

2011-05-19 Thread Sven Joachim
On 2011-05-19 16:22 +0200, Cláudio E. Elicker wrote:

 I need to build a legacy application in a Woody environment, so I am
 trying to debootstrap a Woody chroot:

 # mkdir ~/woody_chroot
 # debootstrap woody ~/woody_chroot http://archive.debian.org/debian
 I: Retrieving Release
 E: Invalid Release file, no entry for main/binary-i386/Packages

 If I use sarge instead of woody it works without problems.

 I am running Debian testing (wheezy).

 Any ideas?

This is most probably due to this change:

,
| debootstrap (1.0.28) unstable; urgency=low
| [...]
|   [ Joey Hess ]
| [...]
|   * Use SHA checksums. Defaulting to SHA256, and configurable by 
| SHA_SIZE environment variable. Closes: #614315
`

Alas, the Release file in woody and older Releases has only MD5
checksums.  Please file a bug report against debootstrap and use version
1.0.26 from Squeeze in the meantime.

Sven


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/8762p6pwjp@turtle.gmx.de



Re: woody debootstrap problem

2011-05-19 Thread Cláudio E. Elicker
On Thu, 19 May 2011 16:58:02 +0200
Sven Joachim svenj...@gmx.de wrote:

 Please file a bug report against debootstrap and use
 version 1.0.26 from Squeeze in the meantime.
 
 Sven

Thank you. Downgrading to version 1.0.26+squeeze1 solves my problem.

Cláudio

-- 
Whoever dies with the most toys wins.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110520004100.1d952849@yeh1.parsec