Your message dated Thu, 05 Apr 2018 18:34:41 +0000
with message-id <e1f49ib-000dfb...@fasolo.debian.org>
and subject line Bug#890007: fixed in condor 8.6.8~dfsg.1-2
has caused the Debian Bug report #890007,
regarding condor ftbfs on all architectures
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.)


-- 
890007: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890007
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:condor
Version: 8.6.8~dfsg.1-1
Severity: serious
Tags: sid buster

looks it doesn't build with the new gsoap.

cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/condor_collector.V6" &&
/usr/bin/c++  -DBUILD_DATE="\"Feb 06 2018\"" -DCONDOR_VERSION=\"8.6.8\"
-DGLIBC226=GLIBC226 -DGLIBC=GLIBC -DHAVE_CONFIG_H
-DLINUX=\"LINUX_4.9.0-5-AMD64\" -DPLATFORM=\"X86_64-Debian_\"
-DPRE_RELEASE_STR="\" Debian-8.6.8~dfsg.1-1+b1\"" -DWITH_OPENSSL -DX86_64=X86_64
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bld_external/classads-8.6.8/install/include"
-I/usr/include/globus -I/usr/lib64/globus/include -I/usr/lib/globus/include
-I/usr/local/globus/include/globus -I"/<<PKGBUILDDIR>>/src/condor_includes"
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/condor_includes"
-I"/<<PKGBUILDDIR>>/src/condor_utils"
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/condor_utils"
-I"/<<PKGBUILDDIR>>/src/condor_daemon_core.V6"
-I"/<<PKGBUILDDIR>>/src/condor_daemon_client" -I"/<<PKGBUILDDIR>>/src/ccb"
-I"/<<PKGBUILDDIR>>/src/condor_io" -I"/<<PKGBUILDDIR>>/src/h"
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/h"
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/classad"
-I"/<<PKGBUILDDIR>>/src/classad" -I"/<<PKGBUILDDIR>>/src/safefile"
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/safefile"
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/condor_collector.V6"  -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11 -DWITH_IPV6
-fopenmp -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fopenmp
-Wall -W -Wextra -Wfloat-equal -Wendif-labels -Wpointer-arith -Wcast-qual
-Wcast-align -Wvolatile-register-var -Wno-error=unused-local-typedefs
-Wdeprecated-declarations -Wno-error=deprecated-declarations
-Wno-nonnull-compare -Wno-error=nonnull-compare -fstack-protector -rdynamic -g
 -fPIE -DPIE -w -o CMakeFiles/condor_collector.dir/soap_collectorStub.cpp.o -c
"/<<PKGBUILDDIR>>/src/condor_collector.V6/soap_collectorStub.cpp"
/<<PKGBUILDDIR>>/src/condor_collector.V6/soap_collectorStub.cpp:31:17: error:
'soap_collector' is not a namespace-name
 using namespace soap_collector;
                 ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/condor_collector.V6/soap_collectorStub.cpp:31:31: error:
expected namespace-name before ';' token
 using namespace soap_collector;
                               ^
In file included from
/<<PKGBUILDDIR>>/src/condor_collector.V6/soap_collectorStub.cpp:32:0:
/<<PKGBUILDDIR>>/src/condor_collector.V6/../condor_utils/soap_helpers.cpp: In
function 'bool convert_ad_to_adStruct(soap*, compat_classad::ClassAd*,
condor__ClassAdStruct*, bool)':
/<<PKGBUILDDIR>>/src/condor_collector.V6/../condor_utils/soap_helpers.cpp:49:14:
error: invalid use of incomplete type 'struct condor__ClassAdStruct'
     ad_struct->__size = 0;
              ^~
/<<PKGBUILDDIR>>/src/condor_collector.V6/../condor_utils/soap_helpers.cpp:30:31:
note: forward declaration of 'struct condor__ClassAdStruct'
                        struct condor__ClassAdStruct *ad_struct,
                               ^~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/condor_collector.V6/../condor_utils/soap_helpers.cpp:49:16:
error: invalid use of incomplete type 'struct condor__ClassAdStruct'
     ad_struct->__size = 0;
                ^~~~~~
/<<PKGBUILDDIR>>/src/condor_collector.V6/../condor_utils/soap_helpers.cpp:30:31:
note: forward declaration of 'struct condor__ClassAdStruct'
                        struct condor__ClassAdStruct *ad_struct,
                               ^~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/condor_collector.V6/../condor_utils/soap_helpers.cpp:50:14:
error: invalid use of incomplete type 'struct condor__ClassAdStruct'
     ad_struct->__ptr = NULL;
              ^~
/<<PKGBUILDDIR>>/src/condor_collector.V6/../condor_utils/soap_helpers.cpp:30:31:
note: forward declaration of 'struct condor__ClassAdStruct'
                        struct condor__ClassAdStruct *ad_struct,
                               ^~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/condor_collector.V6/../condor_utils/soap_helpers.cpp:50:16:
error: invalid use of incomplete type 'struct condor__ClassAdStruct'
     ad_struct->__ptr = NULL;
                ^~~~~
/<<PKGBUILDDIR>>/src/condor_collector.V6/../condor_utils/soap_helpers.cpp:30:31:
note: forward declaration of 'struct condor__ClassAdStruct'
                        struct condor__ClassAdStruct *ad_struct,
                               ^~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/condor_collector.V6/../condor_utils/soap_helpers.cpp:65:14:
error: invalid use of incomplete type 'struct condor__ClassAdStruct'
     ad_struct->__size = 0;
              ^~
/<<PKGBUILDDIR>>/src/condor_collector.V6/../condor_utils/soap_helpers.cpp:30:31:
note: forward declaration of 'struct condor__ClassAdStruct'
                        struct condor__ClassAdStruct *ad_struct,
                               ^~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/condor_collector.V6/../condor_utils/soap_helpers.cpp:65:16:
error: invalid use of incomplete type 'struct condor__ClassAdStruct'
     ad_struct->__size = 0;

--- End Message ---
--- Begin Message ---
Source: condor
Source-Version: 8.6.8~dfsg.1-2

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 890...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tim Theisen <t...@cs.wisc.edu> (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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 19 Mar 2018 18:28:58 -0500
Source: condor
Binary: htcondor htcondor-dev htcondor-doc htcondor-dbg libclassad-dev 
libclassad8
Architecture: source amd64 all
Version: 8.6.8~dfsg.1-2
Distribution: unstable
Urgency: medium
Maintainer: HTCondor Developers <condor-deb...@cs.wisc.edu>
Changed-By: Tim Theisen <t...@cs.wisc.edu>
Description:
 htcondor   - distributed workload management system
 htcondor-dbg - distributed workload management system - debugging symbols
 htcondor-dev - distributed workload management system - development files
 htcondor-doc - distributed workload management system - documentation
 libclassad-dev - HTCondor classads expression language - development library
 libclassad8 - HTCondor classads expression language - runtime library
Closes: 890007
Changes:
 condor (8.6.8~dfsg.1-2) unstable; urgency=medium
 .
   * Disable GSOAP (Closes: #890007) (GSOAP will be dropped from HTCondor soon)
   * Package Apache NOTICE file (fix up lintian error)
Checksums-Sha1:
 eafa750bcfcff9d8a4db66a2afc3ad640fd55152 2946 condor_8.6.8~dfsg.1-2.dsc
 3d4e36b187eae826f99baf7bea057d1234fd355a 73548 
condor_8.6.8~dfsg.1-2.debian.tar.xz
 3f341f38fe62b7e6d60e9c7ba372ce065700b4c2 19936 
condor_8.6.8~dfsg.1-2_amd64.buildinfo
 c721ff4db1dd9b94b932a08699354dfe17ebfd6e 37525848 
htcondor-dbg_8.6.8~dfsg.1-2_amd64.deb
 08338561f37634cdf9265aef63bc55c798f77306 316816 
htcondor-dev_8.6.8~dfsg.1-2_amd64.deb
 b3835a4fca3be426adc95a6943afff687db0c937 1065252 
htcondor-doc_8.6.8~dfsg.1-2_all.deb
 f075c1f4c50268d4dfa7747746497b51c6b3663e 3872212 
htcondor_8.6.8~dfsg.1-2_amd64.deb
 0146716f3ec363531609cc260282be13853bf1e1 250292 
libclassad-dev_8.6.8~dfsg.1-2_amd64.deb
 e49d9654b7467a4ec98e82047c3d709d96a35f9a 198752 
libclassad8_8.6.8~dfsg.1-2_amd64.deb
Checksums-Sha256:
 c44e9f49e333fa1dff4d6d1dae9b2e8f7d2b53947a5f68c590ddf9b1038951c6 2946 
condor_8.6.8~dfsg.1-2.dsc
 d33ea3dd91ff0f554a9f10a6e50fb82e69a03fa7a13b85d5c485be9399a72d8d 73548 
condor_8.6.8~dfsg.1-2.debian.tar.xz
 245d55ee54adf452371e52476829917dfcda90aa83a34d2af52d840aaff12941 19936 
condor_8.6.8~dfsg.1-2_amd64.buildinfo
 c556fcdf02411514da852a794abda17910101ba115ad3a1e34a148cecde3c1fd 37525848 
htcondor-dbg_8.6.8~dfsg.1-2_amd64.deb
 dca9773042c00e17e354e3e7a378e8d36f68e46e7364f9b73b6fe337a7f4d9f8 316816 
htcondor-dev_8.6.8~dfsg.1-2_amd64.deb
 b27275d22910688b6e54c85cded8459be9f7d3c20ce50c58463510c3ec43640d 1065252 
htcondor-doc_8.6.8~dfsg.1-2_all.deb
 4840dbf0c8fa69b8231538b90ba9ea860b3bf6a431eeab513a7a8e79539cb96a 3872212 
htcondor_8.6.8~dfsg.1-2_amd64.deb
 85cfa6ff9cfeb557c42d5047b75c29766a6df3d06028a5d57761555a52c6c20f 250292 
libclassad-dev_8.6.8~dfsg.1-2_amd64.deb
 9672fa88fdcac336a78a8e0e9c0751e5209bb160ae603600ed7df55584a78b87 198752 
libclassad8_8.6.8~dfsg.1-2_amd64.deb
Files:
 c7296f3ebf5625e411dfdacf459f7041 2946 science extra condor_8.6.8~dfsg.1-2.dsc
 7ee46f2bc72079782244033816b69b47 73548 science extra 
condor_8.6.8~dfsg.1-2.debian.tar.xz
 39ae18f7bf6bb4418b27ee76bcca97e8 19936 science extra 
condor_8.6.8~dfsg.1-2_amd64.buildinfo
 4140646a03e6e9e53ed28b6f538496b1 37525848 debug extra 
htcondor-dbg_8.6.8~dfsg.1-2_amd64.deb
 736cc0b5b921ac0a23200cbb54028324 316816 libdevel extra 
htcondor-dev_8.6.8~dfsg.1-2_amd64.deb
 aa35c0b94b103b0f97d3e9733396e8dc 1065252 doc extra 
htcondor-doc_8.6.8~dfsg.1-2_all.deb
 2058eff180850a66ec6cef074b919230 3872212 science extra 
htcondor_8.6.8~dfsg.1-2_amd64.deb
 dd82aaf222d81d770f05cb92791e1c61 250292 libdevel extra 
libclassad-dev_8.6.8~dfsg.1-2_amd64.deb
 5d2fbd4f221c4d396b422a8f4385f14f 198752 libs extra 
libclassad8_8.6.8~dfsg.1-2_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEVwHx0NGLh+Yaox89wHPSKH/7npsFAlrGZrYACgkQwHPSKH/7
npvMDA//Zm0nq1L8SDZE19MB2Dc5HGhsejmTNqhiUxE8zHvQpiOUkMdCMIF8/UIY
Rr/eB6wreJNsmNc7XY+KkASD+rfqWsLnJMYk53O/HvBYi4D8wi56HtFcVbBWWBGo
/ymy8p+DrugsKOBPCzF5QrLLxQBTQzbSPgVe4l7On3iev7IRkQeLyOKK6Zny65N9
X+WQwxasE2/PrSWICTpV+lh0zh11BfZgWlsG0CTJF8TYqcSw4NhMEjN40weeOAEb
e9I7iQ+PZ5iag/HozVYh0SibKR8Djr2r5Ky2/9FvL701mOpJx3CmdY6uN0gwRq3X
aqteCt0r/BJRR0zhlWtlkl2mVVBQtIrd0rI67E8mlnaRlwG84OMrRMABh0Kogy40
d0/4lHCw8uPAaUS0jQE5TrvzF/H8OZIzq+71oe94KbX0LEPKz3mH9EWJoEu0Giio
ySCQ4cVUUE7Ad91vDlmAii1VmHeC8cW+95JIdq8A9AKXDo3Ox0fogznbp2tOls+r
eO2zzjdzWJ35Rocmio4OqFpilpxJlh+5PGiiUK1NW0ezsbKG6l6jzoPB/mI6xNRC
TEjBkSUoYVUyvTZyceS1GNmt0LX1vU2W3e9hCGbjTJctUK1qzQ8YlF6223e3Ya/v
fdF9RHc4H5ahBn6xbQ7XD/Eg23DcgfN5fY4Hp/VOkCsicCvOhBE=
=68fm
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to