FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › Nightlies on OpenSlug 3.10
- This topic has 10 replies, 2 voices, and was last updated 16 years, 9 months ago by
rpedde.
-
AuthorPosts
-
02/08/2006 at 3:15 PM #484
Charly86
ParticipantHi Ron,
I swapped my unslunged nslu2 on openslug, very happy with speed and stability (cause unslung seems to crash sometimes)
But I can’t install Nightlies on it because seems missing dependancy like libid3tag, ….
I can install stable version
ipkg install mt-daapd
with no pb but as soon I do[email protected]:~# ipkg install http://nightlies.mt-daapd.org/dl.php?FILE=mt-daapd_svn-1328-1_armeb.ipk
Downloading http://nightlies.mt-daapd.org/dl.php?FILE=mt-daapd_svn-1328-1_armeb.ipk
Installing mt-daapd (svn-1328-1) to root…
Nothing to be done
An error ocurred, return value: 1.
Collected errors:
ERROR: Cannot satisfy the following dependencies for mt-daapd:
libid3tag libogg ivorbis-tools sqlite2 alac-decoder sqlite[email protected]:~# ipkg install libid3tag
Nothing to be done
An error ocurred, return value: 4.
Collected errors:
Cannot find package libid3tag.
Check the spelling or perhaps run ‘ipkg update’
[email protected]:~#Any clues ?
02/08/2006 at 11:41 PM #5777rpedde
Participant@Charly86 wrote:
Hi Ron,
I swapped my unslunged nslu2 on openslug, very happy with speed and stability (cause unslung seems to crash sometimes)
But I can’t install Nightlies on it because seems missing dependancy like libid3tag, ….
I can install stable version
ipkg install mt-daapd
with no pb but as soon I do[email protected]:~# ipkg install http://nightlies.mt-daapd.org/dl.php?FILE=mt-daapd_svn-1328-1_armeb.ipk
Downloading http://nightlies.mt-daapd.org/dl.php?FILE=mt-daapd_svn-1328-1_armeb.ipk
Installing mt-daapd (svn-1328-1) to root…
Nothing to be done
An error ocurred, return value: 1.
Collected errors:
ERROR: Cannot satisfy the following dependencies for mt-daapd:
libid3tag libogg ivorbis-tools sqlite2 alac-decoder sqlite[email protected]:~# ipkg install libid3tag
Nothing to be done
An error ocurred, return value: 4.
Collected errors:
Cannot find package libid3tag.
Check the spelling or perhaps run ‘ipkg update’
[email protected]:~#Any clues ?
The package is for unslung. You’ll need to set up a build chain for openslug in order to build nightlies for openslug. I saw someone in these forums had built an openslug package for it, but I’m not sure where.
If you are looking to be able to run a wide variety of packages without having to compile them yourself, I’d recommend debonaras. That has the whole debian package set available, and works well on the slug.
— Ron
04/08/2006 at 12:15 AM #5778Charly86
ParticipantWell, I tought you’ll reply that I need to compile.
I was thinking install OpenSlug or DebianSlug. Done the wrong choice 😥
I’m installing Debianslug to test.
Keep you informed 🙂
Thanks
04/08/2006 at 1:32 AM #5779rpedde
Participant@Charly86 wrote:
Well, I tought you’ll reply that I need to compile.
I was thinking install OpenSlug or DebianSlug. Done the wrong choice 😥
I’m installing Debianslug to test.
Keep you informed 🙂
Thanks
I’m not saying that’s the end-all be-all, but I do run debian on my slug, so I can help some at least. 🙂
— Ron
06/08/2006 at 10:27 PM #5780Charly86
ParticipantThank’s Ron
If I do unterstand well to install debianslug you install a OpenSlung and launch debian installation. Read some docs, sure it’s not an easy install 🙂
I also re installed Unslug on my 2nd slug and tried to remove samba to see if it’s okay now.
Keep you informed
09/08/2006 at 4:40 PM #5781Charly86
ParticipantHi Ron,
I now using debianslug on my NSLU2 (V3.10). Well, not as simple as openslug to install but now it work fine.
Did you remember what debian package you installed to successfull compile nightlies on the slug ?
thank you.
09/08/2006 at 11:10 PM #5782rpedde
Participant@Charly86 wrote:
Hi Ron,
I now using debianslug on my NSLU2 (V3.10). Well, not as simple as openslug to install but now it work fine.
Did you remember what debian package you installed to successfull compile nightlies on the slug ?
thank you.
libid3tag0-dev, libid3tag0, libsqlite0-dev, libsqlite0, zlib1g-dev, zlib1g.
Then it’s:
./configure --enable-sqlite
Then a make, make install as normal. You’ll want to copy the contrib/mt-daapd.conf file into /etc and edit it to taste.
You can probably take debian/init.d and copy it to /etc/init.d/mt-daapd, also. Should be good to go from there.
Yell if you need anything else.
— Ron
10/08/2006 at 11:43 AM #5783Charly86
ParticipantOh thank you Ron, I’ll need that info. But my question was not correct. 😳
So I try to correct it 😉
Do you know what debian package I need to install to compile anything on the slug (targetting for the slug of course). Is there a “magic” package containing gcc, make and all others tools to be able to compile on the slug ?
Thank’s.
11/08/2006 at 1:11 AM #5784rpedde
Participant@Charly86 wrote:
Oh thank you Ron, I’ll need that info. But my question was not correct. 😳
So I try to correct it 😉
Do you know what debian package I need to install to compile anything on the slug (targetting for the slug of course). Is there a “magic” package containing gcc, make and all others tools to be able to compile on the slug ?
Thank’s.
Oh, sorry. 🙂
Hrm. Dunno, I just kinda installed everything that seemed generally appropriate, and let it pull in dependencies. Probably something like:
autoconf, automake14, make, gcc, libtool
That probably ought to pull in anything you might need.
— Ron
13/08/2006 at 1:48 AM #5785Charly86
ParticipantThank you Ron, that’s what I needed, compilation is okay and all went fine with my debianslug, no more freeze, very stable (more than uNSLUg)
Ron, somebody already told you you’re like god ? 😉
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.