| Summary: | Sagemath crashes after reinstallation | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | maldun.finsterschreck | ||||
| Component: | sagemath | Assignee: | Paulo Andrade <paulo.cesar.pereira.de.andrade> | ||||
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 19 | CC: | paulo.cesar.pereira.de.andrade | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-12-19 16:49:06 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
maldun.finsterschreck
2013-12-19 14:15:03 UTC
The lines /usr/bin/sage: line 14: module: command not found /usr/bin/sage: line 15: module: command not found are very suspicious. It appears some packages (at least environment-modules) were removed with --nodeps what caused the "toplevel" only rpm dependencies to be reinstalled. I just did the procedures, install, remove, install again, in a f19 computer and it works. It is possible that you have some wrong files or symlinks from very earlier sagemath packages that had a bug with upgrades. To ensure it is not older files around, remove sagemath, and then remove anything under /usr/share/sagemath and /usr/lib64/sagemath # for x86_64 /usr/lib/sagemath # for i586 and install sagemath again. Indeed I use --nodeps for a problem with the nvidia drivers, but I do not know ho this is related to sage. I now removed all files you suggested, but the problem still persists. Thank you nevertheless You can try something like rpm -V `rpm -qa` http://www.rpm.org/max-rpm/ch-rpm-verify.html |