hg: bsd-port/bsd-port/jdk: . Add the missing define and endef lines for binary_file_verification on
Henri Gomez
henri.gomez at gmail.com
Wed Mar 9 12:20:15 PST 2011
Greg, you build OS/X version on SnowLeopard ?
32/64 bits kernel ?
What's your make params ?
Mine are :
env -i PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin \
LANG=C \
CC=gcc-4.0 \
CXX=g++-4.0 \
make \
ALT_DROPS_DIR=$DROP_DIR \
ALT_BOOTDIR=$BOOT_STRAP_VM \
ALT_JDK_IMPORT_PATH=$BOOT_STRAP_VM \
ALT_FREETYPE_HEADERS_PATH=/usr/X11R6/include \
ALT_FREETYPE_LIB_PATH=/usr/X11R6/lib \
ALT_CUPS_HEADERS_PATH=/usr/include \
ALLOW_DOWNLOADS=true \
ANT_HOME=/usr/share/ant \
NO_DOCS=true \
HOTSPOT_BUILD_JOBS=2 \
ARCH_DATA_MODEL=64 \
ALT_COMPILER_PATH=$ALT_COMPILER_PATH \
LD_LIBRARY_PATH=
ALT_COMPILER_PATH was /opt/local/share/java/openjdk6 (build 17.0-b16,
mixed mode)
2011/3/9 Greg Lewis <glewis at eyesbeyond.com>:
> On Wed, Mar 09, 2011 at 12:02:10PM -0500, Stephen Bannasch wrote:
>> I'm using soylatte16-i386-1.0.3 and have backed out all my changes and John Roses patches and am getting an abort trap after a
>> seemingly successful build:
>>
>> testing build: ./build/bsd-amd64/j2sdk-image/bin/java -version
>
> Interesting. I see this too now that I try it.
>
> I don't see it if I do this though:
>
> % ./build/bsd-amd64/bin/java -version
> openjdk version "1.7.0-internal"
> OpenJDK Runtime Environment (build
> 1.7.0-internal-greglew_2011_03_08_23_33-b00)
> OpenJDK 64-Bit Server VM (build 21.0-b03, mixed mode)
>
> Notionally this should do the same thing.
>
>> #
>> # A fatal error has been detected by the Java Runtime Environment:
>> #
>> # SIGSEGV (0xb) at pc=0x00000001020ea915, pid=10411, tid=4298117120
>> #
>> # JRE version: 7.0
>> # Java VM: OpenJDK 64-Bit Server VM (21.0-b03 mixed mode bsd-amd64 compressed oops)
>> # Problematic frame:
>> # C [libjvm.dylib+0x463915] JVM_ArrayCopy+0x105
>> #
>> # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting
>> Java again
>> #
>> # An error report file with more information is saved as:
>> # /Users/stephen/dev/java/src/bsd/hs_err_pid10411.log
>> #
>> # If you would like to submit a bug report, please visit:
>> # http://java.sun.com/webapps/bugreport/crash.jsp
>> #
>> Abort trap
>>
>> More details here: https://gist.github.com/b6e70c49bf1ad8ed5e20
>
> --
> Greg Lewis Email : glewis at eyesbeyond.com
> Eyes Beyond Web : http://www.eyesbeyond.com
> Information Technology FreeBSD : glewis at FreeBSD.org
>
More information about the bsd-port-dev
mailing list