Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 2015 22:42:06 +0000
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
Message-ID:  <bug-203904-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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.



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