Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Oct 2023 19:29:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 274396] devel/sysrepo: add new port
Message-ID:  <bug-274396-7788-giKjPF5nuL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274396-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274396-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274396

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
           Assignee|ports-bugs@FreeBSD.org      |fuz@FreeBSD.org
                 CC|                            |fuz@FreeBSD.org

--- Comment #1 from Robert Clausecker <fuz@FreeBSD.org> ---
Should the category be databases as this is a service that stores data?=20
sysutils might also be appropriate.

GH_ACCOUNT can be omitted as it is identical to PORTNAME.

A test build fails on arm64:

CMake Error at
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230
(message):
  Could NOT find LibYANG: Found unsuitable version "1.10.32", but required =
is
  at least "2.38.10" (found /usr/local/lib/libyang.so)
Call Stack (most recent call first):
  /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:598
(_FPHSA_FAILURE_MESSAGE)
  CMakeModules/FindLibYANG.cmake:86 (find_package_handle_standard_args)
  CMakeLists.txt:392 (find_package)

I had accidentally installed net/libyang instead of net/libyang2.  Please a=
void
this problem by adding a version bound on the libyang.so dependency.

Fixing this, the build then fails because my libyang2 is still to old (oh n=
o!).
 Building a new one, the build now succeeds.

Check if you can hook up the unit tests to "make test".  USES=3Dcmake:testi=
ng may
just suffice for that.

Apart from these issues, the port seems to be ready to commit.  Please fix =
and
resubmit.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274396-7788-giKjPF5nuL>