Bug 512972
| Summary: | SELinux is preventing maxima from changing the access protection of memory on the heap. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | maurenzig <zig> | ||||
| Component: | maxima | Assignee: | Rex Dieter <rdieter> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 11 | CC: | jamatos, rdieter | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-07-21 18:13:25 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
maurenzig
2009-07-21 14:43:16 UTC
Created attachment 354492 [details]
message of selinux
What maxima-runtime are you using? ie, output of: $ rpm -qa maxima-runtime-* In particular, maxima-runtime-gcl is known to be problematic atm, I'd recommend using maxima-runtime-sbcl instead. rpm -qa maxima-runtime-* maxima-runtime-gcl-5.17.1-7.fc11.i586 it seems to work after installing maxima-runtime-sbcl. May I uninstall maxima-runtime-gcl?? I installed only wxmaxima and maxima and maxima-runtime-gcl were loaded automatically. From point of view of functionality are they equivalent? Most maxima-runtime-* pkgs are functionally equivalent, so you can remove -gcl, sure. It's just unfortuate because we intend -sbcl to be the default, but yum currently satisfies (virtual) dependencies by pkgs with the shortest name. *** This bug has been marked as a duplicate of bug 496124 *** |