bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnustep fail


From: Jwahar Bammi
Subject: gnustep fail
Date: Fri, 13 May 2005 17:00:50 -0400
User-agent: Mozilla Thunderbird 1.0 (X11/20041206)

Gnustep base build fails on Fedora Fc4 test2

logs.tar.gz attached to this email message

transcript of console below

bammi@memento-inc.com

----------------------------------

checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking for working void... yes
checking for working "return void"... yes
checking for ANSI C header files... yes
checking for unistd_h... (cached) yes
checking for getpagesize... yes
checking for getpagesize declaration...
extern int getpagesize (void);
checking for vm_allocate... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for O_RDWR in fcntl.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for working mmap... yes
checking for mprotect... yes
checking for working mprotect... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking for working shared memory... yes
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking whether code in malloc'ed memory is executable... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
cd avcall; gmake all
gmake[1]: Entering directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/avcall' gcc -E `if test false = true; then echo '-DASM_UNDERSCORE'; fi` ./avcall-i386-macro.S | grep -v '^ *#line' | grep -v '^#ident' | grep -v '^#' | sed -e 's,% ,%,g' -e 's,% ,%,g' -e 's,\. ,.,g' > avcall-i386.s
/bin/sh ./libtool --mode=compile gcc -x none -c avcall-i386.s
gcc -x none -c avcall-i386.s -fPIC -DPIC -o avcall-i386.lo
rm -f avcall.lo avcall.o
ln avcall-i386.lo avcall.lo
if test -f avcall-i386.o; then ln avcall-i386.o avcall.o; fi
/bin/sh ./libtool --mode=compile gcc -g -O2 -c ./structcpy.c
gcc -g -O2 -c ./structcpy.c -fPIC -DPIC -o structcpy.lo
/bin/sh ./libtool --mode=link gcc -o libavcall.la -rpath /usr/GNUstep/System/Library/Libraries avcall.lo structcpy.lo
mkdir .libs
rm -fr .libs/libavcall.la .libs/libavcall.* .libs/libavcall.*
(cd . && ln -s avcall.lo avcall.o)
(cd . && ln -s structcpy.lo structcpy.o)
gcc -shared avcall.lo structcpy.lo -Wl,-soname -Wl,libavcall.so.0 -o .libs/libavcall.so.0.0.0 (cd .libs && rm -f libavcall.so.0 && ln -s libavcall.so.0.0.0 libavcall.so.0)
(cd .libs && rm -f libavcall.so && ln -s libavcall.so.0.0.0 libavcall.so)
creating libavcall.la
(cd .libs && rm -f libavcall.la && ln -s ../libavcall.la libavcall.la)
gmake[1]: Leaving directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/avcall'
cd vacall; gmake all
gmake[1]: Entering directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/vacall' gcc -E `if test false = true; then echo '-DASM_UNDERSCORE'; fi` ./vacall-i386-macro.S | grep -v '^ *#line' | grep -v '^#ident' | grep -v '^#' | sed -e 's,% ,%,g' -e 's,% ,%,g' -e 's,\. ,.,g' > vacall-i386.s
gcc -x none -c vacall-i386.s
rm -f vacall.o
ln vacall-i386.o vacall.o
gcc -g -O2 -I. -I. -c ./misc.c
gcc -g -O2 -c ./structcpy.c
rm -f libvacall.a
ar rc libvacall.a vacall.o misc.o structcpy.o
ranlib libvacall.a
gmake[1]: Leaving directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/vacall'
cd trampoline; gmake all
gmake[1]: Entering directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/trampoline'
ln -s ./trampoline.h.in trampoline.h
gcc -g -O2 -I. -I. -c ./trampoline.c
rm -f libtrampoline.a
ar rc libtrampoline.a trampoline.o
ranlib libtrampoline.a
gmake[1]: Leaving directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/trampoline'
cd callback; gmake all
gmake[1]: Entering directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/callback'
cd vacall_r; gmake all
gmake[2]: Entering directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/callback/vacall_r' gcc -E `if test false = true; then echo '-DASM_UNDERSCORE'; fi` ./vacall-i386-macro.S | grep -v '^ *#line' | grep -v '^#ident' | grep -v '^#' | sed -e 's,% ,%,g' -e 's,% ,%,g' -e 's,\. ,.,g' > vacall-i386.s
/bin/sh ./libtool --mode=compile gcc -x none -c vacall-i386.s
gcc -x none -c vacall-i386.s -fPIC -DPIC -o vacall-i386.lo
rm -f vacall.lo vacall.o
ln vacall-i386.lo vacall.lo
if test -f vacall-i386.o; then ln vacall-i386.o vacall.o; fi
/bin/sh ./libtool --mode=compile gcc -g -O2 -I. -I. -c ./misc.c
gcc -g -O2 -I. -I. -c ./misc.c -fPIC -DPIC -o misc.lo
/bin/sh ./libtool --mode=compile gcc -g -O2 -c ./structcpy.c
gcc -g -O2 -c ./structcpy.c -fPIC -DPIC -o structcpy.lo
/bin/sh ./libtool --mode=link gcc -o libvacall.la -rpath /usr/GNUstep/System/Library/Libraries vacall.lo misc.lo structcpy.lo
mkdir .libs
rm -fr .libs/libvacall.la .libs/libvacall.* .libs/libvacall.*
(cd . && ln -s vacall.lo vacall.o)
(cd . && ln -s misc.lo misc.o)
(cd . && ln -s structcpy.lo structcpy.o)
gcc -shared vacall.lo misc.lo structcpy.lo -Wl,-soname -Wl,libvacall.so.0 -o .libs/libvacall.so.0.0.0 (cd .libs && rm -f libvacall.so.0 && ln -s libvacall.so.0.0.0 libvacall.so.0)
(cd .libs && rm -f libvacall.so && ln -s libvacall.so.0.0.0 libvacall.so)
creating libvacall.la
(cd .libs && rm -f libvacall.la && ln -s ../libvacall.la libvacall.la)
gmake[2]: Leaving directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/callback/vacall_r'
cd trampoline_r; gmake all
gmake[2]: Entering directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/callback/trampoline_r'
ln -s ./trampoline_r.h.in trampoline_r.h
/bin/sh ./libtool --mode=compile gcc -g -O2 -I. -I. -c ./trampoline.c
gcc -g -O2 -I. -I. -c ./trampoline.c -fPIC -DPIC -o trampoline.lo
/bin/sh ./libtool --mode=link gcc -o libtrampoline.la -rpath /usr/GNUstep/System/Library/Libraries trampoline.lo
mkdir .libs
rm -fr .libs/libtrampoline.la .libs/libtrampoline.* .libs/libtrampoline.*
(cd . && ln -s trampoline.lo trampoline.o)
gcc -shared trampoline.lo -Wl,-soname -Wl,libtrampoline.so.0 -o .libs/libtrampoline.so.0.0.0 (cd .libs && rm -f libtrampoline.so.0 && ln -s libtrampoline.so.0.0.0 libtrampoline.so.0) (cd .libs && rm -f libtrampoline.so && ln -s libtrampoline.so.0.0.0 libtrampoline.so)
creating libtrampoline.la
(cd .libs && rm -f libtrampoline.la && ln -s ../libtrampoline.la libtrampoline.la) gmake[2]: Leaving directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/callback/trampoline_r'
ln -s ./callback.h.in callback.h
ln -s vacall_r/vacall_r.h vacall_r.h
ln -s trampoline_r/trampoline_r.h trampoline_r.h
/bin/sh ./libtool --mode=link gcc -o libcallback.la -rpath /usr/GNUstep/System/Library/Libraries vacall_r/vacall.lo vacall_r/misc.lo vacall_r/structcpy.lo trampoline_r/*.lo
mkdir .libs
rm -fr .libs/libcallback.la .libs/libcallback.* .libs/libcallback.*
gcc -shared vacall_r/vacall.lo vacall_r/misc.lo vacall_r/structcpy.lo trampoline_r/trampoline.lo -Wl,-soname -Wl,libcallback.so.0 -o .libs/libcallback.so.0.0.0 (cd .libs && rm -f libcallback.so.0 && ln -s libcallback.so.0.0.0 libcallback.so.0) (cd .libs && rm -f libcallback.so && ln -s libcallback.so.0.0.0 libcallback.so)
creating libcallback.la
(cd .libs && rm -f libcallback.la && ln -s ../libcallback.la libcallback.la)
gmake[1]: Leaving directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/callback'
cd avcall; gmake install
gmake[1]: Entering directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/avcall'
if [ ! -d /usr/GNUstep/System ] ; then mkdir /usr/GNUstep/System ; fi
if [ ! -d /usr/GNUstep/System ] ; then mkdir /usr/GNUstep/System ; fi
if [ ! -d /usr/GNUstep/System/Library/Libraries ] ; then mkdir /usr/GNUstep/System/Library/Libraries ; fi /bin/sh ./libtool --mode=install /usr/bin/install -c -m 644 libavcall.la /usr/GNUstep/System/Library/Libraries/libavcall.la /usr/bin/install -c -m 644 .libs/libavcall.so.0.0.0 /usr/GNUstep/System/Library/Libraries/libavcall.so.0.0.0 (cd /usr/GNUstep/System/Library/Libraries && rm -f libavcall.so.0 && ln -s libavcall.so.0.0.0 libavcall.so.0) (cd /usr/GNUstep/System/Library/Libraries && rm -f libavcall.so && ln -s libavcall.so.0.0.0 libavcall.so) /usr/bin/install -c -m 644 .libs/libavcall.lai /usr/GNUstep/System/Library/Libraries/libavcall.la
PATH="$PATH:/sbin" ldconfig -n /usr/GNUstep/System/Library/Libraries
----------------------------------------------------------------------
Libraries have been installed in:
/usr/GNUstep/System/Library/Libraries

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
if [ ! -d /usr/GNUstep/System/Library/Headers ] ; then mkdir /usr/GNUstep/System/Library/Headers ; fi /usr/bin/install -c -m 644 avcall.h /usr/GNUstep/System/Library/Headers/avcall.h if [ ! -d /usr/GNUstep/System/Library/Documentation/man ] ; then mkdir /usr/GNUstep/System/Library/Documentation/man ; fi if [ ! -d /usr/GNUstep/System/Library/Documentation/man/man3 ] ; then mkdir /usr/GNUstep/System/Library/Documentation/man/man3 ; fi /usr/bin/install -c -m 644 ./avcall.3 /usr/GNUstep/System/Library/Documentation/man/man3/avcall.3 if [ ! -d /usr/GNUstep/System/Library/Libraries/share ] ; then mkdir /usr/GNUstep/System/Library/Libraries/share ; fi if [ ! -d /usr/GNUstep/System/Library/Libraries/share/html ] ; then mkdir /usr/GNUstep/System/Library/Libraries/share/html ; fi /usr/bin/install -c -m 644 ./avcall.html /usr/GNUstep/System/Library/Libraries/share/html/avcall.html gmake[1]: Leaving directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/avcall'
cd vacall; gmake install
gmake[1]: Entering directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/vacall'
if [ ! -d /usr/GNUstep/System ] ; then mkdir /usr/GNUstep/System ; fi
if [ ! -d /usr/GNUstep/System ] ; then mkdir /usr/GNUstep/System ; fi
if [ ! -d /usr/GNUstep/System/Library/Libraries ] ; then mkdir /usr/GNUstep/System/Library/Libraries ; fi /usr/bin/install -c -m 644 libvacall.a /usr/GNUstep/System/Library/Libraries/libvacall.a if [ ! -d /usr/GNUstep/System/Library/Headers ] ; then mkdir /usr/GNUstep/System/Library/Headers ; fi /usr/bin/install -c -m 644 vacall.h /usr/GNUstep/System/Library/Headers/vacall.h if [ ! -d /usr/GNUstep/System/Library/Documentation/man ] ; then mkdir /usr/GNUstep/System/Library/Documentation/man ; fi if [ ! -d /usr/GNUstep/System/Library/Documentation/man/man3 ] ; then mkdir /usr/GNUstep/System/Library/Documentation/man/man3 ; fi /usr/bin/install -c -m 644 ./vacall.3 /usr/GNUstep/System/Library/Documentation/man/man3/vacall.3 if [ ! -d /usr/GNUstep/System/Library/Libraries/share ] ; then mkdir /usr/GNUstep/System/Library/Libraries/share ; fi if [ ! -d /usr/GNUstep/System/Library/Libraries/share/html ] ; then mkdir /usr/GNUstep/System/Library/Libraries/share/html ; fi /usr/bin/install -c -m 644 ./vacall.html /usr/GNUstep/System/Library/Libraries/share/html/vacall.html gmake[1]: Leaving directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/vacall'
cd trampoline; gmake install
gmake[1]: Entering directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/trampoline'
if [ ! -d /usr/GNUstep/System ] ; then mkdir /usr/GNUstep/System ; fi
if [ ! -d /usr/GNUstep/System ] ; then mkdir /usr/GNUstep/System ; fi
if [ ! -d /usr/GNUstep/System/Library/Libraries ] ; then mkdir /usr/GNUstep/System/Library/Libraries ; fi /usr/bin/install -c -m 644 libtrampoline.a /usr/GNUstep/System/Library/Libraries/libtrampoline.a if [ ! -d /usr/GNUstep/System/Library/Headers ] ; then mkdir /usr/GNUstep/System/Library/Headers ; fi /usr/bin/install -c -m 644 trampoline.h /usr/GNUstep/System/Library/Headers/trampoline.h if [ ! -d /usr/GNUstep/System/Library/Documentation/man ] ; then mkdir /usr/GNUstep/System/Library/Documentation/man ; fi if [ ! -d /usr/GNUstep/System/Library/Documentation/man/man3 ] ; then mkdir /usr/GNUstep/System/Library/Documentation/man/man3 ; fi /usr/bin/install -c -m 644 ./trampoline.3 /usr/GNUstep/System/Library/Documentation/man/man3/trampoline.3 if [ ! -d /usr/GNUstep/System/Library/Libraries/share ] ; then mkdir /usr/GNUstep/System/Library/Libraries/share ; fi if [ ! -d /usr/GNUstep/System/Library/Libraries/share/html ] ; then mkdir /usr/GNUstep/System/Library/Libraries/share/html ; fi /usr/bin/install -c -m 644 ./trampoline.html /usr/GNUstep/System/Library/Libraries/share/html/trampoline.html gmake[1]: Leaving directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/trampoline'
cd callback; gmake install
gmake[1]: Entering directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/callback'
cd vacall_r; gmake install
gmake[2]: Entering directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/callback/vacall_r'
if [ ! -d /usr/GNUstep/System ] ; then mkdir /usr/GNUstep/System ; fi
if [ ! -d /usr/GNUstep/System/Library/Headers ] ; then mkdir /usr/GNUstep/System/Library/Headers ; fi /usr/bin/install -c -m 644 vacall_r.h /usr/GNUstep/System/Library/Headers/vacall_r.h gmake[2]: Leaving directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/callback/vacall_r'
cd trampoline_r; gmake install
gmake[2]: Entering directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/callback/trampoline_r'
if [ ! -d /usr/GNUstep/System ] ; then mkdir /usr/GNUstep/System ; fi
if [ ! -d /usr/GNUstep/System ] ; then mkdir /usr/GNUstep/System ; fi
if [ ! -d /usr/GNUstep/System/Library/Headers ] ; then mkdir /usr/GNUstep/System/Library/Headers ; fi /usr/bin/install -c -m 644 trampoline_r.h /usr/GNUstep/System/Library/Headers/trampoline_r.h if [ ! -d /usr/GNUstep/System/Library/Documentation/man ] ; then mkdir /usr/GNUstep/System/Library/Documentation/man ; fi if [ ! -d /usr/GNUstep/System/Library/Documentation/man/man3 ] ; then mkdir /usr/GNUstep/System/Library/Documentation/man/man3 ; fi /usr/bin/install -c -m 644 ./trampoline_r.3 /usr/GNUstep/System/Library/Documentation/man/man3/trampoline_r.3 if [ ! -d /usr/GNUstep/System/Library/Libraries/share ] ; then mkdir /usr/GNUstep/System/Library/Libraries/share ; fi if [ ! -d /usr/GNUstep/System/Library/Libraries/share/html ] ; then mkdir /usr/GNUstep/System/Library/Libraries/share/html ; fi /usr/bin/install -c -m 644 ./trampoline_r.html /usr/GNUstep/System/Library/Libraries/share/html/trampoline_r.html gmake[2]: Leaving directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/callback/trampoline_r'
if [ ! -d /usr/GNUstep/System ] ; then mkdir /usr/GNUstep/System ; fi
if [ ! -d /usr/GNUstep/System ] ; then mkdir /usr/GNUstep/System ; fi
if [ ! -d /usr/GNUstep/System/Library/Libraries ] ; then mkdir /usr/GNUstep/System/Library/Libraries ; fi /bin/sh ./libtool --mode=install /usr/bin/install -c -m 644 libcallback.la /usr/GNUstep/System/Library/Libraries/libcallback.la /usr/bin/install -c -m 644 .libs/libcallback.so.0.0.0 /usr/GNUstep/System/Library/Libraries/libcallback.so.0.0.0 (cd /usr/GNUstep/System/Library/Libraries && rm -f libcallback.so.0 && ln -s libcallback.so.0.0.0 libcallback.so.0) (cd /usr/GNUstep/System/Library/Libraries && rm -f libcallback.so && ln -s libcallback.so.0.0.0 libcallback.so) /usr/bin/install -c -m 644 .libs/libcallback.lai /usr/GNUstep/System/Library/Libraries/libcallback.la
PATH="$PATH:/sbin" ldconfig -n /usr/GNUstep/System/Library/Libraries
----------------------------------------------------------------------
Libraries have been installed in:
/usr/GNUstep/System/Library/Libraries

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
if [ ! -d /usr/GNUstep/System/Library/Headers ] ; then mkdir /usr/GNUstep/System/Library/Headers ; fi /usr/bin/install -c -m 644 callback.h /usr/GNUstep/System/Library/Headers/callback.h if [ ! -d /usr/GNUstep/System/Library/Documentation/man ] ; then mkdir /usr/GNUstep/System/Library/Documentation/man ; fi if [ ! -d /usr/GNUstep/System/Library/Documentation/man/man3 ] ; then mkdir /usr/GNUstep/System/Library/Documentation/man/man3 ; fi /usr/bin/install -c -m 644 ./callback.3 /usr/GNUstep/System/Library/Documentation/man/man3/callback.3 if [ ! -d /usr/GNUstep/System/Library/Libraries/share ] ; then mkdir /usr/GNUstep/System/Library/Libraries/share ; fi if [ ! -d /usr/GNUstep/System/Library/Libraries/share/html ] ; then mkdir /usr/GNUstep/System/Library/Libraries/share/html ; fi /usr/bin/install -c -m 644 ./callback.html /usr/GNUstep/System/Library/Libraries/share/html/callback.html gmake[1]: Leaving directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/ffcall-1.10/callback' ./InstallGNUstep: line 597: unset: `/usr/local/src/gnustep/gnustep-startup-0.11.0/sources': not a valid identifier
******** Building GNUstep Make **********
rm -f *~ which_lib user_home \
Master/*~ Instance/*~ Instance/Shared/*~
rm -f GNUmakefile config.make config.h
rm -f config.cache config.log config.status
rm -f openapp
rm -f debugapp
rm -f opentool
rm -f executable.template
rm -f GNUstep.sh
rm -f GNUstep.csh
rm -f fixpath.sh
rm -f gnustep-make.spec
rm -f GNUsteprc
configure: loading site script /usr/GNUstep/System/share/config.site
Processing GNUstep site configuration
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 build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for library combo... gnu-gnu-gnu
checking for apple compiler flags... no
checking for ar... ar
checking for dlltool... no
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for gnutar... no
checking for gtar... gtar
checking for chown... chown
checking for GNUSTEP_SYSTEM_ROOT to use... /usr/GNUstep/System
checking for GNUSTEP_LOCAL_ROOT to use... /usr/GNUstep/Local
checking for GNUSTEP_NETWORK_ROOT to use... /usr/GNUstep/Local
checking for GNUSTEP_USER_ROOT to use... ~/GNUstep
checking for flattened directory structure... yes
checking for custom shared objc library... NONE
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
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 sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking dir.h usability... no
checking dir.h presence... no
checking for dir.h... no
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for sys/types.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for sys/stat.h... (cached) yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for unistd.h... (cached) yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for geteuid... yes
checking for getlogin... yes
checking for strchr... yes
checking whether objc has thread support... yes: -lpthread
checking whether we should use native ObjC exceptions... not requested by user checking if the compiler supports autodependencies... yes: gcc major version is 4
checking if we should strip makefiles after installation... no
checking for the version of gnustep-make we are compiling... 1.10.0
configure: creating ./config.status
config.status: creating config.make
config.status: creating openapp
config.status: creating debugapp
config.status: creating opentool
config.status: creating executable.template
config.status: creating GNUmakefile
config.status: creating GNUstep.sh
config.status: creating GNUstep.csh
config.status: creating fixpath.sh
config.status: creating gnustep-make.spec
config.status: creating GNUsteprc
config.status: creating config.h
config.status: executing default commands
gcc -O2 -Wall -I. -o which_lib which_lib.c
which_lib.c: In function ‘stripstr’:
which_lib.c:176: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
which_lib.c: In function ‘normalize_and_check_dir’:
which_lib.c:249: warning: pointer targets in passing argument 1 of ‘stripstr’ differ in signedness
which_lib.c: In function ‘main’:
which_lib.c:715: warning: pointer targets in passing argument 1 of ‘stripstr’ differ in signedness
gcc -O2 -DGNUSTEP_SYSTEM_ROOT=/usr/GNUstep/System \
-Wall -I. -o user_home user_home.c
Moving paths from old heirarchy:
/usr/GNUstep/System/Makefiles: Cannot move. Already exists in new location
Creating system domain: /usr/GNUstep/System
Creating local and network dirs: /usr/GNUstep/Local, /usr/GNUstep/Local
Creating makefile directories in: /usr/GNUstep/System/Library/Makefiles
Installing gnustep-make support software
Installing makefiles
Installing system GNUsteprc
******** Building GNUstep Base **********
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 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 whoami... /usr/bin/whoami
checking whether nested functions work... yes
checking the Objective-C runtime... GNU
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 objc/objc.h usability... yes
checking objc/objc.h presence... yes
checking for objc/objc.h... yes
configure: for gdomap network details
checking for variable length socket addresses... not found
checking whether SO_REUSEADDR is broken... no
checking for objc threading flags... -lpthread
checking whether byte ordering is bigendian... no
checking for void*... yes
checking size of void*... 4
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking for float... yes
checking size of float... 4
checking for double... yes
checking size of double... 8
checking loading of constructor functions... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for dynamic linker type... simple
checking for dladdr in -ldl... yes
checking whether objc really works... yes
checking if the compiler supports -fconstant-string-class... yes
checking if +load method is executed before main... yes
checking for objc_condition_timedwait... no
checking for objc_thread_add... yes
checking for size_t... yes
checking for inline... inline
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for sys/stat.h... (cached) yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking sys/syslimits.h usability... no
checking sys/syslimits.h presence... no
checking for sys/syslimits.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/mount.h... yes
checking for sys/types.h... (cached) yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for main in -lm... yes
checking for statvfs... yes
checking for link... yes
checking for symlink... yes
checking for readlink... yes
checking for geteuid... yes
checking for getlogin... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for getgrgid... yes
checking for rint... yes
checking for getopt... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking tzfile.h usability... no
checking tzfile.h presence... no
checking for tzfile.h... no
checking sys/rusage.h usability... no
checking sys/rusage.h presence... no
checking for sys/rusage.h... no
checking ucbinclude/sys/resource.h usability... no
checking ucbinclude/sys/resource.h presence... no
checking for ucbinclude/sys/resource.h... no
checking for time... yes
checking for ctime... yes
checking for tzset... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for syslog... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking for poll... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for vsprintf... yes
checking for vasprintf... yes
checking for getcwd... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for valloc... yes
checking for times... yes
checking for mkstemp... yes
checking for shmctl... yes
checking for mmap... yes
checking for killpg... yes
checking for setpgrp... yes
checking for setpgid... yes
checking whether setpgrp takes no argument... yes
checking libc.h usability... no
checking libc.h presence... no
checking for libc.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for string.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/stropts.h usability... yes
checking sys/stropts.h presence... yes
checking for sys/stropts.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for stdint.h... (cached) yes
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking for inet_aton... yes
checking for sigaction... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzseek in -lz... yes
checking for nanosleep... yes
checking for usleep... yes
checking for strerror... yes
checking for uintmax_t... yes
checking whether precompiler handles LONG_LONG_MAX... yes
checking whether we have LLONG_MAX... no
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking short/int needs to be word aligned... no
checking for register_printf_function... yes
test hi there = hi there
checking for realpath... yes
checking program_invocation_name in C Library... yes
checking kernel support for /proc filesystem... yes
checking link to exe of process in /proc... /proc/self/exe
checking /proc/6337/cmdline terminated by nul... yes
checking for kvm_getenvv in -lkvm... no
checking "use of pass-through arguments"... no
checking "use of fake-main definition"... no
checking ffi.h usability... no
checking ffi.h presence... no
checking for ffi.h... no
checking callback.h usability... yes
checking callback.h presence... yes
checking for callback.h... yes
checking "for forwarding callback in runtime"... yes
checking "FFI library usage"... ffcall
checking iconv support... yes, in libc
checking for xml2-config... /usr/bin/xml2-config
checking for libxml - version >= 2.3.0... yes
checking libxml/SAX2.h usability... yes
checking libxml/SAX2.h presence... yes
checking for libxml/SAX2.h... yes
checking for xsltApplyStylesheet in -lxslt... yes
checking libxslt/xslt.h usability... yes
checking libxslt/xslt.h presence... yes
checking for libxslt/xslt.h... yes
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for mpf_abs in -lgmp... no
checking for __gmpf_abs in -lgmp... yes
checking for nl_langinfo and CODESET... yes
checking for the version of gnustep-base we are compiling... 1.10.3
configure: creating ./config.status
config.status: creating config.mak
config.status: creating base.make
config.status: creating Headers/Additions/GNUstepBase/GSConfig.h
config.status: creating Headers/Additions/GNUstepBase/preface.h
config.status: creating Headers/Additions/GNUstepBase/config.h
configure: configuring in Source/mframe
configure: running /bin/sh './configure' --prefix=/usr/local --cache-file=/dev/null --srcdir=.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
Using information from i386/linux-gnu.
configure: creating ./config.status
configure: configuring in SSL
configure: running /bin/sh './configure' --prefix=/usr/local --cache-file=/dev/null --srcdir=.
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 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 whoami... /usr/bin/whoami
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 libc.h usability... no
checking libc.h presence... no
checking for libc.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for string.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/stropts.h usability... yes
checking sys/stropts.h presence... yes
checking for sys/stropts.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for stdint.h... (cached) yes
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for CRYPTO_malloc in -lcrypto... yes
checking for main in -lsocket... no
checking for ssl2_clear in -lssl... yes
checking for des_setkey in -lcipher... no
configure: creating ./config.status
config.status: creating config.mak
config.status: creating config.h
Making all in Source...
gmake[1]: Entering directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/gnustep-base-1.10.3/Source'
rm -f dynamic-load.h
cp simple-load.h dynamic-load.h
/usr/GNUstep/System/Library/Makefiles/mkinstalldirs .
mv mframe/mframe.h .
touch ./mframe.h
/usr/GNUstep/System/Library/Makefiles/mkinstalldirs .
mv ../Headers/Additions/GNUstepBase/config.h .
touch ./config.h
/usr/GNUstep/System/Library/Makefiles/mkinstalldirs .
mv ../Headers/Additions/GNUstepBase/GSConfig.h .
touch ./GSConfig.h
Making all in subprojects of library libgnustep-base...
gmake[2]: Entering directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/gnustep-base-1.10.3/Source/Additions'
Making all for subproject Additions...
Compiling file GSCategories.m ...
GSCategories.m: In function ‘-[NSData(GSCategories) uudecodeInto:name:mode:]’: GSCategories.m:612: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness GSCategories.m:612: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness GSCategories.m:612: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness GSCategories.m:612: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness GSCategories.m:612: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness GSCategories.m:612: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness GSCategories.m:612: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness GSCategories.m:612: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness GSCategories.m: In function ‘-[NSData(GSCategories) uuencodeInto:name:mode:]’: GSCategories.m:681: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness GSCategories.m:682: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
Compiling file GSObjCRuntime.m ...
GSObjCRuntime.m: In function ‘GSObjCSetValue’:
GSObjCRuntime.m:1822: warning: ‘NSNull’ may not respond to ‘+new’
GSObjCRuntime.m:1822: warning: (Messages without a matching method signature
GSObjCRuntime.m:1822: warning: will be assumed to return ‘id’ and accept
GSObjCRuntime.m:1822: warning: ‘...’ as arguments.)
Compiling file GCObject.m ...
Compiling file GCArray.m ...
Compiling file GCDictionary.m ...
Compiling file GSLock.m ...
Compiling file GSMime.m ...
GSMime.m: In function ‘decodeWord’:
GSMime.m:219: warning: pointer targets in passing argument 2 of ‘decodebase64’ differ in signedness GSMime.m:233: warning: pointer targets in passing argument 2 of ‘decodebase64’ differ in signedness GSMime.m: In function ‘-[GSMimeBase64DecoderContext decodeData:length:intoData:]’: GSMime.m:451: warning: pointer targets in passing argument 2 of ‘decodebase64’ differ in signedness GSMime.m:469: warning: pointer targets in passing argument 2 of ‘decodebase64’ differ in signedness
GSMime.m: In function ‘-[GSMimeParser parseHeader:]’:
GSMime.m:1440: warning: pointer targets in passing argument 1 of ‘getCString:’ differ in signedness
GSMime.m: In function ‘-[GSMimeParser(Private) _decodeHeader]’:
GSMime.m:2055: warning: pointer targets in passing argument 1 of ‘stringWithCString:’ differ in signedness
GSMime.m: In function ‘+[GSMimeDocument decodeBase64:]’:
GSMime.m:3153: warning: pointer targets in assignment differ in signedness
GSMime.m:3202: warning: pointer targets in passing argument 2 of ‘decodebase64’ differ in signedness GSMime.m:3220: warning: pointer targets in passing argument 2 of ‘decodebase64’ differ in signedness
GSMime.m: In function ‘+[GSMimeDocument encodeBase64:]’:
GSMime.m:3286: warning: pointer targets in passing argument 1 of ‘encodebase64’ differ in signedness
Compiling file GSXML.m ...
GSXML.m: In function ‘+[GSXMLDocument documentWithVersion:]’:
GSXML.m:337: warning: pointer targets in passing argument 1 of ‘xmlNewDoc’ differ in signedness
GSXML.m: In function ‘-[GSXMLDocument makeNodeWithNamespace:name:content:]’:
GSXML.m:441: warning: pointer targets in passing argument 3 of ‘xmlNewDocNode’ differ in signedness GSXML.m:441: warning: pointer targets in passing argument 4 of ‘xmlNewDocNode’ differ in signedness
GSXML.m: In function ‘-[GSXMLNode makeAttributeWithName:value:]’:
GSXML.m:1134: warning: pointer targets in passing argument 2 of ‘xmlNewProp’ differ in signedness GSXML.m:1134: warning: pointer targets in passing argument 3 of ‘xmlNewProp’ differ in signedness
GSXML.m: In function ‘-[GSXMLNode makeChildWithNamespace:name:content:]’:
GSXML.m:1175: warning: pointer targets in passing argument 3 of ‘xmlNewTextChild’ differ in signedness GSXML.m:1175: warning: pointer targets in passing argument 4 of ‘xmlNewTextChild’ differ in signedness
GSXML.m: In function ‘-[GSXMLNode makeText:]’:
GSXML.m:1197: warning: pointer targets in passing argument 1 of ‘xmlNewText’ differ in signedness
GSXML.m: In function ‘-[GSXMLNode makeComment:]’:
GSXML.m:1219: warning: pointer targets in passing argument 1 of ‘xmlNewComment’ differ in signedness
GSXML.m: In function ‘-[GSXMLNode makeNamespaceHref:prefix:]’:
GSXML.m:1232: warning: pointer targets in passing argument 2 of ‘xmlNewNs’ differ in signedness GSXML.m:1232: warning: pointer targets in passing argument 3 of ‘xmlNewNs’ differ in signedness
GSXML.m: In function ‘-[GSXMLNode makePI:content:]’:
GSXML.m:1260: warning: pointer targets in passing argument 1 of ‘xmlNewPI’ differ in signedness GSXML.m:1260: warning: pointer targets in passing argument 2 of ‘xmlNewPI’ differ in signedness
GSXML.m: In function ‘-[GSXMLNode setObject:forKey:]’:
GSXML.m:1516: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness GSXML.m:1516: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness
GSXML.m: In function ‘-[GSXMLParser abortParsing]’:
GSXML.m:1835: warning: pointer targets in assignment differ in signedness
GSXML.m: In function ‘-[GSXMLParser _initLibXML]’:
GSXML.m:2267: warning: pointer targets in assignment differ in signedness
GSXML.m:2271: warning: pointer targets in assignment differ in signedness
GSXML.m:2275: warning: pointer targets in assignment differ in signedness
GSXML.m:2277: warning: pointer targets in passing argument 5 of ‘xmlCreatePushParserCtxt’ differ in signedness
GSXML.m: In function ‘processingInstructionFunction’:
GSXML.m:2822: warning: pointer targets in passing argument 1 of ‘UTF8Str’ differ in signedness
GSXML.m: In function ‘-[GSXPathString stringValue]’:
GSXML.m:3584: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
GSXML.m: In function ‘-[GSXPathContext evaluateExpression:]’:
GSXML.m:3698: warning: pointer targets in passing argument 1 of ‘xmlXPathCompile’ differ in signedness
Compiling file behavior.m ...
Compiling file Unicode.m ...
Unicode.m: In function ‘encode_cstrtoustr’:
Unicode.m:1030: warning: pointer targets in passing argument 2 of ‘GSToUnicode’ differ in signedness Unicode.m:1030: warning: pointer targets in passing argument 3 of ‘GSToUnicode’ differ in signedness
Linking subproject Additions ...
gmake[2]: Leaving directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/gnustep-base-1.10.3/Source/Additions'
Making all for library libgnustep-base...
Compiling file GSCompatibility.m ...
Compiling file GSLocale.m ...
Compiling file preface.m ...
Compiling file mframe.m ...
mframe.m: In function ‘mframe_decode_return’:
mframe.m:1579: warning: pointer targets in passing argument 2 of ‘NSGetSizeAndAlignment’ differ in signedness mframe.m:1711: internal compiler error: in assign_stack_temp_for_type, at function.c:605
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/ccv1PBHT.out file, please attach this to your bugreport.
gmake[2]: *** [shared_obj/mframe.o] Error 1
gmake[1]: *** [libgnustep-base.all.library.variables] Error 2
gmake[1]: Leaving directory `/usr/local/src/gnustep/gnustep-startup-0.11.0/build/gnustep-base-1.10.3/Source'
gmake: *** [internal-all] Error 2
gmake[2]: *** [shared_obj/mframe.o] Error 1
gmake[1]: *** [libgnustep-base.all.library.variables] Error 2
gmake: *** [internal-all] Error 2
---------------------------------------------------------
Installation of GNUstep Base failed. Send the /usr/local/src/gnustep/gnustep-startup-0.11.0/build/logs.tar.gz
file to bug-gnustep@gnu.org for help
---------------------------------------------------------
pc-fedora [gnustep-startup-0.11.0] #31

Attachment: logs.tar.gz
Description: GNU Zip compressed data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]