Date: Mon, 28 May 2018 08:21:10 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 228540] graphics/poppler: build fails after security/nss was updated to 3.37.1 Message-ID: <bug-228540-7788-4EOZUPfB0G@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-228540-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-228540-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=3D228540 Trond.Endrestol@ximalas.info changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Trond.Endrestol@ximalas.inf | |o --- Comment #3 from Trond.Endrestol@ximalas.info --- While hardly a good solution, this one circumvents the problem: Create graphics/poppler/Makefile.local and give it these two lines, note the tab char on the second line. pre-build: ldconfig -im $(LOCALBASE)/lib/nss It looks like r469956 could be the guilty one as lib*.so.[0-9] symlinks was removed from security/nss in r423591, 19 months ago. Either remove the lib*.so.[0-9] restriction in ldconfig or reinstate the pre-r469956 behaviour. --=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-228540-7788-4EOZUPfB0G>