FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Nightlies Feedback › svn-1655 make error
- This topic has 27 replies, 4 voices, and was last updated 17 years, 2 months ago by MSN_Exploder.
-
AuthorPosts
-
13/09/2007 at 2:33 PM #12440MSN_ExploderParticipant
hmm it installed fine, but now i get this error:
2007-09-13 12:05:02 (080ae000): Firefly Version svn-1659: Starting with debuglevel 2
2007-09-13 12:05:02 (080ae000): Error loading plugin /usr/local/lib/mt-daapd/plugins/out-daap.so: /usr/local/lib/mt-daapd/plugins/out-daap.so: Undefined symbol “pi_db_enum_dispose”
2007-09-13 12:05:02 (080ae000): Error loading plugin /usr/local/lib/mt-daapd/plugins/rsp.so: /usr/local/lib/mt-daapd/plugins/rsp.so: Undefined symbol “pi_db_enum_dispose”
2007-09-13 12:05:02 (080ae000): Error loading plugin /usr/local/lib/mt-daapd/plugins/ssc-script.so: /usr/local/lib/mt-daapd/plugins/ssc-script.so: Undefined symbol “pi_log”
2007-09-13 12:05:02 (080ae000): Warning: Could not load plugins
2007-09-13 12:05:02 (080ae000): Error opening plugin dir /usr/lib/firefly/plugins. Ignoring
2007-09-13 12:05:02 (080ae000): Error opening plugin dir /usr/lib/mt-daapd/plugins. Ignoring
2007-09-13 12:05:02 (080ae000): Error opening plugin dir /lib/mt-daapd/plugins. Ignoring
2007-09-13 12:05:02 (080ae000): Error opening plugin dir /lib/mt-daapd/plugins. Ignoring
2007-09-13 12:05:02 (080ae000): Error loading plugin /usr/local/lib/mt-daapd/plugins/out-daap.so: /usr/local/lib/mt-daapd/plugins/out-daap.so: Undefined symbol “pi_db_enum_dispose”
2007-09-13 12:05:02 (080ae000): Error loading plugin /usr/local/lib/mt-daapd/plugins/rsp.so: /usr/local/lib/mt-daapd/plugins/rsp.so: Undefined symbol “pi_db_enum_dispose”
2007-09-13 12:05:02 (080ae000): Error loading plugin /usr/local/lib/mt-daapd/plugins/ssc-script.so: /usr/local/lib/mt-daapd/plugins/ssc-script.so: Undefined symbol “pi_log”
2007-09-13 12:05:02 (080ae000): Error loading plugin /usr/local/lib/mt-daapd/plugins/out-daap.so: /usr/local/lib/mt-daapd/plugins/out-daap.so: Undefined symbol “pi_db_enum_dispose”
2007-09-13 12:05:02 (080ae000): Error loading plugin /usr/local/lib/mt-daapd/plugins/rsp.so: /usr/local/lib/mt-daapd/plugins/rsp.so: Undefined symbol “pi_db_enum_dispose”
2007-09-13 12:05:02 (080ae000): Error loading plugin /usr/local/lib/mt-daapd/plugins/ssc-script.so: /usr/local/lib/mt-daapd/plugins/ssc-script.so: Undefined symbol “pi_log”
2007-09-13 12:05:02 (080ae000): Error opening plugin dir /opt/share/firefly/plugins. Ignoring
2007-09-13 12:05:02 (080ae000): Error opening plugin dir /opt/share/mt-daapd/plugins. Ignoring
2007-09-13 12:05:02 (080ae000): Error opening plugin dir /opt/lib/firefly/plugins. Ignoring
2007-09-13 12:05:02 (080ae000): Error opening plugin dir /opt/lib/mt-daapd/plugins. Ignoring
2007-09-13 12:05:02 (080ae000): Error opening plugin dir plugins/.libs. Ignoring
2007-09-13 12:05:02 (080ae000): plugins/plugin_dir not specified
2007-09-13 12:05:02: Aborting14/09/2007 at 3:43 AM #12441rpeddeParticipant@MSN_Exploder wrote:
hmm it installed fine, but now i get this error:
Some of the bsds automatically export all symbols from an executable. I guess free doesn’t.
I’m assuming you are using gcc, so I’ve fixed up the configure script for freebsd.
It’s fixed in r1664.
– Ron
14/09/2007 at 11:45 AM #12442MSN_ExploderParticipantyeah now its build, install and start correctly,
but its dies just when the first client connect.2007-09-14 13:35:11 (080c5200): Got listen socket 9
2007-09-14 13:35:11 (080c5600): Thread 0:
2007-09-14 13:35:11 (080c5600): Request: GET daap://192.168.0.2:3689/server-info HTTP/1.1
2007-09-14 13:35:11 (080c5600): Thread 0: Read: Accept: */*
2007-09-14 13:35:11 (080c5600): Thread 0: Adding header *Accept=*/**
2007-09-14 13:35:11 (080c5600): Added *Accept=*/**
2007-09-14 13:35:11 (080c5600): Thread 0: Read: User-Agent: iTunes/7.4.1 (Macintosh; N; Intel)
2007-09-14 13:35:11 (080c5600): Thread 0: Adding header *User-Agent=iTunes/7.4.1 (Macintosh; N; Intel)*
2007-09-14 13:35:11 (080c5600): Added *User-Agent=iTunes/7.4.1 (Macintosh; N; Intel)*
2007-09-14 13:35:11 (080c5600): Thread 0: Read: Client-DAAP-Version: 3.5
2007-09-14 13:35:11 (080c5600): Thread 0: Adding header *Client-DAAP-Version=3.5*
2007-09-14 13:35:11 (080c5600): Added *Client-DAAP-Version=3.5*
2007-09-14 13:35:11 (080c5600): Thread 0: Read: Client-DAAP-Access-Index: 2
2007-09-14 13:35:11 (080c5600): Thread 0: Adding header *Client-DAAP-Access-Index=2*
2007-09-14 13:35:11 (080c5600): Added *Client-DAAP-Access-Index=2*
2007-09-14 13:35:11 (080c5600): Thread 0: Read: Accept-Encoding: gzip
2007-09-14 13:35:11 (080c5600): Thread 0: Adding header *Accept-Encoding=gzip*
2007-09-14 13:35:11 (080c5600): Added *Accept-Encoding=gzip*
2007-09-14 13:35:11 (080c5600): Thread 0: Read:
2007-09-14 13:35:11 (080c5600): Thread 0: Headers parsed!
2007-09-14 13:35:11 (080c5600): Checking to see if connection matches close
2007-09-14 13:35:11 (080c5600): Nope!
2007-09-14 13:35:11 (080c5600): Thread 0: Connection type HTTP/1.1
: Connection: persist
2007-09-14 13:35:11 (080c5600): Thread 0: Original URI: daap://192.168.0.2:3689/server-info
2007-09-14 13:35:11 (080c5600): Thread 0: Translated URI: /server-info
2007-09-14 13:35:11 (080c5600): Thread 0: Preparing to find handler
2007-09-14 13:35:11 (080c5600): Checking /server-info against handler for /
2007-09-14 13:35:11 (080c5600): Thread 0: URI Match!
2007-09-14 13:35:11 (080c5600): Thread 0: Time is 1189769711 seconds after epoch
2007-09-14 13:35:11 (080c5600): Thread 0: Setting time header
2007-09-14 13:35:11 (080c5600): Added *Date=Fri, 14 Sep 2007 11:35:11 GMT*
2007-09-14 13:35:11 (080c5600): Added *Connection=keep-alive*
2007-09-14 13:35:11 (080c5600): Added *Server=mt-daapd/svn-1659*
2007-09-14 13:35:11 (080c5600): Added *Content-Type=text/html*
2007-09-14 13:35:11 (080c5600): Added *Content-Language=en_us*
2007-09-14 13:35:11 (080c5600): Thread 0: Using non-default handler
2007-09-14 13:35:11 (080c5600): in main_auth
2007-09-14 13:35:11 (080b4000): Processing rendezvous message
2007-09-14 13:35:11 (080b4000): Rendezvous socket closed (daap server crashed?) Aborting.
2007-09-14 13:35:11: Abortingafter do some searching on the forum, this looks like a general problem of the recent builds to me.
So i would say at least the building problems on freebsd are fixed π
Lets find the problem for that π19/09/2007 at 2:01 AM #12443dizzinessParticipantSame problem here. See:
http://forums.fireflymediaserver.org/viewtopic.php?p=14573#14573
19/09/2007 at 6:15 AM #12444rpeddeParticipant@dizziness wrote:
Same problem here. See:
http://forums.fireflymediaserver.org/viewtopic.php?p=14573#14573
I can’t seem to replicate this, though. Sure looks like plugin directory pointing to old plugins rather than new plugins, though.
19/09/2007 at 11:38 AM #12445MSN_ExploderParticipantAfter trying a few things, i didn’t get the new nighties to run,
because u said it might be a plugin problem (loading old plugins) i played around a bit πrecent nighties with old plugins (yeah i tried this π ):
2007-09-19 13:34:59 (080b4000): Error loading plugin /usr/local/share/mt-daapd/plugins/out-daap.so: (null)
2007-09-19 13:34:59 (080b4000): Error loading plugin /usr/local/share/mt-daapd/plugins/rsp.so: (null)and startup didn’t finished at all.
With recent nighties plugins i get this:
2007-09-19 13:30:12 (080b4000): Plugin loaded: ssc-script/svn-1659
2007-09-19 13:30:12 (080b4000): Plugin loaded: rsp/svn-1659
2007-09-19 13:30:12 (080b4000): Plugin loaded: daap/svn-1659
2007-09-19 13:30:12 (080b4000): Starting rendezvous daemonso plugins a loaded without an error
everything runs without any error, as long as nobody connect (pretty useless without connecting π )
then i get this:2007-09-19 13:33:09 (080b4000): Rendezvous socket closed (daap server crashed?) Aborting.
2007-09-19 13:33:09: AbortingAny idea whats going wrong there?
23/09/2007 at 9:40 AM #12446rpeddeParticipant@MSN_Exploder wrote:
After trying a few things, i didn’t get the new nighties to run,
because u said it might be a plugin problem (loading old plugins) i played around a bit πrecent nighties with old plugins (yeah i tried this π ):
2007-09-19 13:34:59 (080b4000): Error loading plugin /usr/local/share/mt-daapd/plugins/out-daap.so: (null)
2007-09-19 13:34:59 (080b4000): Error loading plugin /usr/local/share/mt-daapd/plugins/rsp.so: (null)and startup didn’t finished at all.
With recent nighties plugins i get this:
2007-09-19 13:30:12 (080b4000): Plugin loaded: ssc-script/svn-1659
2007-09-19 13:30:12 (080b4000): Plugin loaded: rsp/svn-1659
2007-09-19 13:30:12 (080b4000): Plugin loaded: daap/svn-1659
2007-09-19 13:30:12 (080b4000): Starting rendezvous daemonso plugins a loaded without an error
everything runs without any error, as long as nobody connect (pretty useless without connecting π )
then i get this:2007-09-19 13:33:09 (080b4000): Rendezvous socket closed (daap server crashed?) Aborting.
2007-09-19 13:33:09: AbortingAny idea whats going wrong there?
Architecture, os, and version?
23/09/2007 at 11:19 AM #12447MSN_ExploderParticipant@rpedde wrote:
Architecture, os, and version?
AMD AthlonXP 1600+, FreeBSD 6.2-RELEASE-p7 (i386) running latest svn version.
03/10/2007 at 8:43 PM #12448MSN_ExploderParticipantjust a tiny heads up
since svn-1673 no more crashes on connection.
Thx man!!!04/10/2007 at 1:35 AM #12449rpeddeParticipant@MSN_Exploder wrote:
just a tiny heads up
since svn-1673 no more crashes on connection.
Thx man!!!Cool… need to push that into a release. Still some sqlite3 stuff I needed fixed, but might not get to that. Sick like a dog last couple days.
— Ron
-
AuthorPosts
- The forum ‘Nightlies Feedback’ is closed to new topics and replies.