Page 1 of 1

Where's wolfram-engine? Messed up sources.list?

Posted: Fri Nov 22, 2013 3:57 pm
by thradtke
Hi *,

tried & failed to locate package 'wolfram-engine' in archive.raspbian.org. Is there a trick?

Update lists and upgrade system worked afaict. Help, please :-).

Thanks,

Thomas

Re: Where's wolfram-engine? Messed up sources.list?

Posted: Fri Nov 22, 2013 5:50 pm
by MoosePi
You need to have the Raspberry Pi Foundations Raspbian Wheezy ARMHF installed, there has been other posts regards this issue in the Matmetica Forum:

http://www.raspberrypi.org/phpBB3/viewforum.php?f=94

Re: Where's wolfram-engine? Messed up sources.list?

Posted: Fri Nov 22, 2013 6:04 pm
by thradtke
I have Raspbian, i.e. hardfloat Wheezy, since it came out.

My system is kind of messy. Still use the first image, updated regularly by my offline repos and the Github firmware. Today I have the opportunity to directly connect to the internet, so I thought I could give updating a try, and it seemingly worked ... otoh, I can't even locate the package wolfram-engine by looking through archive.raspbian.org (searched main, contrib, nonfree). You know where it is located?

What am I missing here?

Re: Where's wolfram-engine? Messed up sources.list?

Posted: Fri Nov 22, 2013 6:42 pm
by MoosePi
Did you read the other posts at the link I posted ?? :?

My sources list is listed here: http://www.raspberrypi.org/phpBB3/viewt ... 95&t=61489

This is my output on latest debian wheezy fully updated:

nano /etc/apt/sources.list

/deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free r$

Re: Where's wolfram-engine? Messed up sources.list?

Posted: Fri Nov 22, 2013 9:14 pm
by dennisw
It appears to be in raspberrypi.org's repository but not in raspbian's.

Try: http://archive.raspberrypi.org/debian/p ... am-engine/

My sources.list:

deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi

Re: Where's wolfram-engine? Messed up sources.list?

Posted: Sat Nov 23, 2013 6:50 am
by thradtke
MoosePi wrote:Did you read the other posts at the link I posted ?? :?
Yes, thanks. I hope nothing slipped my attention.

Re: Where's wolfram-engine? Messed up sources.list?

Posted: Sat Nov 23, 2013 6:54 am
by thradtke
dennisw wrote:It appears to be in raspberrypi.org's repository but not in raspbian's.

Try: http://archive.raspberrypi.org/debian/p ... am-engine/

My sources.list:

deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
Great, thanks :-). It's beyond me why mirrordirector.raspbian.org points you to archive.raspberrypi.org. I guess you have an entry in /etc/apt/sources.list.d? I don't, but I'll try to create one.

Edit: That did the trick ... d/l'ing 400+ MiBs now :D

Re: Where's wolfram-engine? Messed up sources.list?

Posted: Sat Nov 23, 2013 8:09 am
by geev03
Here it is a 207 MB download..
:D
Image

<p>

Re: Where's wolfram-engine? Messed up sources.list?

Posted: Sat Nov 23, 2013 11:53 am
by thradtke
Enjoy Wolfram ... as much as I do :-).

Re: Where's wolfram-engine? Messed up sources.list?

Posted: Sat Nov 23, 2013 12:14 pm
by dennisw
Yes,

Code: Select all

$ cat /etc/apt/sources.list.d/wolfram.list 
# Wolfram Research, Inc. APT Repository (for WolframEngine)

deb http://repository.wolfram.com/raspbian/ stable non-free
$ cat /etc/apt/sources.list.d/raspi.list 
deb http://archive.raspberrypi.org/debian/ wheezy main

Re: Where's wolfram-engine? Messed up sources.list?

Posted: Sat Nov 23, 2013 12:50 pm
by thradtke
Thanks again for your effort, Dennis. This is very helpful.

Re: Where's wolfram-engine? Messed up sources.list?

Posted: Sat Nov 23, 2013 1:26 pm
by geev03
thradtke wrote:Enjoy Wolfram ... as much as I do :-).
Yes, even on a mobile phone...Image

Re: Where's wolfram-engine? Messed up sources.list?

Posted: Sun Nov 24, 2013 9:28 am
by thradtke
It appears Java cannot be started from Mathematica on 256MB models, correct?

Output from trying W|A queries (just one out of many error messages quoted):

Code: Select all

During evaluation of In[1]:= LinkObject::linkn: Argument LinkObject['/opt/Wolfram/WolframEngine/10.0/SystemFiles/Java/Linux-ARM/bin/java' -classpath "/opt/Wolfram/WolframEngine/10.0/SystemFiles/Links/… -Djava.util.prefs.PreferencesFactory=com.wolfram.jlink.DisabledPreferencesFactory com.wolfram.jlink.Install -init "/tmp/m00000130571",73,4] in LinkReadyQ[LinkObject['/opt/Wolfram/WolframEngine/10.0/SystemFiles/Java/Linux-ARM/bin/java' -classpath "/opt/Wolfram/WolframEngine/10.0/SystemFiles/… .util.prefs.PreferencesFactory=com.wolfram.jlink.DisabledPreferencesFactory com.wolfram.jlink.Install -init "/tmp/m00000130571",73,4]] has an invalid LinkObject number; the link may be closed.
Of course, the Oracle JDK is installed.

Time to update to a 512MB model :-/.

Re: Where's wolfram-engine? Messed up sources.list?

Posted: Sun Nov 24, 2013 1:55 pm
by mob-i-l
I use Raspbian from the latest NOOBS and it is most updated and upgraded, and yet sudo apt-get install can only find mathematica-fonts. I think the repositories should be fixed automatically.

I succeeded in getting it to run by downloading:
wget http://repository.wolfram.com/raspbian/ ... _armhf.deb

And installing:
sudo dpkg -i wolfram-
engine_10.0.0+2013112003_armhf.deb

The menus are correctly installed and I tried both the GUI and CLI versions.