FS#6680 - makepkg problem with md5sums

Attached to Project: Arch Linux
Opened by Dawid Wróbel (cromo) - Thursday, 22 March 2007, 14:44 GMT
Task Type Bug Report
Category System
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

For some reason I keep getting error about md5sums missing or incomplete when building this package: http://aur.archlinux.org/packages.php?do_Details=1&ID=9871 . I am the contributor of this PKGBUILD and generated the md5sums with makepkg -g >> PKGBUILD.
This task depends upon

Closed by  Roman Kyrylych (Romashka)
Thursday, 22 March 2007, 15:22 GMT
Reason for closing:  Not a bug
Comment by Todd Harbour (lefallen) - Thursday, 22 March 2007, 14:57 GMT
There's an extra space after the (first) \ in the sources list. Remove and it works. I would say it's a bug in the PKGBUILD file.
Comment by Dawid Wróbel (cromo) - Thursday, 22 March 2007, 15:00 GMT
Indeed. Thanks for that. Anyway I'd say makepkg should be aware of it, it may confuse AUR contributors a _lot_ ;-).
Comment by Dan McGee (toofishes) - Thursday, 22 March 2007, 15:20 GMT
This is a bash parsing issue, and doesn't have a whole lot to do with makepkg. As a matter of fact, you don't ever need to use '\' in arrays, so that may help.

Loading...