Hi Lukas, On Tue, Aug 25, 2020 at 09:42:02AM +0200, Lukas Märdian wrote: > Package: git-buildpackage > Version: 0.9.20 > Severity: normal > > Dear Maintainer, > > the autopkgtest in debian/tests/smoke-rpm seems to be broken in 0.9.20. > Debian CI reports a PASS, but only because the python setuptools package > is not installed on the test system, which disables the test. > > In the Ubuntu CI setuptools is available, the "gbp buildpackage-rpm" test is > being executed and fails in multiple ways: > 1/ Missing dependencies: It is especially missing gtk-doc-tools > Can be fixed by adding "@builddeps@" to debian/tests/control -> Depends
Good point, fixed. > 2/ Insufficient permissions to create ../rpmbuild > Can be fixed by adding "needs-root" to debian/tests/control -> > Restrictions I've moved to an export dir which should avoid tht. > 3/ RPM build error: File not found: export_ref.py > > /tmp/autopkgtest.RpC5Zi/build.Qzy/rpmbuild/BUILDROOT/git-buildpackage-0.9.20-0.x86_64/usr/lib/python3/site-packages/gbp/scripts/export_ref.py* > Not sure how this can be fixed as the "export_ref.py" file does not > seem to be part of any recent git-buildpackage release. That was just a typo: https://git.sigxcpu.org/cgit/git-buildpackage/commit/?id=16b88176eac55f80cf7ab4b96453335f3f72207c Cheers, -- Guido > > Regards, > Lukas > > -- System Information: > Debian Release: bullseye/sid > APT prefers focal-updates > APT policy: (500, 'focal-updates'), (500, 'focal-security'), (500, > 'focal'), (100, 'focal-backports') > Architecture: amd64 (x86_64) > Foreign Architectures: i386 > > Kernel: Linux 5.4.0-42-generic (SMP w/4 CPU cores) > Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE > Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), > LANGUAGE=de_DE:en_GB:en (charmap=UTF-8) > Shell: /bin/sh linked to /bin/dash > Init: systemd (via /run/systemd/system) > LSM: AppArmor: enabled > > Versions of packages git-buildpackage depends on: > ii devscripts 2.20.2ubuntu2 > ii git 1:2.25.1-1ubuntu3 > ii man-db 2.9.1-1 > ii python3 3.8.2-0ubuntu2 > ii python3-dateutil 2.7.3-3ubuntu1 > ii python3-pkg-resources 45.2.0-1 > ii sensible-utils 0.0.12+nmu1 > > Versions of packages git-buildpackage recommends: > ii cowbuilder 0.88 > ii pbuilder 0.230.4 > ii pristine-tar 1.47 > ii python3-requests 2.22.0-2ubuntu1 > ii sbuild 0.79.0-1ubuntu1 > > Versions of packages git-buildpackage suggests: > pn python3-notify2 <none> > ii sudo 1.8.31-1ubuntu1.1 > ii unzip 6.0-25ubuntu1 > > -- no debconf information >

