RE: rsync 2.5.6 fails on Tru64 v5.0 with rsync://hostname/

2003-01-29 Thread Green, Paul
Laurent CREPET [mailto:[EMAIL PROTECTED]] wrote:
 I've just compiled 2.5.6 release on Tru64 V5.0A (configure detects
 alphaev67-dec-osf5.0, gcc release is a 3.1.1).

 rsync fails using rsync://hostname/ syntax.

 lct@goliath(32) [rsync-2.5.6]$ ./rsync rsync://stitch/
 rsync: getaddrinfo: stitch 873: servname not supported for ai_socktype
 rsync error: error in socket IO (code 10) at clientserver.c(83)

 Is there anyone else that has the same problem ?

Apparently not. Did this work on this same OS in rsync version 2.5.5?

PG
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html



Re: rsync 2.5.6 fails on Tru64 v5.0 with rsync://hostname/

2003-01-29 Thread Laurent CREPET
On Wed, Jan 29, 2003 at 03:23:11PM -0500, Green, Paul wrote:
 Laurent CREPET [mailto:[EMAIL PROTECTED]] wrote:
  I've just compiled 2.5.6 release on Tru64 V5.0A (configure detects
  alphaev67-dec-osf5.0, gcc release is a 3.1.1).
 
  rsync fails using rsync://hostname/ syntax.
 
  lct@goliath(32) [rsync-2.5.6]$ ./rsync rsync://stitch/
  rsync: getaddrinfo: stitch 873: servname not supported for ai_socktype
  rsync error: error in socket IO (code 10) at clientserver.c(83)
 
  Is there anyone else that has the same problem ?
 
 Apparently not. Did this work on this same OS in rsync version 2.5.5?
 

No, 2.5.5 won't build on our Tru64 v5.0 system.

Do you have a binary (2.5.6) to send by e-mail or that could
downloaded on a FTP server ?

Laurent.
-- 
Laurent CREPET -- [EMAIL PROTECTED]
http://megrapet.free.fr/
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html



Re: rsync 2.5.6 fails on Tru64 v5.0 with rsync://hostname/

2003-01-29 Thread Albert Chin
On Tue, Jan 28, 2003 at 09:24:26AM +0100, Laurent CREPET wrote:
 I've just compiled 2.5.6 release on Tru64 V5.0A (configure detects
 alphaev67-dec-osf5.0, gcc release is a 3.1.1).
 
 rsync fails using rsync://hostname/ syntax.
 
  lct@goliath(32) [rsync-2.5.6]$ ./rsync rsync://stitch/
  rsync: getaddrinfo: stitch 873: servname not supported for ai_socktype
  rsync error: error in socket IO (code 10) at clientserver.c(83)
 
 Is there anyone else that has the same problem ?

Try recompiling without getaddrinfo support:
  ac_cv_search_getaddrinfo=no ./configure ...

-- 
albert chin ([EMAIL PROTECTED])
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html