Your message dated Thu, 14 Jun 2012 06:03:39 +0000
with message-id <e1sf39f-0002mj...@franck.debian.org>
and subject line Bug#674098: fixed in polyorb 2.8~20110207-4
has caused the Debian Bug report #674098,
regarding polyorb: FTBFS - test suite errors (varying by architecture)
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.)
--
674098: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674098
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: polyorb
Version: 2.8~20110207-2
Severity: serious
Justification: fails to build from source
Builds of polyorb have been failing with test suite errors, whose
details vary by architecture (and perhaps by chance):
https://buildd.debian.org/status/logs.php?pkg=polyorb&ver=2.8%7E20110207-2
Specifically, CORBA_MIOP_0 fails on i386, ALL_TYPES6 fails on ia64, and
gnatpython appears not to support powerpc. Could you please take a
look?
Thanks!
----------------------------------------------------------------------
ERROR CORBA_MIOP_0 DIFF:unexpected output
ERROR --- expected
+++ output
@@ -0,0 +1,12 @@
+Running client ../examples/corba/send/send (config=miop.conf)
+server ../examples/corba/send/listener (config=miop.conf)
+IOR:010000001800000049444c3a546573742f436f6e74726f6c6c65723a312e300002000000000000006400000001010200100000003139342e3137372e3231312e3230340006bb00001b0000002f30303030303030313454623837623165643031323930373366640001000000010000001c0000000100000001000100000000000001010002000000010101000201010003004f504000000001010000100000003139342e3137372e3231312e32303400cdd800001b0000002f30303030303030313454623837623165643031323930373366640000000000
+RUN: POLYORB_CONF=miop.conf
/build/buildd-polyorb_2.8~20110207-2-i386-71kndT/polyorb-2.8~20110207/testsuite/../testsuite/../examples/corba/send/send
IOR:010000001800000049444c3a546573742f436f6e74726f6c6c65723a312e300002000000000000006400000001010200100000003139342e3137372e3231312e3230340006bb00001b0000002f30303030303030313454623837623165643031323930373366640001000000010000001c0000000100000001000100000000000001010002000000010101000201010003004f504000000001010000100000003139342e3137372e3231312e32303400cdd800001b0000002f30303030303030313454623837623165643031323930373366640000000000
+==> Begin test CORBA/MIOP <==
+Sending CORBA.String........................................: PASSED
+Sending CORBA.Long..........................................: PASSED
+Previous tests went OK on the server side...................: FAILED
+Calling function with return value raised an exception......: PASSED
+Shut down server(s).........................................: PASSED
+END TESTS...................................................: FAILED
+TEST FAILED
INFO Aborting: file test_failed has been found
----------------------------------------------------------------------
ERROR ALL_TYPES_6 DIFF:unexpected output
ERROR --- expected
+++ output
@@ -0,0 +1,123 @@
+Running client ../examples/corba/all_types/client (config=giop_1_1.conf)
+server ../examples/corba/all_types/server (config=giop_1_1.conf)
+IOR:010000001200000049444c3a616c6c5f74797065733a312e3000000002000000000000005c000000010102000a0000003132372e302e302e3100359d1b0000002f30303030303030313154386161643864633831323930373930610001000000010000001c0000000100000001000100000000000001010002000000010101000201010003004f503c000000010100000e0000003139322e32352e3230362e363300f6ec1b0000002f30303030303030313154386161643864633831323930373930610000000000
+RUN: POLYORB_CONF=giop_1_1.conf
/build/buildd-polyorb_2.8~20110207-2-ia64-vOBjGF/polyorb-2.8~20110207/testsuite/../testsuite/../examples/corba/all_types/client
IOR:010000001200000049444c3a616c6c5f74797065733a312e3000000002000000000000005c000000010102000a0000003132372e302e302e3100359d1b0000002f30303030303030313154386161643864633831323930373930610001000000010000001c0000000100000001000100000000000001010002000000010101000201010003004f503c000000010100000e0000003139322e32352e3230362e363300f6ec1b0000002f30303030303030313154386161643864633831323930373930610000000000
+==> Begin test CORBA Types <==
[...]
+test bounded wide string....................................: PASSED
+Execution terminated by unhandled exception
+Exception name: ALL_TYPES.MY_EXCEPTION
+Message: PO_Exc_Occ 1
+Call stack traceback locations:
+0x4000000000639f0c 0x40000000000554ec 0x400000000063a63c 0x400000000038f42c
0x400000000038f9dc
+Running ../examples/corba/all_types/client local (config=giop_1_1.conf)
+==> Begin test CORBA Types <==
+polyorb.utils.configuration_file: giop_1_1.conf is not a regular file
[...]
+test bounded wide string....................................: PASSED
+Execution terminated by unhandled exception
+Exception name: ALL_TYPES.MY_EXCEPTION
+Message: PO_Exc_Occ 2
+Call stack traceback locations:
+0x4000000000639f0c 0x40000000000554ec 0x400000000063a63c 0x400000000038f42c
0x400000000038f9dc
+TEST FAILED
INFO Aborting: file test_failed has been found
----------------------------------------------------------------------
cd testsuite && ./testsuite.py --abort-file=test_failed --diffs
--testsuite-src-dir=/build/buildd-polyorb_2.8~20110207-2-powerpc-tQ7An0/polyorb-2.8~20110207/testsuite
Traceback (most recent call last):
File "./testsuite.py", line 22, in <module>
from gnatpython.testdriver import add_run_test_options
File "/usr/lib/python2.7/dist-packages/gnatpython/testdriver.py", line 52, in
<module>
class TestRunner(object):
File "/usr/lib/python2.7/dist-packages/gnatpython/testdriver.py", line 79, in
TestRunner
temp_dir=Env().tmp_dir,
File "/usr/lib/python2.7/dist-packages/gnatpython/env.py", line 154, in
__init__
self.build = Arch()
File "/usr/lib/python2.7/dist-packages/gnatpython/arch.py", line 156, in
__init__
self.__fill_info()
File "/usr/lib/python2.7/dist-packages/gnatpython/arch.py", line 206, in
__fill_info
self.os.name = config.platform_info[self.platform]['os']
KeyError: 'unknown'
make[2]: *** [run_tests] Error 1
--- End Message ---
--- Begin Message ---
Source: polyorb
Source-Version: 2.8~20110207-4
We believe that the bug you reported is fixed in the latest version of
polyorb, which is due to be installed in the Debian FTP archive:
libpolyorb-dbg_2.8~20110207-4_amd64.deb
to main/p/polyorb/libpolyorb-dbg_2.8~20110207-4_amd64.deb
libpolyorb2-dev_2.8~20110207-4_amd64.deb
to main/p/polyorb/libpolyorb2-dev_2.8~20110207-4_amd64.deb
libpolyorb3_2.8~20110207-4_amd64.deb
to main/p/polyorb/libpolyorb3_2.8~20110207-4_amd64.deb
polyorb-doc_2.8~20110207-4_all.deb
to main/p/polyorb/polyorb-doc_2.8~20110207-4_all.deb
polyorb-servers_2.8~20110207-4_amd64.deb
to main/p/polyorb/polyorb-servers_2.8~20110207-4_amd64.deb
polyorb_2.8~20110207-4.debian.tar.gz
to main/p/polyorb/polyorb_2.8~20110207-4.debian.tar.gz
polyorb_2.8~20110207-4.dsc
to main/p/polyorb/polyorb_2.8~20110207-4.dsc
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 674...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Xavier Grave <xavier.gr...@ipno.in2p3.fr> (supplier of updated polyorb 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: Wed, 13 Jun 2012 22:02:25 +0200
Source: polyorb
Binary: polyorb-servers libpolyorb2-dev libpolyorb3 polyorb-doc libpolyorb-dbg
Architecture: source amd64 all
Version: 2.8~20110207-4
Distribution: unstable
Urgency: low
Maintainer: Xavier Grave <xavier.gr...@ipno.in2p3.fr>
Changed-By: Xavier Grave <xavier.gr...@ipno.in2p3.fr>
Description:
libpolyorb-dbg - Multiple-personality middleware for Ada (debug)
libpolyorb2-dev - Multiple-personality middleware for Ada (development)
libpolyorb3 - Multiple-personality middleware for Ada
polyorb-doc - Multiple-personality middleware for Ada (documentation)
polyorb-servers - Multiple-personality middleware for Ada (servers)
Closes: 674098 676747
Changes:
polyorb (2.8~20110207-4) unstable; urgency=low
.
* remove the testsuite run as part of the build
one can still use the run_testsuite target if necessary
Closes: #674098
Closes: #676747
* remove kfreebsd-* architectures to prevent FTBFS
Checksums-Sha1:
cec0fae9171ac673e9882f90541c39e263b5ce7d 1822 polyorb_2.8~20110207-4.dsc
53a64000d208ff93e65e75e42dfeb908da167150 41476
polyorb_2.8~20110207-4.debian.tar.gz
2549f38c36bfccf01c8c88a40ff19dc2ea8ca11a 265514
polyorb-servers_2.8~20110207-4_amd64.deb
b619f4d9234787b093e7dbb3f4c76b8b96cd8713 13963130
libpolyorb2-dev_2.8~20110207-4_amd64.deb
5bd459bd092f7a6d5cf9ac854020a94bcd658c83 6045374
libpolyorb3_2.8~20110207-4_amd64.deb
1669d98316953faad738722113d72a0cfd024763 1305920
polyorb-doc_2.8~20110207-4_all.deb
2065d19e2aa43d37863cd2e569b3a4111c29aa6f 11728706
libpolyorb-dbg_2.8~20110207-4_amd64.deb
Checksums-Sha256:
1d51709171ebd7e7648326d6607f62bbbb39299fc21f0aee45445e3eb4e4e526 1822
polyorb_2.8~20110207-4.dsc
a671ae0ec2a72c25561e60a9991fb0aa7bebdda0f6edbf23d1c6ac2a36dde9ef 41476
polyorb_2.8~20110207-4.debian.tar.gz
f1c145370441d6bd7fc2d8f8f7d17f5741e3b61f0da81cd2b956be414515cbcf 265514
polyorb-servers_2.8~20110207-4_amd64.deb
276327c2f4f98f46ca9969460c5246689aaeb5247ea48c9f6cf64911e1df4fee 13963130
libpolyorb2-dev_2.8~20110207-4_amd64.deb
f8403875b036a881784db2eab0228badcfda22296a0368123f70ff092b295c8c 6045374
libpolyorb3_2.8~20110207-4_amd64.deb
c96fe40fd99f523624d09abdf6d823c09cb54e5d75ae4ef2cd9d04ed1411b9fa 1305920
polyorb-doc_2.8~20110207-4_all.deb
d5195b038ff679a3864793f11fe15cf85c014730e65c9c211f9c7e96aa0b1596 11728706
libpolyorb-dbg_2.8~20110207-4_amd64.deb
Files:
09f51b0fa19926baa11a05a02d7fd666 1822 net optional polyorb_2.8~20110207-4.dsc
c4e749d0c92e7138390034669644b5eb 41476 net optional
polyorb_2.8~20110207-4.debian.tar.gz
93398fce9f54eeb3c9baf2c52272f5a7 265514 net optional
polyorb-servers_2.8~20110207-4_amd64.deb
1000889a78d156b76c7d150e8e3ce1e1 13963130 libdevel optional
libpolyorb2-dev_2.8~20110207-4_amd64.deb
dfebf69368020704a3a208ac099e50f6 6045374 libs optional
libpolyorb3_2.8~20110207-4_amd64.deb
ee2f9402c4c7a4538e887f9115af4b11 1305920 doc optional
polyorb-doc_2.8~20110207-4_all.deb
f8801aa5820da91a5a5e99a97273c0aa 11728706 debug extra
libpolyorb-dbg_2.8~20110207-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk/ZDtoACgkQVIZi0A5BZF42KQCguOMSJUlWdmKQXIND+f5hI/n/
yb0An23oZkL8PEciX5BfZHKBervfRBLw
=siZt
-----END PGP SIGNATURE-----
--- End Message ---