bug-mit-scheme
[Top][All Lists]
Advanced

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

[Bug-mit-scheme] [bug #31880] Latest Git (cae7333c49) fails to build mic


From: anonymous
Subject: [Bug-mit-scheme] [bug #31880] Latest Git (cae7333c49) fails to build microcode on Mac OS X 10.6 due to floenv.c errors
Date: Wed, 15 Dec 2010 00:54:49 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10

URL:
  <http://savannah.gnu.org/bugs/?31880>

                 Summary: Latest Git (cae7333c49) fails to build microcode on
Mac OS X 10.6 due to floenv.c errors
                 Project: MIT/GNU Scheme
            Submitted by: None
            Submitted on: Wed 15 Dec 2010 12:54:48 AM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect behavior
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Will M. Farr
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                Keywords: 

    _______________________________________________________

Details:

Trying to build the latest Git on Mac OS X 10.6.5 using the x86-64 native
code version of mit-scheme 9.0.1 as the pre-build mit-scheme, the build fails
early on in the microcode compilation with an error in floenv.c:


gcc -std=gnu99 -DHAVE_CONFIG_H -DMIT_SCHEME
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme-x86-64\" -I. -I.
-march=core2 -O3 -O3 -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition -arch x86_64 
-isysroot /Developer/SDKs/MacOSX10.6.sdk -fconstant-cfstrings -o floenv.o -c
floenv.c
floenv.c:51: error: conflicting types for ‘fenv_t’
/Developer/SDKs/MacOSX10.6.sdk/usr/include/architecture/i386/fenv.h:92:
error: previous declaration of ‘fenv_t’ was here
floenv.c:55: error: conflicting types for ‘fexcept_t’
/Developer/SDKs/MacOSX10.6.sdk/usr/include/architecture/i386/fenv.h:94:
error: previous declaration of ‘fexcept_t’ was here
make[1]: *** [floenv.o] Error 1
make: *** [compile-microcode] Error 2

The full build output follows:

wireless-165-124-199-32:src farr$ ./Setup.sh 
setting up cref
setting up edwin
setting up ffi
setting up imail
setting up sf
setting up sos
setting up ssp
setting up star-parser
setting up xml
setting up 6001
setting up compiler
setting up rcs
setting up runtime
setting up win32
setting up xdoc
setting up microcode
rm -f i386-nt.asm
./m4-dos -P "WIN32,1" < i386.m4 > i386-nt.asm
rm -f i386-ntw.asm
./m4-dos -P "WIN32,1" -P "WCC386R,1" < i386.m4 > i386-ntw.asm
checking whether make sets $(MAKE)... yes
checking build system type... i386-apple-darwin10.5.0
checking host system type... i386-apple-darwin10.5.0
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached)
-std=gnu99
checking whether backslash-a works in strings... yes
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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 whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for C/C++ restrict keyword... __restrict
checking for working volatile... yes
checking for inline... inline
checking for preprocessor stringizing operator... yes
checking for function prototypes... yes
checking for egrep... (cached) /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for a BSD-compatible install... /opt/local/bin/ginstall -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for GCC>=4... yes
checking whether __x86_64__ is declared... yes
checking for native-code support... no
configure: Compiling for MacOSX version 10.6
checking for exp in -lm... yes
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 stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking bsdtty.h usability... no
checking bsdtty.h presence... no
checking for bsdtty.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking sgtty.h usability... yes
checking sgtty.h presence... yes
checking for sgtty.h... yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/ptyio.h usability... no
checking sys/ptyio.h presence... no
checking for sys/ptyio.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/vfs.h usability... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
checking termio.h usability... no
checking termio.h presence... no
checking for termio.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking for stdint.h... (cached) yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for intptr_t... yes
checking for long long int... yes
checking for intmax_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uintptr_t... yes
checking for unsigned long long int... yes
checking for uintmax_t... yes
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of unsigned char... 1
checking size of unsigned short... 2
checking size of unsigned int... 4
checking size of unsigned long... 8
checking size of void *... 8
checking size of intptr_t... 8
checking size of uintptr_t... 8
checking size of intmax_t... 8
checking size of uintmax_t... 8
checking for nlink_t... yes
checking for clock_t... yes
checking for time_t... yes
checking for socklen_t... yes
checking for cc_t... yes
checking for speed_t... yes
checking size of time_t... 8
checking size of off_t... 8
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for struct ltchars... no
checking for struct hostent.h_addr_list... yes
checking for struct sigcontext... no
checking whether byte ordering is bigendian... (cached) no
checking whether char is unsigned... no
checking for an ANSI C-conforming const... (cached) yes
checking whether getpgrp requires zero arguments... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for utime.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether setpgrp takes no argument... yes
checking whether utime accepts a null argument... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for vprintf... yes
checking for _doprnt... no
checking for wait3 that fills in rusage... yes
checking for ctermid... yes
checking for dup2... yes
checking for fcntl... yes
checking for fdatasync... yes
checking for fegetround... yes
checking for fesetround... yes
checking for floor... yes
checking for fpathconf... yes
checking for frexp... yes
checking for fpgetround... no
checking for fpsetround... no
checking for fsync... yes
checking for fsync_range... no
checking for ftruncate... yes
checking for getcwd... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for getlogin... yes
checking for getpagesize... (cached) yes
checking for getpgrp... yes
checking for getpt... no
checking for gettimeofday... yes
checking for getwd... yes
checking for grantpt... yes
checking for kill... yes
checking for lockf... yes
checking for memcpy... yes
checking for mkdir... yes
checking for mktime... yes
checking for modf... yes
checking for nice... yes
checking for poll... yes
checking for prealloc... no
checking for rename... yes
checking for rmdir... yes
checking for select... yes
checking for setitimer... yes
checking for setpgrp... yes
checking for setpgrp2... no
checking for shmat... yes
checking for sigaction... yes
checking for sighold... yes
checking for socket... yes
checking for statfs... yes
checking for strchr... yes
checking for strerror... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for symlink... yes
checking for sync_file_range... no
checking for sysconf... yes
checking for times... yes
checking for truncate... yes
checking for uname... yes
checking for utime... yes
checking for waitpid... yes
checking for X... libraries /usr/X11/lib, headers 
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for long file names... yes
checking for restartable system calls... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking term.h usability... yes
checking term.h presence... yes
checking for term.h... yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking for tgetent in -lncurses... yes
checking for tparm in -lncurses... yes
checking for tparam in -lncurses... no
checking for tgetent in -lcurses... yes
checking for tparm in -lcurses... yes
checking for tparam in -lcurses... no
checking for tgetent in -ltermcap... yes
checking for tparm in -ltermcap... yes
checking for tparam in -ltermcap... no
configure: WARNING: No tparam found; will emulate it from terminfo tparm
checking openssl/blowfish.h usability... yes
checking openssl/blowfish.h presence... yes
checking for openssl/blowfish.h... yes
checking for BF_set_key in -lcrypto... yes
checking openssl/md5.h usability... yes
checking openssl/md5.h presence... yes
checking for openssl/md5.h... yes
checking for BF_set_key in -lcrypto... (cached) yes
checking mhash.h usability... no
checking mhash.h presence... no
checking for mhash.h... no
checking mcrypt.h usability... no
checking mcrypt.h presence... no
checking for mcrypt.h... no
checking gdbm.h usability... no
checking gdbm.h presence... no
checking for gdbm.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for db_create in -ldb-4... no
checking for pg_config... no
checking libpq-fe.h usability... no
checking libpq-fe.h presence... no
checking for libpq-fe.h... no
checking for dlopen... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: linking cmpintmd/none.h to cmpintmd.h
config.status: linking cmpintmd/none.c to cmpintmd.c
config.status: linking cmpintmd/none-config.h to cmpintmd-config.h
;Loading "makegen/makegen.scm"... 
;  Loading "makegen/../../etc/utilities.scm"... 
;    Loading "make.com"... 
;      Loading "cref-unx.pkd"... done
;      Loading "mset.com"... done
;      Loading "object.com"... done
;      Loading "toplev.com"... done
;      Loading "anfile.com"... done
;      Loading "conpkg.com"... done
;      Loading "forpkg.com"... done
;      Loading "redpkg.com"... done
;    ... done
;  ... done
;... done
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: linking cmpintmd/none.h to cmpintmd.h
config.status: linking cmpintmd/none.c to cmpintmd.c
config.status: linking cmpintmd/none-config.h to cmpintmd-config.h
rm -f *.o usrdef.c compinit.c compinit.h cmpauxmd.s 
rm -f macosx-starter scheme prbfish.so prmd5.so prx11.so  findprim
rm -f Makefile config.h config.cache config.log config.status cmpauxmd.m4
cmpauxmd.c cmpintmd.h makegen-cc cmpintmd-config.h cmpintmd.c liarc-cc
liarc-ld
rm -rf autom4te.cache

wireless-165-124-199-32:src farr$ ./configure --enable-native-code=x86-64
CFLAGS="-march=core2 -O3"
checking whether make sets $(MAKE)... yes
checking build system type... i386-apple-darwin10.5.0
checking host system type... i386-apple-darwin10.5.0
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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 whether __x86_64__ is declared... yes
checking for native-code support... yes, for x86-64
checking for a BSD-compatible install... /opt/local/bin/ginstall -c
checking whether ln -s works... yes
Makefiles already created.
rm -f machine && ln -s machines/x86-64 machine
rm -f compiler.cbf && ln -s machine/compiler.cbf compiler.cbf
rm -f compiler.pkg && ln -s machine/compiler.pkg compiler.pkg
rm -f compiler.sf && ln -s machine/compiler.sf compiler.sf
rm -f make.com && ln -s machine/make.com make.com
rm -f make.bin && ln -s machine/make.bin make.bin
configure: creating ./config.status
config.status: creating Makefile
config.status: creating 6001/Makefile
config.status: creating compiler/Makefile
config.status: creating cref/Makefile
config.status: creating edwin/Makefile
config.status: creating ffi/Makefile
config.status: creating imail/Makefile
config.status: creating runtime/Makefile
config.status: creating sf/Makefile
config.status: creating sos/Makefile
config.status: creating ssp/Makefile
config.status: creating star-parser/Makefile
config.status: creating win32/Makefile
config.status: creating xdoc/Makefile
config.status: creating xml/Makefile
=== configuring in microcode
(/Users/farr/Documents/code/mit-scheme/src/microcode)
configure: running /bin/sh ./configure --disable-option-checking
'--prefix=/usr/local'  '--enable-native-code=x86-64' 'CFLAGS=-march=core2 -O3'
--cache-file=/dev/null --srcdir=.
checking whether make sets $(MAKE)... yes
checking build system type... i386-apple-darwin10.5.0
checking host system type... i386-apple-darwin10.5.0
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached)
-std=gnu99
checking whether backslash-a works in strings... yes
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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 whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for C/C++ restrict keyword... __restrict
checking for working volatile... yes
checking for inline... inline
checking for preprocessor stringizing operator... yes
checking for function prototypes... yes
checking for egrep... (cached) /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for a BSD-compatible install... /opt/local/bin/ginstall -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for GCC>=4... yes
checking whether __x86_64__ is declared... yes
checking for native-code support... yes, for x86-64
configure: Compiling for MacOSX version 10.6
checking for exp in -lm... yes
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 stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking bsdtty.h usability... no
checking bsdtty.h presence... no
checking for bsdtty.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking sgtty.h usability... yes
checking sgtty.h presence... yes
checking for sgtty.h... yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/ptyio.h usability... no
checking sys/ptyio.h presence... no
checking for sys/ptyio.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/vfs.h usability... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
checking termio.h usability... no
checking termio.h presence... no
checking for termio.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking for stdint.h... (cached) yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for intptr_t... yes
checking for long long int... yes
checking for intmax_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uintptr_t... yes
checking for unsigned long long int... yes
checking for uintmax_t... yes
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of unsigned char... 1
checking size of unsigned short... 2
checking size of unsigned int... 4
checking size of unsigned long... 8
checking size of void *... 8
checking size of intptr_t... 8
checking size of uintptr_t... 8
checking size of intmax_t... 8
checking size of uintmax_t... 8
checking for nlink_t... yes
checking for clock_t... yes
checking for time_t... yes
checking for socklen_t... yes
checking for cc_t... yes
checking for speed_t... yes
checking size of time_t... 8
checking size of off_t... 8
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for struct ltchars... no
checking for struct hostent.h_addr_list... yes
checking for struct sigcontext... no
checking whether byte ordering is bigendian... (cached) no
checking whether char is unsigned... no
checking for an ANSI C-conforming const... (cached) yes
checking whether getpgrp requires zero arguments... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for utime.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether setpgrp takes no argument... yes
checking whether utime accepts a null argument... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for vprintf... yes
checking for _doprnt... no
checking for wait3 that fills in rusage... yes
checking for ctermid... yes
checking for dup2... yes
checking for fcntl... yes
checking for fdatasync... yes
checking for fegetround... yes
checking for fesetround... yes
checking for floor... yes
checking for fpathconf... yes
checking for frexp... yes
checking for fpgetround... no
checking for fpsetround... no
checking for fsync... yes
checking for fsync_range... no
checking for ftruncate... yes
checking for getcwd... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for getlogin... yes
checking for getpagesize... (cached) yes
checking for getpgrp... yes
checking for getpt... no
checking for gettimeofday... yes
checking for getwd... yes
checking for grantpt... yes
checking for kill... yes
checking for lockf... yes
checking for memcpy... yes
checking for mkdir... yes
checking for mktime... yes
checking for modf... yes
checking for nice... yes
checking for poll... yes
checking for prealloc... no
checking for rename... yes
checking for rmdir... yes
checking for select... yes
checking for setitimer... yes
checking for setpgrp... yes
checking for setpgrp2... no
checking for shmat... yes
checking for sigaction... yes
checking for sighold... yes
checking for socket... yes
checking for statfs... yes
checking for strchr... yes
checking for strerror... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for symlink... yes
checking for sync_file_range... no
checking for sysconf... yes
checking for times... yes
checking for truncate... yes
checking for uname... yes
checking for utime... yes
checking for waitpid... yes
checking for X... libraries /usr/X11/lib, headers 
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for long file names... yes
checking for restartable system calls... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking term.h usability... yes
checking term.h presence... yes
checking for term.h... yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking for tgetent in -lncurses... yes
checking for tparm in -lncurses... yes
checking for tparam in -lncurses... no
checking for tgetent in -lcurses... yes
checking for tparm in -lcurses... yes
checking for tparam in -lcurses... no
checking for tgetent in -ltermcap... yes
checking for tparm in -ltermcap... yes
checking for tparam in -ltermcap... no
configure: WARNING: No tparam found; will emulate it from terminfo tparm
checking openssl/blowfish.h usability... yes
checking openssl/blowfish.h presence... yes
checking for openssl/blowfish.h... yes
checking for BF_set_key in -lcrypto... yes
checking openssl/md5.h usability... yes
checking openssl/md5.h presence... yes
checking for openssl/md5.h... yes
checking for BF_set_key in -lcrypto... (cached) yes
checking mhash.h usability... no
checking mhash.h presence... no
checking for mhash.h... no
checking mcrypt.h usability... no
checking mcrypt.h presence... no
checking for mcrypt.h... no
checking gdbm.h usability... no
checking gdbm.h presence... no
checking for gdbm.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for db_create in -ldb-4... no
checking for pg_config... no
checking libpq-fe.h usability... no
checking libpq-fe.h presence... no
checking for libpq-fe.h... no
checking for dlopen... yes
checking for m4... m4
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: linking cmpauxmd/x86-64.m4 to cmpauxmd.m4
config.status: linking cmpintmd/x86-64.h to cmpintmd.h
config.status: linking cmpintmd/x86-64.c to cmpintmd.c
config.status: linking cmpintmd/x86-64-config.h to cmpintmd-config.h



wireless-165-124-199-32:src farr$ make
(cd microcode && make all)
gcc -std=gnu99 -DHAVE_CONFIG_H -DMIT_SCHEME
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme-x86-64\" -I. -I.
-march=core2 -O3 -O3 -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition -arch x86_64 
-isysroot /Developer/SDKs/MacOSX10.6.sdk -fconstant-cfstrings -o
macosx-starter.o -c macosx-starter.c
gcc -std=gnu99 -arch x86_64  -isysroot /Developer/SDKs/MacOSX10.6.sdk
-fconstant-cfstrings -Wl,-syslibroot,/Developer/SDKs/MacOSX10.6.sdk -framework
CoreFoundation -L/usr/X11/lib -o macosx-starter macosx-starter.o
gcc -std=gnu99 -DHAVE_CONFIG_H -DMIT_SCHEME
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme-x86-64\" -I. -I.
-march=core2 -O3 -O3 -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition -arch x86_64 
-isysroot /Developer/SDKs/MacOSX10.6.sdk -fconstant-cfstrings -o artutl.o -c
artutl.c
gcc -std=gnu99 -DHAVE_CONFIG_H -DMIT_SCHEME
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme-x86-64\" -I. -I.
-march=core2 -O3 -O3 -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition -arch x86_64 
-isysroot /Developer/SDKs/MacOSX10.6.sdk -fconstant-cfstrings -o avltree.o -c
avltree.c
gcc -std=gnu99 -DHAVE_CONFIG_H -DMIT_SCHEME
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme-x86-64\" -I. -I.
-march=core2 -O3 -O3 -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition -arch x86_64 
-isysroot /Developer/SDKs/MacOSX10.6.sdk -fconstant-cfstrings -o bkpt.o -c
bkpt.c
gcc -std=gnu99 -DHAVE_CONFIG_H -DMIT_SCHEME
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme-x86-64\" -I. -I.
-march=core2 -O3 -O3 -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition -arch x86_64 
-isysroot /Developer/SDKs/MacOSX10.6.sdk -fconstant-cfstrings -o bignum.o -c
bignum.c
gcc -std=gnu99 -DHAVE_CONFIG_H -DMIT_SCHEME
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme-x86-64\" -I. -I.
-march=core2 -O3 -O3 -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition -arch x86_64 
-isysroot /Developer/SDKs/MacOSX10.6.sdk -fconstant-cfstrings -o bigprm.o -c
bigprm.c
gcc -std=gnu99 -DHAVE_CONFIG_H -DMIT_SCHEME
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme-x86-64\" -I. -I.
-march=core2 -O3 -O3 -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition -arch x86_64 
-isysroot /Developer/SDKs/MacOSX10.6.sdk -fconstant-cfstrings -o bitstr.o -c
bitstr.c
gcc -std=gnu99 -DHAVE_CONFIG_H -DMIT_SCHEME
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme-x86-64\" -I. -I.
-march=core2 -O3 -O3 -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition -arch x86_64 
-isysroot /Developer/SDKs/MacOSX10.6.sdk -fconstant-cfstrings -o boot.o -c
boot.c
gcc -std=gnu99 -DHAVE_CONFIG_H -DMIT_SCHEME
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme-x86-64\" -I. -I.
-march=core2 -O3 -O3 -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition -arch x86_64 
-isysroot /Developer/SDKs/MacOSX10.6.sdk -fconstant-cfstrings -o char.o -c
char.c
gcc -std=gnu99 -DHAVE_CONFIG_H -DMIT_SCHEME
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme-x86-64\" -I. -I.
-march=core2 -O3 -O3 -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition -arch x86_64 
-isysroot /Developer/SDKs/MacOSX10.6.sdk -fconstant-cfstrings -o daemon.o -c
daemon.c
gcc -std=gnu99 -DHAVE_CONFIG_H -DMIT_SCHEME
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme-x86-64\" -I. -I.
-march=core2 -O3 -O3 -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition -arch x86_64 
-isysroot /Developer/SDKs/MacOSX10.6.sdk -fconstant-cfstrings -o debug.o -c
debug.c
gcc -std=gnu99 -DHAVE_CONFIG_H -DMIT_SCHEME
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme-x86-64\" -I. -I.
-march=core2 -O3 -O3 -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition -arch x86_64 
-isysroot /Developer/SDKs/MacOSX10.6.sdk -fconstant-cfstrings -o dfloat.o -c
dfloat.c
gcc -std=gnu99 -DHAVE_CONFIG_H -DMIT_SCHEME
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme-x86-64\" -I. -I.
-march=core2 -O3 -O3 -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition -arch x86_64 
-isysroot /Developer/SDKs/MacOSX10.6.sdk -fconstant-cfstrings -o error.o -c
error.c
gcc -std=gnu99 -DHAVE_CONFIG_H -DMIT_SCHEME
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme-x86-64\" -I. -I.
-march=core2 -O3 -O3 -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition -arch x86_64 
-isysroot /Developer/SDKs/MacOSX10.6.sdk -fconstant-cfstrings -o extern.o -c
extern.c
gcc -std=gnu99 -DHAVE_CONFIG_H -DMIT_SCHEME
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme-x86-64\" -I. -I.
-march=core2 -O3 -O3 -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition -arch x86_64 
-isysroot /Developer/SDKs/MacOSX10.6.sdk -fconstant-cfstrings -o fasdump.o -c
fasdump.c
gcc -std=gnu99 -DHAVE_CONFIG_H -DMIT_SCHEME
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme-x86-64\" -I. -I.
-march=core2 -O3 -O3 -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition -arch x86_64 
-isysroot /Developer/SDKs/MacOSX10.6.sdk -fconstant-cfstrings -o fasl.o -c
fasl.c
gcc -std=gnu99 -DHAVE_CONFIG_H -DMIT_SCHEME
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme-x86-64\" -I. -I.
-march=core2 -O3 -O3 -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition -arch x86_64 
-isysroot /Developer/SDKs/MacOSX10.6.sdk -fconstant-cfstrings -o fasload.o -c
fasload.c
gcc -std=gnu99 -DHAVE_CONFIG_H -DMIT_SCHEME
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme-x86-64\" -I. -I.
-march=core2 -O3 -O3 -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition -arch x86_64 
-isysroot /Developer/SDKs/MacOSX10.6.sdk -fconstant-cfstrings -o fixnum.o -c
fixnum.c
gcc -std=gnu99 -DHAVE_CONFIG_H -DMIT_SCHEME
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme-x86-64\" -I. -I.
-march=core2 -O3 -O3 -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition -arch x86_64 
-isysroot /Developer/SDKs/MacOSX10.6.sdk -fconstant-cfstrings -o floenv.o -c
floenv.c
floenv.c:51: error: conflicting types for ‘fenv_t’
/Developer/SDKs/MacOSX10.6.sdk/usr/include/architecture/i386/fenv.h:92:
error: previous declaration of ‘fenv_t’ was here
floenv.c:55: error: conflicting types for ‘fexcept_t’
/Developer/SDKs/MacOSX10.6.sdk/usr/include/architecture/i386/fenv.h:94:
error: previous declaration of ‘fexcept_t’ was here
make[1]: *** [floenv.o] Error 1
make: *** [compile-microcode] Error 2




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31880>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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