[Bug 280898] math/freefem++: Install missing library scotch.so
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280898] math/freefem++: Install missing library scotch.so"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280898] math/freefem++: Install missing library scotch.so"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280898] math/freefem++: Install missing library scotch.so"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Aug 2024 09:28:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280898
Bug ID: 280898
Summary: math/freefem++: Install missing library scotch.so
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: rhurlin@FreeBSD.org
Created attachment 252869
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=252869&action=edit
Patch to add missing library scotch.so
The port math/freefem++ contains LIB_DEPENDS=libscotch.so:cad/scotch and then
builds its own library scotch.so.
But this library is not installed because it is missing in pkg-plist. Poudriere
complains about this:
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/ff++/%%VER%%/lib/scotch.so
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
The attached patch adds the missing library pkg-plist.
--
You are receiving this mail because:
You are the assignee for the bug.