-
-
Notifications
You must be signed in to change notification settings - Fork 567
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
Get rid of SAGE_ORIG_LD_LIBRARY_PATH #20529
Comments
New commits:
|
Commit: |
Branch: public/20529 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Author: Volker Braun |
comment:4
IMHO a bit more drastic action is needed ;-) |
comment:5
Right, thanks for taking care of that. Let us wait for a bot report. |
comment:6
Why |
comment:7
seems to go back to the old #975... |
comment:8
Hmm, sadly there will be no bot report, as this is not a "safe" ticket. And the "safe_only=False" mode of the bot is not something I would try myself, as it has not been |
comment:9
ok, I have tested that on a linux machine, and all tests passed. Maybe someone on Darwin could confirm ? |
comment:10
thats what bots are for... |
comment:11
Any progress? |
comment:12
No.
So no progress, no way. |
comment:13
The buildbot will test it on OSX |
comment:14
Hello ! Does this mean that I need to set a positive review before this is tested on Darwin ? |
comment:15
Yes. Related: Review is about reading the code, not about testing it by hand on multiple platforms. |
comment:16
There remains an "LD_LIBRARY_PATH" in the Cygwin section of src/bin/sage-env. But maybe this is still needed ? |
comment:17
This was added in #14380. It should still be there (library search paths are "weird" in Cygwin due to the use of Windows conventions for searching for DLLs--as for |
comment:18
Could please somebody review this ticket ? This prevents one of my patchbots from working |
comment:19
I would but the description of the ticket is empty and I have no context for this. Why for example is |
comment:20
Replying to @embray:
It is not if you look at the commit https://github.com/sagemath/sagetrac-mirror/commits/82d0a8c49fa59d57fc862d89dcdd974011d92cc0 This seems odd in the trac git diff viewer... |
This comment has been minimized.
This comment has been minimized.
comment:22
Weird, something is definitely amiss with the diff viewer.... |
comment:23
So I guess it's safe to say nobody actually needs |
comment:24
I would expect that |
comment:25
We don't set |
comment:26
Eric, are you ready to set that to positive review ? |
Reviewer: Erik Bray |
comment:28
Thanks a lot. |
Changed branch from public/20529 to |
the file src/sage/repl/interpreter.py uses the variable
SAGE_ORIG_LD_LIBRARY_PATH
which is not defined by default. This cause doctests failures on
a patchbot not running in a bash shell.
Let us get rid of this variable and related code.
Example of log with failing doctests:
https://patchbot.sagemath.org/log/20240/Ubuntu/14.04/x86_64/3.16.0-71-generic/irma-atlas/2016-06-30%2011:02:50?short
CC: @embray @jdemeyer
Component: build
Author: Volker Braun
Branch/Commit:
82d0a8c
Reviewer: Erik Bray
Issue created by migration from https://trac.sagemath.org/ticket/20529
The text was updated successfully, but these errors were encountered: