Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#64622 - [file] breaks makepkg detection of gzipped patches
Attached to Project:
Arch Linux
Opened by Andreas Baumann (andreas_baumann) - Saturday, 23 November 2019, 16:26 GMT
Last edited by Eli Schwartz (eschwartz) - Monday, 02 December 2019, 07:30 GMT
Opened by Andreas Baumann (andreas_baumann) - Saturday, 23 November 2019, 16:26 GMT
Last edited by Eli Schwartz (eschwartz) - Monday, 02 December 2019, 07:30 GMT
|
DetailsDescription:
==> Retrieving sources... -> Found gwaterfall_0.1.orig.tar.gz -> Found gwaterfall_0.1-5.1.diff.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting gwaterfall_0.1.orig.tar.gz with bsdtar ==> Starting prepare()... patch: **** Can't open patch file /build/gwaterfall/src/gwaterfall_0.1-5.1.diff : No such file or directory ==> ERROR: A failure occurred in prepare(). Aborting... ==> ERROR: Build failed, check /var/lib/archbuild/staging-x86_64 Additional info: * package version(s): 0.1-2 Steps to reproduce: asp update asp export extra/gwaterfall (same for asp export gwaterfall) staging-x86_64-build |
This task depends upon
Closed by Eli Schwartz (eschwartz)
Monday, 02 December 2019, 07:30 GMT
Reason for closing: Fixed
Additional comments about closing: file 5.37-5
Monday, 02 December 2019, 07:30 GMT
Reason for closing: Fixed
Additional comments about closing: file 5.37-5
Old/git-master:
$ ./tempinstall/bin/file -bizL ../gwaterfall_0.1-5.1.diff.gz
text/x-diff; charset=utf-8 compressed-encoding=application/gzip; charset=binary
Current:
$ file -bizL ../gwaterfall_0.1-5.1.diff.gz
text/x-diff; charset=utf-8 compressed-encoding=application/octet-stream; charset=binary
application/octet-stream is completely incorrect here!
Broken in https://github.com/file/file/commit/3c12eb8d1418181af93abdd466c64dcddf68ce16
Fixed with https://github.com/file/file/commit/d3132f65594e8ad27b74643786a786cd3e60c715
Please backport this regression fix.