Reply To: pidof: not found

#6900
mvanloon
Participant

Hi,

I almost succeeded installing ron’s latest build on my Maxtor Shared Storage device. Here’s what I did:

First I installed the latest openmss firmware 2.6.2-openmss1-rc2 (download).

I then followed the instructions from this thread http://www.openmss.org/forum/viewtopic.php?t=413

Next I downloaded ron’s mipsel build and tried to install it. I downloaded his ipkg, copied it to a shared folder on the MSS and then navigated to that folder:


# cd /shares/mss-hdd/Mathieu
# ipkg install ./mt-daapd_svn-1404-1_mipsel.ipk

Here’s what you get back:


ERROR: Cannot satisfy the following dependencies for mt-daapd:
libogg libvorbis ivorbis-tools flac sqlite2 bash alac-decoder sqlite
#

Hmm, not very good. We need some source that can provide the required packages. Ron suggests the unslung feed from NSLU2. So I did the following:


# echo src nslu2_unslung http://ipkg.nslu2-linux.org/feeds/unslung/wl500g/ >> /opt/etc/ipkg.conf

# cat /opt/etc/ipkg.conf
src openmss http://ipkg.openmss.org/testing
src openmss_testing http://ipkg.openmss.org/testing
src nslu2_unslung http://ipkg.nslu2-linux.org/feeds/unslung/wl500g/

# ipkg update

(I know openmss and openmss_testing point to the same feed. It couldn’t be bothered to remove one of them and it doesn’t seem to matter).

Second try:


cd /shares/mss-hdd/Mathieu
ipkg install ./mt-daapd_svn-1404-1_mipsel.ipk

More luck this time:


An error ocurred, return value: 1.
Collected errors:
ERROR: Cannot satisfy the following dependencies for mt-daapd:
ivorbis-tools

Rats. ivorbis-tools is available from the NSLU2 feeds, but only the ARM build and not the MIPSEL build… I can’t find a MIPSEL build of the ivorbis-tools package anywhere 🙁

Ron, do you have a mipsel build for the ivorbis-tools package available?

Cheers,

Mathieu