Hey Joe,

I have installed raspian on a couple of pi's and have had no problems
outside of a missing opengl library needed to run jqt.

See Bill's email:
http://www.jsoftware.com/pipermail/beta/2013-September/007222.html .




On Tue, Mar 25, 2014 at 1:23 PM, Joe Bogner <[email protected]> wrote:

> Thanks. I think you're right. I believe I installed official debian arm
> (armel) because I was using a package (git-annex) which wasn't available on
> raspbian and had significant dependencies to try and compile myself. I'm
> using my pi as a personal dropbox and figured I'd also install J on it
>
> So it sounds like I can either wipe it out and install raspbian or figure
> out how to compile the gplsrc on it.
>
> Installing raspbian is probably the best way to go
>
> Thanks for the help
>
>
> On Tue, Mar 25, 2014 at 1:11 PM, bill lam <[email protected]> wrote:
>
> > I guess you are not running raspian. FWIW abi used in raspian is
> > defferent from that in official debian arm, the suffix hf stands
> > for hard float.
> >
> > Вт, 25 мар 2014, Joe Bogner писал(а):
> > > I'm not entireyl sure if it's raspian. I may have upgraded... it's been
> > > awhile:
> > >
> > > pi@raspberrypi ~/dev $ cat /etc/apt/sources.list
> > > # deb http://http.debian.net/debian wheezy main contrib non-free
> > > deb http://http.debian.net/debian sid main contrib non-free
> > >
> > > No /lib/arm-linux-gnueabihf. I do have arm-linux-gnueabi
> > >
> > > pi@raspberrypi ~/dev $ ls /lib/
> > > arm-linux-gnueabi  libauparse.so.0      libipq.so.0.0.0      modules
> > > cpp                libauparse.so.0.0.0  libiptc.so.0         systemd
> > > firmware           libip4tc.so.0        libiptc.so.0.0.0     terminfo
> > > init               libip4tc.so.0.1.0    libxtables.so.7      udev
> > > ld-linux.so.3      libip6tc.so.0        libxtables.so.7.0.0  xtables
> > > libaudit.so.0      libip6tc.so.0.1.0    lsb
> > > libaudit.so.0.0.0  libipq.so.0          modprobe.d
> > >
> > >
> > > Thanks for the help
> > >
> > >
> > > On Tue, Mar 25, 2014 at 12:58 PM, bill lam <[email protected]>
> wrote:
> > >
> > > > Are you sure that you are running raspian? eg,
> > > > what's inside /etc/apt/sources.list
> > > > and does it has the directory /lib/arm-linux-gnueabihf
> > > >
> > > > Вт, 25 мар 2014, Joe Bogner писал(а):
> > > > > I'm unable to run J on my raspberry pi. I configured my pi maybe
> six
> > > > months
> > > > > ago and I think it's running Raspbian
> > > > >
> > > > > pi@raspberrypi ~ $ uname -a
> > > > > Linux raspberrypi 3.6.11+ #456 PREEMPT Mon May 20 17:42:15 BST 2013
> > > > armv6l
> > > > > GNU/Linux
> > > > >
> > > > >
> > > > > pi@raspberrypi ~/j801/bin $ ./jconsole
> > > > > -bash: ./jconsole: No such file or directory
> > > > >
> > > > > Looking at this
> > > > >
> http://www.jsoftware.com/pipermail/programming/2013-June/032982.html,
> > it
> > > > > seems to imply that it might be due to my distribution?
> > > > >
> > > > > pi@raspberrypi ~/j801/bin $ file jconsole
> > > > > jconsole: ELF 32-bit LSB executable, ARM, version 1 (SYSV),
> > dynamically
> > > > > linked (uses shared libs), for GNU/Linux 2.6.26,
> > > > > BuildID[sha1]=0xd956820523760a0fc34643db61c5bf515c16a512, not
> > stripped
> > > > >
> > > > > pi@raspberrypi ~/j801/bin $ ls -lah /home/pi/j801/bin
> > > > > total 1.7M
> > > > > drwxr-xr-x 3 pi pi 4.0K Mar 25 12:58 .
> > > > > drwxr-xr-x 6 pi pi 4.0K Mar 21 03:42 ..
> > > > > drwxr-xr-x 2 pi pi 4.0K Mar 21 03:42 icons
> > > > > -rw-r--r-- 1 pi pi   13 Mar 21 03:42 installer.txt
> > > > > -rwxr-xr-x 1 pi pi   56 Mar 21 03:42 jbrk
> > > > > -rwxr-xr-x 1 pi pi  11K Mar 21 03:42 jconsole
> > > > > -rwxr-xr-x 1 pi pi  143 Mar 21 03:42 jhs
> > > > > -rwxr-xr-x 1 pi pi 1.6M Mar 21 03:42 libj.so
> > > > > -rw-r--r-- 1 pi pi 1.7K Mar 21 03:42 profile.ijs
> > > > > -rw-r--r-- 1 pi pi  819 Mar 21 03:42 profilex_template.ijs
> > > > >
> > > > >
> > > > > pi@raspberrypi /etc $ cat /etc/os-release
> > > > > PRETTY_NAME="Debian GNU/Linux 7.0 (wheezy)"
> > > > > NAME="Debian GNU/Linux"
> > > > > VERSION_ID="7.0"
> > > > > VERSION="7.0 (wheezy)"
> > > > > ID=debian
> > > > > ANSI_COLOR="1;31"
> > > > > HOME_URL="http://www.debian.org/";
> > > > > SUPPORT_URL="http://www.debian.org/support/";
> > > > > BUG_REPORT_URL="http://bugs.debian.org/";
> > > > >
> > > > >
> > > > >
> > > > > Any ideas how to fix or is the source available so I can build it
> > > > myself? I
> > > > > tried building from the gplsrc and had some problems. I can
> probably
> > > > figure
> > > > > out how to build it from the gpl src but didn't want to spend the
> > time if
> > > > > this has already been solved. I don't particularly care if it's
> from
> > the
> > > > > gpl src or from something else -- just looking for a functioning
> > version
> > > > of
> > > > > jconsole on my pi.
> > > > >
> > > > > Thanks
> > > > > Joe
> > > > >
> > ----------------------------------------------------------------------
> > > > > For information about J forums see
> > http://www.jsoftware.com/forums.htm
> > > >
> > > > --
> > > > regards,
> > > > ====================================================
> > > > GPG key 1024D/4434BAB3 2008-08-24
> > > > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
> > > > gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3
> > > >
> ----------------------------------------------------------------------
> > > > For information about J forums see
> http://www.jsoftware.com/forums.htm
> > > ----------------------------------------------------------------------
> > > For information about J forums see http://www.jsoftware.com/forums.htm
> >
> > --
> > regards,
> > ====================================================
> > GPG key 1024D/4434BAB3 2008-08-24
> > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
> > gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
> >
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to