[Swift-devel] compilation problems with the latest swift package

Wenjun Wu wwj at ci.uchicago.edu
Wed Feb 17 11:56:17 CST 2010


Hello,
  I tried to compiled the latest swift package from the swift svn and 
got some errors.
  The version info for the package is
 
svn info
Path: .
URL: https://svn.ci.uchicago.edu/svn/vdl2/trunk
Repository Root: https://svn.ci.uchicago.edu/svn/vdl2
Repository UUID: e2bb083e-7f23-0410-b3a8-8253ac9ef6d8
Revision: 3238
Node Kind: directory
Schedule: normal
Last Changed Author: wozniak
Last Changed Rev: 3237
Last Changed Date: 2010-02-12 15:32:49 -0500 (Fri, 12 Feb 2010)

 Could anyone give any suggestions for fixing the problem?
  Thanks,
Wenjun

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  compile:
     [echo] [provider-coaster]: COMPILE
    [javac] /root/swift/cog/mbuild.xml:228: warning: 'includeantruntime' 
was not set, defaulting to build.sysclasspath=last; set to false for 
repeatable builds
    [javac] Compiling 6 source files to 
/root/swift/cog/modules/provider-coaster/build
    [javac] 
/root/swift/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/file/coaster/handlers/providers/CoGResourceIOProvider.java:88: 
cannot find symbol
    [javac] symbol  : constructor 
IOException(java.lang.InterruptedException)
    [javac] location: class java.io.IOException
    [javac]                 throw new IOException(e);
    [javac]                       ^
    [javac] 
/root/swift/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/file/coaster/handlers/providers/CoGResourceIOProvider.java:132: 
cannot find symbol
    [javac] symbol  : constructor 
IOException(java.lang.InterruptedException)
    [javac] location: class java.io.IOException
    [javac]                 throw new IOException(e);
    [javac]                       ^
    [javac] 
/root/swift/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/file/coaster/handlers/providers/LocalCopyIOProvider.java:72: 
cannot find symbol
    [javac] symbol  : constructor IOException(java.net.URISyntaxException)
    [javac] location: class java.io.IOException
    [javac]                 throw new IOException(e);
    [javac]                       ^
    [javac] 
/root/swift/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/file/coaster/handlers/providers/LocalIOProvider.java:91: 
cannot find symbol
    [javac] symbol  : constructor 
IOException(java.lang.InterruptedException)
    [javac] location: class java.io.IOException
    [javac]                 throw new IOException(e);
    [javac]                       ^
    [javac] 
/root/swift/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/file/coaster/handlers/providers/LocalIOProvider.java:135: 
cannot find symbol
    [javac] symbol  : constructor 
IOException(java.lang.InterruptedException)
    [javac] location: class java.io.IOException
    [javac]                 throw new IOException(e);
    [javac]                       ^
    [javac] 
/root/swift/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/file/coaster/handlers/providers/ProxyIOProvider.java:84: 
cannot find symbol
    [javac] symbol  : constructor IOException(java.lang.Exception)
    [javac] location: class java.io.IOException
    [javac]                 throw new IOException(e);
    [javac]                       ^
    [javac] 
/root/swift/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/file/coaster/handlers/providers/ProxyIOProvider.java:205: 
cannot find symbol
    [javac] symbol  : constructor 
IOException(java.lang.String,org.globus.cog.karajan.workflow.service.channels.ChannelException)
    [javac] location: class java.io.IOException
    [javac]                 throw new IOException("Cannot establish 
channel to " + uri.getHost(), e);
    [javac]                       ^
    [javac] 
/root/swift/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/file/coaster/handlers/providers/ProxyIOProvider.java:221: 
cannot find symbol
    [javac] symbol  : constructor 
IOException(java.lang.String,org.globus.cog.karajan.workflow.service.ProtocolException)
    [javac] location: class java.io.IOException
    [javac]                 throw new IOException("Error requesting file 
from " + channel, e);
    [javac]                       ^
    [javac] 8 errors

BUILD FAILED
/root/swift/cog/modules/swift/build.xml:73: The following error occurred 
while executing this line:
/root/swift/cog/mbuild.xml:444: The following error occurred while 
executing this line:
/root/swift/cog/mbuild.xml:79: The following error occurred while 
executing this line:
/root/swift/cog/mbuild.xml:52: The following error occurred while 
executing this line:
/root/swift/cog/modules/swift/dependencies.xml:13: The following error 
occurred while executing this line:
/root/swift/cog/mbuild.xml:163: The following error occurred while 
executing this line:
/root/swift/cog/mbuild.xml:168: The following error occurred while 
executing this line:
/root/swift/cog/modules/provider-coaster/build.xml:59: The following 
error occurred while executing this line:
/root/swift/cog/mbuild.xml:465: The following error occurred while 
executing this line:
/root/swift/cog/mbuild.xml:228: Compile failed; see the compiler error 
output for details.

Total time: 16 seconds




More information about the Swift-devel mailing list