Bug 269068 - math/suitesparse keeps rebuilding in poudriere
Summary: math/suitesparse keeps rebuilding in poudriere
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-fortran (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-20 06:48 UTC by peter.larsen
Modified: 2023-01-20 16:20 UTC (History)
1 user (show)

See Also:
thierry: maintainer-feedback+


Attachments
log file of build (18.58 KB, text/plain)
2023-01-20 06:48 UTC, peter.larsen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description peter.larsen 2023-01-20 06:48:52 UTC
Created attachment 239610 [details]
log file of build

for some reason, unknown to me, poudriere keeps rebuilding suitesparse 7.0.0


this started on 19. January 2023 at 18:00 build 



log attached
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-01-20 16:11:34 UTC
A commit in branch main references this bug:

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

commit 0c13aa0d11833e9988bae2fcbd38d2e649013594
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2023-01-20 15:58:00 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2023-01-20 16:11:25 +0000

    math/suitesparse: fix a typo

    It produced a warning in poudriere:
    Warning: math/suitesparse dependency on math/suitesparse-camd has wrong PKGNAME of 'suitesparse-btf' but should be 'suitesparse-camd'

    PR:             269068
    Reported by:    peter.larsen (at) larsendata.dk

 math/suitesparse/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2023-01-20 16:12:10 UTC
I’m not sure to understand the problem, but I found a typo, and I’ve just committed a fix.

Could you please check it?
Comment 3 peter.larsen 2023-01-20 16:16:13 UTC
confirmed to be working, thank you, I was simply not able to spot it :)