Le 2025-06-23 08:24, Jochen Sprickerhof a écrit :
Hi Frederic,
* Frederic-Emmanuel Picca <pi...@debian.org> [2025-06-20 15:54]:
I try to use sbuild unshare with a modified version of dht, the
program call sbuild and it failed
I assume you mean dht from pkg-haskell-tools. Can you provide the
modified version somewhere so we can test it?
Hello, I pushed my code here
git clone https://salsa.debian.org/picca/pkg-haskell-tools
to reproduce the issue
create a p directory in the repository
cd pkg-haskell-tools
mkdir p
cd p && apt source ufo-core
cd ..
cabal run make-all -- --unshare
With no chroot under ~.cache/sbuild/ so sbuild need to create a new one.
That looks like a follow up error and the real reason is "in console
output" that is not included.
it seems that this script is not sh compatible, especially the >&11
syntax.
That part is actually from mmdebstrap. You could try with a prebuild
chroot.tar.
With a prebuild schroot it works...
Fred