From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 24 14:46:31 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9219E89 for ; Thu, 24 Jul 2014 14:46:31 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A09F275B for ; Thu, 24 Jul 2014 14:46:31 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6OEkVFC035829 for ; Thu, 24 Jul 2014 14:46:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192095] New: Port: devel/smokeqt fails to build Date: Thu, 24 Jul 2014 14:46:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: transitive@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2014 14:46:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192095 Bug ID: 192095 Summary: Port: devel/smokeqt fails to build Product: Ports Tree Version: Latest Hardware: amd64 OS: Any Status: Needs Triage Severity: Affects Only Me Priority: Normal Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: transitive@gmail.com The latest update to the port for devel/smokeqt fails to build on my system. % uname -a FreeBSD polyfree.my.domain 10.0-STABLE FreeBSD 10.0-STABLE #9 r268458: Wed Jul 9 12:39:50 EDT 2014 root@polyfree.my.domain:/usr/obj/usr/src/sys/GENERIC amd64 The port build output containing the errors: Scanning dependencies of target smokeqttest [ 27%] Building CXX object qttest/CMakeFiles/smokeqttest.dir/smokedata.cpp.o [ 28%] Building CXX object qttest/CMakeFiles/smokeqttest.dir/x_1.cpp.o /usr/ports/devel/smokeqt/work/.build/qttest/x_1.cpp:1227:94: error: unknown type name 'TestFailMode'; did you mean 'QTest::TestFailMode'? bool xret = QTest::qExpectFail((const char*)x[1].s_class,(const char*)x[2].s_class,*(TestFailMode*)x[3].s_class,(const char*)x[4].s_class,(int)x[5].s_int); ^~~~~~~~~~~~ QTest::TestFailMode /usr/local/include/qt4/QtTest/qtest_global.h:83:10: note: 'QTest::TestFailMode' declared here enum TestFailMode { Abort = 1, Continue = 2 }; ^ /usr/ports/devel/smokeqt/work/.build/qttest/x_1.cpp:1277:15: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char* xret = QTest::currentAppName(); ^ ~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/devel/smokeqt/work/.build/qttest/x_1.cpp:1367:21: error: no viable conversion from 'QTestData' to 'const char *' const char* xret = QTest::newRow((const char*)x[1].s_class); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/devel/smokeqt/work/.build/qttest/x_1.cpp:1372:13: error: cannot initialize a variable of type 'int' with an rvalue of type 'QObject *' int xret = QTest::testObject(); ^ ~~~~~~~~~~~~~~~~~~~ /usr/ports/devel/smokeqt/work/.build/qttest/x_1.cpp:1402:50: error: unknown type name 'SkipMode'; did you mean 'QTest::SkipMode'? QTest::qSkip((const char*)x[1].s_class,*(SkipMode*)x[2].s_class,(const char*)x[3].s_class,(int)x[4].s_int); ^~~~~~~~ QTest::SkipMode /usr/local/include/qt4/QtTest/qtest_global.h:82:10: note: 'QTest::SkipMode' declared here enum SkipMode { SkipSingle = 1, SkipAll = 2 }; ^ /usr/ports/devel/smokeqt/work/.build/qttest/x_1.cpp:1407:13: error: cannot initialize a variable of type 'int' with an rvalue of type 'void' int xret = QTest::setBenchmarkResult((double)x[1].s_double,(QTest::QBenchmarkMetric)x[2].s_enum); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/devel/smokeqt/work/.build/qttest/x_1.cpp:1562:15: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char* xret = QTest::currentDataTag(); ^ ~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/devel/smokeqt/work/.build/qttest/x_1.cpp:1677:15: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char* xret = QTest::currentTestFunction(); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8 errors generated. --- qttest/CMakeFiles/smokeqttest.dir/x_1.cpp.o --- *** [qttest/CMakeFiles/smokeqttest.dir/x_1.cpp.o] Error code 1 make[3]: stopped in /usr/ports/devel/smokeqt/work/.build 1 error make[3]: stopped in /usr/ports/devel/smokeqt/work/.build --- qttest/CMakeFiles/smokeqttest.dir/all --- *** [qttest/CMakeFiles/smokeqttest.dir/all] Error code 2 make[2]: stopped in /usr/ports/devel/smokeqt/work/.build Generating SMOKE sources... preparing SMOKE data [qtgui] writing out smokedata.cpp [qtgui] writing out x_*.cpp [qtgui] Done. A failure has been detected in another branch of the parallel make make[3]: stopped in /usr/ports/devel/smokeqt/work/.build --- qtgui/CMakeFiles/smokeqtgui.dir/all --- *** [qtgui/CMakeFiles/smokeqtgui.dir/all] Error code 2 make[2]: stopped in /usr/ports/devel/smokeqt/work/.build 2 errors make[2]: stopped in /usr/ports/devel/smokeqt/work/.build --- all --- *** [all] Error code 2 make[1]: stopped in /usr/ports/devel/smokeqt/work/.build 1 error make[1]: stopped in /usr/ports/devel/smokeqt/work/.build ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/devel/smokeqt -- You are receiving this mail because: You are the assignee for the bug.