Bug 263246 - math/coinmp: dependency fixes
Summary: math/coinmp: dependency fixes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Yuri Victorovich
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2022-04-12 21:05 UTC by Don Lewis
Modified: 2022-04-12 21:23 UTC (History)
1 user (show)

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


Attachments
patch to fix math/coinmp dependency issues (581 bytes, patch)
2022-04-12 21:05 UTC, Don Lewis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Don Lewis freebsd_committer freebsd_triage 2022-04-12 21:05:35 UTC
Created attachment 233176 [details]
patch to fix math/coinmp dependency issues

I noticed that math/coinmp was being rebuilt every time I ran poudriere:
 [00:00:06] Checking packages for incremental rebuild needs
 [00:00:06] Deleting CoinMP-1.8.4_6.pkg: new dependency: math/ipopt

The problem turned out to be in LIB_DEPENDS, libcoinmumps.so:math/ipopt should instead be libcoinmumps.so:math/coin-or-mumps. I then noticed some other LIB_DEPENDS complaints about missing dependencies in stage-qa.

I have attached a patch.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2022-04-12 21:21:55 UTC
Committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-04-12 21:21:56 UTC
A commit in branch main references this bug:

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

commit 26c29e188544af869114c53f76d6f596a9041f9a
Author:     Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2022-04-12 21:20:51 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-04-12 21:21:48 +0000

    math/coinmp: Dependency fixes

    PR:             263246

 math/coinmp/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-04-12 21:23:57 UTC
A commit in branch 2022Q2 references this bug:

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

commit 07066e100878630a824e979f34873e520524e6f9
Author:     Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2022-04-12 21:20:51 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-04-12 21:23:14 +0000

    math/coinmp: Dependency fixes

    PR:             263246
    (cherry picked from commit 26c29e188544af869114c53f76d6f596a9041f9a)

 math/coinmp/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)