-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
LiE does not start #21359
Comments
comment:1
It works for me with LiE installed on 7.3. On 7.4.beta2 without LiE installed, it immediately crashes Sage without any message/traceback/core dump. |
comment:2
Replying to @tscrim:
That's interesting. On my computer, everything is fine (with the fix in the description)
|
comment:3
Granted, this should not crash Sage when LiE is not installed. However, I just installed LiE on my 7.4.beta2 and that failed (without this fix). So something changed between 7.3 and 7.4.beta2. |
comment:4
I wonder if the problem is the line
in diff --git a/build/pkgs/lie/spkg-install b/build/pkgs/lie/spkg-install
index 3668c4c..282a127 100755
--- a/build/pkgs/lie/spkg-install
+++ b/build/pkgs/lie/spkg-install
@@ -27,7 +27,7 @@ $MAKE CC="$CC" || die "Error building LiE. Did you install bison?"
# "install" the LiE package by moving over the complete build
# directory to $SAGE_LOCAL/lib/lie
cd ..
-sed -e "s'$PWD/LiE'$SAGE_LOCAL/lib/LiE'" src/lie > src/lie~
+sed -e "s'$PWD/src'$SAGE_LOCAL/lib/LiE'" src/lie > src/lie~
mv src/lie~ src/lie
chmod +x src/lie
rm -rf "$SAGE_LOCAL"/lib/lie # clean up old versions |
Branch: u/jhpalmieri/LiE |
Commit: |
New commits:
|
Author: John Palmieri |
comment:7
This works for me and the fix looks good. I don't feel we should force a reinstall by a version bump as the number of people who are likely to come across this bug is extremely small. So I'm setting this to positive review. |
Reviewer: Travis Scrimshaw |
comment:8
For the record: I don't know if |
comment:9
|
Changed branch from u/jhpalmieri/LiE to |
The contents of
sage-develop/local/bin/lie
iswhich looks like nonsense. Indeed, changing it to
fixes the problem. No idea (yet) where to put this though.
Component: packages: experimental
Author: John Palmieri
Branch/Commit:
f930d64
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/21359
The text was updated successfully, but these errors were encountered: