Re: [Seeks-users] [BUG] Compilation with latest git Seeks failed
Status: Beta
Brought to you by:
beniz
|
From: Emmanuel B. <ebe...@se...> - 2011-02-22 16:32:19
|
Hi Bastien, As far as I remember this problem has been reported before by users of ArchLinux. Somehow, this problem has been solved by packagers building an AUR package for ArchLinux: http://aur.archlinux.org/packages.php?ID=38053 (beware as this seems to be an old release of Seeks). To do this packagers did not request any change on Seeks side. Therefore I'd suggest you take a look at the work they did to solve this issue. If you believe this should require changes within Seeks codebase, please let us know. Sincerely, Em. On Sun, Feb 20, 2011 at 12:09:03PM +0100, Bastien wrote: > Hi there, > > I just tried to compile after a git pull. > > It fails with this error: > > ,---- > | make all-recursive > | make[1]: entrant dans le répertoire « /home/guerry/install/git/seeks » > | Making all in src > | make[2]: entrant dans le répertoire « /home/guerry/install/git/seeks/src » > | Making all in utils > | make[3]: entrant dans le répertoire « /home/guerry/install/git/seeks/src/utils » > | Making all in . > | make[4]: entrant dans le répertoire « /home/guerry/install/git/seeks/src/utils » > | /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -Wno-deprecated -g -pipe -I. -I./../proxy -I./../lsh -I./../dht -g -O2 -MT miscutil.lo -MD -MP -MF .deps/miscutil.Tpo -c -o miscutil.lo miscutil.cpp > | mv -f .deps/miscutil.Tpo .deps/miscutil.Plo > | mv: impossible d'évaluer « .deps/miscutil.Tpo »: Aucun fichier ou dossier de ce type > | make[4]: *** [miscutil.lo] Erreur 1 > | make[4]: quittant le répertoire « /home/guerry/install/git/seeks/src/utils » > | make[3]: *** [all-recursive] Erreur 1 > | make[3]: quittant le répertoire « /home/guerry/install/git/seeks/src/utils » > | make[2]: *** [all-recursive] Erreur 1 > | make[2]: quittant le répertoire « /home/guerry/install/git/seeks/src » > | make[1]: *** [all-recursive] Erreur 1 > | make[1]: quittant le répertoire « /home/guerry/install/git/seeks » > | make: *** [all] Erreur 2 > `---- > > I attach the config.log. > > > -- > Bastien |