[kde-freebsd] [Bug 183706] Poudriere build failure for devel/py-qt4-core

bz-noreply at freebsd.org bz-noreply at freebsd.org
Sat Jun 7 09:39:39 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183706

--- Comment #9 from commit-hook at freebsd.org ---
A commit references this bug:

Author: rakuco
Date: Sat Jun  7 09:39:35 UTC 2014
New revision: 356889
URL: http://svnweb.freebsd.org/changeset/ports/356889

Log:
  Add explicit dependency on qt4-gui.

  This is similar to r356888, in that PyQt's configure.py builds py-qt4-test
  with QtGui's libraries (even though, contrary to qt4-sql, it is not used at
  configuration time). Using QtGui defines QT_GUI_LIB, which makes the QtTest
  headers pull in QtGui ones. QtGui comes for free indirectly when the API
  option is set, but the build fails otherwise:

    c++ -c -O2 -pipe -fno-strict-aliasing -fPIC -O2 -Wall -W -pthread
-D_THREAD_SAFE -DNDEBUG -DQT_NO_DEBUG -DQT_TEST_LIB -DQT_GUI_LIB -DQT_CORE_LIB
-I. -I/usr/local/include/python2.7 -I/usr/local/share/qt4/mkspecs/default
-I/usr/local/include/qt4/QtTest -I/usr/local/include/qt4/QtGui
-I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4 -I/usr/local/include
-o sipQtTestQTest.o sipQtTestQTest.cpp
    In file included from
/wrkdirs/usr/ports/devel/py-qt4-test/work/PyQt-x11-gpl-4.10.3/sip/QtTest/qtestkeyboard.sip:31:
    /usr/local/include/qt4/QtTest/qtestkeyboard.h:56:10: fatal error:
'QtGui/qapplication.h' file not found

  PR:        183706
  MFH:        2014Q2

Changes:
  head/devel/py-qt4-test/Makefile

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list