Open afh opened 9 months ago
Friendly ping to @tfmoraes on this 🙂
So, I checked that the recent gdcm
bump to 3.0.24
didn't fix this, and neither does setting GDCM_USE_SYSTEM_UUID=OFF
(purely a guess). Seems likely the UID module isn't being wrapped for some reason - observe that TestWrapPython
is already disabled because 3 classes don't get wrapped, but UID generation seems more important than these other modules, so I would be hesitant to simply disable this test.
One possibility is downgrading gdcm swig to swig3, which works, although it's a bit unfortunate since there is not much use of swig3 in tree.
Thanks for chiming in on this, @bcdarwin. Do you see value in raising this upstream?
Friendly ping to @tfmoraes on this :)
Steps To Reproduce
Steps to reproduce the behavior:
nix build nixpkgs-dev#python310Packages.gdcm
Build log
Additional context
Add any other context about the problem here.
Notify maintainers
@tfmoraes, any idea how to resolve this issue? Is it something specific to nixpkgs or something that upstream needs to address and the test should be disabled for the time being? E.g.:
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a :+1: reaction to issues you find important.