pkgsrc-Bugs archive

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

Re: pkg/51221 (Build error with OpenJDK8 and i386)



The following reply was made to PR pkg/51221; it has been noted by GNATS.

From: Richard PALO <richard%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/51221 (Build error with OpenJDK8 and i386)
Date: Tue, 09 Aug 2016 13:51:10 +0200

 Le 09/08/16 13:45, Richard PALO a écrit :
 
 >  so naturally, when configure runs, which invokes common/autoconf/generated-configure.sh,
 >  around line 11426 fails, simulated easily as:
 >  > nb32$ export BOOT_JDK=/tmp/pkgsrc/lang/openjdk8/work/bootstrap
 >  > nb32$ BOOT_JDK_VERSION=`"$BOOT_JDK/bin/java" -version 2>&1 | head -n 1`
 >  > nb32$ echo $BOOT_JDK_VERSION
 >  > /tmp/pkgsrc/lang/openjdk8/work/bootstrap/jre/lib/i386/server/libjvm.so: text relocations
 >  
 > 
 
 looks like simply changing 'head  -n 1' to 'head -n 2' gets me get configured okay.
 build in progress.
 
 -- 
 Richard PALO
 


Home | Main Index | Thread Index | Old Index