Mail Archives: cygwin/2011/05/31/17:03:11
X-Recipient: | archive-cygwin AT delorie DOT com
|
X-SWARE-Spam-Status: | No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,T_TO_NO_BRKTS_FREEMAIL
|
X-Spam-Check-By: | sourceware.org
|
Date: | Tue, 31 May 2011 23:02:29 +0200
|
From: | David Sastre <d DOT sastre DOT medina AT gmail DOT com>
|
To: | cygwin AT cygwin DOT com
|
Subject: | Re: iconv capability removed from rsync 3.0.8
|
Message-ID: | <20110531210229.GA14628@jethro.local.lan>
|
References: | <1306831965 DOT 19764 DOT ezmlm AT cygwin DOT com> <4DE4AECA DOT 3000009 AT gmx DOT com>
|
MIME-Version: | 1.0
|
In-Reply-To: | <4DE4AECA.3000009@gmx.com>
|
User-Agent: | Mutt/1.5.20 (2009-06-14)
|
X-IsSubscribed: | yes
|
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm
|
List-Id: | <cygwin.cygwin.com>
|
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
|
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com>
|
List-Archive: | <http://sourceware.org/ml/cygwin/>
|
List-Post: | <mailto:cygwin AT cygwin DOT com>
|
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
|
Sender: | cygwin-owner AT cygwin DOT com
|
Mail-Followup-To: | cygwin AT cygwin DOT com
|
Delivered-To: | mailing list cygwin AT cygwin DOT com
|
--ew6BAiZeqk4r7MaW
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Tue, May 31, 2011 at 11:03:06AM +0200, Fernando Molina Ortiz wrote:
> I have noticed that the iconv capability is not activated anymore in
> rsync 3.0.8, while in rsync 3.0.7 it is. When cally rsync --version,
> in 3.0.7 iconv is listed in the capabilities section, while in 3.0.8
> it appears as 'no iconv'. I use it, so I had to downgrade. Does
> anybody know why it's beed removed?
It could be a packaging issue, FWIW building from the sources enables=20
iconv support.
Rsync from the repo:
$ rsync --help | head
rsync version 3.0.8 protocol version 30
Copyright (C) 1996-2011 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 64-bit inums, 32-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
append, ACLs, xattrs, no iconv, symtimes
Rsync rebuild from sources:
$ ./rsync-3.0.8-1/inst/usr/bin/rsync.exe --help | head
rsync version 3.0.8 protocol version 30
Copyright (C) 1996-2011 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 64-bit inums, 32-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
append, ACLs, xattrs, iconv, symtimes
--=20
Huella de clave primaria: AD8F BDC0 5A2C FD5F A179 60E7 F79B AB04 5299 EC56
--ew6BAiZeqk4r7MaW
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iF4EAREIAAYFAk3lV2QACgkQ95urBFKZ7FZXSAD+N1aUgN4LQluZ3eIzAm1n0rrt
EjKx8ML0iWvVVooqJYsA/jowxO91FInUGJicEkxJt6W/kWrzyJ0TzegWehChHQch
=4DH/
-----END PGP SIGNATURE-----
--ew6BAiZeqk4r7MaW--
- Raw text -