Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Apr 2018 09:03:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 227488] devel/gdb: Build failure on 11.0-RELEASE
Message-ID:  <bug-227488-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227488

            Bug ID: 227488
           Summary: devel/gdb: Build failure on 11.0-RELEASE
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: pizzamig@freebsd.org
          Reporter: smh@FreeBSD.org
          Assignee: pizzamig@freebsd.org
             Flags: maintainer-feedback?(pizzamig@freebsd.org)

Build gdb on 11.0-RELEASE fails with:
c++ -x c++ -std=3Dgnu++11 -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function
-Wno-unused-variable -Wno-unknown-warning-option -DLIBICONV_PLUG
-Wno-extended-offsetof -fstack-protector -fno-strict-aliasing  -DLIBICONV_P=
LUG=20
 -I. -I. -I./common -I./config -DLOCALEDIR=3D"\"/usr/local/share/locale\""
-DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/..  -I./../zlib -I../b=
fd
-I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber=20
-I./gnulib/import -Ibuild-gnulib/import   -DTUI=3D1 -DLIBICONV_PLUG
-I/usr/local/include   -Wall -Wpointer-arith -Wno-unused -Wno-switch
-Wno-char-subscripts -Wempty-body -Wno-sign-compare -Wno-narrowing
-Wno-mismatched-tags -Wformat-nonliteral  -c -o common-utils.o -MT
common-utils.o -MMD -MP -MF ./.deps/common-utils.Tpo common/common-utils.c
stap-probe.c:122:29: error: default initialization of an object of const ty=
pe
'const stap_static_probe_ops' without a user-provided default constructor
const stap_static_probe_ops stap_static_probe_ops;
                            ^
                                                 {}
c++ -x c++ -std=3Dgnu++11 -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function
-Wno-unused-variable -Wno-unknown-warning-option -DLIBICONV_PLUG
-Wno-extended-offsetof -fstack-protector -fno-strict-aliasing  -DLIBICONV_P=
LUG=20
 -I. -I. -I./common -I./config -DLOCALEDIR=3D"\"/usr/local/share/locale\""
-DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/..  -I./../zlib -I../b=
fd
-I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber=20
-I./gnulib/import -Ibuild-gnulib/import   -DTUI=3D1 -DLIBICONV_PLUG
-I/usr/local/include   -Wall -Wpointer-arith -Wno-unused -Wno-switch
-Wno-char-subscripts -Wempty-body -Wno-sign-compare -Wno-narrowing
-Wno-mismatched-tags -Wformat-nonliteral  -c -o environ.o -MT environ.o -MMD
-MP -MF ./.deps/environ.Tpo common/environ.c
dtrace-probe.c:103:31: error: default initialization of an object of const =
type
'const dtrace_static_probe_ops' without a user-provided default constructor
const dtrace_static_probe_ops dtrace_static_probe_ops;
                              ^
                                                     {}
1 error generated.
gmake[3]: *** [Makefile:1628: stap-probe.o] Error 1
gmake[3]: *** Waiting for unfinished jobs....
1 error generated.


cc --version
FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based on LLVM
3.8.0)
Target: x86_64-unknown-freebsd11.0
Thread model: posix
InstalledDir: /usr/bin

--=20
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-227488-7788>