mt-daapd svn-1571 + avahi 0.6.19 = Assertion failed

FireFly Media Server Firefly Media Server Forums Firefly Media Server Nightlies Feedback mt-daapd svn-1571 + avahi 0.6.19 = Assertion failed

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1393
    Gonzo
    Participant

    Hi,

    the internal mDNS support is deprecated, Howl is dead, so I’m currently trying to migrate my mt-daapd installation to an Avahi based one on Solaris.

    Getting Avahi 0.6.19 to compile and run on Solaris was a challange, but it now seems to work. At least avahi-daemon runs, spits out understandable messages and doesn’t complain too much.

    Then, I’ve compiled mt-daapd svn-1571 including avahi support using:

    AVAHI_CFLAGS=”-D_REENTRANT -I/opt/local/include” AVAHI_LIBS=”-L/opt/local/lib -lavahi-common -lavahi-client” ./configure –with-id3tag=/opt/csw –enable-sqlite3 –with-sqlite3-includes=/opt/csw/include –with-sqlite3-libs=/opt/csw/lib –enable-avahi –prefix=/opt/local

    But when I start mt-daapd, I get the following:

    Assertion failed: client, file client.c, line 776
    Abort (core dumped)

    The avahi-daemon didn’t spit out anything, so I guess mt-daapd didn’t make it to registering itself.

    The same mt-daapd compiled without Avahi, so using the internal mDNS stuff, works fine.

    There’s nothing strange with my machine other than it has multiple network interfaces.

    Any ideas?

    Cheers,
    Constantin

    #10791
    rpedde
    Participant

    @Gonzo wrote:

    Hi,

    the internal mDNS support is deprecated, Howl is dead, so I’m currently trying to migrate my mt-daapd installation to an Avahi based one on Solaris.

    Getting Avahi 0.6.19 to compile and run on Solaris was a challange, but it now seems to work. At least avahi-daemon runs, spits out understandable messages and doesn’t complain too much.

    Then, I’ve compiled mt-daapd svn-1571 including avahi support using:

    AVAHI_CFLAGS=”-D_REENTRANT -I/opt/local/include” AVAHI_LIBS=”-L/opt/local/lib -lavahi-common -lavahi-client” ./configure –with-id3tag=/opt/csw –enable-sqlite3 –with-sqlite3-includes=/opt/csw/include –with-sqlite3-libs=/opt/csw/lib –enable-avahi –prefix=/opt/local

    But when I start mt-daapd, I get the following:

    Assertion failed: client, file client.c, line 776
    Abort (core dumped)

    The avahi-daemon didn’t spit out anything, so I guess mt-daapd didn’t make it to registering itself.

    The same mt-daapd compiled without Avahi, so using the internal mDNS stuff, works fine.

    There’s nothing strange with my machine other than it has multiple network interfaces.

    Any ideas?

    Cheers,
    Constantin

    Ah, dang it. Seems like I ran into problems with 0.6.19 already, but I thought I had committed fixes. I can see I didn’t though. Let me see what I can dig up.

    — Ron

    #10792
    Gonzo
    Participant

    Hi Ron,

    thanks!

    Looking forward to the next nightly,
    Constantin

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Nightlies Feedback’ is closed to new topics and replies.