Bug 293484 - net-mgmt/netxms: fails to package (plist issues)
Summary: net-mgmt/netxms: fails to package (plist issues)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-02-27 12:58 UTC by Robert Clausecker
Modified: 2026-04-27 00:25 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2026-02-27 12:58:44 UTC
This was found on powerpc64le FreeBSD 15, but it seems like it also happens on other platforms:

===>  Building packages for netxms-3.9.420
===>   Building netxms-3.9.420
pkg-static: Unable to access file /wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/lib/libnsm_lorawan.so:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/lib/libnsm_mqtt.so:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/lib/libnxsqlite.so:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/lib/libnxsqlite.so.3:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/lib/libnxsqlite.so.3.0.22:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/lib/netxms/lorawan.nsm:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/lib/netxms/mqtt.nsm:No such file or directory
Comment 1 commit-hook freebsd_committer freebsd_triage 2026-04-27 00:06:02 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d913a8f821cc6652b023eb2bdda2e4df4b0ce550

commit d913a8f821cc6652b023eb2bdda2e4df4b0ce550
Author:     David Powers <dnpowers@me.com>
AuthorDate: 2026-04-21 14:21:21 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-04-27 00:01:02 +0000

    net-mgmt/netxms: Update to 6.1.1 and take maintainership

    Changelog: https://netxms.com/release-notes/

    PR:             293484, 294500

 net-mgmt/netxms/Makefile                           |   30 +-
 net-mgmt/netxms/distinfo                           |    8 +-
 .../files/patch-contrib_netxmsd.conf-dist (new)    |   11 +
 ...atch-src_agent_subagents_freebsd_proc.cpp (new) |   18 +
 net-mgmt/netxms/pkg-plist                          | 1856 +++++++++++---------
 5 files changed, 1095 insertions(+), 828 deletions(-)
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2026-04-27 00:25:00 UTC
Thank you for your submission.