gimp-app build problem

I have a problem upgrading/ building graphics/gimp-app. It crashes during build process (from ports' tree) with gegl.core file in /usr/ports/graphics/gimp-app/work/gimp-2.10.38/icons/Symbolic-High-Contrast/ directory.
Code:
Core was generated by `/usr/local/bin/gegl ../../icons/Symbolic/64/gimp-warning.png -o 64/gimp-warning.'.
Program terminated with signal SIGSEGV, Segmentation fault.
The options are default.
May be I have malfunctioning graphics/gegl installed, how to diagnose that? As I see messages during graphics/gegl build it pushes to use X86_64_V2 for some reason, and if I do not have V2 on my old machine? May be that's the problem?
 
Is this repeatable?

Can you get a backtrace from the core file?

An instruction set mismatch should not lead to SIGSEGV.
Well, I discovered that the FFMPEG option in gegl lead to this SIGSEGV somehow. Core file got no symbols and I suppose some erroneous jump/call address since not very meaningful code at $pc.
But ffmpeg itself works good enough.
 
Is this repeatable?

Can you get a backtrace from the core file?

An instruction set mismatch should not lead to SIGSEGV.
By the way, why do I have all that multilibs with x86-64-v2 and x86-64-v3 if I am building for the native architecture? Is there a way to get rid of them?
 
Back
Top