Package: python-omniorb2
version: 2.6-3.3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20071126 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:

 > dpkg-source: building python-omniorb2 in python-omniorb2_2.6-3.3.dsc
 >  debian/rules build
 > cp -f /usr/share/misc/config.guess /usr/share/misc/config.sub bin/scripts
 > touch autotools-update-stamp
 > dh_testdir
 > mkdir build-2.4
 > cd build-2.4 && \
 >      ../configure --host=i486-linux-gnu --build=i486-linux-gnu --prefix=/usr 
 > --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info 
 > --with-omniorb=/usr --with-openssl=/usr PYTHON=/usr/bin/python2.4
 > checking build system type... i486-pc-linux-gnu
 > checking host system type... i486-pc-linux-gnu
 > checking for i486-linux-gnu-gcc... i486-linux-gnu-gcc
 > checking for C compiler default output file name... a.out
 > checking whether the C compiler works... yes
 > checking whether we are cross compiling... no
 > checking for suffix of executables... 
 > checking for suffix of object files... o
 > checking whether we are using the GNU C compiler... yes
 > checking whether i486-linux-gnu-gcc accepts -g... yes
 > checking for i486-linux-gnu-gcc option to accept ANSI C... none needed
 > checking for i486-linux-gnu-g++... i486-linux-gnu-g++
 > checking whether we are using the GNU C++ compiler... yes
 > checking whether i486-linux-gnu-g++ accepts -g... yes
 > checking how to run the C preprocessor... i486-linux-gnu-gcc -E
 > checking for i486-linux-gnu-ranlib... no
 > checking for ranlib... ranlib
 > checking for a BSD-compatible install... /usr/bin/install -c
 > checking whether make sets $(MAKE)... yes
 > checking for python version... 2.4
 > checking for python platform... linux2
 > checking for python script directory... ${prefix}/lib/python2.4/site-packages
 > checking for python extension module directory... 
 > ${exec_prefix}/lib/python2.4/site-packages
 > checking for omniORB root... /usr
 > checking for OpenSSL root... /usr
 > checking for pkg-config... /usr/bin/pkg-config
 > checking for openssl... yes
 > checking OPENSSL_CFLAGS...  
 > checking OPENSSL_LIBS... -lssl -lcrypto  
 > checking for omkdepend... no
 > checking for omkdirhier... 
 > /build/user/python-omniorb2-2.6/bin/scripts/omkdirhier
 > configure: creating ./config.status
 > config.status: creating mk/beforeauto.mk
 > config.status: creating mk/afterauto.mk
 > config.status: creating GNUmakefile
 > config.status: creating examples/embed/GNUmakefile
 > config.status: creating modules/GNUmakefile
 > config.status: creating modules/codesets/GNUmakefile
 > config.status: creating modules/sslTP/GNUmakefile
 > config.status: creating omniidl_be/GNUmakefile
 > config.status: creating python/GNUmakefile
 > config.status: creating python/COS/GNUmakefile
 > config.status: creating python/omniORB/GNUmakefile
 > config.status: creating include/GNUmakefile
 > dh_testdir
 > /usr/bin/make -C build-2.4
 > make[1]: Entering directory `/build/user/python-omniorb2-2.6/build-2.4'
 > making all in ./modules...
 > make[2]: Entering directory 
 > `/build/user/python-omniorb2-2.6/build-2.4/modules'
 > i486-linux-gnu-g++ -M -MD -MG -D__GNUG__ -D__GNUC__ -DOMNIPY_MAJOR=2 
 > -DOMNIPY_MINOR=6 -I/usr/include -I/usr/include/omniORB4/internal 
 > -I../include/omniORB4/internal -I../../include/omniORB4/internal 
 > -I/usr/include/omniORB4/internal -I../include -I/usr/include 
 > -DPYTHON_INCLUDE=<python2.4/Python.h> 
 > -DPYTHON_THREAD_INC=<python2.4/pythread.h> -D__OMNIORB4__ -I../stub 
 > -D_REENTRANT -I/usr/include -fPIC -I. -I../../modules -I../include 
 > -I../../include -D__OSVERSION__=2 -D__linux__ -D__x86__ 
 > ../../modules/cxxAPI.cc ../../modules/pyInterceptors.cc 
 > ../../modules/pyContext.cc ../../modules/pyFixed.cc 
 > ../../modules/pyomniFunc.cc ../../modules/pyThreadCache.cc 
 > ../../modules/pyTypeCode.cc ../../modules/pyMarshal.cc 
 > ../../modules/pyExceptions.cc ../../modules/pyServant.cc 
 > ../../modules/pyCallDescriptor.cc ../../modules/pyObjectRef.cc 
 > ../../modules/pyPOACurrentFunc.cc ../../modules/pyPOAManagerFunc.cc 
 > ../../modules/pyPOAFunc.cc ../../modules/pyORBFunc.cc ../../modules/omnipy.cc
 > /usr/bin/python2.4 ../../bin/scripts/distdate.py OMNIORBPY 
 > <../../modules/../update.log >pydistdate.hh
 > i486-linux-gnu-g++ -c -O2 -Wall -Wno-unused -fexceptions -DOMNIPY_MAJOR=2 
 > -DOMNIPY_MINOR=6 -I/usr/include -I/usr/include/omniORB4/internal 
 > -I../include/omniORB4/internal -I../../include/omniORB4/internal 
 > -I/usr/include/omniORB4/internal -I../include -I/usr/include 
 > -DPYTHON_INCLUDE="<python2.4/Python.h>" 
 > -DPYTHON_THREAD_INC="<python2.4/pythread.h>" -D__OMNIORB4__ -I../stub 
 > -D_REENTRANT -I/usr/include -fPIC -I. -I../../modules -I../include 
 > -I../../include -D__OSVERSION__=2 -D__linux__ -D__x86__ -o omnipy.o 
 > ../../modules/omnipy.cc
 > ../../modules/omnipy.cc: In function 'void init_omnipy()':
 > ../../modules/omnipy.cc:965: warning: dereferencing type-punned pointer will 
 > break strict-aliasing rules
 > i486-linux-gnu-g++ -c -O2 -Wall -Wno-unused -fexceptions -DOMNIPY_MAJOR=2 
 > -DOMNIPY_MINOR=6 -I/usr/include -I/usr/include/omniORB4/internal 
 > -I../include/omniORB4/internal -I../../include/omniORB4/internal 
 > -I/usr/include/omniORB4/internal -I../include -I/usr/include 
 > -DPYTHON_INCLUDE="<python2.4/Python.h>" 
 > -DPYTHON_THREAD_INC="<python2.4/pythread.h>" -D__OMNIORB4__ -I../stub 
 > -D_REENTRANT -I/usr/include -fPIC -I. -I../../modules -I../include 
 > -I../../include -D__OSVERSION__=2 -D__linux__ -D__x86__ -o pyORBFunc.o 
 > ../../modules/pyORBFunc.cc
 > i486-linux-gnu-g++ -c -O2 -Wall -Wno-unused -fexceptions -DOMNIPY_MAJOR=2 
 > -DOMNIPY_MINOR=6 -I/usr/include -I/usr/include/omniORB4/internal 
 > -I../include/omniORB4/internal -I../../include/omniORB4/internal 
 > -I/usr/include/omniORB4/internal -I../include -I/usr/include 
 > -DPYTHON_INCLUDE="<python2.4/Python.h>" 
 > -DPYTHON_THREAD_INC="<python2.4/pythread.h>" -D__OMNIORB4__ -I../stub 
 > -D_REENTRANT -I/usr/include -fPIC -I. -I../../modules -I../include 
 > -I../../include -D__OSVERSION__=2 -D__linux__ -D__x86__ -o pyPOAFunc.o 
 > ../../modules/pyPOAFunc.cc
 > i486-linux-gnu-g++ -c -O2 -Wall -Wno-unused -fexceptions -DOMNIPY_MAJOR=2 
 > -DOMNIPY_MINOR=6 -I/usr/include -I/usr/include/omniORB4/internal 
 > -I../include/omniORB4/internal -I../../include/omniORB4/internal 
 > -I/usr/include/omniORB4/internal -I../include -I/usr/include 
 > -DPYTHON_INCLUDE="<python2.4/Python.h>" 
 > -DPYTHON_THREAD_INC="<python2.4/pythread.h>" -D__OMNIORB4__ -I../stub 
 > -D_REENTRANT -I/usr/include -fPIC -I. -I../../modules -I../include 
 > -I../../include -D__OSVERSION__=2 -D__linux__ -D__x86__ -o 
 > pyPOAManagerFunc.o ../../modules/pyPOAManagerFunc.cc
 > i486-linux-gnu-g++ -c -O2 -Wall -Wno-unused -fexceptions -DOMNIPY_MAJOR=2 
 > -DOMNIPY_MINOR=6 -I/usr/include -I/usr/include/omniORB4/internal 
 > -I../include/omniORB4/internal -I../../include/omniORB4/internal 
 > -I/usr/include/omniORB4/internal -I../include -I/usr/include 
 > -DPYTHON_INCLUDE="<python2.4/Python.h>" 
 > -DPYTHON_THREAD_INC="<python2.4/pythread.h>" -D__OMNIORB4__ -I../stub 
 > -D_REENTRANT -I/usr/include -fPIC -I. -I../../modules -I../include 
 > -I../../include -D__OSVERSION__=2 -D__linux__ -D__x86__ -o 
 > pyPOACurrentFunc.o ../../modules/pyPOACurrentFunc.cc
 > i486-linux-gnu-g++ -c -O2 -Wall -Wno-unused -fexceptions -DOMNIPY_MAJOR=2 
 > -DOMNIPY_MINOR=6 -I/usr/include -I/usr/include/omniORB4/internal 
 > -I../include/omniORB4/internal -I../../include/omniORB4/internal 
 > -I/usr/include/omniORB4/internal -I../include -I/usr/include 
 > -DPYTHON_INCLUDE="<python2.4/Python.h>" 
 > -DPYTHON_THREAD_INC="<python2.4/pythread.h>" -D__OMNIORB4__ -I../stub 
 > -D_REENTRANT -I/usr/include -fPIC -I. -I../../modules -I../include 
 > -I../../include -D__OSVERSION__=2 -D__linux__ -D__x86__ -o pyObjectRef.o 
 > ../../modules/pyObjectRef.cc
 > ../../modules/pyObjectRef.cc: In static member function 'static omniObjRef* 
 > omniPy::createObjRef(const char*, omniIOR*, CORBA::Boolean, omniIdentity*, 
 > CORBA::Boolean)':
 > ../../modules/pyObjectRef.cc:374: error: no matching function for call to 
 > 'omniIOR::omniIOR(const char*, const _CORBA_Octet*, int)'
 > /usr/include/omniORB4/omniIOR.h:341: note: candidates are: 
 > omniIOR::omniIOR(const omniIOR&)
 > /usr/include/omniORB4/omniIOR.h:340: note:                 omniIOR::omniIOR()
 > /usr/include/omniORB4/omniIOR.h:237: note:                 
 > omniIOR::omniIOR(const char*, const _CORBA_Unbounded_Sequence_Octet&, const 
 > IIOP::Address*, _CORBA_ULong, GIOP::Version, omniIOR::interceptorOption, 
 > const _CORBA_Unbounded_Sequence<IOP::TaggedComponent>*)
 > /usr/include/omniORB4/omniIOR.h:225: note:                 
 > omniIOR::omniIOR(const char*, const _CORBA_Octet*, int, const omniIORHints&)
 > /usr/include/omniORB4/omniIOR.h:221: note:                 
 > omniIOR::omniIOR(char*, IOP::TaggedProfile*, _CORBA_ULong, _CORBA_ULong)
 > /usr/include/omniORB4/omniIOR.h:217: note:                 
 > omniIOR::omniIOR(char*, _CORBA_Unbounded_Sequence<IOP::TaggedProfile>*)
 > ../../modules/pyObjectRef.cc: In static member function 'static omniObjRef* 
 > omniPy::createLocalObjRef(const char*, const char*, omniObjTableEntry*, 
 > CORBA::Boolean)':
 > ../../modules/pyObjectRef.cc:434: error: no matching function for call to 
 > 'omniIOR::omniIOR(const char*&, const _CORBA_Octet*, int)'
 > /usr/include/omniORB4/omniIOR.h:341: note: candidates are: 
 > omniIOR::omniIOR(const omniIOR&)
 > /usr/include/omniORB4/omniIOR.h:340: note:                 omniIOR::omniIOR()
 > /usr/include/omniORB4/omniIOR.h:237: note:                 
 > omniIOR::omniIOR(const char*, const _CORBA_Unbounded_Sequence_Octet&, const 
 > IIOP::Address*, _CORBA_ULong, GIOP::Version, omniIOR::interceptorOption, 
 > const _CORBA_Unbounded_Sequence<IOP::TaggedComponent>*)
 > /usr/include/omniORB4/omniIOR.h:225: note:                 
 > omniIOR::omniIOR(const char*, const _CORBA_Octet*, int, const omniIORHints&)
 > /usr/include/omniORB4/omniIOR.h:221: note:                 
 > omniIOR::omniIOR(char*, IOP::TaggedProfile*, _CORBA_ULong, _CORBA_ULong)
 > /usr/include/omniORB4/omniIOR.h:217: note:                 
 > omniIOR::omniIOR(char*, _CORBA_Unbounded_Sequence<IOP::TaggedProfile>*)
 > ../../modules/pyObjectRef.cc: In static member function 'static omniObjRef* 
 > omniPy::createLocalObjRef(const char*, const char*, const _CORBA_Octet*, 
 > int, CORBA::Boolean)':
 > ../../modules/pyObjectRef.cc:459: error: no matching function for call to 
 > 'omniIOR::omniIOR(const char*&, const _CORBA_Octet*&, int&)'
 > /usr/include/omniORB4/omniIOR.h:341: note: candidates are: 
 > omniIOR::omniIOR(const omniIOR&)
 > /usr/include/omniORB4/omniIOR.h:340: note:                 omniIOR::omniIOR()
 > /usr/include/omniORB4/omniIOR.h:237: note:                 
 > omniIOR::omniIOR(const char*, const _CORBA_Unbounded_Sequence_Octet&, const 
 > IIOP::Address*, _CORBA_ULong, GIOP::Version, omniIOR::interceptorOption, 
 > const _CORBA_Unbounded_Sequence<IOP::TaggedComponent>*)
 > /usr/include/omniORB4/omniIOR.h:225: note:                 
 > omniIOR::omniIOR(const char*, const _CORBA_Octet*, int, const omniIORHints&)
 > /usr/include/omniORB4/omniIOR.h:221: note:                 
 > omniIOR::omniIOR(char*, IOP::TaggedProfile*, _CORBA_ULong, _CORBA_ULong)
 > /usr/include/omniORB4/omniIOR.h:217: note:                 
 > omniIOR::omniIOR(char*, _CORBA_Unbounded_Sequence<IOP::TaggedProfile>*)
 > make[2]: *** [pyObjectRef.o] Error 1
 > make[2]: Leaving directory 
 > `/build/user/python-omniorb2-2.6/build-2.4/modules'
 > make[1]: *** [all] Error 1
 > make[1]: Leaving directory `/build/user/python-omniorb2-2.6/build-2.4'
 > make: *** [build-stamp-2.4] Error 2
 > rm build-2.4/config.status
 > dpkg-buildpackage: failure: debian/rules build gave error exit status 2

The full build log is available from:
        http://people.debian.org/~lucas/logs/2007/11/26

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to