Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2024 11:01:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 282889] databases/mongosh: fix stage-qa warnings
Message-ID:  <bug-282889-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 282889
           Summary: databases/mongosh: fix stage-qa warnings
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: ronald@FreeBSD.org

Created attachment 255356
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D255356&action=
=3Dedit
diff fixing the gssapi/krb5 lib dependency

[root@bhyve /usr/ports/databases/mongosh]# make stage-qa=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=3D=3D=3D=3D> Running Q/A tests (stage-qa)=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20
Error: /usr/local/bin/mongosh is linked to /usr/local/lib/libkrb5.so.3.3 fr=
om
security/krb5 but it is not declared as a dependency=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20
Warning: you need LIB_DEPENDS+=3Dlibkrb5.so:security/krb5=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
Error: /usr/local/bin/mongosh is linked to /usr/local/lib/libgssapi_krb5.so=
.2.2
from security/krb5 but it is not declared as a dependency=20=20=20=20=20=20=
=20=20=20=20=20=20=20
Warning: you need LIB_DEPENDS+=3Dlibgssapi_krb5.so:security/krb5=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
Error: /usr/local/bin/mongosh is linked to /usr/local/lib/libcom_err.so.3.0
from security/krb5 but it is not declared as a dependency=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
Warning: you need LIB_DEPENDS+=3Dlibcom_err.so:security/krb5=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
/!\ To run stage-qa automatically add DEVELOPER=3Dyes to your environment /=
!\=20=20=20=20=20

krb5 is registered as a BUILD_DEPENDS, but it looks like it should be a
LIB_DEPENDS also so the krb5 package is available at runtime.

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Maintainer informed via mail

--=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-282889-7788>