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#34664 - [pacman] should include lzop, lrzip and compress (whatever this is) as optdeps
Attached to Project:
Arch Linux
Opened by (Det) - Sunday, 07 April 2013, 20:14 GMT
Last edited by Allan McRae (Allan) - Sunday, 07 April 2013, 22:05 GMT
Opened by (Det) - Sunday, 07 April 2013, 20:14 GMT
Last edited by Allan McRae (Allan) - Sunday, 07 April 2013, 22:05 GMT
|
DetailsDescription:
Now that we have these in makepkg: *tar.gz) ${COMPRESSGZ[@]:-gzip -c -f -n} ;; *tar.bz2) ${COMPRESSBZ2[@]:-bzip2 -c -f} ;; *tar.xz) ${COMPRESSXZ[@]:-xz -c -z -} ;; *tar.lrz) ${COMPRESSLRZ[@]:-lrzip -q} ;; *tar.lzo) ${COMPRESSLZO[@]:-lzop -q} ;; *tar.Z) ${COMPRESSZ[@]:-compress -c -f} ;; ..the ones outside of [core] (or maybe even them?) should be included in the optional dependencies (which currently lists only fakeroot). The names of these things are: .tar.gz = gzip [core] .tar.gz2 = bzip2 [core] .tar.xz = xz [core] .tar.lrz = lrzip [community] .tar.lzo = lzop [extra] .tar.Z = compress (?) (I dunno, I couldn't find it anywhere - not even with `pkgfile`) Additional info: * pacman 4.1.0-2 |
This task depends upon

Somewhat related to https://bugs.archlinux.org/task/34655