[Swift-devel] error building swift trunk on bluegene

Mihael Hategan hategan at mcs.anl.gov
Tue Sep 2 17:11:27 CDT 2014


Unless we have different definitions of "latest trunk", I don't think
that's possible.

See
https://github.com/swift-lang/swift-k/blob/master/cogkit/modules/util/src/org/globus/cog/util/concurrent/FileLock.java

Line 91 is this:
---------------
91:        }
---------------

Mihael

On Tue, 2014-09-02 at 15:01 -0500, Ketan Maheshwari wrote:
> The error seems to be persisting on bluegene with the latest trunk.
> 
> 
> On Sat, Aug 23, 2014 at 5:02 PM, Mihael Hategan <hategan at mcs.anl.gov> wrote:
> 
> > That particular issue should now be fixed in trunk.  I'm able to build
> > swift with the ibm libraries (although within eclipse, so please give
> > this a shot in a real environment).
> >
> > Mihael
> >
> > On Fri, 2014-08-22 at 13:44 -0500, Ketan Maheshwari wrote:
> > > PS. The current java is from IBM:
> > >
> > > $ java -version
> > > java version "1.6.0"
> > > Java(TM) SE Runtime Environment (build pxp6460sr15-20131017_01(SR15))
> > > IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux ppc64-64
> > > jvmxp6460sr15-20131016_170922 (JIT enabled, AOT enabled)
> > > J9VM - 20131016_170922
> > > JIT  - r9_20130920_46510ifx2
> > > GC   - GA24_Java6_SR15_20131016_1337_B170922)
> > > JCL  - 20131015_01
> > >
> > >
> > > On Fri, Aug 22, 2014 at 1:41 PM, Ketan Maheshwari <ketan at mcs.anl.gov>
> > wrote:
> > >
> > > > Hi,
> > > >
> > > > I am getting this error trying to build Swift trunk on BG Vesta:
> > > >
> > > > compile:
> > > >      [echo] [util]: COMPILE
> > > >     [mkdir] Created dir:
> > > > /gpfs/vesta-home/ketan/swift-devel/cog/modules/util/build
> > > >     [javac] Compiling 56 source files to
> > > > /gpfs/vesta-home/ketan/swift-devel/cog/modules/util/build
> > > >     [javac]
> > > >
> > /gpfs/vesta-home/ketan/swift-devel/cog/modules/util/src/org/globus/cog/util/concurrent/FileLock.java:91:
> > > > cannot find symbol
> > > >     [javac] symbol  : class VMManagement
> > > >     [javac] location: package sun.management
> > > >     [javac]         sun.management.VMManagement mgmt =
> > > > (sun.management.VMManagement) jvm.get(runtime);
> > > >     [javac]                       ^
> > > >     [javac]
> > > >
> > /gpfs/vesta-home/ketan/swift-devel/cog/modules/util/src/org/globus/cog/util/concurrent/FileLock.java:91:
> > > > cannot find symbol
> > > >     [javac] symbol  : class VMManagement
> > > >     [javac] location: package sun.management
> > > >     [javac]         sun.management.VMManagement mgmt =
> > > > (sun.management.VMManagement) jvm.get(runtime);
> > > >     [javac]                                                           ^
> > > >     [javac] Note: Some input files use or override a deprecated API.
> > > >     [javac] Note: Recompile with -Xlint:deprecation for details.
> > > >     [javac] Note: Some input files use unchecked or unsafe operations.
> > > >     [javac] Note: Recompile with -Xlint:unchecked for details.
> > > >     [javac] 2 errors
> > > >
> > > > Doe this means I need sun java on Vesta? Does anyone know if Sun java
> > is
> > > > available for PPC64 architecture?
> > > >
> > > > Thanks,
> > > > Ketan
> > > >
> > > _______________________________________________
> > > Swift-devel mailing list
> > > Swift-devel at ci.uchicago.edu
> > > https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel
> >
> >
> > _______________________________________________
> > Swift-devel mailing list
> > Swift-devel at ci.uchicago.edu
> > https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel
> >





More information about the Swift-devel mailing list