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

make full-source-dist USE_BINARYBUILDER=0 is broken due to LLD #47584

Closed
ararslan opened this issue Nov 15, 2022 · 1 comment · Fixed by #47589
Closed

make full-source-dist USE_BINARYBUILDER=0 is broken due to LLD #47584

ararslan opened this issue Nov 15, 2022 · 1 comment · Fixed by #47589
Labels
domain:building Build system, or building Julia or its dependencies kind:bug Indicates an unexpected problem or unintended behavior kind:regression Regression in behavior compared to a previous version
Milestone

Comments

@ararslan
Copy link
Member

ararslan commented Nov 15, 2022

We're unable to provide a full source distribution tarball for 1.9.0-alpha1 due to the following error:

# Get all the dependencies downloaded
make[1]: Entering directory '/data/ararslan/julia/deps'
make[1]: *** No rule to make target 'get-lld', needed by 'getall'.  Stop.
make[1]: Leaving directory '/data/ararslan/julia/deps'
Makefile:523: recipe for target 'full-source-dist' failed
make: *** [full-source-dist] Error 2

Looks like make -C deps getall is looking for get-lld and failing to find it. I guess a build system piece was missing from #46455.

@ararslan ararslan added kind:bug Indicates an unexpected problem or unintended behavior domain:building Build system, or building Julia or its dependencies labels Nov 15, 2022
@giordano giordano added this to the 1.9 milestone Nov 15, 2022
@DilumAluthge
Copy link
Member

@vchuravy @petvana

@DilumAluthge DilumAluthge added the kind:regression Regression in behavior compared to a previous version label Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:building Build system, or building Julia or its dependencies kind:bug Indicates an unexpected problem or unintended behavior kind:regression Regression in behavior compared to a previous version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants