FS#19067 - "makepkg -gc'' returns error (1)

Attached to Project: Pacman
Opened by Benoit Izac (benizac) - Monday, 12 April 2010, 22:18 GMT
Last edited by Allan McRae (Allan) - Monday, 12 April 2010, 22:50 GMT
Task Type Bug Report
Category General
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version 3.3.3
Due in Version 3.4.0
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

When doing makepkg -g, a directory src/ is created with link(s) to file(s) you wants checksum.

I tried makepkg -gc and although src/ is removed, the command returns an error (1):

% cd /var/abs/core/acl
% ls
PKGBUILD acl-2.2.48.src.tar.gz
/var/abs/core/acl% makepkg -g
==> Retrieving Sources...
-> Found acl-2.2.48.src.tar.gz in build dir
==> Generating checksums for source files...

md5sums=('6d6b447485fc2e930d605f8026690437')
% ls
PKGBUILD acl-2.2.48.src.tar.gz src/
% makepkg -gc
==> Retrieving Sources...
-> Found acl-2.2.48.src.tar.gz in build dir
==> Generating checksums for source files...

md5sums=('6d6b447485fc2e930d605f8026690437')
==> Cleaning up...
rm: invalid option -- '2'
Try `rm --help' for more information.
% echo $?
1
% ls
PKGBUILD acl-2.2.48.src.tar.gz
This task depends upon

Closed by  Allan McRae (Allan)
Monday, 12 April 2010, 22:50 GMT
Reason for closing:  Implemented
Additional comments about closing:  Fixed in git.

Loading...