Skip to content

FeynHiggs compiling issues with pixi

Currently, I didn't manage to get FeynHiggs to compile with pixi. make only produces one warning:

/afs/cern.ch/work/j/jwuerzin/pMSSMTaskforce/Run3ModelGen/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.2.0/../../../../x86_64-conda-linux-gnu/bin/ld: warning: ODESolve.o: requires executable stack (because the .note.GNU-stack section is executable)

However, running the default test ./build/FeynHiggs example/SLHA/TestEXTPAR.spc then produces a segfault:

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
#0  0x7f976003e6ef in ???
#1  0x5643805b7406 in ???
#2  0x5643805b749c in ???
#3  0x56438056e284 in ???
#4  0x56437fd544ad in ???
#5  0x56437fd543de in ???
#6  0x56437fa92285 in ???
#7  0x56437fa4975e in ???
#8  0x56437fa09eba in ???
#9  0x56437fa0941e in ???
#10  0x7f976002958f in ???
#11  0x7f976002963f in ???
#12  0x56437fa09450 in ???

I have emailed the authors about this.