FS#55052 - [systemd][PATCH] PKGBUILD does not allow building from existing sources

Attached to Project: Arch Linux
Opened by Jouke Witteveen (jouke) - Sunday, 06 August 2017, 17:49 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 06 August 2017, 17:58 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Christian Hesse (eworm)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When your workflow is

$ makepkg -o
[... edit sources ...]
$ makepkg -e
[... more editing ...]
$ makepkg -e -f

then the second build fails because meson is executed again, whereas this should only be done once.

Additionally, when prepare() fails after adding the `upstream` remote, it cannot succeed by rerunning.

Both these problems are solved by the attached patch.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 06 August 2017, 17:58 GMT
Reason for closing:  Not a bug

Loading...