Bug 259367

Summary: www/dillo2: building fails the fetch phase
Product: Ports & Packages Reporter: sven.a.jonsson
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Some People CC: fernape
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Build log of dillo2 none

Description sven.a.jonsson 2021-10-22 20:53:27 UTC
Created attachment 228955 [details]
Build log of dillo2

When i try to build www/dillo2 using synth, it hangs in the fetch phase. The log file shows that the assumed file sizes are different.
Comment 1 sven.a.jonsson 2022-02-01 11:53:02 UTC
the problem seems to have fixed itself. When I just tried to clear the distfiles and rebuild dillo2 and it built without issues.
Please close this bug.
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2022-02-01 11:57:29 UTC
(In reply to sven.a.jonsson from comment #1)
I tried when I took the PR and had the exact same problem than you had.
Are you sure the issue is resolved? The fetch phase hanged for me and also showed the same size mismatches.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-02-01 14:28:32 UTC
A commit in branch main references this bug:

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

commit 8a577f3df7bdf7739a3edbb7ae7031025f8944ff
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2022-02-01 11:00:46 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-02-01 14:25:37 +0000

    www/dillo2: Adjust distinfo

    Some of the distribution files are not correlated with dillo2 versions. When
    these files change, the checksum fails.

    Bump PORTREVISION.

    PR:     259367
    Reported by:    sven.a.jonsson@bahnhof.se

 www/dillo2/Makefile |  2 +-
 www/dillo2/distinfo | 22 +++++++++++-----------
 2 files changed, 12 insertions(+), 12 deletions(-)
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2022-02-01 14:29:49 UTC
Committed,

Thanks!