Hi Josh,
  Thanks for the quick reply! I actually was using 2.1.0, but when I
tried to install 2.1.1 via source (which I need for the MPI backend),
I'm not able to install it. If I try installing it or 2.1.0 via source,
I get the same error message:

I run this:

    unzip x10-2.1.1-src.zip
    cd x10.dist
    ant dist -DX10RT_MPI=true

And it yields:

     [exec] (test -n " bin/launcher bin/manager bin/daemon" && cp -f
bin/launcher bin/manager bin/daemon
"/usr/local/x10.runtime/x10rt/../.."/x10.dist/bin) || true

check-bdwgc:

download-bdwgc:
      [cvs] cvs [checkout aborted]: connect to
bdwgc.cvs.sourceforge.net(216.34.181.109):2401 failed: Connection
refused

BUILD FAILED
/usr/local/x10.dist/build.xml:300: The following error occurred while
executing this line:
/usr/local/x10.runtime/build.xml:489: cvs exited with error code 1
Command line was [Executing 'cvs' with arguments:
'-d:pserver:anonym...@bdwgc.cvs.sourceforge.net:/cvsroot/bdwgc'
'checkout'
'-rgc7_1'
'bdwgc'

The ' characters around the executable and arguments are
not part of the command.
]

Total time: 1 minute 59 seconds


Have you seen this particular message before? It seems as though there's
a particular host that the build process relies on that isn't there, but
any help would be much appreciated.

Thanks,

On Tue, 2011-02-01 at 20:03 +1100, Josh Milthorpe wrote:
> Hi Chris,
> 
> are you sure you're using X10 2.1.1 or later?  ( x10c -version )
> 
> I can only replicate this error with X10 2.1.0.  With X10 2.1.1 your 
> code snippet works fine for me.
> 
> Cheers,
> 
> Josh
> 
> On 01/02/11 18:24, Chris Bunch wrote:
> > Hi all,
> >    I'm trying to make use of System's sleep method but for some reason
> > I'm unable to. My code is the following:
> >
> > System.sleep(10l);
> >
> > but unfortunately it produces this error message:
> >
> > /mirrornfs/Ring.x10:28: No valid method call found for call in given
> > type.
> >              Call: sleep(x10.lang.Long{self==10L})
> >              Type: x10.lang.System
> >
> > I've tried making a Long via Long.parse("10") as well, but to no avail.
> > I think the solution is fairly simple, but I just can't grasp what it is
> > from this error message. From the docs, it looks like I have the right
> > method name, so I'm not sure what the problem is. The docs link to the
> > method here:
> >
> > http://dist.codehaus.org/x10/xdoc/2.1.1/x10/lang/System.html#sleep(x10.lang.Long)
> >
> > Any ideas?
> >
> > Thanks!
> >
> >
> > ------------------------------------------------------------------------------
> > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> > Finally, a world-class log management solution at an even better price-free!
> > Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> > February 28th, so secure your free ArcSight Logger TODAY!
> > http://p.sf.net/sfu/arcsight-sfd2d
> > _______________________________________________
> > X10-users mailing list
> > X10-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/x10-users
> >    
> 
> 
> ------------------------------------------------------------------------------
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
> February 28th, so secure your free ArcSight Logger TODAY! 
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________
> X10-users mailing list
> X10-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/x10-users



------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to