Richard

Results 121 comments of Richard

Just found this issue and read everything but can't say I completely understood it :) I'm still working on getting FreeCAD 0.17 to build with this fork of smesh... https://github.com/FreeCAD/FreeCAD/pull/1407

Thought I'd randomly try turning tests back on as it's been a few years :) Still getting one sigabrt, all other tests pass: ``` cd /builddir/build/BUILD/Zipios-2.2.5.0/x86_64-redhat-linux-gnu/tests && ./zipios_tests zipios_tests[1390]: version...

This is from a Fedora provided rawhide (F41) test VM: ``` $ python -c 'import locale, sys; from fail2ban.helpers import PREFER_ENC; print(PREFER_ENC, locale.getpreferredencoding(), (sys.stdout and sys.stdout.encoding))' UTF-8 UTF-8 utf-8 ```

I would expect so. I don't have a good way to do a local build as most packagers utilize mock builds (as does the build servers) to create a chroot...

Hmm.. No. I got the exact same results both on a rawhide test system and in a Rawhide mock chroot on my system.

That seems to have addressed the test at least. Thanks!

I'm not a developer but I'm a Fedora packager and would be very interested in seeing this in Fedora/RHEL.

Is it worth looking to see how gnome-disk-utility looks up the extra data? https://gitlab.gnome.org/GNOME/gnome-disk-utility

I like the data that is presented here, including the ability to start a SMART test: ![image](https://github.com/user-attachments/assets/5299d8c7-1002-4da1-b0f7-e113d74b890d)

Late to this conversation but Fedora is now actively moving away from the `python setup.py install` method. I have an interesting result in that **nothing** is being installed using the...