I am not certain how exactly to resolve this.
When doing "make clean install" on /usr/ports/lang/php74-extensions I am receiving the following build errors:
Stop.
make[12]: stopped in /usr/ports/devel/llvm80
*** Error code 1
(RESOLVED w/ make clean install)
Stop.
make[11]: stopped in /usr/ports/graphics/mesa-libs
*** Error code 1
-- FAILED / NEEDS python3.5
All these say they need python 3.5 (which I installed; including, 3.6 and 3.8; however doesn't fix it.)
I receive the following error on the remainder compiler errors:
Any help would be great! Thank you all so much. I love this operating system!
When doing "make clean install" on /usr/ports/lang/php74-extensions I am receiving the following build errors:
Stop.
make[12]: stopped in /usr/ports/devel/llvm80
*** Error code 1
(RESOLVED w/ make clean install)
Stop.
make[11]: stopped in /usr/ports/graphics/mesa-libs
*** Error code 1
-- FAILED / NEEDS python3.5
All these say they need python 3.5 (which I installed; including, 3.6 and 3.8; however doesn't fix it.)
I receive the following error on the remainder compiler errors:
Code:
root@sharpenyoursword:/usr/ports/graphics/mesa-libs # make clean install
===> Cleaning for libdrm-2.4.99,1
===> Cleaning for mesa-libs-18.3.2_3
===> mesa-libs-18.3.2_3 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by mesa-libs-18.3.2_3 for building
===> Extracting for mesa-libs-18.3.2_3
=> SHA256 Checksum OK for mesa-18.3.2.tar.xz.
===> Patching for mesa-libs-18.3.2_3
===> Applying FreeBSD patches for mesa-libs-18.3.2_3
===> mesa-libs-18.3.2_3 depends on package: wayland-protocols>=1.8 - found
===> mesa-libs-18.3.2_3 depends on file: /usr/local/libdata/pkgconfig/pthread-stubs.pc - found
===> mesa-libs-18.3.2_3 depends on executable: bison - found
===> mesa-libs-18.3.2_3 depends on executable: msgfmt - found
===> mesa-libs-18.3.2_3 depends on executable: gmake - found
===> mesa-libs-18.3.2_3 depends on package: pkgconf>=1.3.0_1 - found
===> mesa-libs-18.3.2_3 depends on file: /usr/local/bin/python2.7 - found
===> mesa-libs-18.3.2_3 depends on package: llvm80>=3.9.0_4 - found
===> mesa-libs-18.3.2_3 depends on package: xorgproto>=0 - found
===> mesa-libs-18.3.2_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===> mesa-libs-18.3.2_3 depends on file: /usr/local/libdata/pkgconfig/xcb.pc - found
===> mesa-libs-18.3.2_3 depends on file: /usr/local/libdata/pkgconfig/xdamage.pc - found
===> mesa-libs-18.3.2_3 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found
===> mesa-libs-18.3.2_3 depends on file: /usr/local/libdata/pkgconfig/xfixes.pc - found
===> mesa-libs-18.3.2_3 depends on file: /usr/local/libdata/pkgconfig/xshmfence.pc - found
===> mesa-libs-18.3.2_3 depends on file: /usr/local/libdata/pkgconfig/xxf86vm.pc - found
===> mesa-libs-18.3.2_3 depends on shared library: libwayland-egl.so - found (/usr/local/lib/libwayland-egl.so)
===> mesa-libs-18.3.2_3 depends on shared library: libexpat.so - found (/usr/local/lib/libexpat.so)
===> mesa-libs-18.3.2_3 depends on shared library: libdrm.so - not found
===> License MIT accepted by the user
===> libdrm-2.4.99,1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by libdrm-2.4.99,1 for building
===> Extracting for libdrm-2.4.99,1
=> SHA256 Checksum OK for libdrm-2.4.99.tar.bz2.
===> Patching for libdrm-2.4.99,1
===> Applying extra patch /usr/ports/graphics/libdrm/files/extra-xf86drm.c
===> Applying FreeBSD patches for libdrm-2.4.99,1
===> libdrm-2.4.99,1 depends on file: /usr/local/libdata/pkgconfig/pthread-stubs.pc - found
===> libdrm-2.4.99,1 depends on file: /usr/local/share/xsl/docbook/manpages/docbook.xsl - found
===> libdrm-2.4.99,1 depends on executable: xsltproc - found
===> libdrm-2.4.99,1 depends on executable: meson - not found
===> meson-0.52.1 needs Python 3.5 at least, but 2.7 was specified.
*** Error code 1
Stop.
make[4]: stopped in /usr/ports/devel/meson
*** Error code 1
Stop.
make[3]: stopped in /usr/ports/graphics/libdrm
*** Error code 1
Stop.
make[2]: stopped in /usr/ports/graphics/libdrm
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/graphics/mesa-libs
*** Error code 1
Stop.
make: stopped in /usr/ports/graphics/mesa-libs
root@sharpenyoursword:/usr/ports/graphics/mesa-libs #
Code:
Stop.
make[10]: stopped in /usr/ports/graphics/mesa-libs
*** Error code 1
Stop.
make[9]: stopped in /usr/ports/graphics/freeglut
*** Error code 1
Stop.
make[8]: stopped in /usr/ports/graphics/freeglut
*** Error code 1
Stop.
make[7]: stopped in /usr/ports/graphics/webp
*** Error code 1
Stop.
make[6]: stopped in /usr/ports/graphics/webp
*** Error code 1
Stop.
make[5]: stopped in /usr/ports/graphics/gd
*** Error code 1
Stop.
make[4]: stopped in /usr/ports/graphics/gd
*** Error code 1
Stop.
make[3]: stopped in /usr/ports/graphics/php74-gd
*** Error code 1
Stop.
make[2]: stopped in /usr/ports/graphics/php74-gd
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/lang/php74-extensions
*** Error code 1
Any help would be great! Thank you all so much. I love this operating system!
Last edited by a moderator: