FS#47470 - "warning: could not get file information for" when using NoExtract
Attached to Project:
Pacman
Opened by Doug Newgard (Scimmia) - Monday, 21 December 2015, 06:11 GMT
Last edited by Allan McRae (Allan) - Monday, 18 January 2016, 02:52 GMT
Opened by Doug Newgard (Scimmia) - Monday, 21 December 2015, 06:11 GMT
Last edited by Allan McRae (Allan) - Monday, 18 January 2016, 02:52 GMT
|
Details
I currently have a NoExtract entry that looks like this:
NoExtract = usr/share/locale/* !usr/share/locale/en/* !usr/share/locale/en_US/* !usr/share/locale/locale.alias With a build from current git HEAD, I get: ... warning: could not get file information for usr/share/locale/fi/LC_MESSAGES/gnupg2.mo warning: could not get file information for usr/share/locale/fr/LC_MESSAGES/gnupg2.mo warning: could not get file information for usr/share/locale/gl/LC_MESSAGES/gnupg2.mo ... For every file that is not being extracted. Anything that I specify a specific file for (NoExtract = etc/pacman.d/mirrorlist) seems to be fine. |
This task depends upon
Closed by Allan McRae (Allan)
Monday, 18 January 2016, 02:52 GMT
Reason for closing: Fixed
Additional comments about closing: Git commit 774c7eb24d
Monday, 18 January 2016, 02:52 GMT
Reason for closing: Fixed
Additional comments about closing: Git commit 774c7eb24d
Debug output: https://gist.github.com/Scimmia22/dc20dadb3c5b835fd9b8
I see where the error is - I guess not many of use actually used the Diskspace option in combination with NoExtract...