ports/177901: devel/kdevelop-kde4: breakpointcontroller.moc:53:51: error: use of undeclared identifier 'IDebugSession'

O. Hartmann ohartman at zedat.fu-berlin.de
Wed Apr 17 08:00:01 UTC 2013


>Number:         177901
>Category:       ports
>Synopsis:       devel/kdevelop-kde4: breakpointcontroller.moc:53:51: error: use of undeclared identifier 'IDebugSession'
>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:   Wed Apr 17 08:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     O. Hartmann
>Release:        FreeBSD 10..0-CURRENT/amd64
>Organization:
FU Berlin
>Environment:
FreeBSD 10.0-CURRENT #0 r249519: Mon Apr 15 22:23:31 CEST 2013 amd64
>Description:
On FreeBSD 10.0-CURRENT/amd64 (with CLANG 3.3 now) the compilation of port devel/kdevelop-kde3 fails due to the shown error below.

Prior to the swithc to CLANG 3.3 the port built properly.

[...]
Generating moc_gdb.cpp
[ 41%] Built target gdbtest_automoc
[ 41%] Generating ui_selectaddress.h
[ 41%] Generating ui_debuggertracingdialog.h
Scanning dependencies of target gdbtest
[ 41%] Building CXX object debuggers/gdb/CMakeFiles/gdbtest.dir/gdbtest_automoc.o
[ 41%] Building CXX object debuggers/gdb/CMakeFiles/gdbtest.dir/unittests/gdbtest.o
[ 41%] Building CXX object debuggers/gdb/CMakeFiles/gdbtest.dir/gdb.o
[ 42%] Building CXX object debuggers/gdb/CMakeFiles/gdbtest.dir/gdbcommandqueue.o
[ 42%] Building CXX object debuggers/gdb/CMakeFiles/gdbtest.dir/gdbcommand.o
[ 42%] Building CXX object debuggers/gdb/CMakeFiles/gdbtest.dir/gdbparser.o
[ 42%] Building CXX object debuggers/gdb/CMakeFiles/gdbtest.dir/stty.o
[ 42%] Building CXX object debuggers/gdb/CMakeFiles/gdbtest.dir/disassemblewidget.o
[ 42%] Building CXX object debuggers/gdb/CMakeFiles/gdbtest.dir/memviewdlg.o
[ 42%] Building CXX object debuggers/gdb/CMakeFiles/gdbtest.dir/gdboutputwidget.o
[ 43%] Building CXX object debuggers/gdb/CMakeFiles/gdbtest.dir/breakpointcontroller.o
In file included from /usr/ports/devel/kdevelop-kde4/work/kdevelop-4.4.1/debuggers/gdb/breakpointcontroller.cpp:521:
/usr/ports/devel/kdevelop-kde4/work/kdevelop-4.4.1/debuggers/gdb/breakpointcontroller.moc:53:51: error: use of undeclared identifier 'IDebugSession';
      did you mean 'IDebugSession'?
        case 0: _t->slotEvent((*reinterpret_cast< IDebugSession::event_t(*)>(_a[1]))); break;
                                                  ^~~~~~~~~~~~~
                                                  IDebugSession
/usr/local/kde4/include/kdevplatform/interfaces/idebugcontroller.h:33:7: note: 'IDebugSession' declared here
class IDebugSession;
      ^
1 error generated.
gmake[2]: *** [debuggers/gdb/CMakeFiles/gdbtest.dir/breakpointcontroller.o] Error 1
gmake[1]: *** [debuggers/gdb/CMakeFiles/gdbtest.dir/all] Error 2
gmake: *** [all] Error 2
*** [do-build] Error code 1

Stop in /usr/ports/devel/kdevelop-kde4.
*** [build] Error code 1

Stop in /usr/ports/devel/kdevelop-kde4.

===>>> make failed for devel/kdevelop-kde4
===>>> Aborting update

===>>> Update for kdevelop-4.4.1 failed
===>>> Aborting update

===>>> Killing background jobs

>How-To-Repeat:
Build/reinstall port devel/kdevelop-kde4 on most recent (>= r249519) FreeBSD 10.0- CURRENT with system's compiler, which is CLANG 3.3.
>Fix:


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


More information about the freebsd-ports-bugs mailing list