Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 23:56:51 GMT
From:      freethread <pe.freethread@live.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/187150: editors/kate 4.12.x doesn't compile
Message-ID:  <201402282356.s1SNupk9058410@cgiserv.freebsd.org>
Resent-Message-ID: <201403010000.s2100097039765@freefall.freebsd.org>

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

>Number:         187150
>Category:       ports
>Synopsis:       editors/kate 4.12.x doesn't compile
>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:   Sat Mar 01 00:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     freethread
>Release:        10.9-RELEASE
>Organization:
>Environment:
FreeBSD delta.xxxxxx.xxx 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
FreeBSD 10.0-RELEASE in VM (host: Windows 7, CPU i3 3210M, GPU HD4000), xorg compiled with WITH_NEW_XORG without AIGLX flag (blank screen) without /usr/local/X11/xorg.conf

Upgrading from KDE 4.11.6 to 4.12.2, the only one port that doesn't compile is editor/kate. It stops at

    [100%] Built target kateencodingtest

after the first build I edited /etc/make.conf and inserted the following line with the same result

    MAKE_JOBS_UNSAFE=yes

I have the 2 vimode_test-*.cpp generated file (more than 4 MB), I can send by email if someone require ask for it. The vimode_test-*.sh content is:

/usr/bin/c++ -cc1 -triple x86_64-unknown-freebsd10.0 -emit-obj -disable-free -disable-llvm-verifier -main-file-name vimode_test.cpp -mrelocation-model static -mdisable-fp-elim -relaxed-aliasing -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -D "KDE4_CMAKE_TOPLEVEL_DIR_LENGTH=28" -D "KDE_DEPRECATED_WARNINGS" -D "KTEXTEDITOR_NO_DEPRECATED" -D "QT_NO_CAST_TO_ASCII" -D "QT_NO_STL" -D "QT_USE_FAST_CONCATENATION" -D "QT_USE_FAST_OPERATOR_PLUS" -D "_REENTRANT" -D "NDEBUG" -D "QT_NO_DEBUG" -D "_LARGEFILE64_SOURCE" -D ""KDESRCDIR=\"/usr/ports/editors/kate/work/kate-4.12.2/tests/\""" -O2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -Woverloaded-virtual -Werror=return-type -Wno-return-type-c-linkage -fdeprecated-macro -ferror-limit 19 -fmessage-length 0 -fvisibility hidden -fvisibility-inlines-hidden -mstackrealign -fobjc-runtime=gnustep -fobjc-default-synthesize-properties -fcxx-exceptions -fexceptio
 ns -fno-common -fdiagnostics-show-option -backend-option -vectorize-loops -x c++ vimode_test-B5Qay6.cpp

The following is the last part of portmaster build log:

..
[100%] Building CXX object tests/encoding/CMakeFiles/kateencodingtest.dir/kateencodingtest_automoc.o
[100%] Building CXX object tests/encoding/CMakeFiles/kateencodingtest.dir/kateencodingtest.o
Linking CXX executable kateencodingtest
[100%] Built target kateencodingtest
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.3 (tags/RELEASE_33/final 183502) 20130610
Target: x86_64-unknown-freebsd10.0
Thread model: posix
c++: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ 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/vimode_test-B5Qay6.cpp
c++: note: diagnostic msg: /tmp/vimode_test-B5Qay6.sh
c++: note: diagnostic msg: 

********************
--- tests/CMakeFiles/vimode_test.dir/vimode_test.o ---
*** [tests/CMakeFiles/vimode_test.dir/vimode_test.o] Error code 254

make[3]: stopped in /usr/ports/editors/kate/work/.build
1 error

make[3]: stopped in /usr/ports/editors/kate/work/.build
--- tests/CMakeFiles/vimode_test.dir/all ---
*** [tests/CMakeFiles/vimode_test.dir/all] Error code 2

make[2]: stopped in /usr/ports/editors/kate/work/.build
1 error

make[2]: stopped in /usr/ports/editors/kate/work/.build
--- all ---
*** [all] Error code 2

make[1]: stopped in /usr/ports/editors/kate/work/.build
1 error

make[1]: stopped in /usr/ports/editors/kate/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/editors/kate


>How-To-Repeat:
portmaster editors/kate
>Fix:


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



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