[esp-r] Trouble Installing Esp-R on Ubuntu 14.04

Amaury Guignard amaury.guignard at gmail.com
Fri Nov 21 16:10:47 GMT 2014


Hello dear member of this group,

I don't know is it's the right place to post this, as I didn't find any 
thread about installation on this List ...

Well, I downloaded the source code from different places, meaning:

- https://espr.svn.cvsdude.com/esp-r/branches/development_branch
and
- https://espr.svn.cvsdude.com/esp-r/trunk

I guess all the dependancies were installed (I checked the manual and a 
few forums).

After launching the install programm, always the same fatal error is 
displayed:

at the beginning:

"
/Installing ESP-r system. This may take some time./
/    - gathering versioning information from svn... Unavailable!/
/mv: impossible to move «/root/esp-r.desktop» to 
«/root/Desktop/esp-r.desktop»: no file of that type/
/    - building enableSQLite... /
/ ERROR: could not build executable enableSQLite! /
/ ERROR: result /root/Src/cvsdude/development_branch/src/lib/libSQLite.a! /
"

And at the end

"
/Install: Fatal error. /
/ Executable enableSQLite could not be built!/
/ Installation aborted./
                 "

See the enclosed file for more details.


Did I do something wrong, or is Ubuntu to recent for espr ?

Thanks for your answers !

Amaury Guignard, from France

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.strath.ac.uk/archives/esp-r/attachments/20141121/72faa216/attachment.html 
-------------- next part --------------
 Installing ESP-r system. This may take some time.
    - gathering versioning information from svn... Unavailable!
mv: impossible de déplacer «/root/esp-r.desktop» vers «/root/Desktop/esp-r.desktop»: Aucun fichier ou dossier de ce type
    - building enableSQLite...  
 ERROR: could not build executable enableSQLite! 
 ERROR: result /root/Src/cvsdude/development_branch/src/lib/libSQLite.a! 
 Compilation messages follow: 
 ----------------------------------------- 
Compilation of enableSQLite on vendredi 21 novembre 2014, 16:49:04 (UTC+0100)
 Make command:
 -------------
   make MCTYPE=lin MCC=gcc MCPL=g++ MFC=gfortran DESTdir=/opt/esru ESPdir=/opt/esru/esp-r WWLINK=unshared EXE= XINSTALLDIR=-pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype  CFLAGS=-I../include -I../shocc -I/usr/local/include -I../cetc/h3kreports -I/usr/include -I/usr/include/libxml2 -I/usr/local/include/libxml2 -I/usr/include/libxslt -I/local/include/libxslt -DLIN -DGTK -DXSL -DSQLITE -g  FFLAGS=-I../include -I../shocc -I/usr/local/include -I../cetc/h3kreports -DLIN -DGTK -g -fno-automatic -DGCC4 LD_FLAGS=-Wl,--reduce-memory-overheads ULIBS=-L/root/Src/cvsdude/development_branch/src/lib -lversion -lgtkesru -L-pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXML -lstdc++ -lxslt -lxml2 -L/usr/local/lib -lSQLite -lsqlite3 -lstdc++ xml_status= SQLite_status= -f Makefile  enableSQLite >>.make_msg 2>&1 
 
 Make output:
 ------------
cd `pwd`/lib; \
make the_libSQLite
make[1]: Entering directory '/root/Src/cvsdude/development_branch/src/lib'
rm -f DBManager.cpp ;
ln -s `pwd`/../cetc/h3kreports/DBManager.cpp .;
g++ -Wl,--reduce-memory-overheads -I../include -I../shocc -I/usr/local/include -I../cetc/h3kreports -I/usr/include -I/usr/include/libxml2 -I/usr/local/include/libxml2 -I/usr/include/libxslt -I/local/include/libxslt  -DLIN -DGTK -DXSL -DSQLITE -g  -c DBManager.cpp
In file included from DBManager.cpp:1:0:
../cetc/h3kreports/DBManager.h:9:21: fatal error: sqlite3.h: Aucun fichier ou dossier de ce type
 #include <sqlite3.h>
                     ^
compilation terminated.
Makefile:181: recipe for target 'DBManager.o' failed
make[1]: *** [DBManager.o] Error 1
make[1]: Leaving directory '/root/Src/cvsdude/development_branch/src/lib'
Makefile:38: recipe for target 'enableSQLite' failed
make: *** [enableSQLite] Error 2
 ----------------------------------------- 
 Install: Fatal error. 
 Executable enableSQLite could not be built!
 Installation aborted.


More information about the esp-r mailing list