Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2014 17:25:35 GMT
From:      sakamoti <sasamotikomi@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/188830: x11/kde4-workspace fail to build with default version clang
Message-ID:  <201404201725.s3KHPZ0o043531@cgiserv.freebsd.org>
Resent-Message-ID: <201404201730.s3KHU0Rh017286@freefall.freebsd.org>

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

>Number:         188830
>Category:       misc
>Synopsis:       x11/kde4-workspace fail to build with default version clang
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 20 17:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     sakamoti
>Release:        FreeBSD 10
>Organization:
>Environment:
FreeBSD matatuto 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr  8 06:45:06 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
gmake[4]: Enter a directory `/usr/ports/x11/kde4-workspace/work/.build'
Scanning dependencies of target kwinglutils
gmake[4]: Leaving directory `/usr/ports/x11/kde4-workspace/work/.build'
gmake[4]: Enter a directory `/usr/ports/x11/kde4-workspace/work/.build'
[  9%] Building CXX object kwin/libkwineffects/CMakeFiles/kwinglutils.dir/kwinglutils_automoc.cpp.o
In file included from /usr/ports/x11/kde4-workspace/work/.build/kwin/libkwineffects/kwinglutils_automoc.cpp:5:
In file included from /usr/ports/x11/kde4-workspace/work/.build/kwin/libkwineffects/moc_kwinglcolorcorrection_p.cpp:9:
In file included from /usr/ports/x11/kde4-workspace/work/.build/kwin/libkwineffects/../../../kde-workspace-4.11.8/kwin/libkwineffects/kwinglcolorcorrection_p.h:25:
/usr/ports/x11/kde4-workspace/work/kde-workspace-4.11.8/kwin/libkwineffects/kwinglutils_funcs.h:567:60: error: 
      unknown type name 'GLeglImageOES'
typedef GLvoid(*glEGLImageTargetTexture2DOES_func)(GLenum, GLeglImageOES);
                                                           ^
1 error generated.
gmake[4]: *** [kwin/libkwineffects/CMakeFiles/kwinglutils.dir/kwinglutils_automoc.cpp.o] Error 1
gmake[4]: Leaving directory `/usr/ports/x11/kde4-workspace/work/.build'
gmake[3]: *** [kwin/libkwineffects/CMakeFiles/kwinglutils.dir/all] Error 2
gmake[3]: Leaving directory `/usr/ports/x11/kde4-workspace/work/.build'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/ports/x11/kde4-workspace/work/.build'
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/x11/kde4-workspace
*** Error code 1

Stop.
make: stopped in /usr/ports/x11/kde4-workspace
>How-To-Repeat:
Try to build with default clang.
>Fix:
Build with gcc48.
USE_GCC=4.8+
CC=gcc48
CCX=g++48
CPP=cpp48

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



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