Historical bug tracker for the Pacman package manager.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
FS#32852 - [makepkg] newline characters are preserved in .PKGINFO files
Attached to Project:
Pacman
Opened by Jesus Alvarez (demizer) - Sunday, 25 November 2012, 19:58 GMT
Last edited by Allan McRae (Allan) - Friday, 14 December 2012, 02:46 GMT
Opened by Jesus Alvarez (demizer) - Sunday, 25 November 2012, 19:58 GMT
Last edited by Allan McRae (Allan) - Friday, 14 December 2012, 02:46 GMT
|
DetailsSummary and Info:
When updating a repository with 'repo-add --sign --delta', pkgdelta produces the following error: /bin/pkgdelta: line 86: with: command not found /usr/bin/pkgdelta: line 86: with: command not found Steps to Reproduce: repo-add -s -d archnetflix.db.tar.xz wine-silverlight-1.5.18-1-x86_64.pkg.tar.xz ==> Extracting database to a temporary location... ==> Adding package 'wine-silverlight-1.5.18-1-x86_64.pkg.tar.xz' -> Adding package signature... -> Computing checksums... -> Removing existing entry 'wine-silverlight-1.5.17-2'... -> Creating 'desc' db entry... -> Creating 'depends' db entry... /usr/bin/pkgdelta: line 86: with: command not found /usr/bin/pkgdelta: line 86: with: command not found -> Adding 'deltas' entry : wine-silverlight-1.5.17-2-x86_64.pkg.tar.xz -> wine -silverlight-1.5.18-1-x86_64.pkg.tar.xz ==> Creating updated database file 'archnetflix.db.tar.xz' ==> Signing database... You need a passphrase to unlock the secret key for user: "Jesus Alvarez <jeezusjr@gmail.com>" 2048-bit RSA key, ID 0EE7A126, created 2012-10-24 -> Created signature file archnetflix.db.tar.xz.sig. Notes: * The delta created seems to be fine. * The github source of this repository can be viewed here: https://github.com/demizer/archnetflix * The repository is hosted at http://demizerone.com/archnetflix |
This task depends upon
Closed by Allan McRae (Allan)
Friday, 14 December 2012, 02:46 GMT
Reason for closing: Fixed
Additional comments about closing: git commit c8417f33
Friday, 14 December 2012, 02:46 GMT
Reason for closing: Fixed
Additional comments about closing: git commit c8417f33
[pkgdelta] sed pattern out of date, command not found
The bug here is in makepkg, not pkgdelta. We shouldn't be allowing newline characters, or we should be convert them to whitespace.
https://mailman.archlinux.org/pipermail/pacman-dev/2012-November/016115.html