Package: gbp Version: 8.9.19 Severity: normal
The setting of Host Architecture for package is buggy or not properly documented: itworks only with -a<arch> (without a space), but not with -a <arch> (with a space) or --host-arch <arch>, which are accepted by dpkg-buildpackage (and even documented as such). Either this limitation should be removed or it should be properly documented dh_gencontrol make[1]: Leaving directory '/builds/oie-jupiter/product/interappcommunication/dds_packaging/rti-connext-dds/out-bullseye-i386/rti-connext-dds-6.1.0' dh_md5sums dh_builddeb dpkg-deb: building package 'librticonnext-persistenceservice' in '../librticonnext-persistenceservice_6.1.0-7_i386.deb'. dpkg-deb: building package 'librticonnext' in '../librticonnext_6.1.0-7_i386.deb'. dpkg-deb: building package 'librticonnext-routingservice' in '../librticonnext-routingservice_6.1.0-7_i386.deb'. dpkg-deb: building package 'librticonnext-base' in '../librticonnext-base_6.1.0-7_i386.deb'. dpkg-deb: building package 'librticonnext-monitoring' in '../librticonnext-monitoring_6.1.0-7_i386.deb'. dpkg-deb: building package 'librticonnext-storageutils' in '../librticonnext-storageutils_6.1.0-7_i386.deb'. dpkg-deb: building package 'librticonnext-recordingservicecore' in '../librticonnext-recordingservicecore_6.1.0-7_i386.deb'. dpkg-genbuildinfo --build=binary dpkg-genchanges --build=binary >../rti-connext-dds_6.1.0-7_i386.changes dpkg-genchanges: info: binary-only upload (no source code included) dpkg-source -i -I --after-build . dpkg-buildpackage: info: binary-only upload (no source included) debuild: fatal error at line 1062: can't open rti-connext-dds_6.1.0-7_amd64.changes for reading: No such file or directory gbp:error: 'debuild -i -I -us -uc -b --host-arch i386' failed: it exited with 29 Same issue happens when using with git-buildpackage (gbp) only -ai386 works.