Your message dated Tue, 17 Dec 2013 21:19:22 +0000
with message-id <[email protected]>
and subject line Bug#731246: fixed in condor 7.8.8~dfsg.1-2.1
has caused the Debian Bug report #731246,
regarding condor: Needs to adapt to Globus Toolkit multi-arch support
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 [email protected]
immediately.)


-- 
731246: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731246
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: condor
Version: 7.8.8~dfsg.1-2
Severity: serious

With the recent update of Globus Toolkit to version 5.2.5, the debian
packages implements Multi-Arch support. For this reason the install
location for the architecture dependent header files had to be changed.

For packages that depend on Globus Toolkit and use pkg-config to find
the location of the headers, this change is seamless. The condor package
however, hardcodes the install location in its cmake files and will fail
to build if a rebuild is attempted.

The attached patch adds the new install location to the build
configuration. (An alternative approach would be to convert the build
configuration to use pkg-config instead, but that might be more
invasive.)

        Mattias

PS. At the moment the condor build also fails due to a broken latex2html
that goes into an endless loop during generation of the documentation
files. (See BTS #723913)
diff -ur condor-7.8.8~dfsg.1.orig/externals/bundles/globus/5.0.1-p1/CMakeLists.txt condor-7.8.8~dfsg.1/externals/bundles/globus/5.0.1-p1/CMakeLists.txt
--- condor-7.8.8~dfsg.1.orig/externals/bundles/globus/5.0.1-p1/CMakeLists.txt	2013-07-18 08:25:54.000000000 +0200
+++ condor-7.8.8~dfsg.1/externals/bundles/globus/5.0.1-p1/CMakeLists.txt	2013-12-03 14:46:49.921645208 +0100
@@ -227,7 +227,16 @@
 		find_multiple( "globus_gass_transfer;globus_gram_client;globus_gram_protocol" GLOBUS_GRID_UNIVERSE_GT2 )
 		find_multiple( "globus_ftp_control" GLOBUS_GRID_UNIVERSE_NORDUGRID)
 		if (GLOBUS_FOUND)
-		  append_var (CONDOR_EXTERNAL_INCLUDE_DIRS "/usr/include/globus;/usr/lib64/globus/include;/usr/lib/globus/include;/usr/local/globus/include/globus")
+		  find_program(DPKG_ARCHITECTURE dpkg-architecture)
+		  if (DPKG_ARCHITECTURE)
+		    execute_process(
+		      COMMAND ${DPKG_ARCHITECTURE} -qDEB_HOST_MULTIARCH
+		      OUTPUT_VARIABLE DEB_HOST_MULTIARCH
+		      OUTPUT_STRIP_TRAILING_WHITESPACE)
+		  else()
+		    set (DEB_HOST_MULTIARCH no-deb-multiarch)
+		  endif()
+		  append_var (CONDOR_EXTERNAL_INCLUDE_DIRS "/usr/include/globus;/usr/lib64/globus/include;/usr/lib/globus/include;/usr/include/${DEB_HOST_MULTIARCH}/globus;/usr/local/globus/include/globus")
 		endif(GLOBUS_FOUND)
 
 	endif(NOT PROPER)

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Source: condor
Source-Version: 7.8.8~dfsg.1-2.1

We believe that the bug you reported is fixed in the latest version of
condor, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mattias Ellert <[email protected]> (supplier of updated condor 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 16 Dec 2013 16:40:36 +0100
Source: condor
Binary: condor condor-dev condor-doc condor-dbg libclassad-dev libclassad3
Architecture: source amd64 all
Version: 7.8.8~dfsg.1-2.1
Distribution: unstable
Urgency: medium
Maintainer: Condor Developers <[email protected]>
Changed-By: Mattias Ellert <[email protected]>
Description: 
 condor     - distributed workload management system
 condor-dbg - distributed workload management system - debugging symbols
 condor-dev - distributed workload management system - development files
 condor-doc - distributed workload management system - documentation
 libclassad-dev - Condor classads expression language - development library
 libclassad3 - Condor classads expression language - runtime library
Closes: 731246
Changes: 
 condor (7.8.8~dfsg.1-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Adapt to multiarch globus installation (Closes: #731246).
Checksums-Sha1: 
 718e8812de51ae6559d18badf1204c204358ae27 2670 condor_7.8.8~dfsg.1-2.1.dsc
 431b36b919917cf5e07c8c0bea5f440bd76674fd 87251 
condor_7.8.8~dfsg.1-2.1.debian.tar.gz
 cecd845d288d60146e7e45b56b7efed1ba11c739 3343978 
condor_7.8.8~dfsg.1-2.1_amd64.deb
 a327b353a43243a0922521a93e9803d327c2ed3f 283870 
condor-dev_7.8.8~dfsg.1-2.1_amd64.deb
 eea5bb57611f21674cc7d847b6a3bd761eb0ce09 993456 
condor-doc_7.8.8~dfsg.1-2.1_all.deb
 56e91dea440064490abf2658a828f8f42ebd9838 6372816 
condor-dbg_7.8.8~dfsg.1-2.1_amd64.deb
 26670bd8be03b8b7d54229372151848a829af2f1 287142 
libclassad-dev_7.8.8~dfsg.1-2.1_amd64.deb
 a3bb4722e4a70db942e2433cc2f03bee5b26f4ac 208074 
libclassad3_7.8.8~dfsg.1-2.1_amd64.deb
Checksums-Sha256: 
 074da3c6790b588c1ff4bb52bcf8a07cd0f198bd5a6329190ef5264ea03a3920 2670 
condor_7.8.8~dfsg.1-2.1.dsc
 ee66ec1fadc6e9d3bc9582411934b8c454d2dd38ebf3c503d6aa1c95ba43cd58 87251 
condor_7.8.8~dfsg.1-2.1.debian.tar.gz
 df46ec05d7ef05a3769adbbc0f98077e8a7581141e4aa9fd4b64222fef578c78 3343978 
condor_7.8.8~dfsg.1-2.1_amd64.deb
 2d9bbadd5b17b3eed0acebc6f6bc2b092c092cd796c41f4f2077e73fb94d9873 283870 
condor-dev_7.8.8~dfsg.1-2.1_amd64.deb
 84530a66cbc782c312742e979121e6ea51ed0018c8679c974676c359819dff54 993456 
condor-doc_7.8.8~dfsg.1-2.1_all.deb
 b70c635bed4b95f6cf3e7d7413956c94dd38d7dc2265225e6327e1bbcb616ff2 6372816 
condor-dbg_7.8.8~dfsg.1-2.1_amd64.deb
 e1a01bb08451cb419a4376c0da7841f114e889d8822d7d755f8da94aca418be8 287142 
libclassad-dev_7.8.8~dfsg.1-2.1_amd64.deb
 eb863d4c5bebb1633ac524259b7310bbe7dfbeea13f050e9494bd80507f2c6de 208074 
libclassad3_7.8.8~dfsg.1-2.1_amd64.deb
Files: 
 192a7c9b3728e7ee8f3d1a52aca1fa08 2670 science extra condor_7.8.8~dfsg.1-2.1.dsc
 c4044dfd4d785129a7f3156fb2320d3b 87251 science extra 
condor_7.8.8~dfsg.1-2.1.debian.tar.gz
 d341c4356950c5f8f2ecfb756b0d020d 3343978 science extra 
condor_7.8.8~dfsg.1-2.1_amd64.deb
 090a1c4171315ce7519598196c4cabc9 283870 devel extra 
condor-dev_7.8.8~dfsg.1-2.1_amd64.deb
 62bd4929653c56dea534db1d8b19c17b 993456 doc extra 
condor-doc_7.8.8~dfsg.1-2.1_all.deb
 363949dd81c1fc5799d90404f4d8296b 6372816 debug extra 
condor-dbg_7.8.8~dfsg.1-2.1_amd64.deb
 22c479a77030b6e6dc0e44dbb8fc9987 287142 libdevel extra 
libclassad-dev_7.8.8~dfsg.1-2.1_amd64.deb
 329598680c4ad3698709ecb6660f2733 208074 science extra 
libclassad3_7.8.8~dfsg.1-2.1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBAgAGBQJSsKtuAAoJEOiuwv874alLVl0P/30E/oIlpG57ZYqN0BqB5uKh
c94bUxlnNDsx4BXmnZcQ80ZFoRG7XMAm56t+bPLdh6TzvyZ7CIyiklTaiwwBLGx1
Q4SS2NC/3HE/cN9Rd/EXfjEpbCk1ZZp1q4b9CmjLC52OGUgHRmr7QqjEJt4LRVyB
vWw/SfKOr5LGuy73WpCAH7EqX3dWRxOGPPNF9zACAKD/FcqJbhVCvS5ZvO/79mPd
fZwk44jK5kT2/97xxM4XZ64vKmmT6QZFlyde2X014RRYsfuYOAzoPKK5ImyRMmst
OI1Sf05jsowIaHHXfnMIfQq8Q5yWknU/Rql6fHLuw06LZDW5KrKhjvgiaqItnpEM
ftA0Xmn/IW+pUXJuwYNzVyb/tF6Di+c2DPMkZp/gUoRAW6zZgp4B7b5lj2I0UMBS
3Er7t5kHvpWbKbDG+IWZLfWzv0d6VnrucoZM6zl/sdaaPS1jl2yNOlwZOQxtKCGW
3v06nrAuaZpmLr/5QjHJ6QYU7i4PqDrFl7c+9HHLmYDgipazCimc55UHZKmPW9np
uyJw8rkYNHO5KgFDO9CeU7JyUKiXY6WBWyDfSBVrYQPmkOTEu0Pg3doqJF9xjQLq
OT3azHfmMvvRLfOTkyr6z5ima8bxTbi7jzxnhzj/qFmGHxTc7RM8HIqlZPClX9Hh
q+1HYpuX3FAR9VRamNUj
=0RRc
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to