zdohnal
zdohnal
Hi @siepkes, lately I made a change in Fedora 40+ for CUPS to follow system crypto policies by default (so any client using libcups would follow the system settings, in...
@siepkes IMO you won't be able to reproduce it easily on FreeBSD - you would have to enforce priority string from Fedora GNUTLS into FreeBSD cups client (you can see...
Hi @k-takata , unfortunately it ends with error during configure: ``` hecking --with-python3-stable-abi argument... yes Traceback (most recent call last): File "", line 1, in major_minor='yes'.split('.'); print('0x{0:X}'.format( (int(major_minor.__getitem__(0))
Ok, different errors has shown up - [error.txt](https://github.com/user-attachments/files/16559044/error.txt) . Configured with ```./configure --with-features=huge --enable-gui=no --enable-python3interp=dynamic --with-python3-stable-abi=3.13```.
Python 3.8 is long gone from Fedora - Fedora 39, the oldest stable, has Python 3.12.4. I would prefer the version which is on the machine. If I remove the...
I was able to track which stable ABI introduces the changes - Py_TYPE and Py_INCREF started to accept only PyObject pointer with 3.11, which caused the errors. However once I...
FTBFS with newer stable ABI covered here #15460 .
@michaelrsweet thank you for the review! I have applied the feedback + taken the liberty to update man pages to include the option. Feel free to check once you have...
Added, thank you!
PR https://github.com/OpenPrinting/cups/pull/1287