Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2013 23:12:48 GMT
From:      Kevin Zheng <kevinz5000@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183706: Poudriere build failure for devel/py-qt4-core
Message-ID:  <201311052312.rA5NCmgf079149@oldred.freebsd.org>
Resent-Message-ID: <201311052320.rA5NK18G054900@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         183706
>Category:       ports
>Synopsis:       Poudriere build failure for devel/py-qt4-core
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 05 23:20:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Zheng
>Release:        9.2-RELEASE
>Organization:
>Environment:
FreeBSD poppy.local 9.2-RELEASE FreeBSD 9.2-RELEASE #0: Thu Oct  3 18:50:19 CDT 2013     kevinz@poppy.local:/usr/obj/usr/src/sys/QUASAR-PAE  i386
>Description:
The build for devel/py-qt4-core in poudriere fails with the following message:

c++ -c -O2 -pipe -fno-strict-aliasing -O2 -Wall -W -pthread -D_THREAD_SAFE -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_XML_LIB -I. -I/wrkdirs/usr/ports/devel/py-qt4-core/work/PyQt-x11-gpl-4.10.3/pylupdate -I/usr/local/share/qt4/mkspecs/default -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4 -o fetchtr.o fetchtr.cpp
c++ -c -O2 -pipe -fno-strict-aliasing -O2 -Wall -W -pthread -D_THREAD_SAFE -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_XML_LIB -I. -I/wrkdirs/usr/ports/devel/py-qt4-core/work/PyQt-x11-gpl-4.10.3/pylupdate -I/usr/local/share/qt4/mkspecs/default -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4 -o merge.o merge.cpp
fetchtr.cpp:49:17: error: QtXml: No such file or directory
fetchtr.cpp:765: error: expected class-name before '{' token
fetchtr.cpp:772: error: expected ',' or '...' before '&' token
fetchtr.cpp:772: error: ISO C++ forbids declaration of 'QXmlAttributes' with no type
fetchtr.cpp:776: error: expected ',' or '...' before '&' token
fetchtr.cpp:776: error: ISO C++ forbids declaration of 'QXmlParseException' with no type
fetchtr.cpp:778: error: 'QXmlLocator' has not been declared
fetchtr.cpp:782: error: ISO C++ forbids declaration of 'QXmlLocator' with no type
fetchtr.cpp:782: error: expected ';' before '*' token
fetchtr.cpp: In member function 'virtual void UiHandler::setDocumentLocator(int*)':
fetchtr.cpp:780: error: 'm_locator' was not declared in this scope
fetchtr.cpp: At global scope:
fetchtr.cpp:800: error: expected ',' or '...' before '&' token
fetchtr.cpp:800: error: ISO C++ forbids declaration of 'QXmlAttributes' with no type
fetchtr.cpp: In member function 'virtual bool UiHandler::startElement(const QString&, const QString&, const QString&, int)':
fetchtr.cpp:804: error: 'atts' was not declared in this scope
fetchtr.cpp:808: error: 'atts' was not declared in this scope
fetchtr.cpp:816: error: 'm_locator' was not declared in this scope
fetchtr.cpp: At global scope:
fetchtr.cpp:800: warning: unused parameter 'QXmlAttributes'
fetchtr.cpp:847: error: expected ',' or '...' before '&' token
fetchtr.cpp:847: error: ISO C++ forbids declaration of 'QXmlParseException' with no type
fetchtr.cpp: In member function 'virtual bool UiHandler::fatalError(int)':
fetchtr.cpp:851: error: 'exception' was not declared in this scope
fetchtr.cpp: At global scope:
fetchtr.cpp:847: warning: unused parameter 'QXmlParseException'
fetchtr.cpp: In function 'void fetchtr_ui(const char*, MetaTranslator*, const char*, bool)':
fetchtr.cpp:886: error: 'QXmlInputSource' was not declared in this scope
fetchtr.cpp:886: error: expected `;' before 'in'
fetchtr.cpp:887: error: 'QXmlSimpleReader' was not declared in this scope
fetchtr.cpp:887: error: expected `;' before 'reader'
fetchtr.cpp:888: error: 'reader' was not declared in this scope
fetchtr.cpp:892: error: 'QXmlDefaultHandler' was not declared in this scope
fetchtr.cpp:892: error: 'hand' was not declared in this scope
fetchtr.cpp:896: error: 'in' was not declared in this scope
fetchtr.cpp:900: error: type '<type error>' argument given to 'delete', expected pointer
*** [fetchtr.o] Error code 1
1 error
*** [all] Error code 2
1 error
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** [do-build] Error code 1

Stop in /usr/ports/devel/py-qt4-core.
===>  Cleaning for py27-qt4-core-4.10.3,1
build of /usr/ports/devel/py-qt4-core ended at Mon Nov  4 23:09:34 CST 2013
build time: 00:02:40
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311052312.rA5NCmgf079149>