Default python is 3.6?

Steve Kargl sgk at troutmask.apl.washington.edu
Fri Apr 12 16:17:45 UTC 2019


On Fri, Apr 12, 2019 at 09:11:12AM -0700, Steve Kargl wrote:
> cd /usr/ports/lang/python36
> make && make install
> 
> ===>  Installing for python36-3.6.8_2
> ===>  Checking if python36 is already installed
> ===>   Registering installation for python36-3.6.8_2
> pkg-static: Unable to access file /usr/ports/lang/python36/work/stage/usr/local/lib/python3.6/lib-dynload/_asyncio.so:No such file or directory
> pkg-static: Unable to access file /usr/ports/lang/python36/work/stage/usr/local/lib/python3.6/lib-dynload/math.so:No such file or directory
> *** Error code 74
> 
> Stop.
> make[1]: stopped in /usr/ports/lang/python36
> *** Error code 1
> 
> Stop.
> make: stopped in /usr/ports/lang/python36
> 
> ?
>
 
% find . -name _async\*
./work/Python-3.6.8/Modules/_asynciomodule.c
./work/Python-3.6.8/Modules/clinic/_asynciomodule.c.h
./work/Python-3.6.8/PCbuild/_asyncio.vcxproj.filters
./work/Python-3.6.8/PCbuild/_asyncio.vcxproj
./work/Python-3.6.8/build/lib.freebsd-13.0-CURRENT-amd64-3.6/_asyncio_failed.so
./work/Python-3.6.8/build/temp.freebsd-13.0-CURRENT-amd64-3.6/usr/ports/lang/python36/work/Python-3.6.8/Modules/_asynciomodule.o
./work/stage/usr/local/lib/python3.6/lib-dynload/_asyncio_failed.so

% find . -name math\*
./work/Python-3.6.8/Doc/library/math.rst
./work/Python-3.6.8/Modules/mathmodule.c
./work/Python-3.6.8/Lib/test/math_testcases.txt
./work/stage/usr/local/lib/python3.6/test/math_testcases.txt

?

-- 
Steve


More information about the freebsd-ports mailing list