Bug 282157 - graphics/alembic size mismatch on source download
Summary: graphics/alembic size mismatch on source download
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: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-17 13:28 UTC by alt2600
Modified: 2024-10-17 19:25 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alt2600 2024-10-17 13:28:48 UTC
===>  Cleaning for alembic-1.8.7
===>>> Waiting on fetch & checksum for graphics/alembic <<<===
make: stopped in /usr/ports/graphics/alembic
===>  Deleting distfiles for alembic-1.8.7
===>>> RE-STARTING FETCH <<<===
===>  License BSD3CLAUSE accepted by the user
===>   alembic-1.8.7 depends on file: /usr/local/sbin/pkg - found
=> alembic-alembic-1.8.7_GH0.tar.gz doesn't seem to exist in /usr/ports/distfiles//.
=> Attempting to fetch https://codeload.github.com/alembic/alembic/tar.gz/1.8.7?dummy=/alembic-alembic-1.8.7_GH0.tar.gz
fetch: https://codeload.github.com/alembic/alembic/tar.gz/1.8.7?dummy=/alembic-alembic-1.8.7_GH0.tar.gz: size unknown
fetch: https://codeload.github.com/alembic/alembic/tar.gz/1.8.7?dummy=/alembic-alembic-1.8.7_GH0.tar.gz: size of remote file is not known
alembic-alembic-1.8.7_GH0.tar.gz              

===>  License BSD3CLAUSE accepted by the user
===>   alembic-1.8.7 depends on file: /usr/local/sbin/pkg - found
=> alembic-alembic-1.8.7_GH0.tar.gz doesn't seem to exist in /usr/ports/distfiles//.
=> Attempting to fetch https://codeload.github.com/alembic/alembic/tar.gz/1.8.7?dummy=/alembic-alembic-1.8.7_GH0.tar.gz
fetch: https://codeload.github.com/alembic/alembic/tar.gz/1.8.7?dummy=/alembic-alembic-1.8.7_GH0.tar.gz: size mismatch: expected 933016, actual 932935
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/alembic-alembic-1.8.7_GH0.tar.gz
fetch: http://distcache.FreeBSD.org/ports-distfiles/alembic-alembic-1.8.7_GH0.tar.gz: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles// and try again.
*** Error code 1
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-10-17 19:21:19 UTC
A commit in branch main references this bug:

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

commit 6ded0172cbc62e45b9439367d74370ee73531611
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2024-10-17 19:19:48 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2024-10-17 19:19:48 +0000

    graphics/alembic: unbreak the fetch and drop needless LIB_DEPENDS

    - Distfile had been rerolled upstream to remove experimental tweak
      that accidentally snuck its way in (diff-verified)
    - Do not force linking against `science/libaec' which is not used
      directly and could only be pulled via optional `science/hdf5',
      where it is also subject to SZIP option

    Reported by:    vvd, pkg-fallout, Mamoru Iwaki
    PR:             282157, 281999 (first take)

 graphics/alembic/Makefile | 1 -
 graphics/alembic/distinfo | 6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)