-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
universal-ctags: bump to p5.9.20210124.0 from git tags #111216
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
universal-ctags: bump to p5.9.20210124.0 from git tags #111216
Conversation
10b560b
to
91df29c
Compare
This is a semi-automatic executed nixpkgs-review with nixpkgs-review-checks extension. It is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch). Result of 2 packages built:
|
fa26ea0
to
6ecdf1b
Compare
Result of 2 packages failed to build:
```
$ nix --experimental-features nix-command build --no-link --keep-going --option build-use-sandbox relaxed -f /home/tom/.cache/nixpkgs-review/pr-111216-1/build.nix
error: --- Error --- nix-daemon
builder for '/nix/store/49f4p158nqdpdk305r7b508g36w3z54i-universal-ctags-5.9.20210124.0.drv' failed with exit code 2; last 10 log lines:
stderr passed
Failed testslregex-kind-letter/stdout-compare make: *** [Makefile:6038: tmain] Error 1 Link to currently reviewing PR: 2 packages failed to build: error: --- Error ----------------------------------------------------------------------------------------- nix
|
This is a semi-automatic executed nixpkgs-review with nixpkgs-review-checks extension. It is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch). Result of 2 packages failed to build and are new build failures:
|
6ecdf1b
to
a67cc87
Compare
Pushed another commit to downgrade the version to make
The common thing being cc @flokli |
Huh, the tests fail in ofborg:
But pass for me locally (on both aarch64-linux and aarch64-darwin):
How can I debug this? |
Newer versions fail on aarch64-linux: ``` checking for aarch64-unknown-linux-gnu-gcc... aarch64-unknown-linux-gnu-gcc checking whether the compiler supports GNU C... yes checking whether aarch64-unknown-linux-gnu-gcc accepts -g... yes checking for aarch64-unknown-linux-gnu-gcc option to enable C11 features... (cached) none needed checking whether aarch64-unknown-linux-gnu-gcc understands -c and -o together... yes checking dependency style of aarch64-unknown-linux-gnu-gcc... none checking whether the C compiler works... no configure: error: in `/build/source': configure: error: C compiler cannot create executables See `config.log' for more details ``` The following PR is likely culprit: * universal-ctags/ctags#2747
a67cc87
to
507b96e
Compare
Found why it was working for me locally: sandboxing was off. The reason why tests were failing with sandboxing enabled was usage of hardcoded @SuperSandro2000, builds are green now, this is ready to go now. |
This is a semi-automatic executed nixpkgs-review with nixpkgs-review-checks extension. It is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch). Result of 2 packages built:
|
Motivation for this change
Switching to python2 to python3 seems like a reasonable thing to do.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)