FS#26251 - [cdrkit] perl package

Attached to Project: Arch Linux
Opened by Mick (earnon) - Tuesday, 04 October 2011, 19:01 GMT
Last edited by Allan McRae (Allan) - Saturday, 28 April 2012, 11:28 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The 'cdrkit' binary doesn't need 'perl' package.


Additional info:
* package version(s): 1.1.11-2


Steps to reproduce:
In a terminal, use the next command

[root@host ~]# pacman -Ql cdrkit | grep -c 'bin/[a-z]'
20 //14 really, except symbolic link : cdda2mp3(cdda2ogg),cdda2wav(icedax),cdrecord(wodim),readcd(readom), mkhybrid and mkisofs(genisoimage)

[root@host ~]# file $(pacman -Ql cdrkit | cut -d' ' -f2) | grep perl
/usr/bin/dirsplit: a /usr/bin/perl script, ASCII text executable

[root@host ~]# ldd $(pacman -Ql cdrkit | cut -d' ' -f2) 2>/dev/null | grep perl
nothing

This (only one) perl script is not used all the time, or not at all. Add this in optional depend.
This task depends upon

Closed by  Allan McRae (Allan)
Saturday, 28 April 2012, 11:28 GMT
Reason for closing:  Fixed
Additional comments about closing:  In SVN trunk
Comment by Allan McRae (Allan) - Saturday, 28 April 2012, 11:28 GMT
Fixed in SVN trunk so perl will be an optdepends next install. Note perl is a base group package anyway so is expected to be installed...

Loading...