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#29960 - [ratpoison] perl package
Attached to Project:
Arch Linux
Opened by Mick (earnon) - Sunday, 20 May 2012, 21:02 GMT
Last edited by Evangelos Foutras (foutrelis) - Friday, 25 May 2012, 17:36 GMT
Opened by Mick (earnon) - Sunday, 20 May 2012, 21:02 GMT
Last edited by Evangelos Foutras (foutrelis) - Friday, 25 May 2012, 17:36 GMT
|
DetailsDescription:
The 'ratpoison' binary doesn't need 'perl' package (add this in optional depend). Additional info: * package version(s): 1.4.5-5 Steps to reproduce: In a terminal, use the next command [root@host ~]# pacman -Qql ratpoison | grep 'bin/[a-z]' /usr/bin/ratpoison /usr/bin/rpws [root@host ~]# file $(pacman -Qql ratpoison) | grep -i perl /usr/bin/rpws: Perl script, ASCII text executable /usr/share/ratpoison/bindings/Ratpoison.pm: Perl5 module source, ASCII text /usr/share/ratpoison/rpws: Perl script, ASCII text executable [root@host ~]# ldd $(pacman -Qql ratpoison) 2>/dev/null | grep -i perl nothing [root@host ~]# ls -l /usr/bin/rpws /usr/share/ratpoison/rpws -rwxr-xr-x 1 root root 5046 Feb 24 10:49 /usr/bin/rpws -rwxr-xr-x 1 root root 5046 Feb 24 10:49 /usr/share/ratpoison/rpws ----- Possibility to link one of this 'rpws' script - This script is use for launch multi-workspace(desktop) Possibility to add 'perl' in optional depend : - perl (optional) for rpws command (multi-workspace) |
This task depends upon
Closed by Evangelos Foutras (foutrelis)
Friday, 25 May 2012, 17:36 GMT
Reason for closing: Won't implement
Additional comments about closing: See comment.
Friday, 25 May 2012, 17:36 GMT
Reason for closing: Won't implement
Additional comments about closing: See comment.
perl is required by openssl too, which is an indirect dependency of pacman (through libarchive).
I don't see any benefit to moving perl to optdepends, since everyone has it installed anyway.