I'm trying to update my installation of textproc/qt5-xmlpatterns using
Unfortunately I get errors printed:
and the port fails to install. I've also attached the standard output from portmaster.
As far as I can tell google hasn't heard of this error. Any thoughts on what I could be doing wrong or how I could resolve this (besides just installing the binary package instead)?
sudo portmaster -mMAKE_JOBS_UNSAFE=yes --delete-build-only qt5-xmlpatterns > qt5-xmlpatterns.log.txt
Unfortunately I get errors printed:
Code:
Running configuration tests...
Done running configuration tests.
Configure summary:
QtXmlPatterns:
XML schema support ..................... yes
Qt is now configured for building. Just run 'make'.
Once everything is built, Qt is installed.
You should NOT run 'make install'.
Note that this build cannot be deployed to other machines or devices.
Prior to reconfiguration, make sure you remove any leftovers from
the previous build.
qqmlxmllistmodel.cpp:935:22: error: cannot initialize a variable of type 'QV4::ExecutionEngine *' with an rvalue of type 'QV8Engine *'
ExecutionEngine *v4engine = engine->handle();
^ ~~~~~~~~~~~~~~~~
1 error generated.
freebsd-version
gives 11.2-RELEASE-p8
, and uname -a
gives FreeBSD my.domain.name 11.2-RELEASE FreeBSD 11.2-RELEASE #0 r335510: Fri Jun 22 04:32:14 UTC 2018 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
As far as I can tell google hasn't heard of this error. Any thoughts on what I could be doing wrong or how I could resolve this (besides just installing the binary package instead)?