Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 159619 Details for
Bug 230852
sys-devel/libtool-1.5.26 : libtool.m4 and ltmain.sh have a version mismatch!
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/var/log/portage/doublehp-dhp:rpl2-4.0.0_pre8:20080705-113521.log
doublehp-dhp:rpl2-4.0.0_pre8:20080705-113521.log (text/plain), 44.82 KB, created by
DEMAINE Benoît-Pierre, aka DoubleHP
on 2008-07-05 12:22:51 UTC
(
hide
)
Description:
/var/log/portage/doublehp-dhp:rpl2-4.0.0_pre8:20080705-113521.log
Filename:
MIME Type:
Creator:
DEMAINE Benoît-Pierre, aka DoubleHP
Created:
2008-07-05 12:22:51 UTC
Size:
44.82 KB
patch
obsolete
>>>> Unpacking source... > [33;01m*[0m Please add required deps in ${DEPEND} > [33;01m*[0m add support for basic documentation. > [33;01m*[0m > [33;01m*[0m Build may fail if gcc-4.1 is installed but not the default compiler. > [33;01m*[0m You 'sould' be able to build with GCC-3.3 if you remove the > [33;01m*[0m -Wno-pointer-sign compile option > [33;01m*[0m > [33;01m*[0m for 4.00pre8s and later, gfortran has to be used instead of g77 > [33;01m*[0m due to f90 source code. >>>> Unpacking rpl-4.0.0.prerelease.8.tar.bz2 to /var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/work >>>> Source unpacked. >>>> Compiling source in /var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/work/rpl-4.0.0.prerelease.8 ... > [33;01m*[0m Assuming gcc >= 4.1 >checking build system type... i686-pc-linux-gnu >checking host system type... i686-pc-linux-gnu >checking target system type... i686-pc-linux-gnu >checking target system type... (cached) i686-pc-linux-gnu >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking for style of include used by make... GNU >checking for gcc... gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether gcc accepts -g... yes >checking for gcc option to accept ISO C89... none needed >checking dependency style of gcc... gcc3 >checking how to run the C preprocessor... gcc -E >checking for X... libraries , headers >checking for gethostbyname... yes >checking for connect... yes >checking for remove... yes >checking for shmat... yes >checking for IceConnectionNumber in -lICE... yes >checking for asprintf... yes >checking for libtoolize... yes >checking for aclocal... ${SHELL} /var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/work/rpl-4.0.0.prerelease.8/missing --run aclocal-1.10 >checking for automake... ${SHELL} /var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/work/rpl-4.0.0.prerelease.8/missing --run automake-1.10 >checking for autoconf... ${SHELL} /var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/work/rpl-4.0.0.prerelease.8/missing --run autoconf >You should update your `aclocal.m4' by running aclocal. >libtoolize: `config.guess' exists: use `--force' to overwrite >libtoolize: `config.sub' exists: use `--force' to overwrite >libtoolize: `ltmain.sh' exists: use `--force' to overwrite >checking whether we are using the GNU C compiler... (cached) yes >checking whether gcc accepts -g... (cached) yes >checking for gcc option to accept ISO C89... (cached) none needed >checking dependency style of gcc... (cached) gcc3 >checking whether gcc and cc understand -c and -o together... yes >checking for g++... g++ >checking whether we are using the GNU C++ compiler... yes >checking whether g++ accepts -g... yes >checking dependency style of g++... gcc3 >checking for gfortran... gfortran >checking whether we are using the GNU Fortran 77 compiler... yes >checking whether gfortran accepts -g... yes >checking for gfortran... gfortran >checking whether we are using the GNU Fortran compiler... yes >checking whether gfortran accepts -g... yes >checking for a BSD-compatible install... /usr/bin/install -c >checking whether ln -s works... yes >checking whether make sets $(MAKE)... (cached) yes >checking for ranlib... ranlib >checking for awk... (cached) gawk >checking for sed... yes >checking for tex... yes >checking for latex... yes >checking for dvips... yes >checking for gs... yes >checking for gv... yes >checking for gnuplot... yes >checking for vim... yes >checking for main in -lXm... yes >checking for main in -lXpm... yes >checking for main in -lm... yes >checking for main in -lpthread... yes >checking for dlopen in -ldl... yes >checking for nanosleep in -lrt... yes >checking for bind in -lsocket... no >configure: WARNING: libsocket doesn't seem to be needed on this system. >checking for libmysql includes... no >checking for libpq includes... no >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking for void *... yes >checking size of void *... 4 >checking for char... yes >checking size of char... 1 >checking for short int... yes >checking size of short int... 2 >checking for int... yes >checking size of int... 4 >checking for long int... yes >checking size of long int... 4 >checking for long long int... yes >checking size of long long int... 8 >checking for float... yes >checking size of float... 4 >checking for double... yes >checking size of double... 8 >checking for long double... yes >checking size of long double... 12 >checking for dirent.h that defines DIR... yes >checking for library containing opendir... none required >checking for ANSI C header files... (cached) yes >checking for sys/wait.h that is POSIX.1 compatible... yes >checking dlfcn.h usability... yes >checking dlfcn.h presence... yes >checking for dlfcn.h... yes >checking fcntl.h usability... yes >checking fcntl.h presence... yes >checking for fcntl.h... yes >checking math.h usability... yes >checking math.h presence... yes >checking for math.h... yes >checking pwd.h usability... yes >checking pwd.h presence... yes >checking for pwd.h... yes >checking signal.h usability... yes >checking signal.h presence... yes >checking for signal.h... yes >checking for string.h... (cached) yes >checking termios.h usability... yes >checking termios.h presence... yes >checking for termios.h... yes >checking time.h usability... yes >checking time.h presence... yes >checking for time.h... yes >checking for unistd.h... (cached) yes >checking sys/resource.h usability... yes >checking sys/resource.h presence... yes >checking for sys/resource.h... yes >checking for sys/stat.h... (cached) yes >checking sys/time.h usability... yes >checking sys/time.h presence... yes >checking for sys/time.h... yes >checking sys/timeb.h usability... yes >checking sys/timeb.h presence... yes >checking for sys/timeb.h... yes >checking for sys/types.h... (cached) yes >checking sys/select.h usability... yes >checking sys/select.h presence... yes >checking for sys/select.h... yes >checking for sys/wait.h... (cached) yes >checking stdio.h usability... yes >checking stdio.h presence... yes >checking for stdio.h... yes >checking for stdlib.h... (cached) yes >checking pthread.h usability... yes >checking pthread.h presence... yes >checking for pthread.h... yes >checking for an ANSI C-conforming const... yes >checking for uid_t in sys/types.h... yes >checking for pid_t... yes >checking for size_t... yes >checking whether time.h and sys/time.h may both be included... yes >checking whether struct tm is in sys/time.h or time.h... time.h >checking return type of signal handlers... void >checking for working strcoll... yes >checking for strftime... yes >checking for vprintf... yes >checking for _doprnt... no >checking for ftime... yes >checking for getcwd... yes >checking for putenv... yes >checking for select... yes >checking for strcspn... yes >checking for strdup... yes >checking for strerror... yes >checking for strspn... yes >checking for strstr... yes >checking for strtod... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating COPYING >config.status: creating tools/Makefile >config.status: creating src/Makefile >config.status: creating man/Makefile >config.status: creating man/fr_FR/Makefile >config.status: creating doc/Makefile >config.status: creating scripts/Makefile >config.status: creating scripts/mkrplso >config.status: creating scripts/rplc >config.status: creating scripts/rpllink >config.status: creating rplconfig.h >config.status: executing depfiles commands >=== configuring in lapack-3.1.1 (/var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/work/rpl-4.0.0.prerelease.8/build/lapack-3.1.1) >configure: running /bin/sh ../../lapack-3.1.1/configure '--prefix=/var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/image//usr' '--enable-final-run-path=/usr' '--disable-embedded-gnuplot' 'CFLAGS=-O2 -march=athlon-mp -pipe' 'CXXFLAGS=-O2 -march=athlon-mp -pipe' --cache-file=/dev/null --srcdir=../../lapack-3.1.1 >checking build system type... i686-pc-linux-gnu >checking host system type... i686-pc-linux-gnu >checking target system type... i686-pc-linux-gnu >checking target system type... (cached) i686-pc-linux-gnu >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking for gfortran... gfortran >checking for Fortran 77 compiler default output file name... a.out >checking whether the Fortran 77 compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU Fortran 77 compiler... yes >checking whether gfortran accepts -g... yes >checking for ranlib... ranlib >configure: creating ./config.status >config.status: creating Makefile >config.status: creating lapack/Makefile >config.status: creating blas/Makefile >=== configuring in tools/ncurses-5.6 (/var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/work/rpl-4.0.0.prerelease.8/build/tools/ncurses-5.6) >configure: running /bin/sh ../../../tools/ncurses-5.6/configure '--prefix=/var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/image//usr' '--enable-final-run-path=/usr' '--disable-embedded-gnuplot' 'CFLAGS=-O2 -march=athlon-mp -pipe' 'CXXFLAGS=-O2 -march=athlon-mp -pipe' --cache-file=/dev/null --srcdir=../../../tools/ncurses-5.6 >checking for egrep... grep -E >Configuring NCURSES 5.6 ABI 5 (Sat Jul 5 13:36:48 CEST 2008) >checking build system type... i686-pc-linux-gnu >checking host system type... i686-pc-linux-gnu >checking target system type... i686-pc-linux-gnu >Configuring for linux-gnu >checking for prefix... /var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/image//usr >checking for gcc... gcc >checking for C compiler default output... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for executable suffix... >checking for object suffix... o >checking whether we are using the GNU C compiler... yes >checking whether gcc accepts -g... yes >checking version of gcc... 4.1.2 >checking how to run the C preprocessor... gcc -E >checking whether gcc needs -traditional... no >checking whether gcc understands -c and -o together... yes >checking for POSIXized ISC... no >checking for gcc option to accept ANSI C... -DCC_HAS_PROTOS >checking for ldconfig... /sbin/ldconfig >checking if you want to ensure bool is consistent with C++... yes >checking for g++... g++ >checking whether we are using the GNU C++ compiler... yes >checking whether g++ accepts -g... yes >checking for g++... /usr/lib/ccache/bin/g++ >checking version of g++... 4.1.2 >checking if you want to build C++ binding and demo... yes >checking if you want to build with Ada95... yes >checking if you want to build programs such as tic... yes >checking if you wish to install curses.h... yes >checking for mawk... no >checking for gawk... gawk >checking for egrep... (cached) grep -E >checking for a BSD compatible install... /usr/bin/install -c >checking for tdlint... no >checking for lint... no >checking for alint... no >checking whether ln -s works... yes >checking whether make sets ${MAKE}... yes >checking if filesystem supports mixed-case filenames... yes >checking for ctags... yes >checking for etags... no >checking for makeflags variable... >checking for long file names... yes >checking if filesystem supports mixed-case filenames... (cached) yes >checking for ranlib... ranlib >checking for ld... ld >checking for ar... ar >checking for archiver options (symbol AR_OPTS)... rv >checking if you have specified an install-prefix... >checking if you want to build libraries with libtool... no >checking if you want to build shared libraries... no >checking if you want to build static libraries... yes >checking if you want to build debug libraries... yes >checking if you want to build profiling libraries... no >checking for specified models... normal debug >checking for default model... normal >checking if you want to build a separate terminfo library... no >checking if you want to link with the GPM mouse library... maybe >checking for gpm.h... yes >checking for Gpm_Open in -lgpm... yes >checking if you want to load GPM dynamically... yes >checking for dlsym... no >checking for dlsym in -ldl... yes >checking whether able to link to dl*() functions... ok >checking for soname of gpm library... libgpm.so.1 >checking for Gpm_Wgetch in -lgpm... yes >configure: WARNING: GPM library is already linked with curses - read the FAQ >checking for default loader flags... >checking if rpath option should be used... no >checking if release/abi version should be used for shared libs... auto >checking which gcc option to use... -fPIC >checking if you wish to install ncurses overwriting curses... no >checking if external terminfo-database is used... yes >checking which terminfo source-file will be installed... ${top_srcdir}/misc/terminfo.src >checking whether to use hashed database instead of directory/tree... no >checking for list of fallback descriptions... >checking if you want modern xterm or antique... xterm-new >checking for list of terminfo directories... /var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/image//usr/share/terminfo >checking for default terminfo directory... /var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/image//usr/share/terminfo >checking if big-core option selected... yes >checking if you want termcap-fallback support... no >checking if ~/.terminfo is wanted... yes >checking if you want to use restricted environment when running as root... yes >checking for remove... yes >checking for unlink... yes >checking if link/symlink functions work... link symlink >checking if tic should use symbolic links... no >checking if tic should use hard links... yes >checking if you want broken-linker support code... no >checking if tputs should process BSD-style prefix padding... no >checking if gcc -U and -D options work together... yes >checking if we must define _GNU_SOURCE... yes >checking if SIGWINCH is defined... yes >checking for nl_langinfo and CODESET... yes >checking if you want wide-character code... no >checking whether to enable _LP64 definition in curses.h... no >checking for special C compiler options needed for large files... no >checking for _FILE_OFFSET_BITS value needed for large files... 64 >checking for _LARGE_FILES value needed for large files... no >checking for _LARGEFILE_SOURCE value needed for large files... no >checking for fseeko... yes >checking whether to use struct dirent64... no >checking if you want tparm not to use X/Open fixed-parameter list... yes >checking for type of bool... auto >checking for alternate terminal capabilities file... Caps >checking for type of chtype... auto >checking for type of ospeed... short >checking for type of mmask_t... auto >checking if RCS identifiers should be compiled-in... no >checking format of man-pages... normal >checking for manpage renaming... no >checking if manpage aliases will be installed... yes >checking if manpage symlinks should be used... yes >checking for manpage tbl... no >checking if you want to build with function extensions... yes >checking for extended use of const keyword... no >checking if you want $NCURSES_NO_PADDING code... yes >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking for signed char... yes >checking size of signed char... 1 >checking if you want to use signed Boolean array in term.h... no >checking if you want SIGWINCH handler... yes >checking if you want user-definable terminal capabilities like termcap... yes >checking if you want all development code... no >checking if you want hard-tabs code... no >checking if you want limited support for xmc... no >checking if you do not want to assume colors are white-on-black... yes >checking if you want hashmap scrolling-optimization code... yes >checking if you want colorfgbg code... no >checking if you want to use experimental extended colors... no >checking if you want to use experimental extended mouse encoding... no >checking if you want experimental safe-sprintf code... no >checking if you want experimental wgetch-events code... no >checking if you want to display full commands during build... yes >checking if you want to see compiler warnings... >configure: checking for gcc __attribute__ directives... >... scanf >... printf >... unused >... noreturn >checking if you want to enable runtime assertions... no >checking if you want to use dmalloc for testing... no >checking if you want to use dbmalloc for testing... no >checking if you want to use valgrind for testing... no >checking if you want to perform memory-leak testing... no >checking whether to add trace feature to all models... no >checking for gettimeofday... yes >checking if -lm needed for math functions... yes >checking for ANSI C header files... (cached) yes >checking for dirent.h that defines DIR... yes >checking for opendir in -ldir... no >checking whether time.h and sys/time.h may both be included... yes >checking for regular-expression headers... regex.h >checking for fcntl.h... yes >checking for getopt.h... yes >checking for limits.h... yes >checking for locale.h... yes >checking for poll.h... yes >checking for sys/bsdtypes.h... no >checking for sys/ioctl.h... yes >checking for sys/param.h... yes >checking for sys/poll.h... yes >checking for sys/select.h... yes >checking for sys/time.h... yes >checking for sys/times.h... yes >checking for ttyent.h... yes >checking for unistd.h... (cached) yes >checking for wctype.h... yes >checking if sys/time.h works with sys/select.h... yes >checking for gcc option to accept ANSI C... none needed >checking for an ANSI C-conforming const... yes >checking for inline... inline >checking for type of chtype... long >checking if unsigned literals are legal... yes >checking if external errno is declared... yes >checking if external errno exists... no >checking if data-only library module links... yes >checking for getcwd... yes >checking for getegid... yes >checking for geteuid... yes >checking for getttynam... yes >checking for issetugid... no >checking for poll... yes >checking for remove... (cached) yes >checking for select... yes >checking for setbuf... yes >checking for setbuffer... yes >checking for setvbuf... yes >checking for sigaction... yes >checking for sigvec... yes >checking for strdup... yes >checking for strstr... yes >checking for tcgetpgrp... yes >checking for times... yes >checking for vsnprintf... yes >checking for isascii... yes >checking whether sigaction needs _POSIX_SOURCE... no >checking if nanosleep really works... yes >checking for termio.h... yes >checking for termios.h... yes >checking for unistd.h... (cached) yes >checking whether termios.h needs _POSIX_SOURCE... no >checking for tcgetattr... yes >checking for vsscanf function or workaround... vsscanf >checking for working mkstemp... yes >checking whether setvbuf arguments are reversed... no >checking return type of signal handlers... void >checking for type sigaction_t... no >checking declaration of size-change... yes >checking for memmove... yes >checking if poll really works... no >checking if we should include stdbool.h... yes >checking for builtin bool type... no >checking for library stdc++... no >checking whether /usr/lib/ccache/bin/g++ understands -c and -o together... yes >checking how to run the C++ preprocessor... /usr/lib/ccache/bin/g++ -E >checking for typeinfo... yes >checking if we should include stdbool.h... (cached) yes >checking for builtin bool type... yes >checking for size of bool... unsigned char >checking for special defines needed for etip.h... MATH_H >checking if /usr/lib/ccache/bin/g++ accepts parameter initialization... no >checking if /usr/lib/ccache/bin/g++ accepts static_cast... yes >checking for strstream.h... no >checking if /usr/lib/ccache/bin/g++ supports vscan function... stdio >checking for gnatmake... no >checking for library subsets... termlib+ext_tinfo+base+ext_funcs >checking default library suffix... >checking default library-dependency suffix... .a >checking default object directory... objects >checking c++ library-dependency suffix... .a >checking where we will install curses.h... ${prefix}/include/ncurses >checking for src modules... ncurses progs tack panel menu form >configure: creating ./config.status >config.status: creating include/MKterm.h.awk >config.status: creating include/curses.head >config.status: creating include/termcap.h >config.status: creating include/unctrl.h >config.status: creating man/Makefile >config.status: creating include/Makefile >config.status: creating ncurses/Makefile >config.status: creating progs/Makefile >config.status: creating tack/Makefile >config.status: creating panel/Makefile >config.status: creating menu/Makefile >config.status: creating form/Makefile >config.status: creating test/Makefile >config.status: creating misc/Makefile >config.status: creating c++/Makefile >config.status: creating misc/run_tic.sh >config.status: creating misc/ncurses-config >config.status: creating Makefile >config.status: creating include/ncurses_cfg.h >Appending rules for normal model (ncurses: termlib+ext_tinfo+base+ext_funcs) >Appending rules for debug model (ncurses: termlib+ext_tinfo+base+ext_funcs) >Appending rules for normal model (progs: termlib+ext_tinfo+base+ext_funcs) >Appending rules for debug model (progs: termlib+ext_tinfo+base+ext_funcs) >Appending rules for normal model (tack: termlib+ext_tinfo+base+ext_funcs) >Appending rules for debug model (tack: termlib+ext_tinfo+base+ext_funcs) >Appending rules for normal model (panel: termlib+ext_tinfo+base+ext_funcs) >Appending rules for debug model (panel: termlib+ext_tinfo+base+ext_funcs) >Appending rules for normal model (menu: termlib+ext_tinfo+base+ext_funcs) >Appending rules for debug model (menu: termlib+ext_tinfo+base+ext_funcs) >Appending rules for normal model (form: termlib+ext_tinfo+base+ext_funcs) >Appending rules for debug model (form: termlib+ext_tinfo+base+ext_funcs) >Appending rules for normal model (test: termlib+ext_tinfo+base+ext_funcs) >Appending rules for debug model (test: termlib+ext_tinfo+base+ext_funcs) >Appending rules for normal model (c++: termlib+ext_tinfo+base+ext_funcs) >Appending rules for debug model (c++: termlib+ext_tinfo+base+ext_funcs) >creating headers.sh > >** Configuration summary for NCURSES 5.6 20061217: > > extended funcs: yes > xterm terminfo: xterm-new > > bin directory: /var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/image//usr/bin > lib directory: /var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/image//usr/lib > include directory: /var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/image//usr/include/ncurses > man directory: /var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/image//usr/man > terminfo directory: /var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/image//usr/share/terminfo > >** Include-directory is not in a standard location >=== configuring in tools/readline-5.2 (/var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/work/rpl-4.0.0.prerelease.8/build/tools/readline-5.2) >configure: running /bin/sh ../../../tools/readline-5.2/configure '--prefix=/var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/image//usr' '--enable-final-run-path=/usr' '--disable-embedded-gnuplot' 'CFLAGS=-O2 -march=athlon-mp -pipe' 'CXXFLAGS=-O2 -march=athlon-mp -pipe' --cache-file=/dev/null --srcdir=../../../tools/readline-5.2 >checking build system type... i686-pc-linux-gnu >checking host system type... i686-pc-linux-gnu > >Beginning configuration for readline-5.2 for i686-pc-linux-gnu > >checking whether make sets $(MAKE)... yes >checking for gcc... gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether gcc accepts -g... yes >checking for gcc option to accept ANSI C... none needed >checking how to run the C preprocessor... gcc -E >checking for egrep... grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking minix/config.h usability... no >checking minix/config.h presence... no >checking for minix/config.h... no >checking whether gcc needs -traditional... no >checking for a BSD-compatible install... /usr/bin/install -c >checking for ar... ar >checking for ranlib... ranlib >checking for an ANSI C-conforming const... yes >checking for function prototypes... yes >checking whether char is unsigned... no >checking return type of signal handlers... void >checking for size_t... yes >checking for ssize_t... yes >checking for ANSI C header files... (cached) yes >checking whether stat file-mode macros are broken... no >checking for dirent.h that defines DIR... yes >checking for library containing opendir... none required >checking for fcntl... yes >checking for kill... yes >checking for lstat... yes >checking for memmove... yes >checking for putenv... yes >checking for select... yes >checking for setenv... yes >checking for setlocale... yes >checking for strcasecmp... yes >checking for strpbrk... yes >checking for tcgetattr... yes >checking for vsnprintf... yes >checking for isascii... yes >checking for isxdigit... yes >checking for getpwent... yes >checking for getpwnam... yes >checking for getpwuid... yes >checking for working strcoll... yes >checking fcntl.h usability... yes >checking fcntl.h presence... yes >checking for fcntl.h... yes >checking for unistd.h... (cached) yes >checking for stdlib.h... (cached) yes >checking varargs.h usability... no >checking varargs.h presence... no >checking for varargs.h... no >checking stdarg.h usability... yes >checking stdarg.h presence... yes >checking for stdarg.h... yes >checking for string.h... (cached) yes >checking for strings.h... (cached) yes >checking limits.h usability... yes >checking limits.h presence... yes >checking for limits.h... yes >checking locale.h usability... yes >checking locale.h presence... yes >checking for locale.h... yes >checking pwd.h usability... yes >checking pwd.h presence... yes >checking for pwd.h... yes >checking for memory.h... (cached) yes >checking termcap.h usability... yes >checking termcap.h presence... yes >checking for termcap.h... yes >checking termios.h usability... yes >checking termios.h presence... yes >checking for termios.h... yes >checking termio.h usability... yes >checking termio.h presence... yes >checking for termio.h... yes >checking sys/pte.h usability... no >checking sys/pte.h presence... no >checking for sys/pte.h... no >checking sys/stream.h usability... no >checking sys/stream.h presence... no >checking for sys/stream.h... no >checking sys/select.h usability... yes >checking sys/select.h presence... yes >checking for sys/select.h... yes >checking sys/file.h usability... yes >checking sys/file.h presence... yes >checking for sys/file.h... yes >checking for sys/ptem.h... no >checking for type of signal functions... posix >checking if signal handlers must be reinstalled when invoked... no >checking for presence of POSIX-style sigsetjmp/siglongjmp... present >checking for lstat... yes >checking whether or not strcoll and strcmp differ... no >checking whether the ctype macros accept non-ascii characters... no >checking whether getpw functions are declared in pwd.h... yes >checking whether termios.h defines TIOCGWINSZ... no >checking whether sys/ioctl.h defines TIOCGWINSZ... yes >checking whether signal handlers are of type void... yes >checking for TIOCSTAT in sys/ioctl.h... no >checking for FIONREAD in sys/ioctl.h... yes >checking for speed_t in sys/types.h... no >checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h >checking for struct dirent.d_ino... yes >checking for struct dirent.d_fileno... yes >checking for tgetent... no >checking for tgetent in -ltermcap... no >checking for tgetent in -ltinfo... no >checking for tgetent in -lcurses... yes >checking which library has the termcap functions... using libcurses >checking wctype.h usability... yes >checking wctype.h presence... yes >checking for wctype.h... yes >checking wchar.h usability... yes >checking wchar.h presence... yes >checking for wchar.h... yes >checking langinfo.h usability... yes >checking langinfo.h presence... yes >checking for langinfo.h... yes >checking for mbsrtowcs... yes >checking for mbrlen... yes >checking for wcrtomb... yes >checking for wcscoll... yes >checking for wcsdup... yes >checking for wcwidth... yes >checking for wctype... yes >checking whether mbrtowc and mbstate_t are properly declared... yes >checking for iswlower... yes >checking for iswupper... yes >checking for towlower... yes >checking for towupper... yes >checking for iswctype... yes >checking for nl_langinfo and CODESET... yes >checking for wchar_t in wchar.h... yes >checking for wctype_t in wctype.h... yes >checking for wint_t in wctype.h... yes >checking configuration for building shared libraries... supported >configure: creating ./config.status >config.status: creating Makefile >config.status: creating doc/Makefile >config.status: creating examples/Makefile >config.status: creating shlib/Makefile >config.status: creating config.h >config.status: executing default commands >=== configuring in tools/units-1.87 (/var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/work/rpl-4.0.0.prerelease.8/build/tools/units-1.87) >configure: running /bin/sh ../../../tools/units-1.87/configure '--prefix=/var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/image//usr' '--enable-final-run-path=/usr' '--disable-embedded-gnuplot' 'CFLAGS=-O2 -march=athlon-mp -pipe' 'CXXFLAGS=-O2 -march=athlon-mp -pipe' --cache-file=/dev/null --srcdir=../../../tools/units-1.87 >checking for cl... no >checking for gcc... gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether gcc accepts -g... yes >checking for gcc option to accept ISO C89... none needed >checking for an ANSI C-conforming const... yes >checking for a BSD-compatible install... /usr/bin/install -c >checking for sin... no >checking for tparm in -lncurses... yes >checking how to run the C preprocessor... gcc -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking for readline in -lreadline... yes >checking readline/readline.h usability... yes >checking readline/readline.h presence... yes >checking for readline/readline.h... yes >checking for string.h... (cached) yes >checking for stdlib.h... (cached) yes >checking for strchr... yes >checking for strspn... yes >checking for strtok... yes >configure: creating ./config.status >config.status: creating Makefile >=== configuring in tools/gsl-1.11 (/var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/work/rpl-4.0.0.prerelease.8/build/tools/gsl-1.11) >configure: running /bin/sh ../../../tools/gsl-1.11/configure '--prefix=/var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/image//usr' '--enable-final-run-path=/usr' '--disable-embedded-gnuplot' 'CFLAGS=-O2 -march=athlon-mp -pipe' 'CXXFLAGS=-O2 -march=athlon-mp -pipe' --cache-file=/dev/null --srcdir=../../../tools/gsl-1.11 >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether to enable maintainer-specific portions of Makefiles... no >checking whether make sets $(MAKE)... (cached) yes >checking build system type... i686-pc-linux-gnu >checking host system type... i686-pc-linux-gnu >checking for gcc... gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether gcc accepts -g... yes >checking for gcc option to accept ISO C89... none needed >checking how to run the C preprocessor... gcc -E >checking for a BSD-compatible install... /usr/bin/install -c >checking whether ln -s works... yes >checking for a sed that does not truncate output... /bin/sed >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for fgrep... /bin/grep -F >checking for ld used by gcc... /usr/i686-pc-linux-gnu/bin/ld >checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B >checking the name lister (/usr/bin/nm -B) interface... BSD nm >checking the maximum length of command line arguments... 98304 >checking whether the shell understands some XSI constructs... yes >checking whether the shell understands "+="... yes >checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r >checking how to recognize dependent libraries... pass_all >checking for ar... ar >checking for strip... strip >checking for ranlib... ranlib >checking command to parse /usr/bin/nm -B output from gcc object... ok >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking for dlfcn.h... yes >checking for objdir... .libs >checking if gcc supports -fno-rtti -fno-exceptions... no >checking for gcc option to produce PIC... -fPIC -DPIC >checking if gcc PIC flag -fPIC -DPIC works... yes >checking if gcc static flag -static works... yes >checking if gcc supports -c -o file.o... yes >checking if gcc supports -c -o file.o... (cached) yes >checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... yes >checking for size_t... yes >checking for working volatile... yes >checking for inline... inline >checking whether char is unsigned... no >checking for extern inline... yes >checking ieeefp.h usability... no >checking ieeefp.h presence... no >checking for ieeefp.h... no >checking for vprintf... yes >checking for _doprnt... no >checking for memcpy... yes >checking for memmove... yes >checking for strdup... yes >checking for strtol... yes >checking for strtoul... yes >checking for EXIT_SUCCESS and EXIT_FAILURE... yes >checking for cos in -lm... yes >checking whether feenableexcept is declared... yes >checking whether fesettrapenable is declared... no >checking whether hypot is declared... yes >checking whether expm1 is declared... yes >checking whether acosh is declared... yes >checking whether asinh is declared... yes >checking whether atanh is declared... yes >checking whether ldexp is declared... yes >checking whether frexp is declared... yes >checking whether isinf is declared... yes >checking whether isfinite is declared... no >checking whether finite is declared... yes >checking whether isnan is declared... yes >checking whether log1p is declared... yes >checking for long double stdio... yes >checking for extended floating point registers... yes >checking for IEEE arithmetic interface type... gnux86 >checking for FPU_SETCW... yes >checking for SSE extensions... yes >checking for IEEE compiler flags... none >checking for IEEE comparisons... yes >checking for IEEE denormalized values... yes >configure: creating ./config.status >config.status: creating gsl-config >config.status: creating gsl.pc >config.status: creating gsl_version.h >config.status: creating gsl.spec >config.status: creating gsl/Makefile >config.status: creating test/Makefile >config.status: creating err/Makefile >config.status: creating sys/Makefile >config.status: creating utils/Makefile >config.status: creating const/Makefile >config.status: creating min/Makefile >config.status: creating multimin/Makefile >config.status: creating ieee-utils/Makefile >config.status: creating fft/Makefile >config.status: creating specfunc/Makefile >config.status: creating dht/Makefile >config.status: creating fit/Makefile >config.status: creating multifit/Makefile >config.status: creating bspline/Makefile >config.status: creating statistics/Makefile >config.status: creating sum/Makefile >config.status: creating roots/Makefile >config.status: creating multiroots/Makefile >config.status: creating ntuple/Makefile >config.status: creating poly/Makefile >config.status: creating qrng/Makefile >config.status: creating rng/Makefile >config.status: creating randist/Makefile >config.status: creating siman/Makefile >config.status: creating integration/Makefile >config.status: creating interpolation/Makefile >config.status: creating doc/Makefile >config.status: creating block/Makefile >config.status: creating vector/Makefile >config.status: creating matrix/Makefile >config.status: creating histogram/Makefile >config.status: creating monte/Makefile >config.status: creating ode-initval/Makefile >config.status: creating cblas/Makefile >config.status: creating blas/Makefile >config.status: creating linalg/Makefile >config.status: creating eigen/Makefile >config.status: creating permutation/Makefile >config.status: creating combination/Makefile >config.status: creating sort/Makefile >config.status: creating complex/Makefile >config.status: creating diff/Makefile >config.status: creating deriv/Makefile >config.status: creating cheb/Makefile >config.status: creating cdf/Makefile >config.status: creating wavelet/Makefile >config.status: creating Makefile >config.status: creating config.h >config.status: executing libtool commands >=== configuring in tools/gpp-2.24 (/var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/work/rpl-4.0.0.prerelease.8/build/tools/gpp-2.24) >configure: running /bin/sh ../../../tools/gpp-2.24/configure '--prefix=/var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/image//usr' '--enable-final-run-path=/usr' '--disable-embedded-gnuplot' 'CFLAGS=-O2 -march=athlon-mp -pipe' 'CXXFLAGS=-O2 -march=athlon-mp -pipe' --cache-file=/dev/null --srcdir=../../../tools/gpp-2.24 >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking for gcc... gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether gcc accepts -g... yes >checking for gcc option to accept ANSI C... none needed >checking for style of include used by make... GNU >checking dependency style of gcc... gcc3 >checking how to run the C preprocessor... gcc -E >checking for egrep... grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking for stdlib.h... (cached) yes >checking for string.h... (cached) yes >checking fnmatch.h usability... yes >checking fnmatch.h presence... yes >checking for fnmatch.h... yes >checking for an ANSI C-conforming const... yes >checking for inline... inline >checking for size_t... yes >checking for strcasecmp... yes >checking for strchr... yes >checking for strdup... yes >checking for strtol... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating src/Makefile >config.status: creating config.h >config.status: executing depfiles commands >=== configuring in tools/file-4.24 (/var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/work/rpl-4.0.0.prerelease.8/build/tools/file-4.24) >configure: running /bin/sh ../../../tools/file-4.24/configure '--prefix=/var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/image//usr' '--enable-final-run-path=/usr' '--disable-embedded-gnuplot' 'CFLAGS=-O2 -march=athlon-mp -pipe' 'CXXFLAGS=-O2 -march=athlon-mp -pipe' --cache-file=/dev/null --srcdir=../../../tools/file-4.24 >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking for builtin ELF support... yes >checking for ELF core file support... yes >checking for file formats in man section 5... no >checking for gcc... gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether gcc accepts -g... yes >checking for gcc option to accept ISO C89... none needed >checking for style of include used by make... GNU >checking dependency style of gcc... gcc3 >checking for a BSD-compatible install... /usr/bin/install -c >checking whether ln -s works... yes >checking build system type... i686-pc-linux-gnu >checking host system type... i686-pc-linux-gnu >checking for a sed that does not truncate output... /bin/sed >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ld used by gcc... /usr/i686-pc-linux-gnu/bin/ld >checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r >checking for BSD-compatible nm... /usr/bin/nm -B >checking how to recognize dependent libraries... pass_all >checking how to run the C preprocessor... gcc -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking dlfcn.h usability... yes >checking dlfcn.h presence... yes >checking for dlfcn.h... yes >checking for g++... g++ >checking whether we are using the GNU C++ compiler... yes >checking whether g++ accepts -g... yes >checking dependency style of g++... gcc3 >checking how to run the C++ preprocessor... g++ -E >checking for g77... no >checking for xlf... no >checking for f77... no >checking for frt... no >checking for pgf77... no >checking for cf77... no >checking for fort77... no >checking for fl32... no >checking for af77... no >checking for xlf90... no >checking for f90... no >checking for pgf90... no >checking for pghpf... no >checking for epcf90... no >checking for gfortran... gfortran >checking whether we are using the GNU Fortran 77 compiler... yes >checking whether gfortran accepts -g... yes >checking the maximum length of command line arguments... 98304 >checking command to parse /usr/bin/nm -B output from gcc object... ok >checking for objdir... .libs >checking for ar... ar >checking for ranlib... ranlib >checking for strip... strip >checking for correct ltmain.sh version... no >configure: error: > >*** [Gentoo] sanity check failed! *** >*** libtool.m4 and ltmain.sh have a version mismatch! *** >*** (libtool.m4 = 1.5.26, ltmain.sh = 1.5.18) *** > >Please run: > > libtoolize --copy --force > >if appropriate, please contact the maintainer of this >package (or your distribution) for help. > >configure: error: ../../../tools/file-4.24/configure failed for tools/file-4.24 > [31;01m*[0m > [31;01m*[0m ERROR: doublehp-dhp/rpl2-4.0.0_pre8 failed. > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 49: Called src_compile > [31;01m*[0m environment, line 2093: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m ../configure --prefix="${D}/usr" --enable-final-run-path="/usr" --disable-embedded-gnuplot CFLAGS="${CFLAGS}" || die "econf failed"; > [31;01m*[0m The die message: > [31;01m*[0m econf failed > [31;01m*[0m > [31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant. > [31;01m*[0m A complete build log is located at '/var/log/portage/doublehp-dhp:rpl2-4.0.0_pre8:20080705-113521.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/doublehp-dhp/rpl2-4.0.0_pre8/temp/environment'. > [31;01m*[0m This ebuild is from an overlay: '/mnt/doublehp/usr/portage/' > [31;01m*[0m
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 230852
:
159611
|
159613
|
159614
| 159619