Hi Dmitry, geeqie fails to build when MAKE_JOBS_NUMBER is set. I have added the following three lines to my poudriere's make.conf to circumvent the problem. .if $(.CURDIR:M*/graphics/geeqie) MAKE_JOBS_UNSAFE=yes .endif This is clearly a nonurgent bug but I am wondering why geeqie fails building in parallel whereas the other 900+ ports I build do not.
Created attachment 212700 [details] Poudriere testport log (lightened)
How many jobs do you use?
Also please (always) post the full build log. And try after 529819.
Also reported upstream: https://github.com/BestImageViewer/geeqie/issues/766
A commit references this bug: Author: amdmi3 Date: Sun Mar 29 17:56:07 UTC 2020 New revision: 529819 URL: https://svnweb.freebsd.org/changeset/ports/529819 Log: Attempt to fix parallel build PR: 245052 Submitted by: samy.mahmoudi@gmail.com Changes: head/graphics/geeqie/Makefile
(In reply to Dmitry Marakasov from comment #2) I use MAKE_JOBS_NUMBER=16.
(In reply to Dmitry Marakasov from comment #3) Sorry for that, the file size exceeded the maximum file size allowed. Here is the full log: http://imp.ovh/geeqie-1.5.1_3.log
(In reply to Dmitry Marakasov from comment #3) I can confirm that revision 529819 builds fine with MAKE_JOBS_NUMBER=16 and that reverting the changes makes the build fail again.
(In reply to commit-hook from comment #5) Therefore your "attempt" is successful. Thank you!
> Therefore your "attempt" is successful. Thank you! Great, will try to resolve this with upstream as well.