IRC channel logs
2024-01-18.log
back to list of logs
<rekado>it’s a new channel with almost all Bioconductor packages <rekado>civodul: could you please add a jobspec for guix-bioc to guix.bordeaux.inria.fr? It’s <2000 new R packages. <civodul>great that you managed to come up with this channel! <civodul>no need for BioConda or Biowhatever now :-) <rekado>weird because we’re using “guix pull” to check that it’s fine <rekado>not sure what the error means, but the package in question has this list of inputs: (inputs (list python-scikit-learn python packaging)) <rekado>but I wonder why this wasn’t removed as a bad input <rekado>once it’s fixed I’ll add it to bayfront.scm <rekado>I’m not confident that it will remain in a buildable status. I think there still is a bug in the channel generator script. <rekado>I’ll try to get around to it soon <civodul>we should claim biocontainer.org and have a ‘guix pack’ web frontend <rekado>I’m trying to fix python2-scipy in guix-past <rekado>this is the error: ImportError: /gnu/store/w2xy0r1gbccb8xlma40xznbhakc63wh0-python2-scipy-1.2.3/lib/python2.7/site-packages/scipy/special/_ufuncs_cxx.so: undefined symbol: expl, version GLIBCXX_3.4 <rekado>this library is linked with libm and libm contains expl. Is it about the symbol version? <rekado>“nm -gD /gnu/store/qzqq7za0mqvxgp7q8jmzd97c22xbqd18-gcc-7.5.0-lib/lib/libstdc++.so.6 | grep expl” says that we have “00000000000ae820 T expl@@GLIBCXX_3.4” <rekado>and _ufuncs_cxx.so is in fact linked with that libstdc++.so.6 <rekado>(we only get this error when manually importing; the build log only claims that it “cannot import name _ufuncs”) <civodul>could it be a mismatch with the default gcc (11.x)?