fuzzable icon indicating copy to clipboard operation
fuzzable copied to clipboard

undefined symbol: static_assert when trying to run analysis

Open ChipMonto opened this issue 9 months ago • 0 comments

Hi, Thanks for creating such a useful piece of software. Looks like some dependency has changed an now when trying to analyze a source code one gets the following error:

OSError: /usr/local/lib/python3.10/dist-packages/build/lang.so: undefined symbol: static_assert

Indeed looks like the symbol is missing, but I don't know where does the missing dependency come from:

# readelf -s ./lang.so | grep -i assert
     8: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND static_assert
   117: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND __assert_fail@GL[...]
   125: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND static_assert

Thanks in advance for any hints.

The system is ubuntu 22.04 and fuzzable was installed via pip install .

ChipMonto avatar May 21 '24 10:05 ChipMonto