https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294467
--- Comment #5 from Franco Ricci <[email protected]> --- (In reply to Matthias Andree from comment #4) If you have already installed python3.14t and try to reinstall it an error occurs: pkg-static: Unable to access file /usr/ports/lang/python314t/work/stage/usr/local/include/python3.14tt/traceback.h:No such file or directory pkg-static: Unable to access file /usr/ports/lang/python314t/work/stage/usr/local/include/python3.14tt/tupleobject.h:No such file or directory pkg-static: Unable to access file /usr/ports/lang/python314t/work/stage/usr/local/include/python3.14tt/typeslots.h:No such file or directory pkg-static: Unable to access file /usr/ports/lang/python314t/work/stage/usr/local/include/python3.14tt/unicodeobject.h:No such file or directory pkg-static: Unable to access file /usr/ports/lang/python314t/work/stage/usr/local/include/python3.14tt/warnings.h:No such file or directory pkg-static: Unable to access file /usr/ports/lang/python314t/work/stage/usr/local/include/python3.14tt/weakrefobject.h:No such file or directory *** Error code 1 Stop. make[1]: stopped making "/usr/ports/lang/python314t/work/.install_done.python._usr_local" in /usr/ports/lang/python314t *** Error code 1 Stop. make: stopped making "install" in /usr/ports/lang/python314t ===>>> A backup package for python314t-3.14.5_1 should be located in /usr/ports/packages/portmaster-backup ===>>> Installation of python314t-3.14.5_1 (lang/python314t) failed ===>>> Aborting update ===>>> You can restart from the point of failure with this command line: portmaster <flags> lang/python314t PYTHON_ABIVER (obtained from the previous python3.14t installation) is 3.14t and the plist files template paths are: %PYTHON_BASEINCLUDEDIR%%%%THREAD%%%%ABI%%/… where %%PYTHON_BASEINCLUDEDIR%% = /usr/local/include/python3.14t so the plist file paths are incorrect: /usr/local/include/python3.14tt/ If I restore PYTHON_ABIVER, removing all flavours, the port installation always works correctly. -- You are receiving this mail because: You are on the CC list for the bug.
