Opened 16 years ago

Closed 7 years ago

#13858 closed defect (wontfix)

kaffe fails to build and install on Leopard Server, missing struct sigcontext definition

Reported by: tabithamc@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc: simon@…, cooljeanius (Eric Gallager)
Port: kaffe

Description

With a fresh MacPorts system (1.6.0) running on top of Leopard Server 10.5.1 the kaffe port (kaffe version 1.1.7) fails to build.

The verbose output from my terminal shell is very lengthy and thus attached as a separate file to this ticket but at first this file exceeded the MacPorts Trac system's file size limit of 262144 bytes, so I was required to attach it as a compressed zip file.

Kaffe seems to be a mission-critical port because it is depended on by many other Java-related ports leading up to, for example, the Tomcat port.

Attachments (1)

kaffe - out.txt.zip (26.4 KB) - added by tabithamc@… 16 years ago.

Download all attachments as: .zip

Change History (10)

Changed 16 years ago by tabithamc@…

Attachment: kaffe - out.txt.zip added

comment:1 Changed 16 years ago by ldeck

On my system it's failing to find javac! How could it fail to do that? It's right there in /usr/bin/javac.

sudo port -v install kaffe
Password:
--->  Configuring kaffe
checking for a BSD-compatible install... /usr/bin/install
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... /usr/bin/gcc-4.0
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 /usr/bin/gcc-4.0 accepts -g... yes
checking for /usr/bin/gcc-4.0 option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/bin/gcc-4.0... gcc3
checking CFLAGS for maximum warnings... -Wall
checking CFLAGS for gcc -W... -W
checking CFLAGS for gcc -Wextra... -Wextra
checking CFLAGS for gcc -mregnames... no, unknown
checking __attribute__((,,))... yes
checking __attribute__((always_inline))... yes
checking __attribute__((const))... yes
checking __attribute__((format...))... yes
checking __attribute__((noreturn))... yes
checking __attribute__((packed))... yes
checking __attribute__((unused))... yes
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-4.0 accepts -g... yes
checking dependency style of /usr/bin/g++-4.0... gcc3
checking build system type... powerpc-apple-darwin9.2.0
checking host system type... powerpc-apple-darwin9.2.0
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by /usr/bin/gcc-4.0... /usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) is GNU ld... no
checking for /usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... /usr/bin/cpp-4.0
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... /usr/bin/g++-4.0 -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.0 object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions... no
checking for /usr/bin/gcc-4.0 option to produce PIC... -fno-common
checking if /usr/bin/gcc-4.0 PIC flag -fno-common works... yes
checking if /usr/bin/gcc-4.0 static flag -static works... no
checking if /usr/bin/gcc-4.0 supports -c -o file.o... yes
checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin9.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by /usr/bin/g++-4.0... /usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) is GNU ld... no
checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) supports shared libraries... yes
checking for /usr/bin/g++-4.0 option to produce PIC... -fno-common
checking if /usr/bin/g++-4.0 PIC flag -fno-common works... yes
checking if /usr/bin/g++-4.0 static flag -static works... no
checking if /usr/bin/g++-4.0 supports -c -o file.o... yes
checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin9.2.0 dyld
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking which extension is used for loadable modules... .so
checking whether NLS is requested... no
checking for msgfmt... /opt/local/bin/msgfmt
checking for gmsgfmt... /opt/local/bin/msgfmt
checking for xgettext... /opt/local/bin/xgettext
checking for msgmerge... /opt/local/bin/msgmerge
checking for ld used by GCC... /usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) is GNU ld... no
checking for shared library run path origin... done
checking whether NLS is requested... no
checking whether to use NLS... no
checking for LC_MESSAGES... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long_only... yes
checking whether optreset is declared... yes
checking command to parse /usr/bin/nm -p output from /usr/bin/g++-4.0 object... (cached) ok
checking for _ prefix in compiled symbols... yes
checking execution engine... intrp
checking whether to enable run-time debugging machinery... yes
checking whether to use BCEL for additional regression tests... no
checking whether to enable JVMPI support... no
checking whether to enable profiling for C and jitted code... no
checking whether to enable debugging symbol generation for jitted code... no
checking gprof(4) profiling support... no
checking sun compatibility mode... yes
checking thread system... unix-pthreads
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... /usr/bin/gcc-4.0
checking for sem_init in -lsemaphore... no
checking for library containing sem_init... none required
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking for working semaphores... not implemented
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking dssi.h usability... no
checking dssi.h presence... no
checking for dssi.h... no
checking whether to use ecj... no
checking for jikes... no
checking whether to use jikes... yes (jikes +Pno-switchcheck +Pno-shadow +E)
checking which java compiler... jikes +Pno-switchcheck +Pno-shadow +E
checking for a BSD-compatible install... /usr/bin/install
checking whether make sets $(MAKE)... (cached) yes
checking for mktemp... mktemp
checking for jasmin... no
checking for gawk... (cached) gawk
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 __int64... no
checking size of __int64... 0
checking for void *... yes
checking size of void *... 4
checking for off_t... yes
checking for pid_t... yes
checking return type of signal handlers... void
checking whether signal handlers are one-shot... no
checking for size_t... yes
checking for ssize_t... yes
checking whether /usr/bin/gcc-4.0 needs -traditional... no
checking for _mwvalidcheckl in -lmw... no
checking for sin in -lm... yes
checking for gethostname... yes
checking for gethostbyname... yes
checking for connect... yes
checking for deflate in -lz... yes
checking for gmp.h... yes
checking if using GNU multiple precision arithmetic library... yes
checking for MD2Init... no
checking for MD4Init... no
checking for MD5Init... no
checking for MD5Init in -lmd... no
checking for ANSI C header files... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking bsd/libc.h usability... no
checking bsd/libc.h presence... no
checking for bsd/libc.h... no
checking crt_externs.h usability... yes
checking crt_externs.h presence... yes
checking for crt_externs.h... yes
checking for dlfcn.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking features.h usability... no
checking features.h presence... no
checking for features.h... no
checking for gmp.h... (cached) yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking kernel/OS.h usability... no
checking kernel/OS.h presence... no
checking for kernel/OS.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking mach/mach.h usability... yes
checking mach/mach.h presence... yes
checking for mach/mach.h... yes
checking mach-o/rld.h usability... no
checking mach-o/rld.h presence... no
checking for mach-o/rld.h... no
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for memory.h... (cached) yes
checking mips/cachectl.h usability... no
checking mips/cachectl.h presence... no
checking for mips/cachectl.h... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sgidefs.h usability... no
checking sgidefs.h presence... no
checking for sgidefs.h... no
checking sigcontext.h usability... no
checking sigcontext.h presence... no
checking for sigcontext.h... no
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking sys/cachectl.h usability... no
checking sys/cachectl.h presence... no
checking for sys/cachectl.h... no
checking sys/filio.h usability... yes
checking sys/filio.h presence... yes
checking for sys/filio.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.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/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking for sys/stat.h... (cached) yes
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking sys/sysinfo.h usability... no
checking sys/sysinfo.h presence... no
checking for sys/sysinfo.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/ucontext.h usability... yes
checking sys/ucontext.h presence... yes
checking for sys/ucontext.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking wintypes.h usability... no
checking wintypes.h presence... no
checking for wintypes.h... no
checking wtypes.h usability... no
checking wtypes.h presence... no
checking for wtypes.h... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for net/if.h... yes
checking asm/sigcontext.h usability... no
checking asm/sigcontext.h presence... no
checking for asm/sigcontext.h... no
checking for asm/signal.h... no
checking asm/ppc_asm.h usability... no
checking asm/ppc_asm.h presence... no
checking for asm/ppc_asm.h... no
checking asm/cachectl.h usability... no
checking asm/cachectl.h presence... no
checking for asm/cachectl.h... no
checking ia64intrin.h usability... no
checking ia64intrin.h presence... no
checking for ia64intrin.h... no
checking linux/socket.h usability... no
checking linux/socket.h presence... no
checking for linux/socket.h... no
checking for linux/netlink.h... no
checking for linux/rtnetlink.h... no
checking netpacket/packet.h usability... no
checking netpacket/packet.h presence... no
checking for netpacket/packet.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for getrusage... yes
checking for mprotect... yes
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking value of __GLIBC__ by analyzing object code... 0
checking value of __GLIBC_MINOR__ by analyzing object code... 0
checking which garbage collector to use... kaffe-gc
checking whether to enable GCJ support... 
checking whether to enable MIPS II instructions... 
checking whether to enable XScale support... 
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking whether byte ordering is bigendian... yes
checking whether byte ordering is bigendian... (cached) yes
checking whether char is unsigned... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for stdint types... stdint.h (shortcircuit)
make use of stdint.h in include/config-int.h (assuming C99 compatible system)
checking for struct sigcontext... no
checking for struct sigcontext_struct (without asm/sigcontext.h)... no
checking for struct sigcontext_struct (with asm/sigcontext.h)... no
checking for strftime... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether utime accepts a null argument... yes
checking for select... yes
checking for socket... yes
checking for getsockname... yes
checking for getpagesize... (cached) yes
checking for fstat... yes
checking for memcpy... yes
checking for memmove... yes
checking for mkdir... yes
checking for rmdir... yes
checking for getcwd... yes
checking for chdir... yes
checking for getwd... yes
checking for gettimeofday... yes
checking for ftime... yes
checking for time... yes
checking for uname... yes
checking for getuid... yes
checking for localtime... yes
checking for get_nprocs_conf... no
checking for munmap... yes
checking for mincore... yes
checking for msync... yes
checking for madvise... yes
checking for getpagesize... (cached) yes
checking for sysconf... yes
checking for iconv... yes
checking how to link with libiconv... /opt/local/lib/libiconv.dylib
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for sched_get_priority_max... yes
checking for sched_get_priority_min... yes
checking for pthread_attr_setschedpolicy... yes
checking for pthread_yield... no
checking for sched_yield... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for getifaddrs... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking for memset... yes
checking for socklen_t... yes
checking for in_port_t... yes
checking for h_errno declaration in netdb.h... yes
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for struct in6_addr... yes
checking for struct sockaddr_in6... yes
checking for struct sockaddr_storage... yes
checking for in6addr_any declaration in netinet/in.h... yes
checking for in6addr_loopback declaration in netinet/in.h... yes
checking for sa_family_t... yes
checking for struct sockaddr.sa_len... yes
checking for struct sockaddr_in6.sin6_flowinfo... yes
checking for struct sockaddr_in6.sin6_scope_id... yes
checking for remainder... yes
checking for remainderf... yes
checking for fmod... yes
checking for fmodf... yes
checking for drem... yes
checking for rint... yes
checking for floor... yes
checking for ceil... yes
checking for strtod... yes
checking for mergesort... yes
checking for strdup... yes
checking for strstr... yes
checking for strtod... (cached) yes
checking for strtol... yes
checking for strtoul... yes
checking for strtouq... yes
checking for strtoull... yes
checking for isnan... yes
checking for isinf... yes
checking for finite... yes
checking whether strtod("-0.0") is broken... no
checking for strerror... yes
checking for hstrerror... yes
checking for strerror_r... yes
checking for fcntl... yes
checking for ioctl... yes
checking for alarm... yes
checking for setitimer... yes
checking for sigprocmask... yes
checking for sigsetmask... yes
checking for sigemptyset... yes
checking for sigaddset... yes
checking for signal... yes
checking for sigaction... yes
checking for sbrk... yes
checking for valloc... yes
checking for memalign... no
checking for mallopt... no
checking for getrlimit... yes
checking for setrlimit... yes
checking for sigaltstack... yes
checking for madvise... (cached) yes
checking for waitpid... yes
checking for kill... yes
checking for fork... yes
checking for execve... yes
checking for execvp... yes
checking for sync... yes
checking for fsync... yes
checking for ftruncate... yes
checking for atexit... yes
checking for on_exit... no
checking for vsnprintf... yes
checking for snprintf... yes
checking if va_list is an array... no
checking for va_copy... yes
checking for __va_copy... yes
checking for declaration of select... yes
checking for declaration of swab... yes
checking for type of second parameter of scalb being int... no
checking for ALSA CFLAGS... 
checking for ALSA LDFLAGS...  -lasound -lm -ldl -lpthread
checking for libasound headers version >= 1.0.1... not present.
checking for snd_ctl_open in -lasound... no
Useable version of ALSA not found.
checking for esd-config... /opt/local/bin/esd-config
checking for ESD - version >= 0.2.1... yes
Information: Using native math library
checking which extensions to include... 
checking if malloc debugging is wanted... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for /proc/self/maps... no
checking whether everything is installed to the same prefix... yes
checking whether binary relocation support should be enabled... no
checking for fastjar... no
checking for jar... /usr/bin/jar
checking how to run the C preprocessor... /usr/bin/cpp-4.0
checking for path separator... :
checking for directory separator... /
configure: creating ./config.status
config.status: creating Makefile
config.status: creating project.xml
config.status: creating project.properties
config.status: creating config/Makefile
config.status: creating external/Makefile
config.status: creating external/gcc/Makefile
config.status: creating external/gcc/zlib/Makefile
config.status: creating external/gcc/fastjar/Makefile
config.status: creating include/Makefile
config.status: creating replace/Makefile
config.status: creating kaffe/Makefile
config.status: creating libraries/Makefile
config.status: creating kaffe/jvmpi/Makefile
config.status: creating kaffe/kaffevm/Makefile
config.status: creating kaffe/kaffevm/intrp/Makefile
config.status: creating kaffe/kaffevm/jit/Makefile
config.status: creating kaffe/kaffevm/jit3/Makefile
config.status: creating kaffe/kaffevm/gcj/Makefile
config.status: creating kaffe/kaffevm/systems/Makefile
config.status: creating kaffe/kaffevm/systems/unix-jthreads/Makefile
config.status: creating kaffe/kaffevm/systems/oskit-pthreads/Makefile
config.status: creating kaffe/kaffevm/systems/drops-l4threads/Makefile
config.status: creating kaffe/kaffevm/systems/beos-native/Makefile
config.status: creating kaffe/kaffevm/systems/unix-pthreads/Makefile
config.status: creating kaffe/kaffevm/verifier/Makefile
config.status: creating kaffe/kaffevm/kaffe-gc/Makefile
config.status: creating kaffe/kaffevm/boehm-gc/Makefile
config.status: creating kaffe/kaffevm/jni/Makefile
config.status: creating kaffe/kaffe/Makefile
config.status: creating kaffe/kaffeh/Makefile
config.status: creating kaffe/xprof/Makefile
config.status: creating kaffe/man/Makefile
config.status: creating kaffe/scripts/Makefile
config.status: creating kaffe/scripts/bat/Makefile
config.status: creating kaffe/scripts/compat/Makefile
config.status: creating libraries/javalib/Makefile
config.status: creating libraries/javalib/awt-implementations/Makefile
config.status: creating libraries/javalib/awt-implementations/kaffe/Makefile
config.status: creating libraries/javalib/gmp-math/Makefile
config.status: creating libraries/clib/Makefile
config.status: creating libraries/clib/target/Makefile
config.status: creating libraries/clib/target/generic/Makefile
config.status: creating libraries/clib/target/Linux/Makefile
config.status: creating libraries/clib/native/Makefile
config.status: creating libraries/clib/io/Makefile
config.status: creating libraries/clib/nio/Makefile
config.status: creating libraries/clib/net/Makefile
config.status: creating libraries/clib/zip/Makefile
config.status: creating libraries/clib/math/Makefile
config.status: creating libraries/clib/management/Makefile
config.status: creating libraries/clib/security/Makefile
config.status: creating libraries/clib/awt/Makefile
config.status: creating libraries/clib/awt/X/Makefile
config.status: creating libraries/clib/awt/qt/Makefile
config.status: creating libraries/clib/awt/nano-X/Makefile
config.status: creating libraries/clib/sound/Makefile
config.status: creating libraries/clib/sound/alsa/Makefile
config.status: creating libraries/clib/sound/common/Makefile
config.status: creating libraries/clib/sound/esd/Makefile
config.status: creating libraries/javalib/rebuildLib
config.status: creating libraries/extensions/Makefile
config.status: creating libraries/extensions/comm/Makefile
config.status: creating libraries/extensions/comm/javalib/Makefile
config.status: creating libraries/extensions/pjava/Makefile
config.status: creating libraries/extensions/pjava/javalib/Makefile
config.status: creating libraries/extensions/servlet/Makefile
config.status: creating libraries/extensions/servlet/javalib/Makefile
config.status: creating libraries/extensions/microsoft/Makefile
config.status: creating libraries/extensions/microsoft/javalib/Makefile
config.status: creating libraries/extensions/microsoft/clib/Makefile
config.status: creating kaffe/man/kaffe.1
config.status: creating kaffe/scripts/install-jar
config.status: creating kaffe/scripts/kaffe
config.status: creating kaffe/scripts/kaffexprof
config.status: creating kaffe/scripts/jar
config.status: creating kaffe/scripts/javah
config.status: creating kaffe/scripts/javap
config.status: creating kaffe/scripts/jdb
config.status: creating kaffe/scripts/javadoc
config.status: creating kaffe/scripts/appletviewer
config.status: creating kaffe/scripts/rmic
config.status: creating kaffe/scripts/rmiregistry
config.status: creating kaffe/scripts/serialver
config.status: creating kaffe/scripts/native2ascii
config.status: creating kaffe/scripts/compat/java
config.status: creating kaffe/scripts/compat/javac
config.status: creating po/Makefile.in
config.status: creating tools/Makefile
config.status: creating tools/gjdoc/javalib/version.properties
config.status: creating tools/gjdoc/Makefile
config.status: creating tools/gjdoc/javalib/Makefile
config.status: creating tools/javatools/Makefile
config.status: creating tools/javatools/javalib/Makefile
config.status: creating test/Makefile
config.status: creating test/internal/Makefile
config.status: creating test/regression/Makefile
config.status: creating test/regression/TestScript
config.status: creating test/regression/compile_time/Makefile
config.status: creating test/regression/compile_time/CompileScript
config.status: creating test/regression/compiler/Makefile
config.status: creating test/regression/compiler/CompileScript
config.status: creating test/regression/run_time/Makefile
config.status: creating test/regression/run_time/CompileScript
config.status: creating test/jni/Makefile
config.status: creating config/config.h
config.status: config/config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing include/config-int.h commands
config.status: creating include/config-int.h : _KAFFE_INCLUDE_CONFIG_INT_H
config.status: include/config-int.h is unchanged
configure: configuring in kaffe/kaffevm/boehm-gc/boehm
configure: running /bin/sh './configure' --prefix=/opt/local  '--prefix=/opt/local' '--disable-nls' '--disable-rpath' '--disable-debug' '--with-engine=intrp' '--mandir=/opt/local/share/man' 'CC=/usr/bin/gcc-4.0' --enable-ltdl-convenience 'CFLAGS=-O2 -fstrict-aliasing -funroll-loops -L/opt/local/lib -Wall -W -Wextra -fsigned-char -no-cpp-precomp ' --with-jikes=jikes --disable-core-jni --disable-examples --with-glibj-dir=/opt/local/jre/lib --with-native-libdir=/opt/local/jre/lib/powerpc --with-fastjar=/usr/bin/jar --with-vm-classes=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_kaffe/work/kaffe-1.1.7/libraries/javalib/vmspecific --cache-file=/dev/null --srcdir=.
checking build system type... powerpc-apple-darwin9.2.0
checking host system type... powerpc-apple-darwin9.2.0
checking target system type... powerpc-apple-darwin9.2.0
checking GC version numbers... major=6 minor=6 
checking for a BSD-compatible install... /usr/bin/install
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... /usr/bin/gcc-4.0
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 /usr/bin/gcc-4.0 accepts -g... yes
checking for /usr/bin/gcc-4.0 option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/bin/gcc-4.0... gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-4.0 accepts -g... yes
checking dependency style of /usr/bin/g++-4.0... gcc3
checking for ar... ar
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install
checking whether to enable maintainer-specific portions of Makefiles... no
checking for thread model used by GCC... posix
checking for xlc... no
checking whether to build shared libraries... yes
checking which machine-dependent code should be used... 
checking for ld used by GCC... /usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) is GNU ld... no
checking for /usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependant libraries... file_magic Mach-O dynamically linked shared library
checking command to parse /usr/bin/nm -p output... ok
checking how to run the C preprocessor... /usr/bin/cpp-4.0
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for objdir... .libs
checking for /usr/bin/gcc-4.0 option to produce PIC... -fno-common
checking if /usr/bin/gcc-4.0 PIC flag -fno-common works... yes
checking if /usr/bin/gcc-4.0 static flag -static works... no
checking if /usr/bin/gcc-4.0 supports -c -o file.o... yes
checking if /usr/bin/gcc-4.0 supports -c -o file.lo... no
checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions... no
checking whether the linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... unsupported
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... darwin9.2.0 dyld
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
checking sys/dg_sys_info.h usability... no
checking sys/dg_sys_info.h presence... no
checking for sys/dg_sys_info.h... no
checking whether Solaris gcc optimization fix is necessary... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating include/Makefile
config.status: executing depfiles commands
config.status: executing default commands
configure: configuring in libraries/javalib/external/classpath
configure: running /bin/sh './configure' --prefix=/opt/local  '--prefix=/opt/local' '--disable-nls' '--disable-rpath' '--disable-debug' '--with-engine=intrp' '--mandir=/opt/local/share/man' 'CC=/usr/bin/gcc-4.0' --enable-ltdl-convenience 'CFLAGS=-O2 -fstrict-aliasing -funroll-loops -L/opt/local/lib -Wall -W -Wextra -fsigned-char -no-cpp-precomp ' --with-jikes=jikes --disable-core-jni --disable-examples --with-glibj-dir=/opt/local/jre/lib --with-native-libdir=/opt/local/jre/lib/powerpc --with-fastjar=/usr/bin/jar --with-vm-classes=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_kaffe/work/kaffe-1.1.7/libraries/javalib/vmspecific --cache-file=/dev/null --srcdir=.
checking build system type... powerpc-apple-darwin9.2.0
checking host system type... powerpc-apple-darwin9.2.0
checking target system type... powerpc-apple-darwin9.2.0
checking for a BSD-compatible install... /usr/bin/install
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking for style of include used by make... GNU
checking for gcc... /usr/bin/gcc-4.0
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 /usr/bin/gcc-4.0 accepts -g... yes
checking for /usr/bin/gcc-4.0 option to accept ANSI C... none needed
checking dependency style of /usr/bin/gcc-4.0... gcc3
checking how to run the C preprocessor... /usr/bin/cpp-4.0
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 alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking dssi.h usability... no
checking dssi.h presence... no
checking for dssi.h... no
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-4.0 accepts -g... yes
checking dependency style of /usr/bin/g++-4.0... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by /usr/bin/gcc-4.0... /usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) is GNU ld... no
checking for /usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... /usr/bin/g++-4.0 -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.0 object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions... no
checking for /usr/bin/gcc-4.0 option to produce PIC... -fno-common
checking if /usr/bin/gcc-4.0 PIC flag -fno-common works... yes
checking if /usr/bin/gcc-4.0 static flag -static works... no
checking if /usr/bin/gcc-4.0 supports -c -o file.o... yes
checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin9.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by /usr/bin/g++-4.0... /usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) is GNU ld... no
checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) supports shared libraries... yes
checking for /usr/bin/g++-4.0 option to produce PIC... -fno-common
checking if /usr/bin/g++-4.0 PIC flag -fno-common works... yes
checking if /usr/bin/g++-4.0 static flag -static works... no
checking if /usr/bin/g++-4.0 supports -c -o file.o... yes
checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin9.2.0 dyld
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for gcc... (cached) /usr/bin/gcc-4.0
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/gcc-4.0 accepts -g... (cached) yes
checking for /usr/bin/gcc-4.0 option to accept ANSI C... (cached) none needed
checking dependency style of /usr/bin/gcc-4.0... (cached) gcc3
checking how to run the C preprocessor... /usr/bin/cpp-4.0
checking for ANSI C header files... (cached) yes
checking size of void *... 4
checking whether byte ordering is bigendian... yes
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/config.h usability... no
checking sys/config.h presence... no
checking for sys/config.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking asm/ioctls.h usability... no
checking asm/ioctls.h presence... no
checking for asm/ioctls.h... no
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/utime.h usability... no
checking sys/utime.h presence... no
checking for sys/utime.h... no
checking sys/filio.h usability... yes
checking sys/filio.h presence... yes
checking for sys/filio.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking crt_externs.h usability... yes
checking crt_externs.h presence... yes
checking for crt_externs.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for ftruncate... yes
checking for fsync... yes
checking for select... yes
checking for gethostname... yes
checking for socket... yes
checking for strerror... yes
checking for fork... yes
checking for pipe... yes
checking for execve... yes
checking for open... yes
checking for close... yes
checking for lseek... yes
checking for fstat... yes
checking for read... yes
checking for write... yes
checking for htonl... yes
checking for memset... yes
checking for htons... yes
checking for connect... yes
checking for getsockname... yes
checking for getpeername... yes
checking for bind... yes
checking for listen... yes
checking for accept... yes
checking for recvfrom... yes
checking for send... yes
checking for sendto... yes
checking for setsockopt... yes
checking for getsockopt... yes
checking for time... yes
checking for mktime... yes
checking for localtime_r... yes
checking for strerror_r... yes
checking for fcntl... yes
checking for mmap... yes
checking for munmap... yes
checking for mincore... yes
checking for msync... yes
checking for madvise... yes
checking for getpagesize... yes
checking for sysconf... yes
checking for isnan... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for tm_gmtoff in struct tm... yes
checking for an ANSI C-conforming const... yes
checking for __attribute__... yes
checking for ld used by GCC... /usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) is GNU ld... no
checking for shared library run path origin... /bin/sh: ./config.rpath: No such file or directory
done
checking for iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for X... libraries /usr/X11/lib, headers /usr/X11/include
checking for gethostbyname... yes
checking for connect... (cached) yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XTestQueryExtension in -lXtst... yes
checking for pkg-config... /opt/local/bin/pkg-config
checking for gtk+-2.0 >= 2.4 gthread-2.0 >= 2.2 gdk-pixbuf-2.0... yes
checking GTK_CFLAGS... -DXTHREADS -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11/include  
checking GTK_LIBS... -R/usr/X11/lib -Wl,-framework,CoreServices,-framework,ApplicationServices -L/opt/local/lib -L/usr/X11/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lSM -lICE -lfreetype -lz -lfontconfig -lexpat -lpng12 -lXrender -lX11 -lgthread-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv  
checking for freetype2... yes
checking FREETYPE2_CFLAGS... -I/opt/local/include/freetype2 -I/opt/local/include  
checking FREETYPE2_LIBS... -Wl,-framework,CoreServices,-framework,ApplicationServices -L/opt/local/lib -lfreetype -lz  
checking for pangoft2... yes
checking PANGOFT2_CFLAGS... -I/opt/local/include/pango-1.0 -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include  
checking PANGOFT2_LIBS... -Wl,-framework,CoreServices,-framework,ApplicationServices -L/opt/local/lib -lpangoft2-1.0 -lpango-1.0 -lfreetype -lz -lfontconfig -lexpat -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv  
checking for gcjh... no
checking for javah... /usr/bin/javah
checking jni_md.h support... configure: WARNING: no
checking for gcj... no
checking for jikes... no
checking for kJC... no
checking for gcjx... no
checking for ecj... no
configure: cannot find javac, try --with-gcj, --with-jikes, --with-kjc, --with-ecj, or --with-gcjx
configure: error: /bin/sh './configure' failed for libraries/javalib/external/classpath
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_kaffe/work/kaffe-1.1.7" && ./configure --prefix=/opt/local --disable-nls --disable-rpath --disable-debug --with-engine=intrp --mandir=/opt/local/share/man " returned error 1
Command output: checking how to link with libiconv... -liconv
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for X... libraries /usr/X11/lib, headers /usr/X11/include
checking for gethostbyname... yes
checking for connect... (cached) yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XTestQueryExtension in -lXtst... yes
checking for pkg-config... /opt/local/bin/pkg-config
checking for gtk+-2.0 >= 2.4 gthread-2.0 >= 2.2 gdk-pixbuf-2.0... yes
checking GTK_CFLAGS... -DXTHREADS -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11/include  
checking GTK_LIBS... -R/usr/X11/lib -Wl,-framework,CoreServices,-framework,ApplicationServices -L/opt/local/lib -L/usr/X11/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lSM -lICE -lfreetype -lz -lfontconfig -lexpat -lpng12 -lXrender -lX11 -lgthread-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv  
checking for freetype2... yes
checking FREETYPE2_CFLAGS... -I/opt/local/include/freetype2 -I/opt/local/include  
checking FREETYPE2_LIBS... -Wl,-framework,CoreServices,-framework,ApplicationServices -L/opt/local/lib -lfreetype -lz  
checking for pangoft2... yes
checking PANGOFT2_CFLAGS... -I/opt/local/include/pango-1.0 -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include  
checking PANGOFT2_LIBS... -Wl,-framework,CoreServices,-framework,ApplicationServices -L/opt/local/lib -lpangoft2-1.0 -lpango-1.0 -lfreetype -lz -lfontconfig -lexpat -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv  
checking for gcjh... no
checking for javah... /usr/bin/javah
checking jni_md.h support... configure: WARNING: no
checking for gcj... no
checking for jikes... no
checking for kJC... no
checking for gcjx... no
checking for ecj... no
configure: cannot find javac, try --with-gcj, --with-jikes, --with-kjc, --with-ecj, or --with-gcjx
configure: error: /bin/sh './configure' failed for libraries/javalib/external/classpath

Warning: the following items did not execute (for kaffe): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.archive org.macports.install
Error: Status 1 encountered during processing.

comment:2 Changed 16 years ago by ldeck

And who should be looking at this task? Why is there no maintainer?

comment:3 Changed 16 years ago by simon@…

Cc: simon@… added

Just some information for other users finding this bug report.

It looks like kaffe doesn't work on Mac OS X at the moment (http://kaffe.org/ports.shtml). To use any ports which have kaffe as dependency just install a working Java from the Mac OS X installation cd. As kaffe is only used as dependency if no java binary is installed this will work.

Simon

comment:4 Changed 15 years ago by blb@…

Milestone: Port Bugs

comment:5 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:6 Changed 14 years ago by jmroot (Joshua Root)

Keywords: Kaffe Leopard Server removed
Port: kaffe added

comment:7 Changed 14 years ago by jmroot (Joshua Root)

Summary: kaffe fails to build and install on Leopard Serverkaffe fails to build and install on Leopard Server, missing struct sigcontext definition

comment:14 Changed 11 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:15 Changed 7 years ago by kencu (Ken)

Resolution: wontfix
Status: newclosed

After all these years, I tried a number of things to see if I could build kaffe on 10.5 and was unable to do so. I don't believe anyone is too interested in this ancient ticket any longer. If there is interest in this, please re-open this ticket.

Note: See TracTickets for help on using tickets.