Opened 4 years ago
Closed 4 years ago
#849 closed bug (fixed)
Installation problems with 4.1.2
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | minor | Milestone: | 4-2-0 and higher |
Component: | dontKnow | Version: | 4-1-2 |
Keywords: | Cc: |
Description
I wanted to upgrade Singular from 4.1.0 to 4.1.2 and ran into several problems:
- The user and permissions for most files in the archive
ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/UNIX/Singular-4.1.2-x86_64.tar.gz
are strange. When unpacked for a system wide installation then most users cannot read/use most files because of 640 permissions. Also the hint to use 'chmod' in your trouble-shooting paragraph is not correct. I did
chmod -R o+r . chown -R nobody.nogroup *
inside the unpacked directory (which could be done before packing the archive).
- When trying to use the help I get an error message saying that an index file share/singular/singular.idx is missing (it is there in 4.1.0).
- The following input worked with 4.1.0:
ring R = 2,(x,y),rp; ideal I = [x, x+y];
but not with 4.1.2. Removing the []'s seems to solve the problem. But why is there such a syntax change in a minor upgrade?
Thanks for the comments: