Package: git-buildpackage
Version: 0.7.5
Severity: minor
When pristine-tar fails the import it prints the error message twice:
gbp import-orig --uscan
uscan: Newest version of libvirt on remote site is 2.0.0, local version is
2.0.0~rc2
uscan: => Newer package available from
http://libvirt.org/sources/libvirt-2.0.0.tar.xz
gpgv: Signature made Fr 01 Jul 2016 11:00:55 SAST using DSA key ID DE95BC1F
gpgv: Good signature from "Daniel Veillard (Red Hat work email)
<[email protected]>"
gpgv: aka "Daniel Veillard <[email protected]>"
gbp:info: using ../libvirt_2.0.0.orig.tar.xz
gbp:info: Importing '../libvirt_2.0.0.orig.tar.xz' to branch
'upstream/latest'...
gbp:info: Source package is libvirt
gbp:info: Upstream version is 2.0.0
First:
gbp:error: Couldn't commit to 'pristine-tar' with upstream 'upstream/latest':
xz: unrecognized option
'--block-list=25165824,25165824,25165824,25165824,25165824,25165824,25165824,25165824,4712448'
xz: Try `xz --help' for more information.
pristine-xz: command failed: xz
--block-list=25165824,25165824,25165824,25165824,25165824,25165824,25165824,25165824,4712448
--check=crc64 -z -6
pristine-tar: command failed: pristine-xz --no-verbose --no-debug --no-keep
gendelta ../libvirt_2.0.0.orig.tar.xz /tmp/pristine-tar.NBsGjoqMem/wrapper
pristine-tar: failed to generate delta
Second:
gbp:error: Import of ../libvirt_2.0.0.orig.tar.xz failed: Couldn't commit to
'pristine-tar' with upstream 'upstream/latest': xz: unrecognized option
'--block-list=25165824,25165824,25165824,25165824,25165824,25165824,25165824,25165824,4712448'
xz: Try `xz --help' for more information.
pristine-xz: command failed: xz
--block-list=25165824,25165824,25165824,25165824,25165824,25165824,25165824,25165824,4712448
--check=crc64 -z -6
pristine-tar: command failed: pristine-xz --no-verbose --no-debug --no-keep
gendelta ../libvirt_2.0.0.orig.tar.xz /tmp/pristine-tar.NBsGjoqMem/wrapper
pristine-tar: failed to generate delta
Needs fixing.
Cheers,
-- Guido