[Bug 227488] devel/gdb: Build failure on 11.0-RELEASE

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 13 09:03:39 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227488

            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 at freebsd.org
          Reporter: smh at FreeBSD.org
          Assignee: pizzamig at freebsd.org
             Flags: maintainer-feedback?(pizzamig at freebsd.org)

Build gdb on 11.0-RELEASE fails with:
c++ -x c++ -std=gnu++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_PLUG 
 -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\""
-DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/..  -I./../zlib -I../bfd
-I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber 
-I./gnulib/import -Ibuild-gnulib/import   -DTUI=1 -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 type
'const stap_static_probe_ops' without a user-provided default constructor
const stap_static_probe_ops stap_static_probe_ops;
                            ^
                                                 {}
c++ -x c++ -std=gnu++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_PLUG 
 -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\""
-DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/..  -I./../zlib -I../bfd
-I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber 
-I./gnulib/import -Ibuild-gnulib/import   -DTUI=1 -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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list