Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2018 09:33:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 227606] security/subversion-gnome-keyring: plist issue with subversion 1.8 and 1.10
Message-ID:  <bug-227606-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 227606
           Summary: security/subversion-gnome-keyring: plist issue with
                    subversion 1.8 and 1.10
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: lev@FreeBSD.org
          Reporter: meta@FreeBSD.org
             Flags: maintainer-feedback?(lev@FreeBSD.org)
          Assignee: lev@FreeBSD.org

Hi,=20

security/subversion-gnome-keyring fails to install due to plist issue.
It occurs both WITH_SUBVERSION_VER=3D18 and not. I'm creating a patch for t=
his.
Will be attached later.

if WITH_SUBVERSION_VER=3D=3D18:
# make clean stage check-orphans
(snip)
=3D=3D=3D=3D> Compressing man pages (compress-man)
=3D=3D=3D=3D> Running Q/A tests (stage-qa)
Error: /usr/local/lib/libsvn_auth_gnome_keyring-1.so.0.0.0 is linked to
/usr/local/lib/libglib-2.0.so.0 from devel/glib20 but it is not declared as=
 a
dependency
Warning: you need USE_GNOME+=3Dglib20
Error: /usr/local/lib/libsvn_auth_gnome_keyring-1.so.0.0.0 is linked to
/usr/local/lib/libintl.so.8 from devel/gettext-runtime but it is not declar=
ed
as a dependency
Warning: you need USES+=3Dgettext-runtime
=3D=3D=3D=3D> Checking for pkg-plist issues (check-plist)
=3D=3D=3D> Parsing plist
=3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist
=3D=3D=3D> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: libdata/pkgconfig/libsvn_auth_gnome_keyring.pc
=3D=3D=3D> Error: Plist issues found.
*** Error code 1

Stop.

if WITH_SUBVERSION_VER not defined:
# make clean stage check-orphans
(snip)
=3D=3D=3D=3D> Checking for pkg-plist issues (check-plist)
=3D=3D=3D> Parsing plist
=3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist
=3D=3D=3D> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: lib/libsvn_auth_gnome_keyring-1.a
=3D=3D=3D> Error: Plist issues found.
*** Error code 1

Stop.

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