new portmaster fails to build devel/py-libzfs at py36 because of failing cython
Kubilay Kocak
koobs at FreeBSD.org
Fri Dec 15 10:30:07 UTC 2017
On 15/12/2017 8:50 pm, Johan Hendriks wrote:
> Hello all.
Hi Johan
> First of all thank you for the update of portmaster, much appreciated.
>
> When i am updating my ports, portmaster fails with the following error.
>
> ====> Compressing man pages (compress-man)
> ===>>> Starting check for runtime dependencies
> ===>>> Gathering dependency list for lang/cython at py36 from ports
> ===>>> Dependency check complete for lang/cython at py36
>
> ===>>> devel/py-libzfs at py36 1/10 >> lang/cython at py36 (1/1)
>
> ===> Installing for py36-cython-0.26
> ===> Checking if py36-cython already installed
> ===> Registering installation for py36-cython-0.26 as automatic
> Installing py36-cython-0.26...
> pkg-static: py36-cython-0.26 conflicts with cython3-0.26 (installs files
notice the reference to cython3 here -----------^
lang/cython and lang/cython3 use to both exist, one for python2, the
other for python3.
lang/cython3 was recently deleted, since lang/cython now supports
multiple concurrent installations with different python versions.
pkg delete cython3, then go again.
Let us know how it goes
> into the same place). Problematic file: /usr/local/bin/cygdb-3.6
> *** Error code 70
>
> Stop.
> make: stopped in /usr/ports/lang/cython
>
> ===>>> Installation of py36-cython-0.26 (lang/cython at py36) failed
> ===>>> Aborting update
>
> ===>>> Update for lang/cython at py36 failed
> ===>>> Aborting update
>
> ===>>> Update for devel/py-libzfs at py36 failed
> ===>>> Aborting update
>
>
> Is there someting i can try or do?
> regards
>
> Johan
>
More information about the freebsd-python
mailing list