Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

build problem #4

@stefanhusmann

Description

@stefanhusmann

kaffe does not compile under Parabola Gnu/Linux.

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
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... 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 style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking CFLAGS for maximum warnings... -Wall
checking CFLAGS for gcc -W... -W
checking CFLAGS for gcc -Wextra... -Wextra
checking KAFFE_CCASFLAGS for gcc -mregnames... no, unknown
checking CFLAGS for gcc -fno-strict-aliasing... -fno-strict-aliasing
checking CFLAGS for gcc -fno-omit-frame-pointer... -fno-omit-frame-pointer
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 for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking dependency style of gcc -std=gnu99... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
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
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking ltdl.h usability... yes
checking ltdl.h presence... yes
checking for ltdl.h... yes
checking for library containing lt_dlinterface_register... -lltdl
checking which extension is used for runtime loadable modules... .so
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for LC_MESSAGES... yes
checking for _ prefix in compiled symbols... no
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... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc -std=gnu99
checking for pthread_getattr_np... yes
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... ok
checking where Java core library is installed... /usr/lib/classpath
checking where Java core library classes are installed... /usr/share/classpath/glibj.zip
checking where Java core library classes are installed on the target... /usr/share/classpath/glibj.zip
checking where Java core library native libraries are installed... /usr/lib/classpath/lib
checking where Java core library headers are installed... /usr/lib/classpath/include
checking if class library exists and is readable at /usr/share/classpath/glibj.zip... yes
checking for jikes... no
checking for ecj... no
checking for javac... javac
checking if javac works... yes
checking for gjdoc... no
checking for javadoc... /usr/bin/javadoc
checking for javap-cp... no
checking for javap... /usr/bin/javap
checking whether make sets $(MAKE)... (cached) yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking for mktemp... mktemp
checking for jasmin... no
checking for gawk... (cached) gawk
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking size of void *... 8
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 gcc -std=gnu99 needs -traditional... no
checking for _mwvalidcheckl in -lmw... no
checking for sin in -lm... yes
checking for ANSI C header files... (cached) yes
checking for stdarg.h... yes
checking for alloca.h... yes
checking for bsd/libc.h... no
checking for dlfcn.h... (cached) yes
checking for fcntl.h... yes
checking for features.h... yes
checking for gmp.h... yes
checking for gc/gc.h... yes
checking for jpeglib.h... yes
checking for kernel/OS.h... no
checking for limits.h... yes
checking for mach/mach.h... no
checking for mach-o/rld.h... no
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for mips/cachectl.h... no
checking for png.h... yes
checking for poll.h... yes
checking for pthread.h... yes
checking for pwd.h... yes
checking for sgidefs.h... no
checking for sigcontext.h... no
checking for signal.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/cachectl.h... no
checking for sys/filio.h... no
checking for sys/ioctl.h... yes
checking for sys/mman.h... yes
checking for sys/param.h... yes
checking for sys/poll.h... yes
checking for sys/select.h... yes
checking for sys/signal.h... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/sysinfo.h... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking for sys/utsname.h... yes
checking for sys/ucontext.h... yes
checking for unistd.h... (cached) yes
checking for wintypes.h... no
checking for asm/sigcontext.h... yes
checking for asm/ppc_asm.h... no
checking for asm/cachectl.h... no
checking for ia64intrin.h... no
checking for sys/resource.h... yes
checking for valgrind/memcheck.h... no
checking for sched.h... yes
checking for sys/sysctl.h... yes
checking for asm/signal.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 for mprotect... yes
checking for getpagesize... yes
checking for memcpy... yes
checking for memmove... yes
checking for getcwd... 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 get_nprocs_conf... yes
checking for pthread_attr_setschedpolicy... yes
checking for pthread_yield... yes
checking for sched_yield... yes
checking for strerror... 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... yes
checking for mallopt... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for sigaltstack... yes
checking for atexit... yes
checking for on_exit... yes
checking for vsnprintf... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking value of GLIBC by analyzing object code... 2
checking value of GLIBC_MINOR by analyzing object code... 16
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 byte ordering is bigendian... no
checking whether byte ordering is bigendian... (cached) no
checking whether char is unsigned... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
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 working memcmp... yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for sched_get_priority_max... yes
checking for sched_get_priority_min... yes
checking for fmod... yes
checking for fmodf... yes
checking for floor... yes
checking for ceil... yes
checking for strtouq... yes
checking for strtoull... yes
checking for isnan... yes
checking for isinf... yes
checking if va_list is an array... yes
checking for va_copy... yes
checking for __va_copy... yes
checking for declaration of swab... no
checking for type of second parameter of scalb being int... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ZZIP... yes
checking for GLIB... yes
checking if malloc debugging is wanted... no
checking for fastjar... no
checking for gjar-4.2... no
checking for gjar-4.1... no
checking for gjar... no
checking for jar... /usr/bin/jar
checking how to run the C preprocessor... gcc -std=gnu99 -E
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 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/kaffe-gc/Makefile
config.status: creating kaffe/kaffevm/boehm-gc/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/zlib-zip/Makefile
config.status: creating libraries/javalib/vmspecific/Makefile
config.status: creating libraries/clib/Makefile
config.status: creating libraries/clib/zip/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/javah
config.status: creating kaffe/scripts/jdb
config.status: creating kaffe/scripts/compat/java
config.status: creating kaffe/scripts/compat/javac
config.status: creating po/Makefile.in
config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting
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/compiler/Makefile
config.status: creating test/regression/run_time/Makefile
config.status: creating test/jni/Makefile
config.status: creating config/config.h
config.status: linking config/x86_64/linux/md.h to config/md.h
config.status: linking config/x86_64/linux/md.c to kaffe/kaffevm/md.c
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
Making all in replace
make[1]: Entering directory /home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/replace' /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../include -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/intrp -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/systems/unix-pthreads -I../replace -I../config -I../include -DKAFFE_VMDEBUG -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -fno-strict-aliasing -fno-omit-frame-pointer -pthread -MT semaphores.lo -MD -MP -MF .deps/semaphores.Tpo -c -o semaphores.lo semaphores.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../include -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/intrp -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/systems/unix-pthreads -I../replace -I../config -I../include -DKAFFE_VMDEBUG -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -fno-strict-aliasing -fno-omit-frame-pointer -pthread -MT semaphores.lo -MD -MP -MF .deps/semaphores.Tpo -c semaphores.c -fPIC -DPIC -o .libs/semaphores.o mv -f .deps/semaphores.Tpo .deps/semaphores.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -fno-strict-aliasing -fno-omit-frame-pointer -pthread -no-undefined -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libreplace.la semaphores.lo -lltdl libtool: link: ar cru .libs/libreplace.a .libs/semaphores.o libtool: link: ranlib .libs/libreplace.a libtool: link: ( cd ".libs" && rm -f "libreplace.la" && ln -s "../libreplace.la" "libreplace.la" ) make[1]: Leaving directory/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/replace'
Making all in libraries/javalib
make[1]: Entering directory /home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/libraries/javalib' Making all in vmspecific make[2]: Entering directory/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/libraries/javalib/vmspecific'
CLASSPATH=.:./.:$CLASSPATH javac -d . -bootclasspath /usr/share/classpath/glibj.zip:.:. gnu/classpath/VMStackWalker.java gnu/classpath/VMSystemProperties.java java/lang/Runtime.java java/lang/VMRuntime.java java/lang/VMString.java java/lang/VMSystem.java java/lang/VMThread.java java/lang/VMThrowable.java java/lang/ref/Reference.java java/lang/reflect/Constructor.java java/lang/reflect/Field.java java/lang/reflect/Method.java java/security/VMAccessController.java java/security/VMSecureRandom.java org/kaffe/jar/ExecJar.java org/kaffe/jar/ExecJarName.java org/kaffe/security/LameRandomness.java org/kaffe/security/Randomness.java org/kaffe/security/UnixRandomness.java org/kaffe/util/NotImplemented.java org/kaffe/util/Ptr.java org/kaffe/util/SupportDisabled.java
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
echo timestamp > classdist_vminterface.stamp
rm -f kaffe-vminterface.jar
/usr/bin/jar cf kaffe-vminterface.jar find . -name "*.class"
make[2]: Leaving directory /home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/libraries/javalib/vmspecific' make[2]: Entering directory/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/libraries/javalib'
make[2]: Nothing to be done for all-am'. make[2]: Leaving directory/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/libraries/javalib'
make[1]: Leaving directory /home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/libraries/javalib' Making all in config make[1]: Entering directory/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/config'
make all-am
make[2]: Entering directory /home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/config' make[2]: Nothing to be done forall-am'.
make[2]: Leaving directory /home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/config' make[1]: Leaving directory/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/config'
Making all in kaffe/kaffeh
make[1]: Entering directory /home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/kaffe/kaffeh' gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../config -I../kaffevm -I./../kaffevm -DKAFFEH -I../../include -I../../config -I../../kaffe/kaffevm/jni -I../../config/x86_64 -I../../config/x86_64/linux -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/intrp -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/systems/unix-pthreads -I../../replace -I../../config -I../../include -DKAFFE_VMDEBUG -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -fno-strict-aliasing -fno-omit-frame-pointer -pthread -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c mv -f .deps/main.Tpo .deps/main.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../config -I../kaffevm -I./../kaffevm -DKAFFEH -I../../include -I../../config -I../../kaffe/kaffevm/jni -I../../config/x86_64 -I../../config/x86_64/linux -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/intrp -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/systems/unix-pthreads -I../../replace -I../../config -I../../include -DKAFFE_VMDEBUG -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -fno-strict-aliasing -fno-omit-frame-pointer -pthread -MT mem.o -MD -MP -MF .deps/mem.Tpo -c -o mem.o mem.c mv -f .deps/mem.Tpo .deps/mem.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../config -I../kaffevm -I./../kaffevm -DKAFFEH -I../../include -I../../config -I../../kaffe/kaffevm/jni -I../../config/x86_64 -I../../config/x86_64/linux -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/intrp -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/systems/unix-pthreads -I../../replace -I../../config -I../../include -DKAFFE_VMDEBUG -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -fno-strict-aliasing -fno-omit-frame-pointer -pthread -MT sigs.o -MD -MP -MF .deps/sigs.Tpo -c -o sigs.o sigs.c mv -f .deps/sigs.Tpo .deps/sigs.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../config -I../kaffevm -I./../kaffevm -DKAFFEH -I../../include -I../../config -I../../kaffe/kaffevm/jni -I../../config/x86_64 -I../../config/x86_64/linux -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/intrp -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/systems/unix-pthreads -I../../replace -I../../config -I../../include -DKAFFE_VMDEBUG -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -fno-strict-aliasing -fno-omit-frame-pointer -pthread -MT support.o -MD -MP -MF .deps/support.Tpo -c -o support.o support.c mv -f .deps/support.Tpo .deps/support.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../config -I../kaffevm -I./../kaffevm -DKAFFEH -I../../include -I../../config -I../../kaffe/kaffevm/jni -I../../config/x86_64 -I../../config/x86_64/linux -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/intrp -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/systems/unix-pthreads -I../../replace -I../../config -I../../include -DKAFFE_VMDEBUG -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -fno-strict-aliasing -fno-omit-frame-pointer -pthread -MT constants.o -MD -MP -MF .deps/constants.Tpo -c -o constants.otest -f '../../kaffe/kaffevm/constants.c' || echo './'../../kaffe/kaffevm/constants.c mv -f .deps/constants.Tpo .deps/constants.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../config -I../kaffevm -I./../kaffevm -DKAFFEH -I../../include -I../../config -I../../kaffe/kaffevm/jni -I../../config/x86_64 -I../../config/x86_64/linux -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/intrp -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/systems/unix-pthreads -I../../replace -I../../config -I../../include -DKAFFE_VMDEBUG -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -fno-strict-aliasing -fno-omit-frame-pointer -pthread -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.otest -f '../../kaffe/kaffevm/debug.c' || echo './'../../kaffe/kaffevm/debug.c mv -f .deps/debug.Tpo .deps/debug.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../config -I../kaffevm -I./../kaffevm -DKAFFEH -I../../include -I../../config -I../../kaffe/kaffevm/jni -I../../config/x86_64 -I../../config/x86_64/linux -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/intrp -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/systems/unix-pthreads -I../../replace -I../../config -I../../include -DKAFFE_VMDEBUG -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -fno-strict-aliasing -fno-omit-frame-pointer -pthread -MT file.o -MD -MP -MF .deps/file.Tpo -c -o file.otest -f '../../kaffe/kaffevm/file.c' || echo './'../../kaffe/kaffevm/file.c mv -f .deps/file.Tpo .deps/file.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../config -I../kaffevm -I./../kaffevm -DKAFFEH -I../../include -I../../config -I../../kaffe/kaffevm/jni -I../../config/x86_64 -I../../config/x86_64/linux -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/intrp -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/systems/unix-pthreads -I../../replace -I../../config -I../../include -DKAFFE_VMDEBUG -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -fno-strict-aliasing -fno-omit-frame-pointer -pthread -MT jar.o -MD -MP -MF .deps/jar.Tpo -c -o jar.otest -f '../../kaffe/kaffevm/jar.c' || echo './'../../kaffe/kaffevm/jar.c mv -f .deps/jar.Tpo .deps/jar.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../config -I../kaffevm -I./../kaffevm -DKAFFEH -I../../include -I../../config -I../../kaffe/kaffevm/jni -I../../config/x86_64 -I../../config/x86_64/linux -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/intrp -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/systems/unix-pthreads -I../../replace -I../../config -I../../include -DKAFFE_VMDEBUG -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -fno-strict-aliasing -fno-omit-frame-pointer -pthread -MT readClass.o -MD -MP -MF .deps/readClass.Tpo -c -o readClass.otest -f '../../kaffe/kaffevm/readClass.c' || echo './'../../kaffe/kaffevm/readClass.c mv -f .deps/readClass.Tpo .deps/readClass.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../config -I../kaffevm -I./../kaffevm -DKAFFEH -I../../include -I../../config -I../../kaffe/kaffevm/jni -I../../config/x86_64 -I../../config/x86_64/linux -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/intrp -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/systems/unix-pthreads -I../../replace -I../../config -I../../include -DKAFFE_VMDEBUG -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -fno-strict-aliasing -fno-omit-frame-pointer -pthread -MT utf8const.o -MD -MP -MF .deps/utf8const.Tpo -c -o utf8const.otest -f '../../kaffe/kaffevm/utf8const.c' || echo './'../../kaffe/kaffevm/utf8const.c ../../kaffe/kaffevm/utf8const.c: In function 'utf8ConstInit': ../../kaffe/kaffevm/utf8const.c:372:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ../../kaffe/kaffevm/utf8const.c:372:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] mv -f .deps/utf8const.Tpo .deps/utf8const.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -fno-strict-aliasing -fno-omit-frame-pointer -pthread -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o kaffeh main.o mem.o sigs.o support.o constants.o debug.o file.o jar.o readClass.o utf8const.o -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -lzzip -lz -lltdl libtool: link: gcc -std=gnu99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -fno-strict-aliasing -fno-omit-frame-pointer -pthread -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,--hash-style=gnu -o kaffeh main.o mem.o sigs.o support.o constants.o debug.o file.o jar.o readClass.o utf8const.o -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,--hash-style=gnu -lzzip -lz -lltdl -pthread make[1]: Leaving directory/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/kaffe/kaffeh'
Making all in include
make[1]: Entering directory /home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/include' ../kaffe/kaffeh/kaffeh -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_lang_Object.h java/lang/Object ../kaffe/kaffeh/kaffeh -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_lang_VMObject.h java/lang/VMObject ../kaffe/kaffeh/kaffeh -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_lang_VMClass.h java/lang/VMClass ../kaffe/kaffeh/kaffeh -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_lang_VMRuntime.h java/lang/VMRuntime kaffeh: java.lang.UnsupportedClassVersionError: 51.0 ../kaffe/kaffeh/kaffeh -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_lang_VMClassLoader.h java/lang/VMClassLoader ../kaffe/kaffeh/kaffeh -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_lang_String.h java/lang/String ../kaffe/kaffeh/kaffeh -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_lang_StackTraceElement.h java/lang/StackTraceElement ../kaffe/kaffeh/kaffeh -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_lang_Thread.h java/lang/Thread ../kaffe/kaffeh/kaffeh -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_lang_ThreadGroup.h java/lang/ThreadGroup ../kaffe/kaffeh/kaffeh -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_lang_VMThread.h java/lang/VMThread kaffeh: java.lang.UnsupportedClassVersionError: 51.0 ../kaffe/kaffeh/kaffeh -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_lang_Throwable.h java/lang/Throwable ../kaffe/kaffeh/kaffeh -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_lang_VMThrowable.h java/lang/VMThrowable kaffeh: java.lang.UnsupportedClassVersionError: 51.0 ../kaffe/kaffeh/kaffeh -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_lang_ClassLoader.h java/lang/ClassLoader ../kaffe/kaffeh/kaffeh -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_lang_Cloneable.h java/lang/Cloneable ../kaffe/kaffeh/kaffeh -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_lang_reflect_Constructor.h java/lang/reflect/Constructor kaffeh: java.lang.UnsupportedClassVersionError: 51.0 ../kaffe/kaffeh/kaffeh -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_lang_reflect_Field.h java/lang/reflect/Field kaffeh: java.lang.UnsupportedClassVersionError: 51.0 ../kaffe/kaffeh/kaffeh -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_lang_reflect_Method.h java/lang/reflect/Method kaffeh: java.lang.UnsupportedClassVersionError: 51.0 ../kaffe/kaffeh/kaffeh -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_security_VMAccessController.h java/security/VMAccessController kaffeh: java.lang.UnsupportedClassVersionError: 51.0 ../kaffe/kaffeh/kaffeh -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_util_Vector.h java/util/Vector ../kaffe/kaffeh/kaffeh -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o gnu_classpath_VMStackWalker.h gnu/classpath/VMStackWalker kaffeh: java.lang.UnsupportedClassVersionError: 51.0 ../kaffe/kaffeh/kaffeh -jni -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o sun_misc_Unsafe.h sun/misc/Unsafe ../kaffe/kaffeh/kaffeh -jni -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_math_BigInteger.h java/math/BigInteger ../kaffe/kaffeh/kaffeh -jni -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_lang_VMProcess.h java/lang/VMProcess ../kaffe/kaffeh/kaffeh -jni -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_lang_ref_Reference.h java/lang/ref/Reference kaffeh: java.lang.UnsupportedClassVersionError: 51.0 ../kaffe/kaffeh/kaffeh -jni -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o gnu_classpath_VMSystemProperties.h gnu/classpath/VMSystemProperties kaffeh: java.lang.UnsupportedClassVersionError: 51.0 ../kaffe/kaffeh/kaffeh -jni -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o gnu_java_nio_SelectorImpl.h gnu/java/nio/SelectorImpl ../kaffe/kaffeh/kaffeh -jni -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_lang_VMSystem.h java/lang/VMSystem kaffeh: java.lang.UnsupportedClassVersionError: 51.0 ../kaffe/kaffeh/kaffeh -jni -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_nio_VMDirectByteBuffer.h java/nio/VMDirectByteBuffer ../kaffe/kaffeh/kaffeh -jni -bootclasspath ../libraries/javalib/vmspecific/kaffe-vminterface.jar:../libraries/javalib/zlib-zip/kaffe-zlib.jar:../libraries/javalib/gmp-math/gmpjavamath.jar:/usr/share/classpath/glibj.zip -o java_nio_MappedByteBufferImpl.h java/nio/MappedByteBufferImpl make[1]: Leaving directory/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/include'
Making all in kaffe/kaffevm
make[1]: Entering directory /home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/kaffe/kaffevm' Making all in intrp make[2]: Entering directory/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/kaffe/kaffevm/intrp'
/bin/sh ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../config -I../../../kaffe/kaffevm/systems/unix-pthreads -I../../../kaffe/kaffevm/jni -I.. -I./.. -DINTERPRETER -I../../../include -I../../../config/x86_64 -I../../../config/x86_64/linux -DDIRECT_THREADING -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/intrp -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -DKAFFE_VMDEBUG -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -fno-strict-aliasing -fno-omit-frame-pointer -pthread -MT machine.lo -MD -MP -MF .deps/machine.Tpo -c -o machine.lo machine.c
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../config -I../../../kaffe/kaffevm/systems/unix-pthreads -I../../../kaffe/kaffevm/jni -I.. -I./.. -DINTERPRETER -I../../../include -I../../../config/x86_64 -I../../../config/x86_64/linux -DDIRECT_THREADING -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/intrp -I/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -DKAFFE_VMDEBUG -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -fno-strict-aliasing -fno-omit-frame-pointer -pthread -MT machine.lo -MD -MP -MF .deps/machine.Tpo -c machine.c -fPIC -DPIC -o .libs/machine.o
In file included from machine.c:50:0:
../thread.h:33:6: error: field 'initThreads' declared as a function
../thread.h:34:9: error: field 'initNativeThreads' declared as a function
../thread.h:35:6: error: field 'yieldThread' declared as a function
../thread.h:36:6: error: field 'exitThread' declared as a function
../thread.h:37:24: error: unknown type name 'Hjava_lang_VMThread'
../thread.h:38:18: error: unknown type name 'Hjava_lang_VMThread'
../thread.h:39:17: error: unknown type name 'Hjava_lang_VMThread'
../thread.h:40:22: error: unknown type name 'Hjava_lang_VMThread'
../thread.h:41:21: error: unknown type name 'Hjava_lang_VMThread'
../thread.h:42:18: error: unknown type name 'Hjava_lang_VMThread'
../thread.h:43:7: error: field 'nameNativeThread' declared as a function
../thread.h:44:6: error: field 'KaffeVM_unlinkNativeAndJavaThread' declared as a function
../thread.h:48:20: error: field 'getCurrentThread' declared as a function
../thread.h:49:1: error: unknown type name 'Hjava_lang_VMThread'
../thread.h:49:22: error: field 'getCurrentVMThread' declared as a function
../thread.h:50:20: error: field 'createDaemon' declared as a function
../thread.h:52:6: error: field 'KaffeVM_attachFakedThreadInstance' declared as a function
../thread.h:54:1: error: expected specifier-qualifier-list before 'extern'
make[2]: *** [machine.lo] Error 1
make[2]: Leaving directory /home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/kaffe/kaffevm/intrp' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory/home/haawda/paketierung/maintained_by_me/kaffe-git/src/build/kaffe/kaffevm'
make: *** [all-recursive] Error 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions