[yt-users] Install Issue with SQLite

Nathan Goldbaum nathan12343 at gmail.com
Wed Apr 10 14:13:11 PDT 2013


Hey Drummond,

It looks like this is a problem with the sqlite configure script: 

http://phoronix.com/forums/showthread.php?70598-sqlite3-failed-to-install-on-ubuntu-11-04-and-cent-os-5-5

sqlite is only used in a few, isolated places in yt and it should be possible to disable building it in the install script and obtain a mostly working yt installation.  You can disable building sqlite3 by setting INST_SQLITE3=0 on line 45 of the install script.

You may also have luck trying to fix it by hand following the instructions on the forum thread I linked to.  Another option would be to obtain an updated version of sqlite3 - the version the yt install script builds is a bit out of date - and then build that by hand.  You can obtain the sqlite3 package from here: 

http://www.sqlite.org/2013/sqlite-autoconf-3071601.tar.gz

Sorry for the difficulties, please let us know if you have any more questions or run into trouble.

Cheers,

Nathan Goldbaum

On Apr 10, 2013, at 1:58 PM, Drummond Fielding <drummondfielding at gmail.com> wrote:

> Hello everyone,
> 
> I am trying to run the latest version of the install script and getting the following failure:
> 
> Installing SQLite3
> ********************************************
>         FAILURE REPORT:
> ********************************************
> 
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating sqlite3.pc
> config.status: executing depfiles commands
> if /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" -DPACKAGE_VERSION=\"3.7.5\" -DPACKAGE_STRING=\"sqlite\ 3.7.5\" -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE=\"sqlite\" -DVERSION=\"3.7.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FDATASYNC=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DHAVE_READLINE=1 -I. -I.    -DSQLITE_THREADSAFE=1  -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -g -O2 -MT sqlite3.lo -MD -MP -MF ".deps/sqlite3.Tpo" -c -o sqlite3.lo sqlite3.c; \
> 	then mv -f ".deps/sqlite3.Tpo" ".deps/sqlite3.Plo"; else rm -f ".deps/sqlite3.Tpo"; exit 1; fi
> mkdir .libs
>  gcc -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" -DPACKAGE_VERSION=\"3.7.5\" "-DPACKAGE_STRING=\"sqlite 3.7.5\"" -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE=\"sqlite\" -DVERSION=\"3.7.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FDATASYNC=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DHAVE_READLINE=1 -I. -I. -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -g -O2 -MT sqlite3.lo -MD -MP -MF .deps/sqlite3.Tpo -c sqlite3.c  -fno-common -DPIC -o .libs/sqlite3.o
> gcc.exec: error: 3.7.5": No such file or directory
> make: *** [sqlite3.lo] Error 1
> 
> ********************************************
> ********************************************
> It was my understanding that all of the sqlite configuration is contained in sqlite-autoconf-3070500 so I am not really sure what is going wrong. Any thoughts?
> 
> Thanks in advance
> 
> Drummond
> _______________________________________________
> yt-users mailing list
> yt-users at lists.spacepope.org
> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-users-spacepope.org/attachments/20130410/864abfc7/attachment.html>


More information about the yt-users mailing list