FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Nightlies Feedback › mt-daapd svn-1571 + avahi 0.6.19 = Assertion failed
- This topic has 2 replies, 2 voices, and was last updated 17 years, 7 months ago by Gonzo.
-
AuthorPosts
-
17/05/2007 at 3:56 PM #1393GonzoParticipant
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,
Constantin17/05/2007 at 6:28 PM #10791rpeddeParticipant@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,
ConstantinAh, 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
17/05/2007 at 7:32 PM #10792GonzoParticipantHi Ron,
thanks!
Looking forward to the next nightly,
Constantin -
AuthorPosts
- The forum ‘Nightlies Feedback’ is closed to new topics and replies.