I'm trying to install texmaker. Just doing "pkg install texmaker" seems to
work, but does not run. It appears that I need to have a bunch of runtime and
library dependencies that are not in my current FreeBSD 10.3. So, I am
attempting to make those dependencies.
No matter what I try to make from the ports distribution, all the makes fail
when they try to "make configure" in the build process.
I am attaching the xterm output, as there appears to be no config.log file
Any suggestions would terrific.
-Lyman
===> qt5-widgets-5.7.1 depends on package: pkgconf>=1.3.0_1 - found
===> qt5-widgets-5.7.1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===> qt5-widgets-5.7.1 depends on file: /usr/local/lib/qt5/bin/moc - found
===> qt5-widgets-5.7.1 depends on file: /usr/local/lib/qt5/bin/qmake - found
===> qt5-widgets-5.7.1 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so)
===> qt5-widgets-5.7.1 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so)
===> qt5-widgets-5.7.1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so)
===> qt5-widgets-5.7.1 depends on shared library: libgtk-3.so - found (/usr/local/lib/libgtk-3.so)
===> qt5-widgets-5.7.1 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so)
===> qt5-widgets-5.7.1 depends on shared library: libQt5Core.so - found (/usr/local/lib/libQt5Core.so)
===> qt5-widgets-5.7.1 depends on shared library: libQt5DBus.so - found (/usr/local/lib/libQt5DBus.so)
===> qt5-widgets-5.7.1 depends on shared library: libQt5Gui.so - found (/usr/local/lib/libQt5Gui.so)
===> Configuring for qt5-widgets-5.7.1
/bin/ln -sf /usr/local/lib/qt5/libQt5Core.so /usr/ports/x11-toolkits/qt5-widgets/work/qtbase-opensource-src-5.7.1/lib
/bin/ln -sf /usr/local/lib/qt5/libQt5DBus.so /usr/ports/x11-toolkits/qt5-widgets/work/qtbase-opensource-src-5.7.1/lib
/bin/ln -sf /usr/local/lib/qt5/libQt5Gui.so /usr/ports/x11-toolkits/qt5-widgets/work/qtbase-opensource-src-5.7.1/lib
/bin/mkdir -p /usr/ports/x11-toolkits/qt5-widgets/work/qtbase-opensource-src-5.7.1
echo 'CMAKE_MODULE_TESTS = -' > /usr/ports/x11-toolkits/qt5-widgets/work/qtbase-opensource-src-5.7.1/.qmake.cache
echo 'QMAKE_LIBDIR_FLAGS = -L/usr/ports/x11-toolkits/qt5-widgets/work/qtbase-opensource-src-5.7.1/lib' >> /usr/ports/x11-toolkits/qt5-widgets/work/qtbase-opensource-src-5.7.1/.qmake.cache
This is the Qt Open Source Edition.
You are licensed to use this software under the terms of
the GNU Lesser General Public License (LGPL) versions 3.
You are also licensed to use this software under the terms of
the GNU General Public License (GPL) versions 2.
You have already accepted the terms of the Open Source license.
Running configuration tests...
Failed to process makespec for platform '/usr/local/lib/qt5/mkspecs/freebsd-clang'
Turn on verbose messaging (-v) to see the final report.
===> Script "configure" failed unexpectedly.
Please report the problem to [email protected] [maintainer] and attach the
"/usr/ports/x11-toolkits/qt5-widgets/work/qtbase-opensource-src-5.7.1/config.log"
including the output of the failure of your make command. Also, it might be
a good idea to provide an overview of all packages installed on your system
(e.g. a /usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/x11-toolkits/qt5-widgets
*** Error code 1
Stop.
make: stopped in /usr/ports/x11-toolkits/qt5-widgets