public inbox for gentoo-user-fr@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user-fr] hugin
@ 2006-11-09 19:46 Pascal Ronecker
  2006-11-09 19:56 ` [gentoo-user-fr] hugin Christophe PEREZ
  0 siblings, 1 reply; 14+ messages in thread
From: Pascal Ronecker @ 2006-11-09 19:46 UTC (permalink / raw
  To: Gentoo

Salut,

j'essaie de mettre à jour hugin (freontend pour panotools),
première surprise : pas d'ebuild pour la derniere ou l'avant derniere ou
meme une anterieure.
ebuild dispo=0.5-rc1 un truc du genre, alors que la 0.6 et la 0.6.1 sont
sorties.

Bref : je me fait un overlay. J'ai deja la 0.5 installee

Et là : boost pas trouvé. Je vous colle des bouts de logs pour voir si
ca vous dit qqch, j'ai bien boost installé, je suis en train de le
metter à jour au cas ou.

d'avance merci

checking for boostlib >= 1.31... yes
boost found
checking whether the Boost::Thread library is available... yes
checking for main in -lboost_thread-gcc-mt-1_33... no
checking for main in -lboost_thread-gcc-mt-s-1_33... no
checking for main in -lboost_thread-gcc-1_33... no
checking for main in -lboost_thread-gcc-s-1_33... no
checking for main in -lboost_thread-mgw-mt-1_33... no
checking for main in -lboost_thread-mgw-mt-s-1_33... no
checking for main in -lboost_thread-mgw-1_33... no
checking for main in -lboost_thread-mgw-s-1_33... no
checking for main in -lboost_thread-mt-1_33... no
checking for main in -lboost_thread-mt-s-1_33... no
checking for main in -lboost_thread-1_33... no
checking for main in -lboost_thread-s-1_33... no
checking for main in -lboost_thread-gcc-mt... no
checking for main in -lboost_thread-gcc-mt-s... no
checking for main in -lboost_thread-gcc... no
checking for main in -lboost_thread-gcc-s... no
checking for main in -lboost_thread-mgw-mt... no
checking for main in -lboost_thread-mgw-mt-s... no
checking for main in -lboost_thread-mgw... no
checking for main in -lboost_thread-mgw-s... no
checking for main in -lboost_thread-mt... no
checking for main in -lboost_thread-mt-s... no
checking for main in -lboost_thread... no
checking for main in -lboost_thread-s... no
checking for main in -llibboost_thread-gcc-mt-1_33... no
checking for main in -llibboost_thread-gcc-mt-s-1_33... no
checking for main in -llibboost_thread-gcc-1_33... no
checking for main in -llibboost_thread-gcc-s-1_33... no
checking for main in -llibboost_thread-mgw-mt-1_33... no
checking for main in -llibboost_thread-mgw-mt-s-1_33... no
checking for main in -llibboost_thread-mgw-1_33... no
checking for main in -llibboost_thread-mgw-s-1_33... no
checking for main in -llibboost_thread-mt-1_33... no
checking for main in -llibboost_thread-mt-s-1_33... no
checking for main in -llibboost_thread-1_33... no
checking for main in -llibboost_thread-s-1_33... no
checking for main in -llibboost_thread-gcc-mt... no
checking for main in -llibboost_thread-gcc-mt-s... no
checking for main in -llibboost_thread-gcc... no
checking for main in -llibboost_thread-gcc-s... no
checking for main in -llibboost_thread-mgw-mt... no
checking for main in -llibboost_thread-mgw-mt-s... no
checking for main in -llibboost_thread-mgw... no
checking for main in -llibboost_thread-mgw-s... no
checking for main in -llibboost_thread-mt... no
checking for main in -llibboost_thread-mt-s... no
checking for main in -llibboost_thread... no
checking for main in -llibboost_thread-s... no
configure: Could not link against libboost_thread-s !
configure: error:
        the boost thread library must be installed on your system
        but configure could not find it. Use --with-boost to
        specify the location of the boost library and
        --with-boost-version to specify your version.
        On debian based systems, install libboost-thread-dev




configure:23736: checking if Panotools package is complete
configure:23765: result: yes
configure:23832: checking for boostlib >= 1.31
configure:23882: i686-pc-linux-gnu-gcc -c -O3 -march=pentium4
-funroll-loops -fprefetch-loop-arrays -pipe  -I/usr/include conftest.c >&5
configure:23888: $? = 0
configure:23891: test -z                         || test ! -s conftest.err
configure:23894: $? = 0
configure:23897: test -s conftest.o
configure:23900: $? = 0
configure:23903: result: yes
configure:24386: checking whether the Boost::Thread library is available
configure:24425: i686-pc-linux-gnu-g++ -c -pthread -O3 -march=pentium4
-funroll-loops -fprefetch-loop-arrays -pipe  -I/usr/include conftest.cc >&5
configure:24431: $? = 0
configure:24434: test -z                         || test ! -s conftest.err
configure:24437: $? = 0
configure:24440: test -s conftest.o configure:24443: $? = 0
configure:24462: result: yes
configure:24487: checking for main in -lboost_thread-gcc-mt-1_33
configure:24511: i686-pc-linux-gnu-gcc -o conftest -O3 -march=pentium4
-funroll-loops -fprefetch-loop-arrays -pipe  -I/usr/include  -L/usr/lib
conftest.c -lboost_thread-gcc-mt-1_33   >&5
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lboost_thread-gcc-mt-1_33
collect2: ld returned 1 exit status
configure:24517: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "hugin"
| #define PACKAGE_TARNAME "hugin"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "hugin 0.6.1"
| #define PACKAGE_BUGREPORT "pablo.dangelo@web.de"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HasPNG 1
| #define HasJPEG 1
| #define HasTIFF 1
| #define HAVE_PANO12_QUERYFEATURE_H 1
| #define HasPANO 1
| #define HAVE_BOOST
| #define HAVE_BOOST_THREAD
| /* end confdefs.h.  */
|
|
| int
| main ()
| {
| main ();
|   ;
|   return 0;
| }
configure:24542: result: no

-- 
gentoo-user-fr@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2006-11-13 20:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-09 19:46 [gentoo-user-fr] hugin Pascal Ronecker
2006-11-09 19:56 ` [gentoo-user-fr] hugin Christophe PEREZ
2006-11-09 20:21   ` Pascal Ronecker
2006-11-10  3:23     ` [gentoo-user-fr] " Christophe PEREZ
2006-11-10 12:05       ` Pascal Ronecker
2006-11-10 12:53         ` Pascal Ronecker
2006-11-10 13:30           ` Damien THEBAULT
2006-11-10 14:02             ` Damien THEBAULT
2006-11-10 17:32               ` Pascal Ronecker
2006-11-11  1:40                 ` [gentoo-user-fr] " Christophe PEREZ
2006-11-11 11:06                   ` Pascal Ronecker
2006-11-11 11:28                     ` Pascal Ronecker
2006-11-13 19:43                       ` Pascal Ronecker
2006-11-13 20:11                         ` [gentoo-user-fr] " Christophe PEREZ

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox