FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Nightlies Feedback › svn-1696 compiling error
- This topic has 4 replies, 2 voices, and was last updated 15 years, 7 months ago by
Blebo.
-
AuthorPosts
-
31/10/2007 at 12:41 PM #1895
Blebo
Participantusing the options
./configure --enable-sqlite3 --with-sqlite-includes=/usr/local/include --with-sqlite-libs=/usr/local/lib --enable-oggvorbis --enable-flac --enable-upnp --enable-musepack --prefix=/usr
i get the error
/bin/sh ../../libtool --tag=CC --mode=link gcc -I.. -g -O2 -Wl,--export-dynamic -L/usr/local/lib -R/usr/local/lib -o out-daap.la -rpath /usr/lib/mt-daapd/plugins -module -avoid-version out-daap.lo out-daap-proto.lo -ldl -lFLAC -lvorbisfile -lvorbis -logg -lpthread -lid3tag -lz -lsqlite3 -logg -lvorbis -lvorbisfile -lFLAC -ltag_c
libtool: link: `out-daap.lo' is not a valid libtool object
make[3]: *** [out-daap.la] Error 1
make[3]: Leaving directory `/root/mt-daapd-svn-1695/src/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/mt-daapd-svn-1695/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/mt-daapd-svn-1695'
make: *** [all] Error 2
libtool: link: `out-daap.lo' is not a valid libtool object
make[2]: *** [out-daap.la] Error 1
make[2]: Leaving directory `/root/mt-daapd-svn-1695/src/plugins'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/mt-daapd-svn-1695/src'
make: *** [install-recursive] Error 1
[1]+ Exit 2 make
this is the first time i’ve had any errors compiling nightlies. the last nightly i used before updating to this one was 1586.
any help would be much appreciated 😀
edit:
this is on x86 platform running gentoo 2006.1 (i think)02/11/2007 at 5:58 AM #13268rpedde
Participant@Blebo wrote:
using the options
./configure --enable-sqlite3 --with-sqlite-includes=/usr/local/include --with-sqlite-libs=/usr/local/lib --enable-oggvorbis --enable-flac --enable-upnp --enable-musepack --prefix=/usr
i get the error
/bin/sh ../../libtool --tag=CC --mode=link gcc -I.. -g -O2 -Wl,--export-dynamic -L/usr/local/lib -R/usr/local/lib -o out-daap.la -rpath /usr/lib/mt-daapd/plugins -module -avoid-version out-daap.lo out-daap-proto.lo -ldl -lFLAC -lvorbisfile -lvorbis -logg -lpthread -lid3tag -lz -lsqlite3 -logg -lvorbis -lvorbisfile -lFLAC -ltag_c
libtool: link: `out-daap.lo' is not a valid libtool object
make[3]: *** [out-daap.la] Error 1
make[3]: Leaving directory `/root/mt-daapd-svn-1695/src/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/mt-daapd-svn-1695/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/mt-daapd-svn-1695'
make: *** [all] Error 2
libtool: link: `out-daap.lo' is not a valid libtool object
make[2]: *** [out-daap.la] Error 1
make[2]: Leaving directory `/root/mt-daapd-svn-1695/src/plugins'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/mt-daapd-svn-1695/src'
make: *** [install-recursive] Error 1
[1]+ Exit 2 make
this is the first time i’ve had any errors compiling nightlies. the last nightly i used before updating to this one was 1586.
any help would be much appreciated 😀
edit:
this is on x86 platform running gentoo 2006.1 (i think)Wow. I have no idea. You have libtool installed?
02/11/2007 at 2:30 PM #13269Blebo
Participantok, well i updated libtool and that got rid of the libtool error, letting it compile ok. however, now i get this when try and start the service:
* Starting mt-daapd DAAP server ...
/lib/rcscripts/sh/rc-daemon.sh: line 231: 26780 Segmentation fault /sbin/start-stop-daemon '--start' '--quiet' '--pidfile' '/var/run/mt-daapd.pid' '--exec' '/usr/sbin/mt-daapd' '--' '-P' '/var/run/mt-daapd.pid' '-c' '/etc/mt-daapd.conf' [ !! ]
this is when i use the config file from the previous nightly, tho, i’m thinking it is perhaps gentoo moreso than firefly that is the problem. what is the ‘default’ location of the firefly log file so i can give u guys more info if required?
04/11/2007 at 4:59 AM #13270rpedde
Participant@Blebo wrote:
ok, well i updated libtool and that got rid of the libtool error, letting it compile ok. however, now i get this when try and start the service:
* Starting mt-daapd DAAP server ...
/lib/rcscripts/sh/rc-daemon.sh: line 231: 26780 Segmentation fault /sbin/start-stop-daemon '--start' '--quiet' '--pidfile' '/var/run/mt-daapd.pid' '--exec' '/usr/sbin/mt-daapd' '--' '-P' '/var/run/mt-daapd.pid' '-c' '/etc/mt-daapd.conf' [ !! ]
this is when i use the config file from the previous nightly, tho, i’m thinking it is perhaps gentoo moreso than firefly that is the problem. what is the ‘default’ location of the firefly log file so i can give u guys more info if required?
Check your plugin directory. It should be /lib/mt-daapd/plugins, I think. Watch where it installs the plugins to when you compile it. If it’s pointed to /usr/share/mt-daapd/plugins, that’s the issue.
— Ron
04/11/2007 at 12:14 PM #13271Blebo
Participantthat was the clincher, cheers Ron!
-
AuthorPosts
- The forum ‘Nightlies Feedback’ is closed to new topics and replies.