Skip to content

Add library package to have missing packages available at runtime#1281

Open
benalleng wants to merge 1 commit intopayjoin:masterfrom
benalleng:bzip2-dep
Open

Add library package to have missing packages available at runtime#1281
benalleng wants to merge 1 commit intopayjoin:masterfrom
benalleng:bzip2-dep

Conversation

@benalleng
Copy link
Collaborator

@benalleng benalleng commented Jan 20, 2026

There has been a regression where corepc-node needs libbz2.so.1.0 but it is not compiled at runtime. This commit explicitly adds bzip2 to the package list to allow corepc-node to compile.

This regression is not easily reproduce-able as it is not happening in all environments.

Chatgpt read through the cranelib docs to show me where to put this instead of alongside packages as a LD_LIBRARY_PATH which accomplishes the same thing but I think the syntax of just adding it to the package list instead of a library path env variable is simple enough still. I ended up not using this approach

Pull Request Checklist

Please confirm the following before requesting review:

@coveralls
Copy link
Collaborator

coveralls commented Jan 20, 2026

Pull Request Test Coverage Report for Build 21213285933

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 83.356%

Totals Coverage Status
Change from base Build 21178766567: 0.0%
Covered Lines: 9946
Relevant Lines: 11932

💛 - Coveralls

@benalleng benalleng linked an issue Jan 20, 2026 that may be closed by this pull request
@benalleng benalleng changed the title Add library path to have pacakages available at runtime. Add library path to have packages available at runtime. Jan 20, 2026
@benalleng benalleng changed the title Add library path to have packages available at runtime. Add library path to have missing packages available at runtime. Jan 20, 2026
@benalleng benalleng changed the title Add library path to have missing packages available at runtime. Add library path to have missing packages available at runtime Jan 20, 2026
@benalleng benalleng changed the title Add library path to have missing packages available at runtime Add library package to have missing packages available at runtime Jan 21, 2026
There has been a regression where corepc-node needs libbz2.so.1.0 but it
is not compiled at runtime. This commit adds bzip2 to the package list
to allow corepc-node to compile.
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.

Dev shell compiler error

2 participants