Control: forcemerge 707157 -1

* Lucas Nussbaum <[email protected]>, 2013-05-09, 10:13:
Relevant part:
g++ -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -I. -I/usr/mkspecs/linux-g++ 
-I/usr/include/qt4/QtMultimedia -I/usr/include/qt4 -pipe  -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security  
-D_FORTIFY_SOURCE=2 -w -D_REENTRANT cfgtest_QtMultimedia.cpp -o 
cfgtest_QtMultimedia -L/usr/lib  -Wl,-z,relro -Wl,-O1 -lQtMultimedia
cfgtest_QtMultimedia.cpp:1:28: fatal error: QAudioDeviceInfo: No such file or 
directory
compilation terminated.

This is red herring, the real reason is...

mkdir -p build-3.3
cd build-3.3 && python3.3 ../configure.py --confirm-license --verbose -q /usr/bin/qmake-qt4 -c -j 10 LIBDIR_QT=/usr/lib STRIP="" MOC=moc-qt4 
LIBS_OPENGL="" LIBS_X11="" LIBS_THREAD="" CFLAGS="" CFLAGS_RELEASE=" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security  -D_FORTIFY_SOURCE=2" LFLAGS="" CXXFLAGS_RELEASE=" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security  -D_FORTIFY_SOURCE=2" LFLAGS_RELEASE=" -Wl,-z,relro -Wl,-O1" \
                        -m /usr/lib/python3.3/config \
                        -d /usr/lib/python3.3/dist-packages \
                        --dbus /usr/include/dbus-1.0 \
                        --no-designer-plugin
Usage: python configure.py [opts] [macro=value] [macro+=value]

configure.py: error: '/usr/lib/python3.3/config' is not a directory
make: *** [build-3.3/configure-stamp] Error 2

... which is the same as #707157.

--
Jakub Wilk

_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to