AINS_FROM(1.00)[]; NEURAL_HAM_SHORT(-0.97)[-0.969]; R_DKIM_ALLOW(-0.20)[gojira.at:s=mail202005]; R_SPF_ALLOW(-0.20)[+ip4:94.130.200.20]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:24940, ipnet:94.130.0.0/16, country:DE]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; DMARC_NA(0.00)[gojira.at]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; TO_DN_NONE(0.00)[]; MLMMJ_DEST(0.00)[questions@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[gojira.at:+] X-Rspamd-Queue-Id: 4VdKg43H4vz44YV On Mon, 13 May 2024 14:31:16 +0200, Odhiambo Washington wrote: > > Hi > > I need to install Python27 from /usr/ports/lang/python27 to test something, > but it fails: > > ``` > root@gw:/usr/ports/lang/python27 # make reinstall clean > ===> Deinstalling for python27 > ===> python27 not installed, skipping > ===> Installing for python27-2.7.18 > ===> Checking if python27 is already installed > ===> Registering installation for python27-2.7.18 > pkg-static: Unable to access file > /usr/ports/lang/python27/work/stage//lib/python2.7/lib-dynload/_hashlib.so:No > such file or directory > *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/lang/python27 > *** Error code 1 > > Stop. > make: stopped in /usr/ports/lang/python27 > ``` > > The files missing are actually > in /usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/. > > How can I solve this problem? Works for me on stable/14 (amd64) and main(arm64): % find work/stage -name "_hashlib.so" work/stage/usr/local/lib/python2.7/lib-dynload/_hashlib.so Do you use openssl/libressl from ports? Can you check the build log for more information?