-
Notifications
You must be signed in to change notification settings - Fork 13.3k
#15006 breaks make check
on my linux system in run-make/c-dynamic-dylib
#15103
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
Comments
I'm a little clueless why this passed on the bots! If you add |
Yeah, that lets it pass. I can make a PR to that effect if that's the right solution? |
Sure! |
It was accidentally removed in rust-lang#15006 and that somehow got past the build bots, causing `src/test/run-make/c-dynamic-dylib` to fail on at least my linux system. This resolves rust-lang#15103 (thanks to @alexcrichton!).
Hmm. I wonder whether adding |
It was accidentally removed in #15006 and that somehow got past the build bots, causing `src/test/run-make/c-dynamic-dylib` to fail on at least my linux system. This resolves #15103 (thanks to @alexcrichton!).
#15006 seems to break
make check
for me. I'm not sure why it's ok for the buildbots but not my 64bit linux system but nowrun-make/c-dynamic-dylib
consistently fails for me trying to run thebar.rs
binary, with$(TMPDIR)
not being included inLD_LIBRARY_PATH
at all.I'm pretty clueless about Makefiles and our particular setup so I'm not actually sure where that is supposed to happen. The
bar.rs
binary has aRUNPATH
that includes$ORIGIN/.
, but thefoo.rs
dynamic library doesn't, so if I understand correctly, this is going to need anLD_LIBRARY_PATH
of some sort to work.I'm using Gentoo Linux like the author of #11742 which apparently addressed a similar problem, so that's probably related.
The build output for complenetess:
The text was updated successfully, but these errors were encountered: