-
Notifications
You must be signed in to change notification settings - Fork 57
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
Failure to build pa because of missing source file for ninja #202
Comments
Commenting out setup_pa yields an error in setup_tcg, because gawk is not installed mimalloc-bench/build-bench-env.sh Line 581 in a45c31e
|
After adding gawk to the list of apt-get install packages, everything else builds correctly mimalloc-bench/build-bench-env.sh Lines 417 to 420 in a45c31e
|
Can you please send a pull-request fixing this? <3 |
I can submit a PR with the gawk fix, but I don't know how to fix the autoninja line failing |
the same issue for me, use |
pkg-config in building pa with ninja gawk in building pa with ninja which was mentioned in daanx#202 (comment) `column` in util-linux to support `cat $devdir/version_*.txt 2>/dev/null | tee $devdir/versions.txt | column -t || true `
pkg-config in building pa with ninja gawk in building pa with ninja which was mentioned in #202 (comment) `column` in util-linux to support `cat $devdir/version_*.txt 2>/dev/null | tee $devdir/versions.txt | column -t || true `
This was caused by https://github.com/1c3t3a/partition_alloc_builder not pinning the upstream commits, and getting out of sync after this commit chromium/chromium@35902f7 |
System
Ubuntu 22.04
Error
Steps to reproduce
This bug occurs on this line in the build script
mimalloc-bench/build-bench-env.sh
Line 528 in a45c31e
The setup_packages function ran correctly and ninja-build did get installed
The text was updated successfully, but these errors were encountered: