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

Build failure of build-tools-28-0-3 #89

Open
BatteredBunny opened this issue Mar 7, 2024 · 2 comments
Open

Build failure of build-tools-28-0-3 #89

BatteredBunny opened this issue Mar 7, 2024 · 2 comments

Comments

@BatteredBunny
Copy link

Getting a build failure for build-tools-28-0-3
Removing lld from the postUnpack's for loop seems to fix it.

❯ nix log /nix/store/2jbfagq3qndwqkprgdglyrc757i5h1l5-build-tools-28-0-3-28.0.3.drv
warning: The interpretation of store paths arguments ending in `.drv` recently changed. If this command is now failing try again with '/nix/store/2jbfagq3qndwqkprgdglyrc757i5h1l5-build-tools-28-0-3-28.0.3.drv^*'
@nix { "action": "setPhase", "phase": "unpackPhase" }
Running phase: unpackPhase
unpacking source archive /nix/store/2fj05lybgc3i98z20ks4w6qhnz9v1z53-build-tools_r28.0.3-linux.zip
source root is /nix/store/03bm5vzkkl0m7cvd0hkka8fx42yk3b3r-build-tools-28-0-3-28.0.3
substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file '/nix/store/03bm5vzkkl0m7cvd0hkka8fx42yk3b3r-build-tools-28-0-3-28.0.3/apksigner')
substitute(): ERROR: file '/nix/store/03bm5vzkkl0m7cvd0hkka8fx42yk3b3r-build-tools-28-0-3-28.0.3/lld' does not exist
/nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context
@Fish4203
Copy link

Fish4203 commented May 9, 2024

how did you get this to work?

@BatteredBunny
Copy link
Author

for f in apksigner d8 lld; do

Remove lld from here

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

No branches or pull requests

2 participants