FS#62746 - [pacman] makepkg does not extract libpng-1.6.37-apng.patch.gz

Attached to Project: Arch Linux
Opened by Michel (xantares) - Sunday, 26 May 2019, 11:10 GMT
Last edited by Allan McRae (Allan) - Wednesday, 30 October 2019, 23:29 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Allan McRae (Allan)
Dave Reisner (falconindy)
Bartłomiej Piotrowski (Barthalion)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

I'm using latest pacman 5.1.3.
I have a PKGBUILD with a source array containing a file "libpng-1.6.37-apng.patch.gz" that is not extracted anymore.

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=mingw-w64-libpng

To reproduce:

git cloneaur@aur4.archlinux.org/mingw-w64-libpng.git"> ssh://aur@aur4.archlinux.org/mingw-w64-libpng.git /tmp/wpng

cd /tmp/wpng

makepkg

patch: **** Can't open patch file /tmp/mingw-w64-libpng/src/libpng-1.6.37-apng.patch : No such file or directory
This task depends upon

Closed by  Allan McRae (Allan)
Wednesday, 30 October 2019, 23:29 GMT
Reason for closing:  Fixed
Additional comments about closing:  pacman-5.2
Comment by Dave Reisner (falconindy) - Sunday, 26 May 2019, 12:48 GMT
$ file -bizL -- src/libpng-1.6.37-apng.patch.gz # file 5.37
text/x-diff; charset=us-ascii compressed-encoding=application/gzip; charset=binary


$ file -bizL -- src/libpng-1.6.37-apng.patch.gz # file 5.36
text/x-diff; charset=us-ascii compressed-encoding=application/x-gzip; charset=binary

https://lists.archlinux.org/pipermail/pacman-dev/2019-May/023399.html
Comment by Michel (xantares) - Sunday, 26 May 2019, 14:51 GMT
so it will be fixed by the next version of pacman, thanks!
Comment by Eli Schwartz (eschwartz) - Tuesday, 28 May 2019, 00:56 GMT
This patch is queued for master, but needs to be backported into our stable package.

Loading...