Date: Sat, 26 Oct 2019 16:32:50 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 241505] lang/clisp: Add devel/libffcall to LIB_DEPENDS Message-ID: <bug-241505-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241505 Bug ID: 241505 Summary: lang/clisp: Add devel/libffcall to LIB_DEPENDS 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: lantw44@gmail.com Created attachment 208610 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D208610&action= =3Dedit Patch devel/libffcall is currently a BUILD_DEPEND of lang/clisp, which suggests t= hat it can be removed after the build. 'pkg autoremove' also lists libffcall as= a package which can be removed. However, if you really remove libffcall, clisp will fail to run and 'pkg check' will complain there is a missing dependenc= y. $ clisp ld-elf.so.1: Shared object "libffcall.so.0" not found, required by "lisp.ru= n" # pkg check -dn clisp Checking clisp: 100% clisp is missing a required shared library: libffcall.so.0 Fix it by adding devel/libffcall to LIB_DEPENDS. --=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-241505-7788>