Bug 264823 - graphics/gimp-app: 2.10.32 fails to build on i386
Summary: graphics/gimp-app: 2.10.32 fails to build on i386
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-22 08:48 UTC by Felix Palmen
Modified: 2022-07-20 17:02 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (gnome)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Palmen freebsd_committer freebsd_triage 2022-06-22 08:48:27 UTC
The error looks like this:

mkdir -p `dirname 64/gimp-texture.png` && GEGL_USE_OPENCL=no GEGL_SWAP=ram /usr/local/bin/gegl ../../icons/Symbolic/64/gimp-texture.png -o 64/gimp-texture.png -- cast-format input-format="R'G'B'A float" output-format="RGBA float" brightness-contrast contrast=1.5 cast-format input-format="RGBA float" output-format="R'G'B'A float"
gmake[4]: *** [Makefile:2440: 64/gimp-texture.png] Bus error (core dumped)

Full log: http://beefy15.nyi.freebsd.org/data/130i386-default/b790baec9029/logs/errors/gimp-app-2.10.32,1.log

This is strangely similar to the build error in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242699
Comment 1 Dima Panov freebsd_committer freebsd_triage 2022-06-23 11:18:37 UTC
it seems like bad combinations of new meson and old clang (13.0 still have a clang11 while recent releases already got clang13)

builds fine on 13.1/i386, and yeah, I've run full check for both amd64 and i386 builds before commit updates. 

https://build.dimapanov.com/poudriere/data/131i386-dimaports/2022-06-22_23h53m42s/logs/gimp-app-2.10.32,1.log
Comment 2 Felix Palmen freebsd_committer freebsd_triage 2022-06-23 11:22:31 UTC
(In reply to Dima Panov from comment #1)

My builder is running 13.1 and I still get the same error:
https://home.palmen-it.de/builder/data/i386-default/2022-06-21_16h22m54s/logs/errors/gimp-app-2.10.32,1.log

So, strange...
Comment 3 Dima Panov freebsd_committer freebsd_triage 2022-06-23 13:48:47 UTC
(In reply to Felix Palmen from comment #2)

It may be related to options. May be some dependencies missing in ur build %(

My set for options for own builds.
https://github.com/fluffykhv/dimaports-options


Will try with defaults too.
Comment 4 Felix Palmen freebsd_committer freebsd_triage 2022-06-23 13:54:32 UTC
(In reply to Dima Panov from comment #3)

Well, I actually need
graphics_gimp-app_SET+=	GHOSTSCRIPT
for my workflow...

Could try without that as well, although it seems unlikely a crash while converting some image (?) could be related?

Thanks for having a look!
Comment 5 Dima Panov freebsd_committer freebsd_triage 2022-07-18 17:19:03 UTC
(In reply to Felix Palmen from comment #4)
Felix, how about i386 nowadays? Is it build/run fine?
some days ago I've changed babl build (disable all simd accelerators in non-amd64 build), it can affect.
Comment 6 Felix Palmen freebsd_committer freebsd_triage 2022-07-20 17:02:22 UTC
(In reply to Dima Panov from comment #5)
It both builds fine now and seems to run, so updated dependencies seem to have fixed it, thanks!