Hi Chris,
If you want to install them in the meantime, please grab the files from http://l.grrrr.org/puredata_tcz The manual installation procedure is the following:
I was able to do a manual install quite easily by copying the puredata.tcz file over to the RPi and then running:
tce-load -i ./puredata.tcz
The reason this did not work before (which I emailed you about) was I had been doing
wget http://l.grrrr.org/puredata_tcz
not realising this was your ownCloud server page rather than the package file itself.One thing I noticed is your package seems to be mounted from a different location to all of the other packages:
$ mount | tail -n 4 /mnt/mmcblk0p2/tce/optional/libvorbis.tcz on /tmp/tcloop/libvorbis type squashfs (ro,relatime) /mnt/mmcblk0p2/tce/optional/libogg-dev.tcz on /tmp/tcloop/libogg-dev type squashfs (ro,relatime) /mnt/mmcblk0p2/tce/optional/libogg.tcz on /tmp/tcloop/libogg type squashfs (ro,relatime) /dev/loop108 on /tmp/tcloop/puredata type squashfs (ro,relatime)
Note the mount source of
/dev/loop108
instead of/mnt/mmcblk0p2...
.
The reason is that the "tce-load -i" command doesn't update the onboot.txt file which governs which packages are mounted at startup. Hence the mount is temporary.
best, Thomas