Re: sbuild on hurd-amd64...
Stéphane Glondu <[email protected]>
| Newsgroups | gmane.linux.debian.ports.hurd |
|---|---|
| Message-ID | <[email protected]> |
Le 14/08/2025 à 23:38, Samuel Thibault a écrit : >> I don't know if somebody has already used sbuild-createchroot. I >> personally have been using pbuilder since about ever. I'm using the >> pbuilderrc below. I also tried pbuilder but could not manage to make it work. Do buildds also use pbuilder? > Or directly on the command line: > > sudo pbuilder create --mirror http://deb.debian.org/debian-ports/ --debootstrapopts --keyring=/usr/share/keyrings/debian-ports-archive-keyring.gpg --debootstrapopts --extra-suites=unreleased --extrapackages debian-ports-archive-keyring I was missing --extra-suites=unreleased in my attempts... However, even your command fails with: > [...] > Setting up libpam-runtime (1.7.0-5) ... > Setting up util-linux (2.40.2-12) ... > Processing triggers for libc-bin (2.41-12) ... > dpkg: error: --install needs at least one package archive file argument > > Type dpkg --help for help about installing and deinstalling packages [*]; > Use 'apt' or 'aptitude' for user-friendly package management; > Type dpkg -Dhelp for a list of dpkg debug flag values; > Type dpkg --force-help for a list of forcing options; > Type dpkg-deb --help for help about manipulating *.deb files; > > Options marked [*] produce a lot of output - pipe it through 'less' or 'more' ! > E: End of debootstrap.log > W: Aborting with an error Cheers,