Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upDo not run prepare() during integrity check #646
Conversation
|
Hmm... I notice this was actually intentionally removed in 40e4f07. It's unclear to me what the right path is here, but I think reverting it seems a good idea for now. |
|
(also, is it reasonable in general for |
eli-schwartz
commented
Feb 9, 2017
•
|
As I said on the forums, it is "more correct", and really, you should want to respect the way makepkg works regardless of the likelihood of it mattering. But the solution is much more basic. After running makepkg --nobuild to prepare the srcdir and check for pkgver updates, you should be building with --noextract as makepkg was explicitly designed to do. Or cleaning the srcdir. |
cdown commentedFeb 8, 2017
Fixed #645. This could cause some packages to fail to build, as patches
may be applied in prepare(), and re-running it would fail to apply those
patches.