[Bug 233718] math/py-matplotlib: Flavor @py36 does not install because of wrong PYTHON*_SITELIBDIR
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Dec 3 07:05:33 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233718
--- Comment #5 from Rainer Hurling <rhurlin at gwdg.de> ---
(In reply to Kubilay Kocak from comment #2)
Hi Kubilay,
Thanks for taking this up.
I think your suspicion about my PR is right. Now that I try to reproduce the
reported error, it is not as it seems before. Instead, it turns out, that it is
not an installation problem, but most likely a problem with portmaster and its
bookkeeping.
Portmaster does not create the usual directory entry 'py36-matplotlib-2.1.2_4'
under /var/db/pkg, when 'portmaster math/py-matplotlib at py36' also has to build
needed dependencies, like e.g. py36-cython-0.29, py36-numpy-1.15.1,1,
py36-cycler-0.10.0, py36-dateutil-2.7.3, py36-pyparsing-2.3.0, and
py36-tornado-5.1.1.
If the dependencies already exist, portmaster creates an entry on /var/db/pkg
after successful installation of py36-matplotlib.
As requested, I created log files for the two cases, with the following command
lines:
#env DISABLE_MAKE_JOBS=yes portmaster math/py-matplotlib at py36 > &
build-error_deps-also-to-build.log
#env DISABLE_MAKE_JOBS=yes portmaster math/py-matplotlib at py36 > &
build-error_deps-not-to-build.log
Obviously, there is no problem with math/py-matplotlib at py36 itself, so this PR
should be closed. Sorry for the noise.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list