Opened 7 years ago
#17036 new defect
VBOX_WITH_EXTPACK_VBOXDTRACE fails to build with glibc >= 2.26-2.fc27
| Reported by: | sergiomb | Owned by: | |
|---|---|---|---|
| Component: | other | Version: | VirtualBox 5.1.26 |
| Keywords: | Cc: | ||
| Guest type: | other | Host type: | other |
Description
http://koji.rpmfusion.org/kojifiles/work/tasks/6178/146178/build.log
http://koji.rpmfusion.org/koji/taskinfo?taskID=146178
the workaround is add VBOX_WITH_EXTPACK_VBOXDTRACE= to make
In file included from /builddir/build/BUILD/VirtualBox-
5.1.24/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/dtrace.h:55:0,
from /builddir/build/BUILD/VirtualBox-
5.1.24/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dtrace.h:
38,
from /builddir/build/BUILD/VirtualBox-
5.1.24/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/dtrace.c:37:
/builddir/build/BUILD/VirtualBox-
5.1.24/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h:59:37:
error: conflicting types for 'greg_t'
typedef RTCCINTREG greg_t;
^~~~~~
In file included from /usr/include/signal.h:302:0,
from /usr/include/sys/wait.h:36,
from /builddir/build/BUILD/VirtualBox-
5.1.24/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/dtrace.c:34:
/usr/include/sys/ucontext.h:37:37: note: previous declaration of
'greg_t' was here
__extension__ typedef long long int greg_t;
^~~~~~
kmk: *** [/builddir/build/BUILD/VirtualBox-
5.1.24/obj/obj/VBoxDTraceCmd/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtra
ce/dtrace.o] Error 1
Note:
See TracTickets
for help on using tickets.

