atom feed3 messages in net.java.openjdk.bsd-port-devweirdo compile error
FromSent OnAttachments
David HerronMar 4, 2009 7:01 pm 
Greg LewisMar 8, 2009 9:11 pm 
David HerronMar 9, 2009 9:20 am 
Subject:weirdo compile error
From:David Herron (dav@davidherron.com)
Date:Mar 4, 2009 7:01:38 pm
List:net.java.openjdk.bsd-port-dev

Anybody else seeing the following?

david-herrons-mac-mini:bsd-port-copy david$ uname -a Darwin david-herrons-mac-mini.local 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386 david-herrons-mac-mini:bsd-port-copy david$ gcc --version i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiling /Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/c1/c1_Runtime1.cpp rm -f c1_Runtime1.o g++ -D_ALLBSD_SOURCE -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/asm -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/c1 -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/ci -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/classfile -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/code -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/compiler -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/gc_implementation -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/gc_implementation/g1 -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/gc_implementation/parNew -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/gc_implementation/shared -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/gc_interface -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/interpreter -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/libadt -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/memory -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/oops -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/opto -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/prims -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/runtime -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/services -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/utilities -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/cpu/x86/vm -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/os/bsd/vm -I/Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/os_cpu/bsd_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b10\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"david\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.7.0-internal-david_2009_03_04_14_43-b00\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -pthread -fcheck-new -m32 -march=i586 -mstackrealign -pipe -O3 -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wconversion -Wsign-compare -c -o c1_Runtime1.o /Volumes/LaCie/openjdk/bsd-port-copy/hotspot/src/share/vm/c1/c1_Runtime1.cpp

{standard input}:731:junk `f' after expression {standard input}:731:junk `f' after expression {standard input}:731:junk `f' after expression {standard input}:731:junk `f' after expression {standard input}:731:junk `f' after expression {standard input}:731:Spurious digit 1. {standard input}:731:Rest of line ignored. 1st junk character valued 48 (0). {standard input}:731:junk `f' after expression {standard input}:731:Spurious digit 1. {standard input}:731:Rest of line ignored. 1st junk character valued 49 (1). {standard input}:731:Spurious digit 1. {standard input}:731:Rest of line ignored. 1st junk character valued 50 (2). {standard input}:731:Spurious digit 1. {standard input}:731:Rest of line ignored. 1st junk character valued 51 (3). make[6]: *** [c1_Runtime1.o] Error 1 make[5]: *** [the_vm] Error 2 make[4]: *** [product] Error 2 make[3]: *** [generic_build2] Error 2 make[2]: *** [product] Error 2 make[1]: *** [hotspot-build] Error 2 make: *** [build_product_image] Error 2