From owner-freebsd-bugs@freebsd.org Tue Oct 20 22:42:06 2015 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83A88A1AA39 for ; Tue, 20 Oct 2015 22:42:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FDC613B5 for ; Tue, 20 Oct 2015 22:42:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t9KMg6J4095152 for ; Tue, 20 Oct 2015 22:42:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 203904] make[1]: stopped in /usr/ports/textproc/qt4-xmlpatterns/work/qt-everywhere-opensource-src-4.8.7/src/xmlpatterns Date: Tue, 20 Oct 2015 22:42:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: loonybomber@yahoo.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-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 attachments.created 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-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2015 22:42:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203904 Bug ID: 203904 Summary: make[1]: stopped in /usr/ports/textproc/qt4-xmlpatterns/work/qt-everywhere -opensource-src-4.8.7/src/xmlpatterns Product: Base System Version: 10.1-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: loonybomber@yahoo.com Created attachment 162262 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=162262&action=edit Preprocessed source(s) and associated run script textproc/qt4-xmlpatterns fails to build with the message produced inline below. This error occurs using portmaster or with make install. I've seen a post that this message might relate to not having enough memory. I'm using a swap file. I cannot tell if I am using a wrong version of Clang or not the right one from source or ports. According to ls /var/db/pkg, I have clang36-3.6.2 installed. I also have gcc-4.8.4_3 but am not sure how I could try to make it with gcc. I cannot tell if it would be a good idea to try to replace qt4 ports with qt5 ports. Not sure it helps, but, here's my make file: $ more /etc/make.conf QT4_OPTIONS=CUPS QGKSTYLE NAS CUPS_OVERWRITE_BASE=YES OPTIONS_SET=CUPS #DEFAULT_VERSIONS=mysql=5.6 apache=2.4 MAKE_JOBS_UNSAFE=YES DISABLE_VULNERABILITIES=YES DEFAULT_VERSIONS+= perl5=5.20 c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -pthread -D_THREAD_SAFE -fPIC -DQT_SHARED -DQT_BUILD_XMLPATTERNS_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_HAVE_AVX -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I../../include/QtCore -I../../include/QtNetwork -I../../include -I../../include/QtXmlPatterns -I.rcc/release-shared -Iacceltree -Idata -Iapi -Ienvironment -Iexpr -Ifunctions -Iiterators -Ijanitors -Iparser -Ischema -Itype -Iutils -I.moc/release-shared -I/usr/local/include/qt4 -I/usr/local/include -o .obj/release-shared/qquerytransformparser.o parser/qquerytransformparser.cpp c++: error: unable to execute command: Killed c++: error: clang frontend command failed due to signal (use -v to see invocation) FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.1 Thread model: posix c++: note: diagnostic msg: PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the crash backtrace, preprocessed source, and associated run script. c++: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: c++: note: diagnostic msg: /tmp/qquerytransformparser-1bfac2.cpp c++: note: diagnostic msg: /tmp/qquerytransformparser-1bfac2.sh c++: note: diagnostic msg: ******************** *** Error code 254 Stop. make[1]: stopped in /usr/ports/textproc/qt4-xmlpatterns/work/qt-everywhere-opensource-src-4.8.7/src/xmlpatterns *** Error code 1 Stop. make: stopped in /usr/ports/textproc/qt4-xmlpatterns ------------------------------ This is my first bug report. I'd welcome tips on how to improve my reports. There are two reasons why I am making this report: (1) I have not found anything online that helps me resolve this issue, and (2) it says, "PLEASE submit a bug report" and it would seem pretty compelling to do so before asking more more help. -- You are receiving this mail because: You are the assignee for the bug.