Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP: error during build script] +clojure #4270

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

phrohdoh
Copy link

Invariably when pkg build reaches the stage of executing the build script in this package.yml the following error is printed and building fails.

What might I be missing that is causing such an issue?

I presume users are able to build/test/use a local pantry entry without relying on a remote registry, especially for contributions, but perhaps this is not the case and there is some "behind the scenes" work that is needed before this can advance.

...
+ mkdir -p /Users/theuser/.pkgx/clojure.org/v1.11.1.1413
  clojure.org
error: Uncaught DownloadError: http: 404: https://dist.pkgx.dev/clojure.org/darwin/x86-64/versions.txt
    throw new DownloadError(rsp.status, {src: url})
          ^
    at Object.get (https://deno.land/x/libpkgx@v0.14.1/src/hooks/useInventory.ts:36:11)
    at eventLoopTick (ext:core/01_core.js:183:11)
    at async Object.select (https://deno.land/x/libpkgx@v0.14.1/src/hooks/useInventory.ts:18:20)
    at async file:///Users/xento/.pkgx/pkgx.sh/brewkit/v0.55.8/libexec/install.ts:15:21

@jhheider
Copy link
Contributor

it's trying to test clojure, but your build script doesn't install anything, so it's trying to install it, i believe.

@phrohdoh
Copy link
Author

it's trying to test clojure, but your build script doesn't install anything, so it's trying to install it, i believe.

Thank you, that would be a sensible thing for it to try.
I'll work on the build script now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants