Comment 5 for bug 1814258

Revision history for this message
Steve Beattie (sbeattie) wrote :

Hey Otto,

The mariadb-5.5 for trusty git tree worked fine. For xenial, gbp could not generate the orig tarball; it failed with the following error:
  $ gbp buildpackage --git-builder="umt source"
  gbp:info: Creating /srv/work/mariadb-10.0/tmp/mariadb-10.0_10.0.38.orig.tar.gz
  gbp:error: Error creating mariadb-10.0_10.0.38.orig.tar.gz: Pristine-tar couldn't checkout "mariadb-10.0_10.0.38.orig.tar.gz": xdelta3: target window checksum mismatch: XD3_INVALID_INPUT
  xdelta3: normally this indicates that the source file is incorrect
  xdelta3: please verify the source file with sha1sum or equivalent
  xdelta3: target window checksum mismatch: XD3_INVALID_INPUT
  xdelta3: normally this indicates that the source file is incorrect
  xdelta3: please verify the source file with sha1sum or equivalent
  xdelta3: target window checksum mismatch: XD3_INVALID_INPUT
  xdelta3: normally this indicates that the source file is incorrect
  xdelta3: please verify the source file with sha1sum or equivalent
  xdelta3: target window checksum mismatch: XD3_INVALID_INPUT
  xdelta3: normally this indicates that the source file is incorrect
  xdelta3: please verify the source file with sha1sum or equivalent
  pristine-tar: Failed to reproduce original tarball. Please file a bug report.
  pristine-tar: failed to generate tarball

I ended up pulling the tarball from the mariadb site and using it (after verifying the signature).

Also, the changelog for xenial was not indented enough, I ended up making the following minor change to the changelog (patch attached).

Thanks.