<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hey Drummond,</div><div><br></div><div>It looks like this is a problem with the sqlite configure script: </div><div><br></div><div><a href="http://phoronix.com/forums/showthread.php?70598-sqlite3-failed-to-install-on-ubuntu-11-04-and-cent-os-5-5">http://phoronix.com/forums/showthread.php?70598-sqlite3-failed-to-install-on-ubuntu-11-04-and-cent-os-5-5</a></div><div><br></div><div>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.</div><div><br></div><div>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: </div><div><br></div><div><a href="http://www.sqlite.org/2013/sqlite-autoconf-3071601.tar.gz">http://www.sqlite.org/2013/sqlite-autoconf-3071601.tar.gz</a></div><div><br></div><div>Sorry for the difficulties, please let us know if you have any more questions or run into trouble.</div><div><br></div><div>Cheers,</div><div><br></div><div>Nathan Goldbaum</div><br><div><div>On Apr 10, 2013, at 1:58 PM, Drummond Fielding <<a href="mailto:drummondfielding@gmail.com">drummondfielding@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello everyone,<div><br></div><div>I am trying to run the latest version of the install script and getting the following failure:</div><div><br></div><div><div>Installing SQLite3</div><div>********************************************</div><div>        FAILURE REPORT:</div><div>********************************************</div><div><br></div><div>configure: creating ./config.status</div><div>config.status: creating Makefile</div><div>config.status: creating sqlite3.pc</div><div>config.status: executing depfiles commands</div><div>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=\"<a href="http://www.sqlite.org/">http://www.sqlite.org\</a>" -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; \</div><div><span class="Apple-tab-span" style="white-space: pre; "> </span>then mv -f ".deps/sqlite3.Tpo" ".deps/sqlite3.Plo"; else rm -f ".deps/sqlite3.Tpo"; exit 1; fi</div><div>mkdir .libs</div><div> gcc -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" -DPACKAGE_VERSION=\"3.7.5\" "-DPACKAGE_STRING=\"sqlite 3.7.5\"" -DPACKAGE_BUGREPORT=\"<a href="http://www.sqlite.org/">http://www.sqlite.org\</a>" -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</div><div>gcc.exec: error: 3.7.5": No such file or directory</div><div>make: *** [sqlite3.lo] Error 1</div><div><br></div><div>********************************************</div></div><div>********************************************</div><div>It was my understanding that all of the sqlite configuration is contained in <span style="font-family: Menlo; font-size: 11px; ">sqlite-autoconf-</span><span style="font-family: Menlo; font-size: 11px; color: rgb(39, 42, 216); ">3070500 </span>so I am not really sure what is going wrong. Any thoughts?</div><div><br></div><div>Thanks in advance</div><div><br></div><div>Drummond</div></div>_______________________________________________<br>yt-users mailing list<br><a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org<br></blockquote></div><br></body></html>