You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Steve Huston <sh...@riverace.com> on 2013/06/21 17:59:41 UTC

FW: FAILED (b=16, w=10): qpid-cpp - trunk - Nightly

Is anyone looking at these RHEL 5 build problems? They've been there a few days.

-----Original Message-----
From: CDash [mailto:cdash@riverace.com] 
Sent: Thursday, June 20, 2013 9:29 PM
To: Steve Huston
Subject: FAILED (b=16, w=10): qpid-cpp - trunk - Nightly

A submission to CDash for the project qpid-cpp has build errors and build warnings.
You have been identified as one of the authors who have checked in changes that are part of this submission or you are listed in the default contact list.

Details on the submission can be found at http://www.riverace.com/CDash-1.4.2/buildSummary.php?buildid=3097

Project: qpid-cpp
Site: Riverace: RHEL5
Build Name: trunk
Build Time: 2013-06-20T21:01:00 EDT
Type: Nightly
Errors:16
Warnings:10


*Error* (first 5)
rhel5/bindings/qpid/python/pythonPYTHON_wrap.cxx line sourceline (http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=0&buildid=3097)
/.../cpp/rhel5/bindings/qpid/python/pythonPYTHON_wrap.cxx:2051: error: invalid conversion from ‘const char*’ rhel5/bindings/qpid/python/pythonPYTHON_wrap.cxx line sourceline (http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=0&buildid=3097)
/.../cpp/rhel5/bindings/qpid/python/pythonPYTHON_wrap.cxx:2687: error: cannot convert ‘int*’ to ‘Py_ssize_trhel5/bindings/qpid/python/pythonPYTHON_wrap.cxx line sourceline (http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=0&buildid=3097)
/.../cpp/rhel5/bindings/qpid/python/pythonPYTHON_wrap.cxx:32622: error: invalid conversion from ‘const char*’make[2]: *** [bindings/qpid/python/CMakeFiles/_cqpid_python.dir/pythonPYTHON_wrap.o] Error 1

make[2]: Target `bindings/qpid/python/CMakeFiles/_cqpid_python.dir/build' not remade because of errors.

make[1]: *** [bindings/qpid/python/CMakeFiles/_cqpid_python.dir/all] Error 2

[ 90%] Swig source
Scanning dependencies of target _cqmf2_python [ 90%] Swig source [ 90%] Building CXX object bindings/qmf2/python/CMakeFiles/_cqmf2_python.dir/pythonPYTHON_wra


*Warnings* (first 5)
include/qmf/engine/ConnectionSettings.h line 110 (http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=1&buildid=3097)
/.../cpp/include/qmf/engine/ConnectionSettings.h:110: Warning(472): Overloaded transportTcp(qmf::engine::ConnectionSettings *selfinclude/qmf/engine/ConnectionSettings.h line 111 (http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=1&buildid=3097)
/.../cpp/include/qmf/engine/ConnectionSettings.h:111: Warning(472): Overloaded transportSsl(qmf::engine::ConnectionSettings *selfinclude/qmf/engine/ConnectionSettings.h line 112 (http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=1&buildid=3097)
/.../cpp/include/qmf/engine/ConnectionSettings.h:112: Warning(472): Overloaded transportRdma(qmf::engine::ConnectionSettings *selinclude/qmf/engine/ConnectionSettings.h line 110 (http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=1&buildid=3097)
/.../cpp/include/qmf/engine/ConnectionSettings.h:110: Warning(472): Overloaded transportTcp(qmf::engine::ConnectionSettings *selfinclude/qmf/engine/ConnectionSettings.h line 111 (http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=1&buildid=3097)
/.../cpp/include/qmf/engine/ConnectionSettings.h:111: Warning(472): Overloaded transportSsl(qmf::engine::ConnectionSettings *self

-CDash on www.riverace.com


Re: FAILED (b=16, w=10): qpid-cpp - trunk - Nightly

Posted by Steve Huston <sh...@riverace.com>.
HmmmŠ. I still don't know why mine is failing. Can you please send me your
generated pythonPYTHON_wrap.cxx file?

Thanks,
-Steve

On 6/21/13 1:51 PM, "Ken Giusti" <kg...@redhat.com> wrote:

>FWIW - I can build latest truck fine on my Centos5/686 vm.
>
>[kgiusti@localhost ~]$ rpm -q python-devel
>python-devel-2.4.3-56.el5
>[kgiusti@localhost ~]$ rpm -q swig
>swig-1.3.29-2.el5
>[kgiusti@localhost ~]$ rpm -q gcc
>gcc-4.1.2-54.el5
>
>And from a verbose make, here's the generation and compilation of
>pythonPYTHON_wrap in the qpid bindings:
>
>cd /home/kgiusti/work/qpid/cpp/build/bindings/qpid/python &&
>/usr/bin/swig -python -I/home/kgiusti/work/qpid/cpp/include
>-I/home/kgiusti/work/qpid/cpp/bindings -w361,362,401,467,503 -outdir
>/home/kgiusti/work/qpid/cpp/build/bindings/qpid/python -c++ -o
>/home/kgiusti/work/qpid/cpp/build/bindings/qpid/python/pythonPYTHON_wrap.c
>xx /home/kgiusti/work/qpid/cpp/bindings/qpid/python/python.i
>
>cd /home/kgiusti/work/qpid/cpp/build/bindings/qpid/python && /usr/bin/c++
>  -D_cqpid_python_EXPORTS -O2 -g -Wall -fPIC -I/usr/include/python2.4
>-I/home/kgiusti/work/qpid/cpp/include
>-I/home/kgiusti/work/qpid/cpp/bindings   -fno-strict-aliasing -o
>CMakeFiles/_cqpid_python.dir/pythonPYTHON_wrap.o -c
>/home/kgiusti/work/qpid/cpp/build/bindings/qpid/python/pythonPYTHON_wrap.c
>xx
>[kgiusti@localhost ~]$
>
>
>
>
>----- Original Message -----
>> From: "Steve Huston" <sh...@riverace.com>
>> To: dev@qpid.apache.org
>> Sent: Friday, June 21, 2013 11:59:41 AM
>> Subject: FW: FAILED (b=16, w=10): qpid-cpp - trunk - Nightly
>> 
>> Is anyone looking at these RHEL 5 build problems? They've been there a
>>few
>> days.
>> 
>> -----Original Message-----
>> From: CDash [mailto:cdash@riverace.com]
>> Sent: Thursday, June 20, 2013 9:29 PM
>> To: Steve Huston
>> Subject: FAILED (b=16, w=10): qpid-cpp - trunk - Nightly
>> 
>> A submission to CDash for the project qpid-cpp has build errors and
>>build
>> warnings.
>> You have been identified as one of the authors who have checked in
>>changes
>> that are part of this submission or you are listed in the default
>>contact
>> list.
>> 
>> Details on the submission can be found at
>> http://www.riverace.com/CDash-1.4.2/buildSummary.php?buildid=3097
>> 
>> Project: qpid-cpp
>> Site: Riverace: RHEL5
>> Build Name: trunk
>> Build Time: 2013-06-20T21:01:00 EDT
>> Type: Nightly
>> Errors:16
>> Warnings:10
>> 
>> 
>> *Error* (first 5)
>> rhel5/bindings/qpid/python/pythonPYTHON_wrap.cxx line sourceline
>> 
>>(http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=0&buildid=30
>>97)
>> /.../cpp/rhel5/bindings/qpid/python/pythonPYTHON_wrap.cxx:2051: error:
>> invalid conversion from Œconst char*¹
>> rhel5/bindings/qpid/python/pythonPYTHON_wrap.cxx line sourceline
>> 
>>(http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=0&buildid=30
>>97)
>> /.../cpp/rhel5/bindings/qpid/python/pythonPYTHON_wrap.cxx:2687: error:
>>cannot
>> convert Œint*¹ to
>> ŒPy_ssize_trhel5/bindings/qpid/python/pythonPYTHON_wrap.cxx line
>>sourceline
>> 
>>(http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=0&buildid=30
>>97)
>> /.../cpp/rhel5/bindings/qpid/python/pythonPYTHON_wrap.cxx:32622: error:
>> invalid conversion from Œconst char*¹make[2]: ***
>> [bindings/qpid/python/CMakeFiles/_cqpid_python.dir/pythonPYTHON_wrap.o]
>> Error 1
>> 
>> make[2]: Target 
>>`bindings/qpid/python/CMakeFiles/_cqpid_python.dir/build' not
>> remade because of errors.
>> 
>> make[1]: *** [bindings/qpid/python/CMakeFiles/_cqpid_python.dir/all]
>>Error 2
>> 
>> [ 90%] Swig source
>> Scanning dependencies of target _cqmf2_python [ 90%] Swig source [ 90%]
>> Building CXX object
>> bindings/qmf2/python/CMakeFiles/_cqmf2_python.dir/pythonPYTHON_wra
>> 
>> 
>> *Warnings* (first 5)
>> include/qmf/engine/ConnectionSettings.h line 110
>> 
>>(http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=1&buildid=30
>>97)
>> /.../cpp/include/qmf/engine/ConnectionSettings.h:110: Warning(472):
>> Overloaded transportTcp(qmf::engine::ConnectionSettings
>> *selfinclude/qmf/engine/ConnectionSettings.h line 111
>> 
>>(http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=1&buildid=30
>>97)
>> /.../cpp/include/qmf/engine/ConnectionSettings.h:111: Warning(472):
>> Overloaded transportSsl(qmf::engine::ConnectionSettings
>> *selfinclude/qmf/engine/ConnectionSettings.h line 112
>> 
>>(http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=1&buildid=30
>>97)
>> /.../cpp/include/qmf/engine/ConnectionSettings.h:112: Warning(472):
>> Overloaded transportRdma(qmf::engine::ConnectionSettings
>> *selinclude/qmf/engine/ConnectionSettings.h line 110
>> 
>>(http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=1&buildid=30
>>97)
>> /.../cpp/include/qmf/engine/ConnectionSettings.h:110: Warning(472):
>> Overloaded transportTcp(qmf::engine::ConnectionSettings
>> *selfinclude/qmf/engine/ConnectionSettings.h line 111
>> 
>>(http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=1&buildid=30
>>97)
>> /.../cpp/include/qmf/engine/ConnectionSettings.h:111: Warning(472):
>> Overloaded transportSsl(qmf::engine::ConnectionSettings *self
>> 
>> -CDash on www.riverace.com
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
>> For additional commands, e-mail: dev-help@qpid.apache.org
>> 
>
>-- 
>-K
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
>For additional commands, e-mail: dev-help@qpid.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


Re: FAILED (b=16, w=10): qpid-cpp - trunk - Nightly

Posted by Ken Giusti <kg...@redhat.com>.
FWIW - I can build latest truck fine on my Centos5/686 vm.

[kgiusti@localhost ~]$ rpm -q python-devel
python-devel-2.4.3-56.el5
[kgiusti@localhost ~]$ rpm -q swig
swig-1.3.29-2.el5
[kgiusti@localhost ~]$ rpm -q gcc
gcc-4.1.2-54.el5

And from a verbose make, here's the generation and compilation of pythonPYTHON_wrap in the qpid bindings:

cd /home/kgiusti/work/qpid/cpp/build/bindings/qpid/python && /usr/bin/swig -python -I/home/kgiusti/work/qpid/cpp/include -I/home/kgiusti/work/qpid/cpp/bindings -w361,362,401,467,503 -outdir /home/kgiusti/work/qpid/cpp/build/bindings/qpid/python -c++ -o /home/kgiusti/work/qpid/cpp/build/bindings/qpid/python/pythonPYTHON_wrap.cxx /home/kgiusti/work/qpid/cpp/bindings/qpid/python/python.i

cd /home/kgiusti/work/qpid/cpp/build/bindings/qpid/python && /usr/bin/c++   -D_cqpid_python_EXPORTS -O2 -g -Wall -fPIC -I/usr/include/python2.4 -I/home/kgiusti/work/qpid/cpp/include -I/home/kgiusti/work/qpid/cpp/bindings   -fno-strict-aliasing -o CMakeFiles/_cqpid_python.dir/pythonPYTHON_wrap.o -c /home/kgiusti/work/qpid/cpp/build/bindings/qpid/python/pythonPYTHON_wrap.cxx
[kgiusti@localhost ~]$ 




----- Original Message -----
> From: "Steve Huston" <sh...@riverace.com>
> To: dev@qpid.apache.org
> Sent: Friday, June 21, 2013 11:59:41 AM
> Subject: FW: FAILED (b=16, w=10): qpid-cpp - trunk - Nightly
> 
> Is anyone looking at these RHEL 5 build problems? They've been there a few
> days.
> 
> -----Original Message-----
> From: CDash [mailto:cdash@riverace.com]
> Sent: Thursday, June 20, 2013 9:29 PM
> To: Steve Huston
> Subject: FAILED (b=16, w=10): qpid-cpp - trunk - Nightly
> 
> A submission to CDash for the project qpid-cpp has build errors and build
> warnings.
> You have been identified as one of the authors who have checked in changes
> that are part of this submission or you are listed in the default contact
> list.
> 
> Details on the submission can be found at
> http://www.riverace.com/CDash-1.4.2/buildSummary.php?buildid=3097
> 
> Project: qpid-cpp
> Site: Riverace: RHEL5
> Build Name: trunk
> Build Time: 2013-06-20T21:01:00 EDT
> Type: Nightly
> Errors:16
> Warnings:10
> 
> 
> *Error* (first 5)
> rhel5/bindings/qpid/python/pythonPYTHON_wrap.cxx line sourceline
> (http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=0&buildid=3097)
> /.../cpp/rhel5/bindings/qpid/python/pythonPYTHON_wrap.cxx:2051: error:
> invalid conversion from ‘const char*’
> rhel5/bindings/qpid/python/pythonPYTHON_wrap.cxx line sourceline
> (http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=0&buildid=3097)
> /.../cpp/rhel5/bindings/qpid/python/pythonPYTHON_wrap.cxx:2687: error: cannot
> convert ‘int*’ to
> ‘Py_ssize_trhel5/bindings/qpid/python/pythonPYTHON_wrap.cxx line sourceline
> (http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=0&buildid=3097)
> /.../cpp/rhel5/bindings/qpid/python/pythonPYTHON_wrap.cxx:32622: error:
> invalid conversion from ‘const char*’make[2]: ***
> [bindings/qpid/python/CMakeFiles/_cqpid_python.dir/pythonPYTHON_wrap.o]
> Error 1
> 
> make[2]: Target `bindings/qpid/python/CMakeFiles/_cqpid_python.dir/build' not
> remade because of errors.
> 
> make[1]: *** [bindings/qpid/python/CMakeFiles/_cqpid_python.dir/all] Error 2
> 
> [ 90%] Swig source
> Scanning dependencies of target _cqmf2_python [ 90%] Swig source [ 90%]
> Building CXX object
> bindings/qmf2/python/CMakeFiles/_cqmf2_python.dir/pythonPYTHON_wra
> 
> 
> *Warnings* (first 5)
> include/qmf/engine/ConnectionSettings.h line 110
> (http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=1&buildid=3097)
> /.../cpp/include/qmf/engine/ConnectionSettings.h:110: Warning(472):
> Overloaded transportTcp(qmf::engine::ConnectionSettings
> *selfinclude/qmf/engine/ConnectionSettings.h line 111
> (http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=1&buildid=3097)
> /.../cpp/include/qmf/engine/ConnectionSettings.h:111: Warning(472):
> Overloaded transportSsl(qmf::engine::ConnectionSettings
> *selfinclude/qmf/engine/ConnectionSettings.h line 112
> (http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=1&buildid=3097)
> /.../cpp/include/qmf/engine/ConnectionSettings.h:112: Warning(472):
> Overloaded transportRdma(qmf::engine::ConnectionSettings
> *selinclude/qmf/engine/ConnectionSettings.h line 110
> (http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=1&buildid=3097)
> /.../cpp/include/qmf/engine/ConnectionSettings.h:110: Warning(472):
> Overloaded transportTcp(qmf::engine::ConnectionSettings
> *selfinclude/qmf/engine/ConnectionSettings.h line 111
> (http://www.riverace.com/CDash-1.4.2/viewBuildError.php?type=1&buildid=3097)
> /.../cpp/include/qmf/engine/ConnectionSettings.h:111: Warning(472):
> Overloaded transportSsl(qmf::engine::ConnectionSettings *self
> 
> -CDash on www.riverace.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
> For additional commands, e-mail: dev-help@qpid.apache.org
> 

-- 
-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org