-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
vte-ng: don't run configure as part of autogen, since it runs w/o args #32910
Conversation
We could alternatively pass arguments here as well, but there seems little point in running configure twice.
Would not |
I agree, enough so I assumed existing expression had reason for not doing so? Not sure. |
Hmm, using this:
results in:
|
That's weird. Where |
FWIW bit of historical context from git history: 45bf783 Hmm, I don't see a good way to do this ourselves, I vote using approach currently in the PR. |
@GrahamcOfBorg build termite |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Failure for system: x86_64-darwin
termite.cc:348:5: error: use of undeclared identifier 'errno'
errno = 0;
^
termite.cc:350:10: error: use of undeclared identifier 'errno'
if (!errno && id && id <= info->url_list.size() && !*end) {
^
2 errors generated.
make: *** [Makefile:36: termite] Error 1
builder for ‘/nix/store/k55y3bhn16nc4725xam54xnd760jzxcd-termite-13.drv’ failed with exit code 2
error: build of ‘/nix/store/k55y3bhn16nc4725xam54xnd760jzxcd-termite-13.drv’ failed
I guess it is fine. Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Success for system: x86_64-linux
shrinking RPATHs of ELF executables and libraries in /nix/store/rbck0i7m0l7hy5q561i9a38xl7x3aici-termite-13
shrinking /nix/store/rbck0i7m0l7hy5q561i9a38xl7x3aici-termite-13/bin/.termite-wrapped
gzipping man pages under /nix/store/rbck0i7m0l7hy5q561i9a38xl7x3aici-termite-13/share/man/
stripping (with flags -S) in /nix/store/rbck0i7m0l7hy5q561i9a38xl7x3aici-termite-13/bin
patching script interpreter paths in /nix/store/rbck0i7m0l7hy5q561i9a38xl7x3aici-termite-13
checking for references to /tmp/nix-build-termite-13.drv-0 in /nix/store/rbck0i7m0l7hy5q561i9a38xl7x3aici-termite-13...
shrinking RPATHs of ELF executables and libraries in /nix/store/ffl2f66b08i3ry5vkrxvzgqxaaj7g8dc-termite-13-terminfo
patching script interpreter paths in /nix/store/ffl2f66b08i3ry5vkrxvzgqxaaj7g8dc-termite-13-terminfo
checking for references to /tmp/nix-build-termite-13.drv-0 in /nix/store/ffl2f66b08i3ry5vkrxvzgqxaaj7g8dc-termite-13-terminfo...
/nix/store/rbck0i7m0l7hy5q561i9a38xl7x3aici-termite-13
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Success for system: aarch64-linux
shrinking RPATHs of ELF executables and libraries in /nix/store/z1fr1zdkxqi5vvcpb43czv0rfcfingf0-termite-13
shrinking /nix/store/z1fr1zdkxqi5vvcpb43czv0rfcfingf0-termite-13/bin/.termite-wrapped
gzipping man pages under /nix/store/z1fr1zdkxqi5vvcpb43czv0rfcfingf0-termite-13/share/man/
stripping (with flags -S) in /nix/store/z1fr1zdkxqi5vvcpb43czv0rfcfingf0-termite-13/bin
patching script interpreter paths in /nix/store/z1fr1zdkxqi5vvcpb43czv0rfcfingf0-termite-13
checking for references to /build in /nix/store/z1fr1zdkxqi5vvcpb43czv0rfcfingf0-termite-13...
shrinking RPATHs of ELF executables and libraries in /nix/store/0bw5c4waafv63k7i2kvddrj992v4dz2g-termite-13-terminfo
patching script interpreter paths in /nix/store/0bw5c4waafv63k7i2kvddrj992v4dz2g-termite-13-terminfo
checking for references to /build in /nix/store/0bw5c4waafv63k7i2kvddrj992v4dz2g-termite-13-terminfo...
/nix/store/z1fr1zdkxqi5vvcpb43czv0rfcfingf0-termite-13
We could alternatively pass arguments here as well,
but there seems little point in running configure twice.
Motivation for this change
#32862 (review)
Which suggests we weren't passing arguments as intended, which this PR fixes.
Haven't confirmed fixes build on Darwin, but... should fix the current failure.
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)