Good catch, thanks a lot!
The command line was
`` sudo -E pbuilder build --loglevel W --compressprog zstdmt --use-network no
--basetgz /opt/build/_buildimages/ubuntu-bionic-i386.tzstd --debbuildopts -sa
/tmp/pbuilder.tmp/zfs-linux_0.8.4-1ubuntu10+ubuntu18.04+projektzentrisch.de+1.dsc
''
But AR
for example, are you sure you are not setting ARCHITECTURE in your
pbuilderrc? That would cause what you are seeing.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1762890
Title:
build fails in mult
That's not a particularly helpful comment. What's your pbuilder command
line? What's your pbuilderrc?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1762890
Title:
build fails in multi-arch environme
For the record, I still see this with
[2020-07-30T13:22:27+0200] ubuntu@pbuilder:/tmp% apt-cache policy pbuilder
pbuilder:
Installed: 0.230.4
Candidate: 0.230.4
Version table:
*** 0.230.4 500
500 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages
500 http://archi
Thx
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1762890
Title:
build fails in multi-arch environment (missing changes file)
To manage notifications about this bug go to:
https://bugs.launchpad.ne
This bug was fixed in the package pbuilder - 0.230
---
pbuilder (0.230) unstable; urgency=medium
[ Mattia Rizzolo ]
* d/control:
+ Bump Standards-Version to 4.2.1, no changes needed.
+ Use the new debhelper-compat(=11) notation and drop d/compat.
* d/rules: Change Ubuntu
It's just that by default it is expecting the chroot to be of the same
architecture of the host system, unless instructed otherwise.
Fixed that particular case here of the .changes file, but I wouldn't be
surprised if anything else was doing same bad assumption.
https://salsa.debian.org/pbuilder-
possibly related to https://bugs.debian.org/635763
** Bug watch added: Debian Bug tracker #635763
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635763
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/b
I've just added the "--architecture i386" switch to the pbuilder-dist
call and that resulted in a successful build. I assume the same would
be true for cowbuilder. Thus, you might not consider this a bug or in
need of improvement. It's certainly easy enough to deal with. I will
leave the ticket