build fails in multi-arch environment (missing changes file)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pbuilder (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
I've recently switched my i386 system to amd64. My pbuilder and cowbuilder chroots are still i386. This setup fails to build when it could and should succeed.
dpkg-deb: building package `gjots2' in `../gjots2_
dpkg-genchanges >../gjots2_
dpkg-genchanges: including full source code in upload
dpkg-source --after-build gjots2-3.0.1
dpkg-buildpackage: full upload (original source is included)
I: copying local configuration
E: Missing changes file: /home/rolf/
I: unmounting dev/ptmx filesystem
I: unmounting dev/pts filesystem
I: unmounting dev/shm filesystem
Notice how gjots2_
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 open for you to decide.