Package: sbuild
Version: 0.88.4~bpo12+2

Hi.

I'm currently unable to use sbuild with
some of my old directory-based chroots which
I have defined in /etc/schroot/chroot.d.

This is my ~/.sbuildrc file:
-------------------------
$run_lintian = 0;

$chroot_mode = "schroot";
$schroot = "schroot";

1;
-------------------------

When I do "sbuild -d trixie base-files", it works.

However, when I do "sbuild -d sid base-files", it says this:

says:

E: Chroot for distribution unstable, architecture amd64 not found
E: Error creating chroot

This is /etc/schroot/chroot.d/trixie:

[trixie]
type=directory
profile=sbuild
description=Debian trixie
directory=/chroot/trixie
groups=sbuild
root-groups=sbuild
preserve-environment=true

and this is /etc/schroot/chroot.d/sid:

[sid]
type=directory
profile=sbuild
description=Debian sid
directory=/chroot/sid
groups=sbuild
root-groups=sbuild
preserve-environment=true

I can enter both chroots using "schroot -c trixie"
or "schroot -c sid".

Am I doing anything wrong?

Thanks.

Reply via email to