FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Nightlies Feedback › 1534 Build Problem with Ubuntu 6.10
- This topic has 3 replies, 2 voices, and was last updated 17 years, 4 months ago by rpedde.
-
AuthorPosts
-
15/04/2007 at 3:18 AM #1286atmurrayParticipant
Hi, I’m trying to do a build of the latest nightly (I want to make a little patch to the source code) and am running into trouble. I’m basically doing a standard mkdist.sh build except without sqlite3. This is all running on Ubuntu Server 6.10. I’ve turned on verbose for automake and this is what I get after make enters the src directory:
make[1]: Entering directory `/home/alanm/mt-daapd/src’
here=`cd .. && pwd`;
top_distdir=`cd ../mt-daapd-svn-1534 && pwd`;
distdir=`cd ../mt-daapd-svn-1534/src && pwd`;
cd ..
&& automake-1.4 –include-deps –build-dir=$here –srcdir-name=.. –output-dir=$top_distdir –gnu src/Makefile
automake: reading configure.in
automake: reading aclocal.m4
automake: reading src/Makefile.am
src/Makefile.am:3: SUBDIRS defined both conditionally and unconditionally
src/Makefile.am:8: LDADD defined both conditionally and unconditionally
automake: creating src/Makefile.in
make[1]: *** [distdir] Error 1
make[1]: Leaving directory `/home/alanm/mt-daapd/src’
make: *** [distdir] Error 1As you can see it’s fairly cryptic but I’d presume it has something to do with creating Makefile.in?
The only other warnings I get are when autoconf runs from reconf.sh:
config.status: creating src/Makefile
config.status: WARNING: src/Makefile.in seems to ignore the –datarootdir setting
config.status: creating src/plugins/Makefile
config.status: WARNING: src/plugins/Makefile.in seems to ignore the –datarootdir setting
config.status: creating admin-root/Makefile
config.status: WARNING: admin-root/Makefile.in seems to ignore the –datarootdir setting
config.status: creating admin-root/lib-js/Makefile
config.status: WARNING: admin-root/lib-js/Makefile.in seems to ignore the –datarootdir setting
config.status: creating admin-root/lib-js/script.aculo.us/Makefile
config.status: WARNING: admin-root/lib-js/script.aculo.us/Makefile.in seems to ignore the –datarootdir setting
config.status: creating contrib/Makefile
config.status: WARNING: contrib/Makefile.in seems to ignore the –datarootdir setting
config.status: creating contrib/init.d/Makefile
config.status: WARNING: contrib/init.d/Makefile.in seems to ignore the –datarootdir setting
config.status: creating src/mdns/Makefile
config.status: WARNING: src/mdns/Makefile.in seems to ignore the –datarootdir setting
config.status: creating Makefile
config.status: WARNING: Makefile.in seems to ignore the –datarootdir settingAny help would be appreciated, if more info is needed just let me know.
15/04/2007 at 8:21 PM #10095rpeddeParticipant@atmurray wrote:
Hi, I’m trying to do a build of the latest nightly (I want to make a little patch to the source code) and am running into trouble. I’m basically doing a standard mkdist.sh build except without sqlite3. This is all running on Ubuntu Server 6.10. I’ve turned on verbose for automake and this is what I get after make enters the src directory:
If you aren’t making a patch that requires configure.in changes, then just do it from a nightly. Since the change to mdns, I’ve managed to add some configure crap that doesn’t work except on the version of autotools I have, obviously.
I’ll try and get it worked out soon, but until then, just patch a nightly, since that already has a configure.
— Ron
16/04/2007 at 12:13 AM #10096atmurrayParticipantAhh now I get it, sorry my question seems rather still now.
Cheers.
16/04/2007 at 12:55 AM #10097 -
AuthorPosts
- The forum ‘Nightlies Feedback’ is closed to new topics and replies.