libpci 3.8.0 #241
Replies: 4 comments
-
In Gentoo libpci is at 3.8.0 and already stable, so it's ok. libpci comes with sys-apps/pciutils My only concern is if someone runs the already compiled binary on another distribution with a lower libpci. Can you detect this case during dlopen and handle it properly? |
Beta Was this translation helpful? Give feedback.
-
I'm okay if this means the project can go forward. I wouldn't be able to compile it until the next lts release for my distro but I can wait until then. |
Beta Was this translation helpful? Give feedback.
-
Still have a lot of CentOS 7 servers to maintain Can we have some #ifdef to keep the compatibility to the old version? |
Beta Was this translation helpful? Give feedback.
-
ConclusionTo bring in more clarity, the affected features are:
I have implemented it in the following way for a while now, and i think it is a good compromise, because nobody complained:
Known systems that don't use the
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
i really want to have a minimum libpci dependency of 3.8.0 (
PCI_FILL_CLASS_EXT
,PCI_FILL_DRIVER
).However, it was released 18.04.2022, and is therefore not available on every distribution (see here).
If an upgrade would be a no go for your setup, please let me know. I will leave this open for some time before upgrading, so people can see this.
5 votes ·
Beta Was this translation helpful? Give feedback.
All reactions