Hello All,
I'm new to FreeBSD and am running FreeBSD 12.0 release. I have been using binary packages for software and it works fine, no issues!
However, when I try to build ports, I get a bunch of error messages. It does not matter which port, they all behave the same! The example below is for building inkscape from ports. Just want to mention that I do not have a binary package installed for inkscape.
How can I trouble-shoot this? What should I be doing differently?
Thanks for your input...
----
Below is the output from the inkscape ports build attempt
I'm new to FreeBSD and am running FreeBSD 12.0 release. I have been using binary packages for software and it works fine, no issues!
However, when I try to build ports, I get a bunch of error messages. It does not matter which port, they all behave the same! The example below is for building inkscape from ports. Just want to mention that I do not have a binary package installed for inkscape.
How can I trouble-shoot this? What should I be doing differently?
Thanks for your input...
----
Below is the output from the inkscape ports build attempt
Code:
$ cd /usr/ports/graphics/inkscape
$ sudo make install
Password:
===> inkscape-0.92.3_7 depends on file: /usr/local/include/boost/concept_check.hpp - found
===> inkscape-0.92.3_7 depends on file: /usr/local/bin/cmake - not found
===> cmake-3.13.2 depends on executable: sphinx-build - found
===> cmake-3.13.2 depends on shared library: libcurl.so - found (/usr/local/lib/libcurl.so)
===> cmake-3.13.2 depends on shared library: libexpat.so - found (/usr/local/lib/libexpat.so)
===> cmake-3.13.2 depends on shared library: libjsoncpp.so - not found
===> jsoncpp-1.8.1_5 depends on file: /usr/local/bin/scons - not found
===> Staging for scons-3.0.1
===> scons-3.0.1 depends on executable: gm4 - not found
===> m4-1.4.18_1,1 depends on executable: makeinfo - not found
===> Installing for texinfo-6.5_2,1
===> Checking if texinfo already installed
===> Registering installation for texinfo-6.5_2,1 as automatic
pkg-static: Unable to access file /usr/ports/print/texinfo/work/stage/usr/local/lib/texinfo/MiscXS.a:No such file or directory
pkg-static: Unable to access file /usr/ports/print/texinfo/work/stage/usr/local/lib/texinfo/MiscXS.so:No such file or directory
pkg-static: Unable to access file /usr/ports/print/texinfo/work/stage/usr/local/share/texinfo/Texinfo/Convert/XSParagraph/TestXS.pm:No such file or directory
*** Error code 74
Stop.
make[9]: stopped in /usr/ports/print/texinfo
*** Error code 1
Stop.
make[8]: stopped in /usr/ports/print/texinfo
*** Error code 1
Stop.
make[7]: stopped in /usr/ports/devel/m4
*** Error code 1
Stop.
make[6]: stopped in /usr/ports/devel/m4
*** Error code 1
Stop.
make[5]: stopped in /usr/ports/devel/scons
*** Error code 1
Stop.
make[4]: stopped in /usr/ports/devel/jsoncpp
*** Error code 1
Stop.
make[3]: stopped in /usr/ports/devel/cmake
*** Error code 1
Stop.
make[2]: stopped in /usr/ports/devel/cmake
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/graphics/inkscape
*** Error code 1
Stop.
make: stopped in /usr/ports/graphics/inkscape
Last edited by a moderator: