Nightlies on OpenSlug 3.10

Viewing 10 posts - 1 through 10 (of 11 total)
  • Author
    Posts
  • #484
    Charly86
    Participant

    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

    root@Firefly:~# 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

    root@Firefly:~# 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’
    root@Firefly:~#

    Any clues ?

    #5777
    rpedde
    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

    root@Firefly:~# 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

    root@Firefly:~# 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’
    root@Firefly:~#

    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

    #5778
    Charly86
    Participant

    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

    #5779
    rpedde
    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

    #5780
    Charly86
    Participant

    Thank’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

    #5781
    Charly86
    Participant

    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.

    #5782
    rpedde
    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

    #5783
    Charly86
    Participant

    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.

    #5784
    rpedde
    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

    #5785
    Charly86
    Participant

    Thank 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 ? πŸ˜‰

Viewing 10 posts - 1 through 10 (of 11 total)
  • The forum ‘Setup Issues’ is closed to new topics and replies.