python-dmidecode
python-dmidecode copied to clipboard
Python DMI-Decode
It looks like someone in history created package in https://pypi.python.org/pypi/dmidecode and does not maintain it. In Fedora Linux the package is in RPM from this repo or at least it...
Fixes the following error: src/dmidecodemodule.c: In function ‘__dmidecode_xml_getsection’: src/dmidecodemodule.c:482:90: error: passing argument 3 of ‘_pyReturnError’ makes integer from pointer without a cast [-Wint-conversion] 482 | _pyReturnError(PyExc_RuntimeError, "Invalid type id '%s'...
Trying to build python-dmidecode with GCC 14 fails with: ``` [ 18s] src/dmidecodemodule.c: In function ‘__dmidecode_xml_getsection’: [ 18s] src/dmidecodemodule.c:482:90: error: passing argument 3 of ‘_pyReturnError’ makes integer from pointer without...