Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2020 18:06:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 209813] Problems with implicit library dependencies introduced by gnome ports
Message-ID:  <bug-209813-6497-7OVTcgWx4M@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209813-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209813-6497@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=3D209813

Dmitry Marakasov <amdmi3@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Closed                      |Open
         Resolution|Overcome By Events          |---

--- Comment #12 from Dmitry Marakasov <amdmi3@FreeBSD.org> ---
It is, in fact nothing has been done to fix it.

Here's an example:

---
PORTNAME=3D       testport
PORTVERSION=3D    0.0.0
DISTVERSIONPREFIX=3D      v
CATEGORIES=3D     devel
DISTFILES=3D      #

MAINTAINER=3D     amdmi3@FreeBSD.org
COMMENT=3D        Empty comment

USES=3D           pkgconfig
USE_GNOME=3D      gtk30

PLIST_FILES=3D    bin/testbin

do-build:
        @${MKDIR} ${WRKSRC}
        echo 'int main(){}' > ${WRKSRC}/main.c
        cd ${WRKSRC} && ${CC} `pkg-config --libs --cflags gtk+-3.0` main.c =
-o
testbin

do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/testbin ${STAGEDIR}${PREFIX}/bin/

.include <bsd.port.mk>
---

=3D=3D=3D=3D> Running Q/A tests (stage-qa)
Error: /usr/local/bin/testbin is linked to /usr/local/lib/libcairo-gobject.=
so.2
from graphics/cairo but it is not declared as a dependency
Warning: you need USE_GNOME+=3Dcairo
Error: /usr/local/bin/testbin is linked to /usr/local/lib/libcairo.so.2 from
graphics/cairo but it is not declared as a dependency
Warning: you need USE_GNOME+=3Dcairo
Error: /usr/local/bin/testbin is linked to
/usr/local/lib/libgdk_pixbuf-2.0.so.0 from graphics/gdk-pixbuf2 but it is n=
ot
declared as a dependency
Warning: you need USE_GNOME+=3Dgdkpixbuf2

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209813-6497-7OVTcgWx4M>