FS#23859 - [srcpac] fails to build same pkg twice
Attached to Project:
Arch Linux
Opened by Steffen Weber (boenki) - Wednesday, 20 April 2011, 17:20 GMT
Last edited by Andrea Scarpino (BaSh) - Tuesday, 26 April 2011, 21:16 GMT
Opened by Steffen Weber (boenki) - Wednesday, 20 April 2011, 17:20 GMT
Last edited by Andrea Scarpino (BaSh) - Tuesday, 26 April 2011, 21:16 GMT
|
Details
Description:
I tried to compile a pkg twice with different configurations. The second time I try srcpac errors: ==> ERROR: A package has already been built. (use -f to overwrite) srcpac -Sbf or -Sfb does not work. Additional info: * package version(s) Name : srcpac Version : 0.10.4-1 Steps to reproduce: compile the same pkg twice |
This task depends upon
Closed by Andrea Scarpino (BaSh)
Tuesday, 26 April 2011, 21:16 GMT
Reason for closing: Fixed
Additional comments about closing: on git
Tuesday, 26 April 2011, 21:16 GMT
Reason for closing: Fixed
Additional comments about closing: on git
I think it's because
MAKEPKGOPTS="-c -s"
should be
MAKEPKGOPTS="-c -s -f"
thanks for fixing all the bugs and feature requests I had recently so fast!
Also I like the idea of keeping the pkg.
Maybe add a switch to keep it somewhere?
You could use it as a local repo for pacman.
But it's too early in the morning now. I'm on the way for easter-holiday.
Ok, I know how to reproduce this now :)