Changes between Initial Version and Version 1 of Ticket #45299
- Timestamp:
- Oct 8, 2014, 3:16:54 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45299
- Property Owner changed from macports-tickets@… to mark.brethen@…
-
Ticket #45299 – Description
initial v1 1 I did a //port -s install reduce-algebra// (binary install is broken, see ticket https://trac.macports.org/ticket/34895) which completes without errors.1 I did a {{{port -s install reduce-algebra}}} (binary install is broken, see ticket ticket:34895) which completes without errors. 2 2 3 //opt/local/libexec/reduce-algebra/bin/redpsl//starts up and basic things work. but the (reduce) package loading mechanism fails, e.g.3 {{{opt/local/libexec/reduce-algebra/bin/redpsl}}} starts up and basic things work. but the (reduce) package loading mechanism fails, e.g. 4 4 5 //taylor(1/x,x,1,2);// 5 {{{taylor(1/x,x,1,2);}}} 6 6 7 leads to the error message //***** error in loading package taylor or package not found //7 leads to the error message {{{***** error in loading package taylor or package not found }}} 8 8 9 9 I have searched around a bit and the problem might not be directly macports related but there seems to be no public mailing list for reduce. so maybe somebody around here can find a solution... 10 10 11 12