rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

os x 10.11.4 > maxima 5.38.0 > gnuplot 4.2.6 > error #2050

Open rtoy opened 3 months ago

rtoy commented 3 months ago

Imported from SourceForge on 2024-07-05 17:37:37 Created by cbx203 on 2016-04-18 06:30:14 Original: https://sourceforge.net/p/maxima/bugs/3132


hello, maximizers,

regarding to "how to install.rtf" @ maxima 5.38.0.dmg 2016-04-03 "…

  1. Installing GNUPLOT • Drag 'Gnuplot.app' into your Applications folder. • To test Gnuplot: double-click on your copy located in Applications folder. A Terminal should pop up with the Gnuplot's prompt. …"

this erros occours: [ MacBook:~ MyUsername$ exec '/Applications/Maxima/Gnuplot.app/Contents/Resources/bin/gnuplot' /Applications/Maxima/Gnuplot.app/Contents/Resources/bin/gnuplot: line 61: 1522 Illegal instruction: 4 GNUTERM="${GNUTERM}" GNUPLOT_HOME="${GNUPLOT_HOME}" PATH="${PATH}" DYLD_LIBRARY_PATH="${DYLD_LIBRARY_PATH}" HOME="${HOME}" GNUHELP="${GNUHELP}" DYLD_FRAMEWORK_PATH="${DYLD_FRAMEWORK_PATH}" GNUPLOT_PS_DIR="${GNUPLOT_PS_DIR}" DISPLAY="${DISPLAY}" GNUPLOT_DRIVER_DIR="${GNUPLOT_DRIVER_DIR}" "${ROOT}/bin/gnuplot-5.0.0" "$@" ]

rtoy commented 3 months ago

Imported from SourceForge on 2024-07-05 17:37:37 Created by andrejv on 2016-04-20 10:10:15 Original: https://sourceforge.net/p/maxima/bugs/3132/#329c


Which version of OSX are you using?

rtoy commented 3 months ago

Imported from SourceForge on 2024-07-05 17:37:41 Created by cbx203 on 2016-04-21 07:11:58 Original: https://sourceforge.net/p/maxima/bugs/3132/#329c/1604


Hi, Andrej,

thx for your message!

These are my systems’ details: -> MacBook Pro (13", mid 2010) > identifiyer: MacBookPro7,1 -> System: OS X 10.11.4 (15E65) -> Kernel: Darwin 15.4.0

Downloaded „Maxima 5.38.0.dmg“ (2016-04-03) -> Maxima.app 5.36.1 (2015-05-06) -> wxMaxima.app 16.04.0 (2016-04-03)

-> Gnuplot.app 4.2.6 (2015-05-05)

--> The error occurred seems to refer to a different version of Gnuplot.app > ..."${ROOT}/bin/gnuplot-5.0.0“ !?!?!

The very same error was in „Maxima 5.36.1.dmg“ (2015-12-27) -> Maxima.app 5.38.0 (2016-04-03) -> wxMaxima.app 15.04.0 (2014-04-21) -> Gnuplot.app 4.2.6 (2015-05-05)

--> Because of the very same version of „Gnuplot.app“??

As of today Gnuplot seems to be available in 5.0.2 on https://sourceforge.net/projects/gnuplot/files/gnuplot/5.0.2/

Thx for your help & kind regards from sunny vienna > austria > europe > northern hemisphere > planet earth > sol system > milky way > this universe

Chris

Am 20.04.16, 12:10 schrieb "Andrej Vodopivec" andrejv@users.sf.net:

Which version of OSX are you using?


[bugs:#3132] os x 10.11.4 > maxima 5.38.0 > gnuplot 4.2.6 > error

Status: open Group: None Created: Mon Apr 18, 2016 06:30 AM UTC by cbx 203 Last Updated: Mon Apr 18, 2016 06:30 AM UTC Owner: nobody

hello, maximizers,

regarding to "how to install.rtf" @ maxima 5.38.0.dmg 2016-04-03 "…

  1. Installing GNUPLOT • Drag 'Gnuplot.app' into your Applications folder. • To test Gnuplot: double-click on your copy located in Applications folder. A Terminal should pop up with the Gnuplot's prompt. …"

this erros occours: [ MacBook:~ MyUsername$ exec '/Applications/Maxima/Gnuplot.app/Contents/Resources/bin/gnuplot' /Applications/Maxima/Gnuplot.app/Contents/Resources/bin/gnuplot: line 61: 1522 Illegal instruction: 4 GNUTERM="${GNUTERM}" GNUPLOT_HOME="${GNUPLOT_HOME}" PATH="${PATH}" DYLD_LIBRARY_PATH="${DYLD_LIBRARY_PATH}" HOME="${HOME}" GNUHELP="${GNUHELP}" DYLD_FRAMEWORK_PATH="${DYLD_FRAMEWORK_PATH}" GNUPLOT_PS_DIR="${GNUPLOT_PS_DIR}" DISPLAY="${DISPLAY}" GNUPLOT_DRIVER_DIR="${GNUPLOT_DRIVER_DIR}" "${ROOT}/bin/gnuplot-5.0.0" "$@" ]


Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/maxima/bugs/3132/

To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

rtoy commented 3 months ago

Imported from SourceForge on 2024-07-05 17:37:44 Created by andrejv on 2016-04-21 08:26:42 Original: https://sourceforge.net/p/maxima/bugs/3132/#88d5


Illegal instruction 4 usually means that the compiler used some optimizations which are not supported by the system you are using. My guess is it has something to do with MacBook7.1 which still has the Core 2 Duo processor.

I would recommend to use Homebrew to install gnuplot.

rtoy commented 3 months ago

Imported from SourceForge on 2024-07-05 17:37:48 Created by cbx203 on 2016-04-24 05:51:34 Original: https://sourceforge.net/p/maxima/bugs/3132/#88d5/714e


hi, andrej, thx for your message. as suggested i installed gnuplot via macport (becaus of other installed programs so far and it is not recommended to mix up w/ homebrew, fink or ...); anyway, i was not able to tell wxmaxima to use /opt/bin/gnuplot instead of gnuplot.app/content/res.... even the maxima-mac.ini described in the "how-to" file didn't do the trick... ?! so i moved over to macport maxima & gnuplot, but there's no wxmaxima. :( (i do prefer gui's over cmd's but that's just me...) but, i'll stay tuned to try out new releases (or will move over to i7/9s on the long run...) thx again & kind regards chris


From: Andrej Vodopivec andrejv@users.sf.net<mailto:andrejv@users.sf.net> Sent: Donnerstag, April 21, 2016 10:26 Subject: [maxima:bugs] #3132 os x 10.11.4 > maxima 5.38.0 > gnuplot 4.2.6 > error To: [maxima:bugs] 3132@bugs.maxima.p.re.sf.net<mailto:3132@bugs.maxima.p.re.sf.net>

Illegal instruction 4 usually means that the compiler used some optimizations which are not supported by the system you are using. My guess is it has something to do with MacBook7.1 which still has the Core 2 Duo processor.

I would recommend to use Homebrew to install gnuplot.


[bugs:#3132] os x 10.11.4 > maxima 5.38.0 > gnuplot 4.2.6 > error

Status: open Group: None Created: Mon Apr 18, 2016 06:30 AM UTC by cbx 203 Last Updated: Wed Apr 20, 2016 10:10 AM UTC Owner: nobody

hello, maximizers,

regarding to "how to install.rtf" @ maxima 5.38.0.dmg 2016-04-03 "...

  1. Installing GNUPLOT
    • Drag 'Gnuplot.app' into your Applications folder.
    • To test Gnuplot: double-click on your copy located in Applications folder. A Terminal should pop up with the Gnuplot's prompt. ..."

this erros occours: [ MacBook:~ MyUsername$ exec '/Applications/Maxima/Gnuplot.app/Contents/Resources/bin/gnuplot' /Applications/Maxima/Gnuplot.app/Contents/Resources/bin/gnuplot: line 61: 1522 Illegal instruction: 4 GNUTERM="${GNUTERM}" GNUPLOT_HOME="${GNUPLOT_HOME}" PATH="${PATH}" DYLD_LIBRARY_PATH="${DYLD_LIBRARY_PATH}" HOME="${HOME}" GNUHELP="${GNUHELP}" DYLD_FRAMEWORK_PATH="${DYLD_FRAMEWORK_PATH}" GNUPLOT_PS_DIR="${GNUPLOT_PS_DIR}" DISPLAY="${DISPLAY}" GNUPLOT_DRIVER_DIR="${GNUPLOT_DRIVER_DIR}" "${ROOT}/bin/gnuplot-5.0.0" "$@" ]


Sent from sourceforge.nethttp://sourceforge.net because you indicated interest in https://sourceforge.net/p/maxima/bugs/3132/

To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

Attachments: