Your message dated Thu, 06 Feb 2014 19:33:38 +0000
with message-id <e1wbuhe-0005x8...@franck.debian.org>
and subject line Bug#737144: fixed in cvs2svn 2.4.0-2
has caused the Debian Bug report #737144,
regarding cvs2svn: FTBFS with rcs 5.9
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
737144: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737144
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cvs2svn
Version: 2.4.0
Severity: serious
Tags: patch
Justification: fails to build from source (but built successfully in the past)
Dear Maintainer,
I hope I'm doing this correctly.
The cvs2svn package fails to build from source with recent versions of rcs
due to a failed internal test. This is caused by the rcs v5.9 'co' command
deprecating '-V' in favor of '--version'. When cvs2svn executes 'co -V' to
test for its existence, co outputs a warning on stderr, which cvs2svn
mistakes for a failure.
Attached is a patch that corrects this problem, so that the package builds.
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Subject: Use --version instead of obsolete -V to check for co's existence
The --use-rcs option uses 'co -V' to verify that co exists. However, recent
versions of rcs produce a warning on stderr to use --version instead; this
causes a false negative, causing --use-rcs to fail.
Author: Stephen Oberholtzer <ste...@qrpff.net>
--- a/cvs2svn_lib/rcs_revision_manager.py
+++ b/cvs2svn_lib/rcs_revision_manager.py
@@ -29,7 +29,7 @@
def __init__(self, co_executable):
self.co_executable = co_executable
try:
- check_command_runs([self.co_executable, '-V'], self.co_executable)
+ check_command_runs([self.co_executable, '--version'], self.co_executable)
except CommandFailedException, e:
raise FatalError('%s\n'
'Please check that co is installed and in your PATH\n'
--- End Message ---
--- Begin Message ---
Source: cvs2svn
Source-Version: 2.4.0-2
We believe that the bug you reported is fixed in the latest version of
cvs2svn, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 737...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Laszlo Boszormenyi (GCS) <g...@debian.org> (supplier of updated cvs2svn package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 30 Jan 2014 23:42:25 +0100
Source: cvs2svn
Binary: cvs2svn
Architecture: source all
Version: 2.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) <g...@debian.org>
Changed-By: Laszlo Boszormenyi (GCS) <g...@debian.org>
Description:
cvs2svn - Convert a cvs repository to a subversion, bazaar or git repositor
Closes: 713075 717087 737144
Changes:
cvs2svn (2.4.0-2) unstable; urgency=low
.
* Run tests, but don't fail on them as only the Subversion output changed
(closes: #713075).
* Make package section be vcs to match the override.
* Update Standards-Version to 3.9.5 .
* cvs2git manpage is updated (closes: #717087).
.
[ Stephen Oberholtzer <ste...@qrpff.net> ]
* Fix FTBFS due to rcs switch change (closes: #737144).
Checksums-Sha1:
891b5d16358077f94e14c28b929cbe9ce0c78c53 1762 cvs2svn_2.4.0-2.dsc
8efa6b47c7637cc4e83c51a4ceec4139cd8de995 6600 cvs2svn_2.4.0-2.debian.tar.xz
bca34109aa1618771788fa2cbbb16c3deb0a9d28 240146 cvs2svn_2.4.0-2_all.deb
Checksums-Sha256:
2bcbdb19145eda3ce10472e96ef92e9fe47d9673850c361c3970e1267eebda67 1762
cvs2svn_2.4.0-2.dsc
74d620dc980d2b8e7bc2731341c93da4935e798216284f473dc92d90dad3afcf 6600
cvs2svn_2.4.0-2.debian.tar.xz
8bc451271f1c3a991d3a6c9eb674602966f9d1beaf7ce865579557a9806f907f 240146
cvs2svn_2.4.0-2_all.deb
Files:
c02a3d03c235148faaabda0d3ee32391 1762 vcs optional cvs2svn_2.4.0-2.dsc
ff8abcd2f4f598ea261cf86cfa6d3add 6600 vcs optional
cvs2svn_2.4.0-2.debian.tar.xz
e2128b1be0a5310cabfce2a5464aa59d 240146 vcs optional cvs2svn_2.4.0-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJS8+EcAAoJENzjEOeGTMi/GT0P+gPHCNYCOX2+noUFuVW3CQ9w
WrsqMwIY5yspX3c2ANv7EQmIo5W9FK5ze0XLEuq/Ctn21xin+zpMEyszAx2QUirV
gSZYy0g5bXykP29KT2bCtjT+5q3uj2d6eON09kvPFEr3A3+1LOVU9a1z+nCQUCXL
k4eLF5V3VpBd367Lq2+oJYYRKPYe7rCyL3DrBirSZPjYULx3R+P+0sxPB8KzqGwJ
/Mo883sjHKNipOWK7wSafmvAhE0+4jFKSYtl4ZwODWe0DzW90f1GjrjplrAoKVbL
BAj5FO/QZaEnVd+BZKSSR8xVDZnQ5hpc57g32Mlgxnoh209/HB6Xqhqf3CIYF9I6
a0DnVm35JOteUbDYlBxe2eiUCOqB/gr23szt8e7CVHrU+8JlElxGPzlo/RnES8Vj
T+Yn+7JHt3XIu9utajYtbEMNayg2Pwbd7sT+c6Spl4ypBZVZI+RkzOd8OdfhGw3i
6rASyFQ92cYNDaJAtzvFz8sul6XtrrYjEsC4TOPnsGbNgHoUDu6aqC/TaN9+/eCL
maJm9kIzwB9AtLV2s1CCoYDEgDqH5n7Ql1ln/PjHEVclIMHE1SVAm28hHHkPUVoa
UFwbHECisPXuoTUM4HMdgWF8edvG7WRFQMKipPtiTjVVXC9gknvYdGRqMXKJiqON
rlctksxQMayuz1wWaA41
=puAC
-----END PGP SIGNATURE-----
--- End Message ---