From owner-freebsd-gnome@freebsd.org Mon Oct 10 16:59:22 2016 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C34A2C0BFE1 for ; Mon, 10 Oct 2016 16:59:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id AC9BEA14 for ; Mon, 10 Oct 2016 16:59:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A8C8EC0BFE0; Mon, 10 Oct 2016 16:59:22 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A86BAC0BFDF for ; Mon, 10 Oct 2016 16:59:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 980D6A13 for ; Mon, 10 Oct 2016 16:59:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AGxMXT073330 for ; Mon, 10 Oct 2016 16:59:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 213359] graphics/poppler: Update to 0.48.0 Date: Mon, 10 Oct 2016 16:59:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: z7dr6ut7gs@snkmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 16:59:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213359 --- Comment #2 from John Hein --- TLDR; USES=3Dlocalbase is unnecessary, so it can be removed. If devel/libc++ is installed (tested on 10.3-stable where c++ is clang and there is a libc++ in base /usr/lib): =3D=3D=3D=3D> Running Q/A tests (stage-qa) Error: /usr/local/lib/libpoppler-cpp.so.0.3.0 is linked to /usr/local/lib/libc++.so.1 from devel/libc++ but it is not declared as a dependency Warning: you need LIB_DEPENDS+=3Dlibc++.so:devel/libc++ This is because of -L/usr/local/lib appears before -L/usr/lib in the linker flags (and -rpath is specified as /usr/local/lib by default - unless you de= fine PREFIX otherwise - see cpp/Makefile.in & poppler/Makefile.in). Removing 'localbase' is not necessary as far as I can see, so removing it f= rom USES helps the situation with the unrecorded dependency on devel/libc++: - ldd libpoppler.so & ldd libpoppler-cpp.so will report /usr/lib/libc++.so= .1 - the QA test still fails with a false positive because proxydeps() bogusly hard-codes LD_LIBRARY_PATH=3D${LOCALBASE}/lib, but that can be addressed separately. --=20 You are receiving this mail because: You are the assignee for the bug.=