Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
readline build failure
View unanswered posts
View posts from last 24 hours

 
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Gentoo for Mac OS X (Portage for Mac OS X)
View previous topic :: View next topic  
Author Message
doctordos
n00b
n00b


Joined: 06 Mar 2007
Posts: 2

PostPosted: Tue Mar 06, 2007 2:49 pm    Post subject: readline build failure Reply with quote

Fresh install on Tiger 10.4.8 using the prefix wiki page, this happened when running the last emerge -e system

Code:

>>> Unpacking source...
>>> Unpacking readline-5.2.tar.gz to /Users/admin/Gentoo/var/tmp/portage/sys-libs/readline-5.2_p1/work
 * Applying readline52-001 ...
  [ ok ]
 * Applying readline-5.0-no_rpath.patch ...
  [ ok ]
 * Applying readline-5.2-rlfe-build.patch ...
  [ ok ]
 * Applying readline-5.1-rlfe-uclibc.patch ...
  [ ok ]
 * Applying readline-5.1-fbsd-pic.patch ...
  [ ok ]
 * Applying readline-5.1-rlfe-extern.patch ...
  [ ok ]
>>> Source unpacked.
>>> Compiling source in /Users/admin/Gentoo/var/tmp/portage/sys-libs/readline-5.2_p1/work/readline-5.2 ...
 * econf: updating readline-5.2/support/config.guess with /Users/admin/Gentoo/usr/share/gnuconfig/config.guess
 * econf: updating readline-5.2/support/config.sub with /Users/admin/Gentoo/usr/share/gnuconfig/config.sub
./configure --prefix=/Users/admin/Gentoo/usr --host=powerpc-apple-darwin8 --mandir=/Users/admin/Gentoo/usr/share/man --infodir=/Users/admin/Gentoo/usr/share/info --datadir=/Users/admin/Gentoo/usr/share --sysconfdir=/Users/admin/Gentoo/etc --localstatedir=/Users/admin/Gentoo/var/lib --with-curses --libdir=/Users/admin/Gentoo/usr/lib --build=powerpc-apple-darwin8
checking build system type... powerpc-apple-darwin8
checking host system type... powerpc-apple-darwin8

Beginning configuration for readline-5.2 for powerpc-apple-darwin8

checking whether make sets $(MAKE)... yes
checking for powerpc-apple-darwin8-gcc... 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 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... /Users/admin/Gentoo/usr/bin/install -c
checking for ar... ar
checking for powerpc-apple-darwin8-ranlib... no
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... no
checking termio.h presence... no
checking for termio.h... no
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 sys/stropts.h usability... no
checking sys/stropts.h presence... no
checking for sys/stropts.h... no
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.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... yes
checking whether getpw functions are declared in pwd.h... yes
checking whether termios.h defines TIOCGWINSZ... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
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... yes
checking which library has the termcap functions... using libtermcap
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... no
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
rm -f readline.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE readline.c
rm -f vi_mode.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE vi_mode.c
rm -f funmap.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE funmap.c
rm -f keymaps.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE keymaps.c
rm -f parens.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE parens.c
rm -f search.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE search.c
rm -f rltty.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE rltty.c
rm -f complete.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE complete.c
rm -f bind.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE bind.c
bind.c: In function 'rl_function_of_keyseq':
bind.c:704: warning: comparison is always true due to limited range of data type
rm -f isearch.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE isearch.c
rm -f display.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE display.c
rm -f signals.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE signals.c
display.c: In function 'rl_character_len':
display.c:1891: warning: comparison is always true due to limited range of data type
rm -f util.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE util.c
rm -f kill.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE kill.c
rm -f undo.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE undo.c
rm -f macro.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE macro.c
rm -f input.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE input.c
rm -f callback.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE callback.c
rm -f terminal.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE terminal.c
rm -f text.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE text.c
rm -f nls.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE nls.c
rm -f misc.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE misc.c
rm -f compat.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE compat.c
rm -f xmalloc.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE xmalloc.c
rm -f history.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE history.c
rm -f histexpand.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE histexpand.c
rm -f histfile.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE histfile.c
rm -f histsearch.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE histsearch.c
rm -f shell.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE shell.c
rm -f mbutil.o
gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE mbutil.c
rm -f tilde.o
gcc -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -DREADLINE_LIBRARY -c ./tilde.c
test -d shlib || mkdir shlib
( cd shlib ; make - --jobserver-fds=3,4 -j all )
make[1]: Entering directory `/Users/admin/Gentoo/var/tmp/portage/sys-libs/readline-5.2_p1/work/readline-5.2/shlib'
rm -f readline.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o readline.o ../readline.c
rm -f libreadline.a
ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o compat.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o
test -n "ranlib" && ranlib libreadline.a
rm -f libhistory.a
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o
test -n "ranlib" && ranlib libhistory.a
rm -f vi_mode.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o vi_mode.o ../vi_mode.c
mv readline.o readline.so
rm -f funmap.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o funmap.o ../funmap.c
mv funmap.o funmap.so
rm -f keymaps.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o keymaps.o ../keymaps.c
mv keymaps.o keymaps.so
rm -f parens.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o parens.o ../parens.c
mv parens.o parens.so
rm -f search.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o search.o ../search.c
mv search.o search.so
rm -f rltty.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o rltty.o ../rltty.c
mv vi_mode.o vi_mode.so
rm -f complete.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o complete.o ../complete.c
mv rltty.o rltty.so
rm -f bind.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o bind.o ../bind.c
../bind.c: In function 'rl_function_of_keyseq':
../bind.c:704: warning: comparison is always true due to limited range of data type
mv complete.o complete.so
rm -f isearch.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o isearch.o ../isearch.c
mv isearch.o isearch.so
rm -f display.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o display.o ../display.c
mv bind.o bind.so
rm -f signals.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o signals.o ../signals.c
../display.c: In function 'rl_character_len':
../display.c:1891: warning: comparison is always true due to limited range of data type
mv signals.o signals.so
rm -f util.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o util.o ../util.c
mv util.o util.so
rm -f kill.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o kill.o ../kill.c
mv kill.o kill.so
rm -f undo.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o undo.o ../undo.c
mv undo.o undo.so
rm -f macro.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o macro.o ../macro.c
mv macro.o macro.so
rm -f input.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o input.o ../input.c
mv input.o input.so
rm -f callback.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o callback.o ../callback.c
mv callback.o callback.so
rm -f terminal.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o terminal.o ../terminal.c
mv display.o display.so
rm -f text.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o text.o ../text.c
mv terminal.o terminal.so
rm -f nls.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o nls.o ../nls.c
mv nls.o nls.so
rm -f misc.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o misc.o ../misc.c
mv misc.o misc.so
rm -f xmalloc.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o xmalloc.o ../xmalloc.c
mv xmalloc.o xmalloc.so
rm -f history.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o history.o ../history.c
mv text.o text.so
rm -f histexpand.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o histexpand.o ../histexpand.c
mv history.o history.so
rm -f histfile.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o histfile.o ../histfile.c
mv histfile.o histfile.so
rm -f histsearch.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o histsearch.o ../histsearch.c
mv histsearch.o histsearch.so
rm -f shell.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o shell.o ../shell.c
mv shell.o shell.so
rm -f mbutil.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o mbutil.o ../mbutil.c
mv mbutil.o mbutil.so
rm -f tilde.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -DREADLINE_LIBRARY -c -o tilde.o ../tilde.c
mv tilde.o tilde.so
rm -f compat.so
gcc -c -DHAVE_CONFIG_H    -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.2"' -O2 -pipe -D_GNU_SOURCE -fno-common -o compat.o ../compat.c
mv histexpand.o histexpand.so
rm -f libhistory.5.2.dylib
MACOSX_DEPLOYMENT_TARGET=10.3 gcc -undefined dynamic_lookup -dynamiclib -arch_only `/usr/bin/arch` -install_name /Users/admin/Gentoo/usr/lib/libhistory.5.2.dylib -current_version 5.2 -compatibility_version 5 -v -o libhistory.5.2.dylib history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so xmalloc.so -lncurses
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5367.obj~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5367)
 /usr/bin/libtool -dynamic -compatibility_version 5 -current_version 5.2 -arch_only ppc -install_name /Users/admin/Gentoo/usr/lib/libhistory.5.2.dylib -noall_load -macosx_version_min 10.3 -undefined dynamic_lookup -weak_reference_mismatches non-weak -o libhistory.5.2.dylib -L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1 -L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1 -L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../.. history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so xmalloc.so -lncurses -lgcc -lSystemStubs -lmx -lSystem
mv compat.o compat.so
rm -f libreadline.5.2.dylib
MACOSX_DEPLOYMENT_TARGET=10.3 gcc -undefined dynamic_lookup -dynamiclib -arch_only `/usr/bin/arch` -install_name /Users/admin/Gentoo/usr/lib/libreadline.5.2.dylib -current_version 5.2 -compatibility_version 5 -v -o libreadline.5.2.dylib readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so xmalloc.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so compat.so -lncurses
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5367.obj~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5367)
 /usr/bin/libtool -dynamic -compatibility_version 5 -current_version 5.2 -arch_only ppc -install_name /Users/admin/Gentoo/usr/lib/libreadline.5.2.dylib -noall_load -macosx_version_min 10.3 -undefined dynamic_lookup -weak_reference_mismatches non-weak -o libreadline.5.2.dylib -L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1 -L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1 -L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../.. readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so xmalloc.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so compat.so -lncurses -lgcc -lSystemStubs -lmx -lSystem
ld: warning multiple definitions of symbol _PC
terminal.so definition of _PC in section (__DATA,__common)
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libncurses.dylib(lib_tputs.o) definition of _PC
ld: warning multiple definitions of symbol _UP
terminal.so definition of _UP in section (__DATA,__common)
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libncurses.dylib(lib_termcap.o) definition of _UP
ld: warning multiple definitions of symbol _BC
terminal.so definition of _BC in section (__DATA,__common)
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libncurses.dylib(lib_termcap.o) definition of _BC
make[1]: Leaving directory `/Users/admin/Gentoo/var/tmp/portage/sys-libs/readline-5.2_p1/work/readline-5.2/shlib'
 * econf: updating readline-5.2/support/config.guess with /Users/admin/Gentoo/usr/share/gnuconfig/config.guess
 * econf: updating readline-5.2/support/config.sub with /Users/admin/Gentoo/usr/share/gnuconfig/config.sub
./configure --prefix=/Users/admin/Gentoo/usr --host=powerpc-apple-darwin8 --mandir=/Users/admin/Gentoo/usr/share/man --infodir=/Users/admin/Gentoo/usr/share/info --datadir=/Users/admin/Gentoo/usr/share --sysconfdir=/Users/admin/Gentoo/etc --localstatedir=/Users/admin/Gentoo/var/lib --build=powerpc-apple-darwin8
checking for powerpc-apple-darwin8-gcc... 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 ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for library containing strerror... none required
checking for gawk... gawk
configure: checking for System V...
configure: checking for Solaris 2.x...
configure: checking select...
configure: checking select return value...
- select is ok
configure: checking for tgetent...
configure: checking libcurses...
- you use the terminfo database
configure: checking ospeed...
configure: checking for /dev/ptc...
configure: checking for SVR4 ptys...
checking for getpt... no
checking for openpty... yes
configure: checking for ptyranges...
configure: checking default tty permissions/group...
- pty mode: 0620, group: 4
configure: checking return type of signal handlers...
configure: checking sigset...
configure: checking signal implementation...
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
gcc -c -I. -I.    -O2 -pipe -D_GNU_SOURCE rlfe.c
gcc -c -I. -I.    -O2 -pipe -D_GNU_SOURCE pty.c
gcc -Lreadline -o rlfe rlfe.o pty.o -lreadline -lhistory -lncurses -lcurses
/usr/bin/ld: multiple definitions of symbol _read_history
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _read_history
readline/libhistory.a(histfile.o) definition of _read_history in section (__TEXT,__text)
/usr/bin/ld: multiple definitions of symbol _write_history
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _write_history
readline/libhistory.a(histfile.o) definition of _write_history in section (__TEXT,__text)
/usr/bin/ld: multiple definitions of symbol _add_history
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _add_history
readline/libhistory.a(history.o) definition of _add_history in section (__TEXT,__text)
/usr/bin/ld: multiple definitions of symbol _clear_history
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _clear_history
readline/libhistory.a(history.o) definition of _clear_history in section (__TEXT,__text)
/usr/bin/ld: multiple definitions of symbol _current_history
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _current_history
readline/libhistory.a(history.o) definition of _current_history in section (__TEXT,__text)
/usr/bin/ld: multiple definitions of symbol _history_base
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _history_base
readline/libhistory.a(history.o) definition of _history_base in section (__DATA,__data)
/usr/bin/ld: multiple definitions of symbol _history_get
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _history_get
readline/libhistory.a(history.o) definition of _history_get in section (__TEXT,__text)
/usr/bin/ld: multiple definitions of symbol _history_is_stifled
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _history_is_stifled
readline/libhistory.a(history.o) definition of _history_is_stifled in section (__TEXT,__text)
/usr/bin/ld: multiple definitions of symbol _history_set_pos
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _history_set_pos
readline/libhistory.a(history.o) definition of _history_set_pos in section (__TEXT,__text)
/usr/bin/ld: multiple definitions of symbol _history_total_bytes
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _history_total_bytes
readline/libhistory.a(history.o) definition of _history_total_bytes in section (__TEXT,__text)
/usr/bin/ld: multiple definitions of symbol _next_history
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _next_history
readline/libhistory.a(history.o) definition of _next_history in section (__TEXT,__text)
/usr/bin/ld: multiple definitions of symbol _previous_history
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _previous_history
readline/libhistory.a(history.o) definition of _previous_history in section (__TEXT,__text)
/usr/bin/ld: multiple definitions of symbol _stifle_history
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _stifle_history
readline/libhistory.a(history.o) definition of _stifle_history in section (__TEXT,__text)
/usr/bin/ld: multiple definitions of symbol _unstifle_history
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _unstifle_history
readline/libhistory.a(history.o) definition of _unstifle_history in section (__TEXT,__text)
/usr/bin/ld: multiple definitions of symbol _using_history
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _using_history
readline/libhistory.a(history.o) definition of _using_history in section (__TEXT,__text)
/usr/bin/ld: multiple definitions of symbol _where_history
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _where_history
readline/libhistory.a(history.o) definition of _where_history in section (__TEXT,__text)
/usr/bin/ld: multiple definitions of symbol _get_history_event
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _get_history_event
readline/libhistory.a(histexpand.o) definition of _get_history_event in section (__TEXT,__text)
/usr/bin/ld: multiple definitions of symbol _history_arg_extract
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _history_arg_extract
readline/libhistory.a(histexpand.o) definition of _history_arg_extract in section (__TEXT,__text)
/usr/bin/ld: multiple definitions of symbol _history_expand
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _history_expand
readline/libhistory.a(histexpand.o) definition of _history_expand in section (__TEXT,__text)
/usr/bin/ld: multiple definitions of symbol _history_expansion_char
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _history_expansion_char
readline/libhistory.a(histexpand.o) definition of _history_expansion_char in section (__DATA,__data)
/usr/bin/ld: multiple definitions of symbol _history_no_expand_chars
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _history_no_expand_chars
readline/libhistory.a(histexpand.o) definition of _history_no_expand_chars in section (__DATA,__data)
/usr/bin/ld: multiple definitions of symbol _history_subst_char
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _history_subst_char
readline/libhistory.a(histexpand.o) definition of _history_subst_char in section (__DATA,__data)
/usr/bin/ld: multiple definitions of symbol _history_tokenize
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _history_tokenize
readline/libhistory.a(histexpand.o) definition of _history_tokenize in section (__TEXT,__text)
/usr/bin/ld: multiple definitions of symbol _history_search
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _history_search
readline/libhistory.a(histsearch.o) definition of _history_search in section (__TEXT,__text)
/usr/bin/ld: multiple definitions of symbol _history_search_pos
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _history_search_pos
readline/libhistory.a(histsearch.o) definition of _history_search_pos in section (__TEXT,__text)
/usr/bin/ld: multiple definitions of symbol _history_search_prefix
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libreadline.dylib(readline.o_s) definition of _history_search_prefix
readline/libhistory.a(histsearch.o) definition of _history_search_prefix in section (__TEXT,__text)
collect2: ld returned 1 exit status
make: *** [rlfe] Error 1

!!! ERROR: sys-libs/readline-5.2_p1 failed.
Call stack:
  ebuild.sh, line 1694:   Called dyn_compile
  ebuild.sh, line 1051:   Called qa_call 'src_compile'
  environment, line 3232:   Called src_compile
  readline-5.2_p1.ebuild, line 71:   Called die

!!! make rlfe failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/Users/admin/Gentoo/var/tmp/portage/sys-libs/readline-5.2_p1/temp/build.log'.


Any ideas?
Back to top
View user's profile Send private message
Edweirdo
Guru
Guru


Joined: 28 Jan 2003
Posts: 353
Location: Boston, Mass, USA

PostPosted: Mon Sep 17, 2007 8:53 pm    Post subject: Reply with quote

I have the same thing on an intel mac.
_________________
Life is too short and too important to { take seriously | use Windows }.
Back to top
View user's profile Send private message
Edweirdo
Guru
Guru


Joined: 28 Jan 2003
Posts: 353
Location: Boston, Mass, USA

PostPosted: Sat Sep 29, 2007 4:43 pm    Post subject: Reply with quote

There was a new version of readline released recently that solved this issue.

However, the next package odcctools fails.
_________________
Life is too short and too important to { take seriously | use Windows }.
Back to top
View user's profile Send private message
grobian
Developer
Developer


Joined: 31 May 2006
Posts: 67

PostPosted: Thu Mar 27, 2008 9:10 am    Post subject: Reply with quote

yeah, fixed currently, I think.
_________________
Gentoo on a different level
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Gentoo for Mac OS X (Portage for Mac OS X) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum