pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Problem building lang/python36
On Thu, 26 Jan 2017 11:05:00 +0800 (PHT), Paul Goyette <paul%whooppee.com@localhost> wrote:
> Immediately after having successfully built python-27 I tried to build
> python-36 and it failed. The last section of the attached log file
> shows some problems with the automatic man-page handling...
> => Automatic manual page handling
> pkg_create: can't stat `/tmp/pkgs/lang/python36/work.x86_64/.destdir/usr/pkg/lib/python3.6/config-3.6-netbsd7/Makefile'
> pkg_create: can't stat `/tmp/pkgs/lang/python36/work.x86_64/.destdir/usr/pkg/lib/python3.6/config-3.6-netbsd7/Setup'
I can't reproduce it on Mac OS X.
python36/PLIST expects config-3.6, not config-3.6-netbsd7.
It comes from python36/work/Python-3.6.0/Makefile.
# Install the library and miscellaneous stuff needed for extending/embedding
# This goes into $(exec_prefix)
LIBPL= $(prefix)/lib/python3.6/config-$(VERSION)$(ABIFLAGS)
--
Yuji Yamano
Home |
Main Index |
Thread Index |
Old Index