Bug 280898 - math/freefem++: Install missing library scotch.so
Summary: math/freefem++: Install missing library scotch.so
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-18 09:28 UTC by Rainer Hurling
Modified: 2024-08-25 09:10 UTC (History)
3 users (show)

See Also:
vvd: maintainer-feedback? (yuri)


Attachments
Patch to add missing library scotch.so (453 bytes, patch)
2024-08-18 09:28 UTC, Rainer Hurling
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Hurling freebsd_committer freebsd_triage 2024-08-18 09:28:46 UTC
Created attachment 252869 [details]
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.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2024-08-25 09:09:52 UTC
Committed, thanks for the patch!
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-08-25 09:10:04 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c138141c2c4741b0d748e8b2574268f5d24ef50d

commit c138141c2c4741b0d748e8b2574268f5d24ef50d
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2024-08-25 09:06:54 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-08-25 09:09:47 +0000

    math/freefem++: Add missing scotch.so

    PR:             280898

 math/freefem++/Makefile  | 2 +-
 math/freefem++/pkg-plist | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)