bug#64340: libsigrokdecode: check phase fails

2023-08-26 Thread 宋文武 via Bug reports for GNU Guix
Christopher Howard writes: > I am trying to install pulseview, but libsigrokdecode fails to build, > dying at the check phase. It appears to be a dependency-related issue > - test programs cannot build do to undefined functions. > > ``` > ld: ./.libs/libsigrokdecode.so: undefined reference to `Py

bug#64340: libsigrokdecode: check phase fails

2023-06-28 Thread Christopher Howard
I am trying to install pulseview, but libsigrokdecode fails to build, dying at the check phase. It appears to be a dependency-related issue - test programs cannot build do to undefined functions. ``` ld: ./.libs/libsigrokdecode.so: undefined reference to `PyList_Insert' ld: ./.libs/libsigrokdeco