On 15/08/2014 06:24, Eric Blake wrote:
On 08/13/2014 01:37 PM, Eric Blake wrote:

Packaging isn't quite right.  After unpacking the -src tarball, I see a
file git-2.0.4-1.src.patch, with contents:

Binary files origsrc/git/t/lib-gpg/random_seed and
src/git/t/lib-gpg/random_seed differ
Binary files origsrc/git/t/lib-gpg/trustdb.gpg and
src/git/t/lib-gpg/trustdb.gpg differ

As a result, the prep phase fails with:
*** ERROR: patch git-2.0.4-1.src.patch will not apply

It's probably possible to patch git.cygport to cause the diff engine to
ignore these files, and once they are ignored, then the file would not
be created.

Adam,
just add

DIFF_EXCLUDES="random_seed trustdb.gpg"



Removing that file lets cygport get further, but you'll need to respin
the package so that it builds the first time without me having to delete
the file.

Marco

Reply via email to