Your message dated Mon, 13 Aug 2012 15:17:59 +0000
with message-id <e1t0wp1-0006ks...@franck.debian.org>
and subject line Bug#679561: fixed in pegasus-wms 4.0.1+dfsg-7
has caused the Debian Bug report #679561,
regarding pegasus-wms FTBFS with new subversion
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.)
--
679561: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679561
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pegasus-wms
Version: 4.0.1+dfsg-6
Severity: serious
Tags: patch
pegasus-wms FTBFS with the new subversion
[exec] g++ -ffor-scope -Wall -O2 -m64 -ggdb
-DMACHINE_SPECIFIC=linux -DLINUX -DMAJOR=2
-DHAS_SVNVERSION=\"Unversioned directory\" pegasus-keg.cc -c -o
pegasus-keg.o
[exec] g++-4.7.real: error: directory": No such file or directory
This bug does not currently affect wheezy but jcristu has said that the
new subversion may be allowed in and that therefore we should assume
issues caused by it are rc for wheezy.
The cause is that the new version of subversion returns "Unversioned
directory" in response to svnversion . in a non-svn directory, this
breaks the build proces due to an inability to handle spaces in this
field, the attached patch fixes this by not defining -DHAS_SVNVERSION
if svnversion . reutrns "Unversioned directory".
Patch is attatched just add it to the quilt series.
Description: fix build with new subversion
Recent versions of subversion return "Unversioned directory" in response
to svnversion . in a non-svn directory, this breaks the build process
due to an inability to handle spaces in this field, the attached patch
fixes this by not defining -DHAS_SVNVERSION if svnversion . reutrns
"Unversioned directory"
Author: Peter Michael Green <plugw...@p10link.net>
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>
--- pegasus-wms-4.0.1+dfsg.orig/src/tools/pegasus-keg/Makefile
+++ pegasus-wms-4.0.1+dfsg/src/tools/pegasus-keg/Makefile
@@ -129,8 +129,10 @@ CONDOR_CXX = $(CONDOR) $(CXX)
SVNVERSION = $(shell svnversion . 2>> /dev/null)
ifneq (,${SVNVERSION})
+ifneq (Unversioned directory,${SVNVERSION})
CXXFLAGS += -DHAS_SVNVERSION=\"${SVNVERSION}\"
endif
+endif
# add large file support
ifneq (,${LFS_CFLAGS})
--- End Message ---
--- Begin Message ---
Source: pegasus-wms
Source-Version: 4.0.1+dfsg-7
We believe that the bug you reported is fixed in the latest version of
pegasus-wms, 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 679...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mats Rynge <m...@rynge.net> (supplier of updated pegasus-wms 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...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 13 Aug 2012 07:38:33 -0700
Source: pegasus-wms
Binary: pegasus-wms pegasus-wms-doc
Architecture: source amd64 all
Version: 4.0.1+dfsg-7
Distribution: unstable
Urgency: low
Maintainer: Mats Rynge <m...@rynge.net>
Changed-By: Mats Rynge <m...@rynge.net>
Description:
pegasus-wms - Scientific workflow management system for Condor
pegasus-wms-doc - Scientific workflow management system for Condor - data files
Closes: 679561 682148
Changes:
pegasus-wms (4.0.1+dfsg-7) unstable; urgency=low
.
* Fixed FTBFS problem with Subversion 1.7 (closes: #679561)
* Fixed Python 2.7.3 problem with uses_query - this affected several
Pegasus command line tools (closes: #682148)
Checksums-Sha1:
7fdca095dec0ac4ff3bef3fb81a9613731adcb63 1442 pegasus-wms_4.0.1+dfsg-7.dsc
1a5ce0785dc738364e84d553c1218c80ff64eea8 78305
pegasus-wms_4.0.1+dfsg-7.debian.tar.gz
c55ff1829d8a4891f8f29af298d013d4f8fa276b 2692090
pegasus-wms_4.0.1+dfsg-7_amd64.deb
84768a827eccb31c026272004f613d6373e662c5 19248342
pegasus-wms-doc_4.0.1+dfsg-7_all.deb
Checksums-Sha256:
1e43c7a19d87d00ca63778807736d6472434e2ea2b72f152f89436b66b509817 1442
pegasus-wms_4.0.1+dfsg-7.dsc
8c5b1ab341e93c2356cad2bb2d2ab9eb1ec4f80538a600b7ac9a63ebaa9bcc44 78305
pegasus-wms_4.0.1+dfsg-7.debian.tar.gz
ef2bf820d494d7753ed5095815be152fbaa5dbf6dcef935da8dcec6653ed0148 2692090
pegasus-wms_4.0.1+dfsg-7_amd64.deb
f63e79561a639846948f11f6973071d2ad6e7155127f6fb92c0a0be66817ba85 19248342
pegasus-wms-doc_4.0.1+dfsg-7_all.deb
Files:
48f7f414c7fbd52255b6ecb886bac1d5 1442 science optional
pegasus-wms_4.0.1+dfsg-7.dsc
29683d6696bd7718451709c7d9fbf7f7 78305 science optional
pegasus-wms_4.0.1+dfsg-7.debian.tar.gz
850ac5f08e39ee0febc2ba6b05faa024 2692090 science optional
pegasus-wms_4.0.1+dfsg-7_amd64.deb
23fa1b8dd9b062ae14c2d5aed2409a2a 19248342 doc optional
pegasus-wms-doc_4.0.1+dfsg-7_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAlApFewACgkQ7jqfAoHCpKxhcACfW6OnybY4GTEWBFRFas2oMY10
CsgAn2pFWrw+kbzIY8ouWWoJtcT5z1/G
=oat4
-----END PGP SIGNATURE-----
--- End Message ---