Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2019 09:17:42 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        freebsd-ports@freebsd.org
Subject:   Re: Default python is 3.6?
Message-ID:  <20190412161742.GA21349@troutmask.apl.washington.edu>
In-Reply-To: <20190412161112.GA5963@troutmask.apl.washington.edu>
References:  <20190412161112.GA5963@troutmask.apl.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190412161742.GA21349>