Qt bindings not passing distcheck

John (J5) Palmieri johnp at redhat.com
Sat Mar 5 11:20:09 PST 2005


Disabling Qt in the configure.in makes it pass distcheck.  What is the
status of the Qt bindings?  Is it ok for me to do a D-BUS release?

--
J5  


On Sat, 2005-03-05 at 13:48, John (J5) Palmieri wrote:
> I'm looking to do a release of dbus but the Qt bindings aren't passing
> distcheck for me.  Don't know if it is just my build environment missing
> something or the makefiles aren't correct but some files aren't being
> generated.  Here is the relevant output:
> 
> Making all in qt
> make[3]: Entering directory
> `/home/boston/johnp/Devel/dbus_hal_1.0_push/dbus-cvs/dbus/dbus-0.30/_build/qt'
> if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
> -I../../qt -I.. -I../..  -I/usr/lib/qt-3.3/include 
> -DDBUS_API_SUBJECT_TO_CHANGE=1   -g -O2 -MT dbus-qthread.lo -MD -MP -MF
> ".deps/dbus-qthread.Tpo" -c -o dbus-qthread.lo
> ../../qt/dbus-qthread.cpp; \
> then mv -f ".deps/dbus-qthread.Tpo" ".deps/dbus-qthread.Plo"; else rm -f
> ".deps/dbus-qthread.Tpo"; exit 1; fi
> mkdir .libs
>  g++ -DHAVE_CONFIG_H -I. -I../../qt -I.. -I../..
> -I/usr/lib/qt-3.3/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -g -O2 -MT
> dbus-qthread.lo -MD -MP -MF .deps/dbus-qthread.Tpo -c
> ../../qt/dbus-qthread.cpp  -fPIC -DPIC -o .libs/dbus-qthread.o
>  g++ -DHAVE_CONFIG_H -I. -I../../qt -I.. -I../..
> -I/usr/lib/qt-3.3/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -g -O2 -MT
> dbus-qthread.lo -MD -MP -MF .deps/dbus-qthread.Tpo -c
> ../../qt/dbus-qthread.cpp -o dbus-qthread.o >/dev/null 2>&1
> if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
> -I../../qt -I.. -I../..  -I/usr/lib/qt-3.3/include 
> -DDBUS_API_SUBJECT_TO_CHANGE=1   -g -O2 -MT message.lo -MD -MP -MF
> ".deps/message.Tpo" -c -o message.lo ../../qt/message.cpp; \
> then mv -f ".deps/message.Tpo" ".deps/message.Plo"; else rm -f
> ".deps/message.Tpo"; exit 1; fi
>  g++ -DHAVE_CONFIG_H -I. -I../../qt -I.. -I../..
> -I/usr/lib/qt-3.3/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -g -O2 -MT
> message.lo -MD -MP -MF .deps/message.Tpo -c ../../qt/message.cpp  -fPIC
> -DPIC -o .libs/message.o
>  g++ -DHAVE_CONFIG_H -I. -I../../qt -I.. -I../..
> -I/usr/lib/qt-3.3/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -g -O2 -MT
> message.lo -MD -MP -MF .deps/message.Tpo -c ../../qt/message.cpp -o
> message.o >/dev/null 2>&1
> /usr/bin/moc ../../qt/connection.h > connection.moc
> if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
> -I../../qt -I.. -I../..  -I/usr/lib/qt-3.3/include 
> -DDBUS_API_SUBJECT_TO_CHANGE=1   -g -O2 -MT connection.lo -MD -MP -MF
> ".deps/connection.Tpo" -c -o connection.lo connection.cpp; \
> then mv -f ".deps/connection.Tpo" ".deps/connection.Plo"; else rm -f
> ".deps/connection.Tpo"; exit 1; fi
>  g++ -DHAVE_CONFIG_H -I. -I../../qt -I.. -I../..
> -I/usr/lib/qt-3.3/include -DDBUS_API_SUBJECT_TO_CHANGE=1 -g -O2 -MT
> connection.lo -MD -MP -MF .deps/connection.Tpo -c connection.cpp  -fPIC
> -DPIC -o .libs/connection.o
> g++: connection.cpp: No such file or directory
> g++: no input files
> make[3]: *** [connection.lo] Error 1
> make[3]: Leaving directory
> `/home/boston/johnp/Devel/dbus_hal_1.0_push/dbus-cvs/dbus/dbus-0.30/_build/qt'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory
> `/home/boston/johnp/Devel/dbus_hal_1.0_push/dbus-cvs/dbus/dbus-0.30/_build'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory
> `/home/boston/johnp/Devel/dbus_hal_1.0_push/dbus-cvs/dbus/dbus-0.30/_build'
> make: *** [distcheck] Error 2
> 
> 
> 



More information about the dbus mailing list