Page MenuHomeFreeBSD

modules2tuple produces unfetchable dependencies in buildkite-agent v3.40.0
Needs ReviewPublic

Authored by dch on Nov 16 2022, 10:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 21 2024, 6:03 PM
Unknown Object (File)
Jan 10 2024, 6:00 AM
Unknown Object (File)
Dec 20 2023, 7:06 AM
Unknown Object (File)
Nov 9 2023, 7:35 AM
Unknown Object (File)
Sep 27 2023, 10:14 PM
Unknown Object (File)
Sep 17 2023, 2:45 AM
Unknown Object (File)
Jul 29 2023, 1:39 AM
Unknown Object (File)
Jun 26 2023, 11:37 PM
Subscribers
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

After running modules2tuple with suitable github api key, running make makesum fails
to fetch https://github.com/go4/* resources.

$ make makesum
===>  License APACHE20 BSD2CLAUSE BSD3CLAUSE LGPL3 MIT accepted by the user
===>  License APACHE20 BSD2CLAUSE BSD3CLAUSE LGPL3 MIT accepted by the user
===>   buildkite-agent-3.40.0 depends on file: /usr/local/sbin/pkg - found
=> go4org-go4-6925f38cc365_GH0.tar.gz doesn't seem to exist in /var/cache/distfiles/.
=> Attempting to fetch https://codeload.github.com/go4org/go4/tar.gz/6925f38cc365?dummy=/go4org-go4-6925f38cc365_GH0.tar.gz
fetch: https://codeload.github.com/go4org/go4/tar.gz/6925f38cc365?dummy=/go4org-go4-6925f38cc365_GH0.tar.gz: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/go4org-go4-6925f38cc365_GH0.tar.gz
fetch: http://distcache.FreeBSD.org/ports-distfiles/go4org-go4-6925f38cc365_GH0.tar.gz: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /var/cache/distfiles/ and try again.
*** Error code 1

removing the following 2 lines succeeds in fetching all other resources:

go4org:go4:6925f38cc365:go4org_go4/vendor/go4.org/intern \
go4org:go4:928513b29760:go4org_go4_1/vendor/go4.org/unsafe/assume-no-moving-gc \

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 48395
Build 45281: arc lint + arc unit

Event Timeline

dch requested review of this revision.Nov 16 2022, 10:34 PM
dch retitled this revision from Summary: modules2tuple produces unfetchable dependencies in buildkite-agent v3.40.0 to modules2tuple produces unfetchable dependencies in buildkite-agent v3.40.0.Nov 16 2022, 10:37 PM
dch edited the summary of this revision. (Show Details)