Package: blhc
Severity: normal
Hi,
blhc reports error on meson config log
126:NONVERBOSE BUILD: C++ linker for the host machine: c++ ld.bfd 2.34
Here is an example for meson build system
debian/rules override_dh_auto_configure
make[1]: Entering directory 'xxx'
CFLAGS="$CFLAGS -DINI_HANDLER_LINENO=1" dh_auto_configure
cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 meson ..
--wrap-mode=nodownload --buildtype=plain --prefix=/usr
--sysconfdir=/etc --localstatedir=/var --libdir=lib/x86_64-linux-gnu
The Meson build system
Version: 0.53.2
Source dir: xxx
Build dir: xxx/obj-x86_64-linux-gnu
Build type: native build
Project name: inih
Project version: 48
Appending CFLAGS from environment: '-g -O2 -fdebug-prefix-map=xxx=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall
-pedantic -DINI_HANDLER_LINENO=1'
Appending LDFLAGS from environment: ['-Wl,-z,relro', '-Wl,-z,now',
'-Wl,--as-needed']
Appending CPPFLAGS from environment: '-Wdate-time -D_FORTIFY_SOURCE=2'
Appending CXXFLAGS from environment: '-g -O2 -fdebug-prefix-map=xxx=.
-fstack-protector-strong -Wformat -Werror=format-security'
Appending LDFLAGS from environment: ['-Wl,-z,relro', '-Wl,-z,now',
'-Wl,--as-needed']
Appending CPPFLAGS from environment: '-Wdate-time -D_FORTIFY_SOURCE=2'
Appending CFLAGS from environment: '-g -O2 -fdebug-prefix-map=xxx=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall
-pedantic -DINI_HANDLER_LINENO=1'
Appending LDFLAGS from environment: ['-Wl,-z,relro', '-Wl,-z,now',
'-Wl,--as-needed']
Appending CPPFLAGS from environment: '-Wdate-time -D_FORTIFY_SOURCE=2'
C compiler for the host machine: ccache cc (gcc 9.2.1 "cc (Debian
9.2.1-31) 9.2.1 20200306")
C linker for the host machine: cc ld.bfd 2.34
Appending CXXFLAGS from environment: '-g -O2 -fdebug-prefix-map=xxx=.
-fstack-protector-strong -Wformat -Werror=format-security'
Appending LDFLAGS from environment: ['-Wl,-z,relro', '-Wl,-z,now',
'-Wl,--as-needed']
Appending CPPFLAGS from environment: '-Wdate-time -D_FORTIFY_SOURCE=2'
C++ compiler for the host machine: ccache c++ (gcc 9.2.1 "c++ (Debian
9.2.1-31) 9.2.1 20200306")
C++ linker for the host machine: c++ ld.bfd 2.34
Host machine cpu family: x86_64
Host machine cpu: x86_64
Build targets in project: 4
Found ninja-1.10.0 at /usr/bin/ninja
make[1]: Leaving directory 'xxx'