FS#43082 - [file] update breaks 'makepkg' (with some files)

Attached to Project: Arch Linux
Opened by Bernhard Walle (bwalle) - Thursday, 11 December 2014, 21:15 GMT
Last edited by Sébastien Luttringer (seblu) - Saturday, 13 December 2014, 00:08 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Sébastien Luttringer (seblu)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description: makepkg calls 'file' to determine how to extract a file. On some files, it seems to report the wrong type after the update to 5.21-2.

The file I had problems was http://ptxdist.org/software/ptxdist/download/ptxdist-2014.12.0.tar.bz2

Before the update:

file -bziL ptxdist-2014.12.0.tar.bz2
application/x-tar; charset=binary compressed-encoding=application/x-bzip2; charset=binary
=> makepkg worked

After the update:

file -bziL ptxdist-2014.12.0.tar.bz2
application/x-bzip2; charset=binary
=> makepkg didn't work, it extracted only the bzip2 file, not the tarball that was inside

This task depends upon

Closed by  Sébastien Luttringer (seblu)
Saturday, 13 December 2014, 00:08 GMT
Reason for closing:  Fixed
Additional comments about closing:  file-5.21-3
Comment by Sébastien Luttringer (seblu) - Friday, 12 December 2014, 09:57 GMT

Loading...