[Bug 220204] net-mgmt/netxms
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jun 22 09:19:05 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220204
Bug ID: 220204
Summary: net-mgmt/netxms
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: bofh at freebsd.org
Reporter: peter at icebear.net
Assignee: bofh at freebsd.org
Flags: maintainer-feedback?(bofh at freebsd.org)
I'm building netxms with PostgreSQL support but get the following error, looks
like the sqlite library's are hardcoded somewhere.
-------------
===> Installing for netxms-2.0.7
===> netxms-2.0.7 depends on file: /usr/local/lib/libcrypto.so.9 - found
===> netxms-2.0.7 depends on package: perl5>=5.26<5.27 - found
===> netxms-2.0.7 depends on shared library: libcurl.so - found
(/usr/local/lib/libcurl.so)
===> netxms-2.0.7 depends on shared library: libexpat.so - found
(/usr/local/lib/libexpat.so)
===> netxms-2.0.7 depends on shared library: libjansson.so - found
(/usr/local/lib/libjansson.so)
===> netxms-2.0.7 depends on shared library: libtre.so - found
(/usr/local/lib/libtre.so)
===> netxms-2.0.7 depends on shared library: libpq.so.5 - found
(/usr/local/lib/libpq.so.5)
===> Checking if netxms already installed
===> Registering installation for netxms-2.0.7
pkg-static: Unable to access file
/usr/ports/net-mgmt/netxms/work/stage/usr/local/lib/libnxsqlite.so:No such file
or di rectory
pkg-static: Unable to access file
/usr/ports/net-mgmt/netxms/work/stage/usr/local/lib/libnxsqlite.so.2:No such
file or
directory
pkg-static: Unable to access file
/usr/ports/net-mgmt/netxms/work/stage/usr/local/lib/libnxsqlite.so.2.0.0:No
such file or
directory
*** Error code 74
Stop.
make[1]: stopped in /usr/ports/net-mgmt/netxms
*** Error code 1
Stop.
make: stopped in /usr/ports/net-mgmt/netxms
----------
silly work around from my end :
touch /usr/ports/net-mgmt/netxms/work/stage/usr/local/lib/libnxsqlite.so
touch /usr/ports/net-mgmt/netxms/work/stage/usr/local/lib/libnxsqlite.so.2
touch /usr/ports/net-mgmt/netxms/work/stage/usr/local/lib/libnxsqlite.so.2.0.0
make install
rm /usr/local/lib/libnxsqlite.so*
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list