scancode-toolkit
scancode-toolkit copied to clipboard
macOS 12 on x86 does not work when installing from an actual app archive
we do have some issue that's been reported privately with macOS 12 on X86 : SCTK 31.0.0rc3 does not install correctly
The issue has been traced to these related issues:
- https://github.com/mkorman90/regipy/issues/239
- https://github.com/libyal/libfwsi/issues/19
A solution may be to
- provide the sources in all cases for
libfwsi-pythonand hope for the best - same, but add an extra to restrict Windows registry support to Linux?
- build
libfwsi-pythonon all OSes... but this may need a light fork oflibfwsi-pythonandregipy
We need to tests that an app archive is effectively test installed and test run after its build.
The wheel for pefile is missing everywhere too per https://github.com/erocarrera/pefile/issues/341
This is fixed in https://github.com/nexB/scancode-toolkit/pull/3053