[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:38:37 UTC 2014


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

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

Author: rakuco
Date: Sat Jun  7 09:38:11 UTC 2014
New revision: 356888
URL: http://svnweb.freebsd.org/changeset/ports/356888

Log:
  Add explicit dependency on qt4-gui.

  For some reason, PyQt's configure.py adds a dependency on QtGui when
  figuring out if QtSql is installed. When the API option is on, this
  dependency is always installed indirectly, but things fail if it is turned
  off. From configure's build log:

    Checking to see if the QtSql module should be built...
    c++ -DQT_NO_DEBUG -DQT_SQL_LIB -I. -I/usr/local/share/qt4/mkspecs/default
    -I/usr/local/include/qt4/QtSql -I/usr/local/include/qt4/QtGui
    -I/usr/local/include/qt4 -I/usr/local/include -O2 -pipe
    -fno-strict-aliasing -O2 -w -pthread -D_THREAD_SAFE cfgtest_QtSql.cpp -o
    cfgtest_QtSql -L/usr/local/lib/qt4 -L/usr/local/lib -Wl,-O1
    -Wl,-rpath,/usr/local/lib/qt4 -lQtSql -L/usr/local/lib/qt4
    -L/usr/local/lib/qt4 -L/usr/local/lib -lQtCore -L/usr/local/lib/qt4
    -L/usr/local/lib/qt4 -L/usr/local/lib -lQtGui -lXext -lX11 -lm
    /usr/bin/ld: cannot find -lQtGui
    c++: error: linker command failed with exit code 1 (use -v to see
invocation)

  PR:        183706
  MFH:        2014Q2

Changes:
  head/databases/py-qt4-sql/Makefile

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


More information about the kde-freebsd mailing list