|
make[2]: Entering directory '/home/username/works/openwrt/feeds/packages/net/suricata'
|
|
mkdir -p /home/username/works/openwrt/dl
|
|
SHELL= flock /home/username/works/openwrt/tmp/.suricata-7.0.2.tar.xz.flock -c ' /home/username/works/openwrt/scripts/dl_github_archive.py --dl-dir="/home/username/works/openwrt/dl" --url="https://github.com/OISF/suricata.git" --version="22ffdbb1b32222fd9be7efb9efe96fce653d5904" --subdir="suricata-7.0.2" --source="suricata-7.0.2.tar.xz" --hash="x" --submodules || ( echo "Checking out files from the git repository..."; mkdir -p /home/username/works/openwrt/tmp/dl && cd /home/username/works/openwrt/tmp/dl && rm -rf suricata-7.0.2 && [ \! -d suricata-7.0.2 ] && git clone https://github.com/OISF/suricata.git suricata-7.0.2 && (cd suricata-7.0.2 && git checkout 22ffdbb1b32222fd9be7efb9efe96fce653d5904 && git submodule update --init --recursive -- ) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd suricata-7.0.2 && git log -1 --format='\''@%ct'\''` && rm -rf suricata-7.0.2/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c suricata-7.0.2 | xz -zc -7e > /home/username/works/openwrt/tmp/dl/suricata-7.0.2.tar.xz && mv /home/username/works/openwrt/tmp/dl/suricata-7.0.2.tar.xz /home/username/works/openwrt/dl/ && rm -rf suricata-7.0.2; ); '
|
|
suricata-7.0.2.tar.xz: Download from https://github.com/OISF/suricata.git failed
|
|
suricata-7.0.2.tar.xz: Requires sha256sum for verification
|
|
Checking out files from the git repository...
|
|
Cloning into 'suricata-7.0.2'...
|
|
Note: switching to '22ffdbb1b32222fd9be7efb9efe96fce653d5904'.
|
|
|
|
You are in 'detached HEAD' state. You can look around, make experimental
|
|
changes and commit them, and you can discard any commits you make in this
|
|
state without impacting any branches by switching back to a branch.
|
|
|
|
If you want to create a new branch to retain commits you create, you may
|
|
do so (now or later) by using -c with the switch command. Example:
|
|
|
|
git switch -c <new-branch-name>
|
|
|
|
Or undo this operation with:
|
|
|
|
git switch -
|
|
|
|
Turn off this advice by setting config variable advice.detachedHead to false
|
|
|
|
HEAD is now at 22ffdbb1b mime: process chunk as soon as possible
|
|
Packing checkout...
|
|
touch /home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/.prepared_bf2c920a83dbe336d592257ffe01f9da_6664517399ebbbc92a37c5bb081b5c53_check
|
|
. /home/username/works/openwrt/include/shell.sh; xzcat /home/username/works/openwrt/dl/suricata-7.0.2.tar.xz | tar -C /home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/.. -xf -
|
|
[ ! -d ./src/ ] || cp -fpR ./src/. /home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2
|
|
|
|
Applying ./patches/00-fix-soft-float.patch using plaintext:
|
|
patching file rust/Cargo.toml.in
|
|
Hunk #1 succeeded at 7 with fuzz 2 (offset 3 lines).
|
|
touch /home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/.prepared_bf2c920a83dbe336d592257ffe01f9da_6664517399ebbbc92a37c5bb081b5c53
|
|
rm -f /home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/.configured_*
|
|
rm -f /home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/stamp/.suricata_installed
|
|
( cd /home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2 ; git clone https://github.com/OISF/libhtp.git && git clone https://github.com/OISF/suricata-update.git ; AR="x86_64-openwrt-linux-gnu-gcc-ar" AS="ccache x86_64-openwrt-linux-gnu-gcc -c -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include" LD="x86_64-openwrt-linux-gnu-ld.bfd" NM="x86_64-openwrt-linux-gnu-gcc-nm" CC="ccache x86_64-openwrt-linux-gnu-gcc" GCC="ccache x86_64-openwrt-linux-gnu-gcc" CXX="ccache x86_64-openwrt-linux-gnu-g++" RANLIB="x86_64-openwrt-linux-gnu-gcc-ranlib" STRIP=x86_64-openwrt-linux-gnu-strip OBJCOPY=x86_64-openwrt-linux-gnu-objcopy OBJDUMP=x86_64-openwrt-linux-gnu-objdump SIZE=x86_64-openwrt-linux-gnu-size CFLAGS="-march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include " CXXFLAGS="-march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -ggdb3 " CPPFLAGS="-I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include " LDFLAGS="-L/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/lib -L/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/lib -fuse-ld=bfd -znow -zrelro -L/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/lib " CARGO_HOME="/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo" CLANG="/home/username/works/openwrt/staging_dir/host/llvm-bpf/bin/clang" LLC="/home/username/works/openwrt/staging_dir/host/llvm-bpf/bin/llc" PATH="/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo/bin:/home/username/works/openwrt/staging_dir/host/llvm-bpf/bin:$PATH" LD_LIBRARY_PATH="/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo/lib:/home/username/works/openwrt/staging_dir/host/llvm-bpf/lib:$LD_LIBRARY_PATH" cargo install --root /home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo cbindgen ; cd /home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2 && AR="x86_64-openwrt-linux-gnu-gcc-ar" AS="ccache x86_64-openwrt-linux-gnu-gcc -c -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include" LD="x86_64-openwrt-linux-gnu-ld.bfd" NM="x86_64-openwrt-linux-gnu-gcc-nm" CC="ccache x86_64-openwrt-linux-gnu-gcc" GCC="ccache x86_64-openwrt-linux-gnu-gcc" CXX="ccache x86_64-openwrt-linux-gnu-g++" RANLIB="x86_64-openwrt-linux-gnu-gcc-ranlib" STRIP=x86_64-openwrt-linux-gnu-strip OBJCOPY=x86_64-openwrt-linux-gnu-objcopy OBJDUMP=x86_64-openwrt-linux-gnu-objdump SIZE=x86_64-openwrt-linux-gnu-size CFLAGS="-march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include " CXXFLAGS="-march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -ggdb3 " CPPFLAGS="-I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include " LDFLAGS="-L/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/lib -L/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/lib -fuse-ld=bfd -znow -zrelro -L/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/lib " CARGO_HOME="/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo" CLANG="/home/username/works/openwrt/staging_dir/host/llvm-bpf/bin/clang" LLC="/home/username/works/openwrt/staging_dir/host/llvm-bpf/bin/llc" PATH="/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo/bin:/home/username/works/openwrt/staging_dir/host/llvm-bpf/bin:$PATH" LD_LIBRARY_PATH="/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo/lib:/home/username/works/openwrt/staging_dir/host/llvm-bpf/lib:$LD_LIBRARY_PATH" ./autogen.sh && AR="x86_64-openwrt-linux-gnu-gcc-ar" AS="ccache x86_64-openwrt-linux-gnu-gcc -c -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include" LD="x86_64-openwrt-linux-gnu-ld.bfd" NM="x86_64-openwrt-linux-gnu-gcc-nm" CC="ccache x86_64-openwrt-linux-gnu-gcc" GCC="ccache x86_64-openwrt-linux-gnu-gcc" CXX="ccache x86_64-openwrt-linux-gnu-g++" RANLIB="x86_64-openwrt-linux-gnu-gcc-ranlib" STRIP=x86_64-openwrt-linux-gnu-strip OBJCOPY=x86_64-openwrt-linux-gnu-objcopy OBJDUMP=x86_64-openwrt-linux-gnu-objdump SIZE=x86_64-openwrt-linux-gnu-size CFLAGS="-march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include " CXXFLAGS="-march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -ggdb3 " CPPFLAGS="-I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include " LDFLAGS="-L/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/lib -L/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/lib -fuse-ld=bfd -znow -zrelro -L/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/lib " CARGO_HOME="/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo" CLANG="/home/username/works/openwrt/staging_dir/host/llvm-bpf/bin/clang" LLC="/home/username/works/openwrt/staging_dir/host/llvm-bpf/bin/llc" PATH="/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo/bin:/home/username/works/openwrt/staging_dir/host/llvm-bpf/bin:$PATH" LD_LIBRARY_PATH="/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo/lib:/home/username/works/openwrt/staging_dir/host/llvm-bpf/lib:$LD_LIBRARY_PATH" ./configure --target=x86_64-openwrt-linux --host=x86_64-openwrt-linux --build=x86_64-pc-linux-gnu --disable-dependency-tracking --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --target= --host= --build= --enable-shared --disable-gccmarch-native --disable-gccprofile --with-gnu-ld --with-sysroot=/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom --enable-luajit --enable-gccprotect --enable-nfqueue --enable-geoip --enable-libmagic --enable-debug --enable-hiredis --enable-ebpf-build --enable-nflog ; )
|
|
Cloning into 'libhtp'...
|
|
fatal: destination path 'suricata-update' already exists and is not an empty directory.
|
|
Updating crates.io index
|
|
Ignored package `cbindgen v0.26.0` is already installed, use --force to override
|
|
Found libtoolize
|
|
OpenWrt-libtoolize: putting auxiliary files in '.'.
|
|
OpenWrt-libtoolize: copying file './ltmain.sh'
|
|
OpenWrt-libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
|
|
OpenWrt-libtoolize: copying file 'm4/libtool.m4'
|
|
OpenWrt-libtoolize: copying file 'm4/ltoptions.m4'
|
|
OpenWrt-libtoolize: copying file 'm4/ltsugar.m4'
|
|
OpenWrt-libtoolize: copying file 'm4/ltversion.m4'
|
|
OpenWrt-libtoolize: copying file 'm4/lt~obsolete.m4'
|
|
OpenWrt-libtoolize: 'AC_PROG_RANLIB' is rendered obsolete by 'LT_INIT'
|
|
autoreconf: export WARNINGS=
|
|
autoreconf: Entering directory '.'
|
|
autoreconf: configure.ac: not using Gettext
|
|
autoreconf: running: aclocal --force -I m4
|
|
autoreconf: configure.ac: tracing
|
|
autoreconf: configure.ac: adding subdirectory libhtp to autoreconf
|
|
autoreconf: Entering directory 'libhtp'
|
|
autoreconf: configure.ac: not using Gettext
|
|
autoreconf: running: aclocal --force -I m4
|
|
autoreconf: configure.ac: tracing
|
|
autoreconf: running: libtoolize --copy --force
|
|
OpenWrt-libtoolize: putting auxiliary files in '.'.
|
|
OpenWrt-libtoolize: copying file './ltmain.sh'
|
|
OpenWrt-libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
|
|
OpenWrt-libtoolize: copying file 'm4/libtool.m4'
|
|
OpenWrt-libtoolize: copying file 'm4/ltoptions.m4'
|
|
OpenWrt-libtoolize: copying file 'm4/ltsugar.m4'
|
|
OpenWrt-libtoolize: copying file 'm4/ltversion.m4'
|
|
OpenWrt-libtoolize: copying file 'm4/lt~obsolete.m4'
|
|
autoreconf: configure.ac: not using Intltool
|
|
autoreconf: configure.ac: not using Gtkdoc
|
|
autoreconf: running: aclocal --force -I m4
|
|
autoreconf: running: /home/username/works/openwrt/staging_dir/host/bin/autoconf --force
|
|
configure.ac:89: warning: The macro `AM_PROG_LIBTOOL' is obsolete.
|
|
configure.ac:89: You should run autoupdate.
|
|
m4/libtool.m4:101: AM_PROG_LIBTOOL is expanded from...
|
|
configure.ac:89: the top level
|
|
configure.ac:102: warning: The macro `AC_ERROR' is obsolete.
|
|
configure.ac:102: You should run autoupdate.
|
|
./lib/autoconf/oldnames.m4:34: AC_ERROR is expanded from...
|
|
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
|
|
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
|
|
./lib/autoconf/headers.m4:89: _AC_CHECK_HEADER_COMPILE is expanded from...
|
|
./lib/autoconf/headers.m4:56: AC_CHECK_HEADER is expanded from...
|
|
configure.ac:102: the top level
|
|
configure.ac:156: warning: The macro `AC_TRY_LINK' is obsolete.
|
|
configure.ac:156: You should run autoupdate.
|
|
./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
|
|
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
|
|
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
|
|
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|
./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|
m4/iconv.m4:20: AM_ICONV_LINK is expanded from...
|
|
m4/iconv.m4:188: AM_ICONV is expanded from...
|
|
configure.ac:156: the top level
|
|
configure.ac:156: warning: The macro `AC_TRY_RUN' is obsolete.
|
|
configure.ac:156: You should run autoupdate.
|
|
./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from...
|
|
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
|
|
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
|
|
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|
./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|
m4/iconv.m4:20: AM_ICONV_LINK is expanded from...
|
|
m4/iconv.m4:188: AM_ICONV is expanded from...
|
|
configure.ac:156: the top level
|
|
configure.ac:156: warning: The macro `AC_TRY_COMPILE' is obsolete.
|
|
configure.ac:156: You should run autoupdate.
|
|
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
|
|
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
|
|
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
|
|
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|
m4/iconv.m4:188: AM_ICONV is expanded from...
|
|
configure.ac:156: the top level
|
|
configure.ac:164: warning: The macro `AC_TRY_LINK' is obsolete.
|
|
configure.ac:164: You should run autoupdate.
|
|
./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
|
|
configure.ac:164: the top level
|
|
configure.ac:188: warning: The macro `AC_TRY_COMPILE' is obsolete.
|
|
configure.ac:188: You should run autoupdate.
|
|
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
|
|
configure.ac:188: the top level
|
|
configure.ac:201: warning: The macro `AC_TRY_COMPILE' is obsolete.
|
|
configure.ac:201: You should run autoupdate.
|
|
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
|
|
configure.ac:201: the top level
|
|
configure.ac:214: warning: The macro `AC_TRY_COMPILE' is obsolete.
|
|
configure.ac:214: You should run autoupdate.
|
|
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
|
|
configure.ac:214: the top level
|
|
configure.ac:226: warning: The macro `AC_TRY_COMPILE' is obsolete.
|
|
configure.ac:226: You should run autoupdate.
|
|
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
|
|
configure.ac:226: the top level
|
|
configure.ac:235: warning: The macro `AC_TRY_COMPILE' is obsolete.
|
|
configure.ac:235: You should run autoupdate.
|
|
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
|
|
configure.ac:235: the top level
|
|
configure.ac:269: warning: AC_OUTPUT should be used without arguments.
|
|
configure.ac:269: You should run autoupdate.
|
|
autoreconf: running: /home/username/works/openwrt/staging_dir/host/bin/autoheader --force
|
|
autoreconf: running: automake --add-missing --copy --force-missing
|
|
configure.ac:86: installing './compile'
|
|
configure.ac:89: installing './config.guess'
|
|
configure.ac:89: installing './config.sub'
|
|
configure.ac:7: installing './install-sh'
|
|
configure.ac:7: installing './missing'
|
|
htp/Makefile.am: installing './depcomp'
|
|
parallel-tests: installing './test-driver'
|
|
autoreconf: Leaving directory 'libhtp'
|
|
autoreconf: running: libtoolize --copy --force
|
|
OpenWrt-libtoolize: putting auxiliary files in '.'.
|
|
OpenWrt-libtoolize: copying file './ltmain.sh'
|
|
OpenWrt-libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
|
|
OpenWrt-libtoolize: copying file 'm4/libtool.m4'
|
|
OpenWrt-libtoolize: copying file 'm4/ltoptions.m4'
|
|
OpenWrt-libtoolize: copying file 'm4/ltsugar.m4'
|
|
OpenWrt-libtoolize: copying file 'm4/ltversion.m4'
|
|
OpenWrt-libtoolize: copying file 'm4/lt~obsolete.m4'
|
|
OpenWrt-libtoolize: 'AC_PROG_RANLIB' is rendered obsolete by 'LT_INIT'
|
|
autoreconf: configure.ac: not using Intltool
|
|
autoreconf: configure.ac: not using Gtkdoc
|
|
autoreconf: running: aclocal --force -I m4
|
|
autoreconf: running: /home/username/works/openwrt/staging_dir/host/bin/autoconf --force
|
|
autoreconf: running: /home/username/works/openwrt/staging_dir/host/bin/autoheader --force
|
|
autoreconf: running: automake --add-missing --copy --force-missing
|
|
configure.ac:9: installing './compile'
|
|
configure.ac:9: installing './config.guess'
|
|
configure.ac:9: installing './config.sub'
|
|
configure.ac:6: installing './install-sh'
|
|
configure.ac:6: installing './missing'
|
|
doc/userguide/Makefile.am:47: warning: SPHINX_BUILD was already defined in condition TRUE, which includes condition SPHINX_BUILD ...
|
|
configure.ac:2233: ... 'SPHINX_BUILD' previously defined here
|
|
src/Makefile.am: installing './depcomp'
|
|
autoreconf: Leaving directory '.'
|
|
You can now run "./configure" and then "make".
|
|
configure: loading site script /home/username/works/openwrt/include/site/x86_64
|
|
checking whether make supports nested variables... yes
|
|
checking for a BSD-compatible install... /home/username/works/openwrt/staging_dir/host/bin/install -c
|
|
checking whether build environment is sane... yes
|
|
checking for a race-free mkdir -p... /usr/bin/mkdir -p
|
|
checking for gawk... gawk
|
|
checking whether make sets $(MAKE)... yes
|
|
checking whether UID '0' is supported by ustar format... yes
|
|
checking whether GID '0' is supported by ustar format... yes
|
|
checking how to create a ustar tar archive... gnutar
|
|
checking build system type... x86_64-pc-linux-gnu
|
|
checking host system type... x86_64-pc-linux-gnu
|
|
checking how to print strings... printf
|
|
checking whether make supports the include directive... yes (GNU style)
|
|
checking for gcc... ccache x86_64-openwrt-linux-gnu-gcc
|
|
checking whether the C compiler works... yes
|
|
checking for C compiler default output file name... a.out
|
|
checking for suffix of executables...
|
|
checking whether we are cross compiling... no
|
|
checking for suffix of object files... o
|
|
checking whether the compiler supports GNU C... yes
|
|
checking whether ccache x86_64-openwrt-linux-gnu-gcc accepts -g... yes
|
|
checking for ccache x86_64-openwrt-linux-gnu-gcc option to enable C11 features... none needed
|
|
checking whether ccache x86_64-openwrt-linux-gnu-gcc understands -c and -o together... yes
|
|
checking dependency style of ccache x86_64-openwrt-linux-gnu-gcc... none
|
|
checking for a sed that does not truncate output... /home/username/works/openwrt/staging_dir/host/bin/sed
|
|
checking for grep that handles long lines and -e... /home/username/works/openwrt/staging_dir/host/bin/grep
|
|
checking for egrep... /home/username/works/openwrt/staging_dir/host/bin/grep -E
|
|
checking for fgrep... /home/username/works/openwrt/staging_dir/host/bin/grep -F
|
|
checking for ld used by ccache x86_64-openwrt-linux-gnu-gcc... x86_64-openwrt-linux-gnu-ld.bfd
|
|
checking if the linker (x86_64-openwrt-linux-gnu-ld.bfd) is GNU ld... yes
|
|
checking for BSD- or MS-compatible name lister (nm)... x86_64-openwrt-linux-gnu-gcc-nm
|
|
checking the name lister (x86_64-openwrt-linux-gnu-gcc-nm) interface... BSD nm
|
|
checking whether ln -s works... yes
|
|
checking the maximum length of command line arguments... 32768
|
|
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
|
|
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
|
|
checking for x86_64-openwrt-linux-gnu-ld.bfd option to reload object files... -r
|
|
checking for file... file
|
|
checking for objdump... x86_64-openwrt-linux-gnu-objdump
|
|
checking how to recognize dependent libraries... pass_all
|
|
checking for dlltool... no
|
|
checking how to associate runtime and link libraries... printf %s\n
|
|
checking for archiver @FILE support... @
|
|
checking for strip... x86_64-openwrt-linux-gnu-strip
|
|
checking for ranlib... x86_64-openwrt-linux-gnu-gcc-ranlib
|
|
checking command to parse x86_64-openwrt-linux-gnu-gcc-nm output from ccache x86_64-openwrt-linux-gnu-gcc object... ok
|
|
checking for sysroot... /home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom
|
|
checking for a working dd... /usr/bin/dd
|
|
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
|
|
checking for mt... mt
|
|
checking if mt is a manifest tool... no
|
|
checking for stdio.h... yes
|
|
checking for stdlib.h... yes
|
|
checking for string.h... yes
|
|
checking for inttypes.h... yes
|
|
checking for stdint.h... yes
|
|
checking for strings.h... yes
|
|
checking for sys/stat.h... yes
|
|
checking for sys/types.h... yes
|
|
checking for unistd.h... yes
|
|
checking for vfork.h... no
|
|
checking for sys/time.h... yes
|
|
checking for sys/param.h... yes
|
|
checking for dlfcn.h... yes
|
|
checking for objdir... .libs
|
|
checking if ccache x86_64-openwrt-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
|
|
checking for ccache x86_64-openwrt-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
|
|
checking if ccache x86_64-openwrt-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
|
|
checking if ccache x86_64-openwrt-linux-gnu-gcc static flag -static works... no
|
|
checking if ccache x86_64-openwrt-linux-gnu-gcc supports -c -o file.o... yes
|
|
checking if ccache x86_64-openwrt-linux-gnu-gcc supports -c -o file.o... (cached) yes
|
|
checking whether the ccache x86_64-openwrt-linux-gnu-gcc linker (x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64) supports shared libraries... yes
|
|
checking whether -lc should be explicitly linked in... no
|
|
checking dynamic linker characteristics... GNU/Linux ld.so
|
|
checking how to hardcode library paths into programs... immediate
|
|
checking whether stripping libraries is possible... yes
|
|
checking if libtool supports shared libraries... yes
|
|
checking whether to build shared libraries... yes
|
|
checking whether to build static libraries... yes
|
|
checking pkg-config is at least version 0.9.0... yes
|
|
checking whether GCC or Clang is our compiler... gcc
|
|
checking for clang... /home/username/works/openwrt/staging_dir/host/llvm-bpf/bin/clang
|
|
checking gcc version... 13.2.0
|
|
checking for gawk... (cached) gawk
|
|
checking for gcc... (cached) ccache x86_64-openwrt-linux-gnu-gcc
|
|
checking whether the compiler supports GNU C... (cached) yes
|
|
checking whether ccache x86_64-openwrt-linux-gnu-gcc accepts -g... (cached) yes
|
|
checking for ccache x86_64-openwrt-linux-gnu-gcc option to enable C11 features... (cached) none needed
|
|
checking whether ccache x86_64-openwrt-linux-gnu-gcc understands -c and -o together... (cached) yes
|
|
checking dependency style of ccache x86_64-openwrt-linux-gnu-gcc... (cached) none
|
|
checking how to run the C preprocessor... ccache x86_64-openwrt-linux-gnu-gcc -E
|
|
checking for ranlib... (cached) x86_64-openwrt-linux-gnu-gcc-ranlib
|
|
checking whether ln -s works... yes
|
|
checking whether make sets $(MAKE)... (cached) yes
|
|
checking for grep that handles long lines and -e... (cached) /home/username/works/openwrt/staging_dir/host/bin/grep
|
|
checking for cygpath... no
|
|
checking for pkg-config... /home/username/works/openwrt/staging_dir/host/bin/pkg-config
|
|
checking for python3... /home/username/works/openwrt/staging_dir/hostpkg/bin/python3
|
|
checking for wget... /home/username/works/openwrt/staging_dir/host/bin/wget
|
|
checking for stddef.h... yes
|
|
checking for arpa/inet.h... yes
|
|
checking for assert.h... yes
|
|
checking for ctype.h... yes
|
|
checking for errno.h... yes
|
|
checking for fcntl.h... yes
|
|
checking for inttypes.h... (cached) yes
|
|
checking for getopt.h... yes
|
|
checking for limits.h... yes
|
|
checking for netdb.h... yes
|
|
checking for netinet/in.h... yes
|
|
checking for poll.h... yes
|
|
checking for sched.h... yes
|
|
checking for signal.h... yes
|
|
checking for stdarg.h... yes
|
|
checking for stdint.h... (cached) yes
|
|
checking for stdio.h... (cached) yes
|
|
checking for stdlib.h... (cached) yes
|
|
checking for stdbool.h... yes
|
|
checking for string.h... (cached) yes
|
|
checking for strings.h... (cached) yes
|
|
checking for sys/ioctl.h... yes
|
|
checking for syslog.h... yes
|
|
checking for sys/prctl.h... yes
|
|
checking for sys/socket.h... yes
|
|
checking for sys/stat.h... (cached) yes
|
|
checking for sys/syscall.h... yes
|
|
checking for sys/time.h... (cached) yes
|
|
checking for time.h... yes
|
|
checking for unistd.h... (cached) yes
|
|
checking for sys/param.h... (cached) yes
|
|
checking for sys/ioctl.h... (cached) yes
|
|
checking for linux/if_ether.h... yes
|
|
checking for linux/if_packet.h... yes
|
|
checking for linux/filter.h... yes
|
|
checking for linux/ethtool.h... yes
|
|
checking for linux/sockios.h... yes
|
|
checking for glob.h... yes
|
|
checking for locale.h... yes
|
|
checking for grp.h... yes
|
|
checking for pwd.h... yes
|
|
checking for dirent.h... yes
|
|
checking for fnmatch.h... yes
|
|
checking for sys/resource.h... yes
|
|
checking for sys/types.h... (cached) yes
|
|
checking for sys/un.h... yes
|
|
checking for sys/random.h... yes
|
|
checking for utime.h... yes
|
|
checking for libgen.h... yes
|
|
checking for mach/mach.h... no
|
|
checking for stdatomic.h... yes
|
|
checking for sys/queue.h... yes
|
|
checking for sys/socket.h... (cached) yes
|
|
checking for net/if.h... yes
|
|
checking for sys/mman.h... yes
|
|
checking for linux/if_arp.h... yes
|
|
checking for windows.h... no
|
|
checking for winsock2.h... no
|
|
checking for ws2tcpip.h... no
|
|
checking for w32api/wtypes.h... no
|
|
checking for w32api/winbase.h... no
|
|
checking for wincrypt.h... no
|
|
checking for inline... inline
|
|
checking for C/C++ restrict keyword... __restrict__
|
|
checking for pid_t... yes
|
|
checking for mode_t... yes
|
|
checking for size_t... yes
|
|
checking for ssize_t... yes
|
|
checking for int8_t... yes
|
|
checking for int16_t... yes
|
|
checking for int32_t... yes
|
|
checking for int64_t... yes
|
|
checking for uint8_t... yes
|
|
checking for uint16_t... yes
|
|
checking for uint32_t... yes
|
|
checking for uint64_t... yes
|
|
checking for u_int... yes
|
|
checking for u_short... yes
|
|
checking for u_long... yes
|
|
checking for u_char... yes
|
|
checking whether struct tm is in sys/time.h or time.h... time.h
|
|
checking for ccache x86_64-openwrt-linux-gnu-gcc options needed to detect all undeclared functions... none needed
|
|
checking for struct tm.tm_zone... yes
|
|
checking for ptrdiff_t... yes
|
|
checking for _Bool... yes
|
|
checking for stdbool.h that conforms to C99... (cached) yes
|
|
checking for GNU libc compatible malloc... (cached) yes
|
|
checking for GNU libc compatible realloc... (cached) yes
|
|
checking for fork... yes
|
|
checking for vfork... yes
|
|
checking for alarm... yes
|
|
checking for getpagesize... yes
|
|
checking for working fork... yes
|
|
checking for working vfork... (cached) yes
|
|
checking for working mktime... yes
|
|
checking for working mmap... yes
|
|
checking for working strtod... yes
|
|
checking for memmem... yes
|
|
checking for memset... yes
|
|
checking for memchr... yes
|
|
checking for memrchr... yes
|
|
checking for memmove... yes
|
|
checking for strcasecmp... yes
|
|
checking for strchr... yes
|
|
checking for strrchr... yes
|
|
checking for strdup... yes
|
|
checking for strndup... yes
|
|
checking for strncasecmp... yes
|
|
checking for strtol... yes
|
|
checking for strtoul... yes
|
|
checking for strstr... yes
|
|
checking for strpbrk... yes
|
|
checking for strtoull... yes
|
|
checking for strtoumax... yes
|
|
checking for strerror... (cached) yes
|
|
checking for gethostname... yes
|
|
checking for inet_ntoa... yes
|
|
checking for uname... yes
|
|
checking for gettimeofday... (cached) yes
|
|
checking for clock_gettime... yes
|
|
checking for utime... yes
|
|
checking for strptime... yes
|
|
checking for tzset... yes
|
|
checking for localtime_r... yes
|
|
checking for socket... yes
|
|
checking for setenv... yes
|
|
checking for select... yes
|
|
checking for putenv... yes
|
|
checking for dup2... yes
|
|
checking for endgrent... yes
|
|
checking for endpwent... yes
|
|
checking for atexit... yes
|
|
checking for munmap... yes
|
|
checking for setrlimit... yes
|
|
checking for fwrite_unlocked... yes
|
|
checking whether getrandom is declared... yes
|
|
checking for strlcpy... no
|
|
checking for strlcat... no
|
|
checking for ccache x86_64-openwrt-linux-gnu-gcc option to enable large file support... none needed
|
|
checking host os... installation for x86_64-pc-linux-gnu OS... ok
|
|
checking for c11 support... yes
|
|
checking for thread local storage gnu __thread support... yes
|
|
checking for -fstack-protector... yes
|
|
checking for -D_FORTIFY_SOURCE=2... yes
|
|
checking for -Wformat -Wformat-security... yes
|
|
checking for -z relro... yes
|
|
checking for -z now... yes
|
|
checking for linux/landlock.h... yes
|
|
checking for dlfcn.h... (cached) yes
|
|
checking for plugin support... yes
|
|
checking for llc-17.0... /home/username/works/openwrt/staging_dir/host/llvm-bpf/bin/llc
|
|
checking for spatch... no
|
|
checking for zlib.h... yes
|
|
checking for inflate in -lz... yes
|
|
checking for pcre2_compile_8 in -lpcre2-8... yes
|
|
checking for PCRE2 JIT support... yes
|
|
checking for systemd/sd-daemon.h... no
|
|
checking for libhs... yes
|
|
checking for hs.h... no
|
|
checking for yaml.h... yes
|
|
checking for yaml_parser_initialize in -lyaml... yes
|
|
checking for pthread_create in -lpthread... yes
|
|
checking for pthread_spin_unlock... yes
|
|
checking for pthread_getattr_np... yes
|
|
checking for jansson.h... yes
|
|
checking for json_dump_callback in -ljansson... yes
|
|
checking for libnetfilter_queue... yes
|
|
checking for nfnl_fd in -lnfnetlink... yes
|
|
checking for libnetfilter_queue/libnetfilter_queue.h... yes
|
|
checking for nfq_open in -lnetfilter_queue... yes
|
|
checking for nfq_set_queue_maxlen in -lnetfilter_queue... yes
|
|
checking for nfq_set_verdict2 in -lnetfilter_queue... yes
|
|
checking for nfq_set_queue_flags in -lnetfilter_queue... yes
|
|
checking for nfq_set_verdict_batch in -lnetfilter_queue... yes
|
|
checking for signed nfq_get_payload payload argument... no
|
|
checking for libnetfilter_log/libnetfilter_log.h... yes
|
|
checking for nflog_open in -lnetfilter_log... yes
|
|
checking whether OS_WIN32 is declared... no
|
|
checking for libnet.h version 1.1.x... no
|
|
checking for pcap.h... yes
|
|
checking for pcap.h... (cached) yes
|
|
checking for pcap/pcap.h... yes
|
|
checking for pcap/bpf.h... no
|
|
checking for pcap_open_dead in -lpcap... yes
|
|
checking for libpcap... yes
|
|
checking for pcap-config... /home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/bin/pcap-config
|
|
pcap-config: Invalid command-line option --defines specified
|
|
Usage: pcap-config [ --help ] [ --static | --static-pcap-only ] [ --libs | --additional-libs ]
|
|
checking for pcap_set_buffer_size in -lpcap... yes
|
|
checking whether TPACKET_V2 is declared... yes
|
|
checking whether PACKET_FANOUT_QM is declared... yes
|
|
checking whether TPACKET_V3 is declared... yes
|
|
checking whether SOF_TIMESTAMPING_RAW_HARDWARE is declared... yes
|
|
checking for elf_begin in -lelf... no
|
|
checking for bpf_xdp_query_id... no
|
|
checking for iconv.h... yes
|
|
checking for libiconv_close in -liconv... no
|
|
checking for cap-ng.h... yes
|
|
checking for capng_clear in -lcap-ng... yes
|
|
checking for unw_backtrace in -lunwind... yes
|
|
checking for magic.h... yes
|
|
checking for magic_open in -lmagic... yes
|
|
checking for luajit... yes
|
|
checking for lualib.h... yes
|
|
checking for luajit... yes
|
|
checking for luaL_openlibs in -lluajit-5.1... yes
|
|
checking for maxminddb.h... yes
|
|
checking for MMDB_open in -lmaxminddb... yes
|
|
checking for hiredis/hiredis.h... yes
|
|
checking for redisConnect in -lhiredis... yes
|
|
checking for hiredis/adapters/libevent.h... yes
|
|
checking for event.h... yes
|
|
checking for event_base_free in -levent... yes
|
|
checking for evthread_use_pthreads in -levent_pthreads... yes
|
|
checking for LZ4F_createCompressionContext in -llz4... yes
|
|
checking for getconf... /home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/bin/getconf
|
|
./configure: line 29603: /home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/bin/getconf: cannot execute: required file not found
|
|
checking for sphinx-build... no
|
|
checking for pdflatex... no
|
|
checking for rustc... /home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo/bin/rustc
|
|
checking for cargo... /home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo/bin/cargo
|
|
checking for Rust version 1.63.0 or newer... yes
|
|
checking for rustup... no
|
|
checking for ./rust/dist/rust-bindings.h... no
|
|
checking for ./rust/gen/rust-bindings.h... no
|
|
checking for cbindgen... /home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo/bin/cbindgen
|
|
checking for FPC_IsFuzzPacketCapture in -lfuzzpcap... no
|
|
checking whether the compiler supports GNU C++... yes
|
|
checking whether ccache x86_64-openwrt-linux-gnu-g++ accepts -g... yes
|
|
checking for ccache x86_64-openwrt-linux-gnu-g++ option to enable C++11 features... none needed
|
|
checking dependency style of ccache x86_64-openwrt-linux-gnu-g++... none
|
|
checking how to run the C++ preprocessor... ccache x86_64-openwrt-linux-gnu-g++ -E
|
|
checking for ld used by ccache x86_64-openwrt-linux-gnu-g++... x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64
|
|
checking if the linker (x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64) is GNU ld... yes
|
|
checking whether the ccache x86_64-openwrt-linux-gnu-g++ linker (x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64) supports shared libraries... yes
|
|
checking for ccache x86_64-openwrt-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
|
|
checking if ccache x86_64-openwrt-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
|
|
checking if ccache x86_64-openwrt-linux-gnu-g++ static flag -static works... no
|
|
checking if ccache x86_64-openwrt-linux-gnu-g++ supports -c -o file.o... yes
|
|
checking if ccache x86_64-openwrt-linux-gnu-g++ supports -c -o file.o... (cached) yes
|
|
checking whether the ccache x86_64-openwrt-linux-gnu-g++ linker (x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64) supports shared libraries... yes
|
|
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
|
|
checking how to hardcode library paths into programs... immediate
|
|
checking for git... /home/username/works/openwrt/staging_dir/host/bin/git
|
|
checking that generated files are newer than configure... done
|
|
configure: creating ./config.status
|
|
config.status: creating Makefile
|
|
config.status: creating src/Makefile
|
|
config.status: creating rust/Makefile
|
|
config.status: creating rust/Cargo.lock
|
|
config.status: creating rust/Cargo.toml
|
|
config.status: creating rust/derive/Cargo.toml
|
|
config.status: creating rust/.cargo/config
|
|
config.status: creating qa/Makefile
|
|
config.status: creating qa/coccinelle/Makefile
|
|
config.status: creating rules/Makefile
|
|
config.status: creating doc/Makefile
|
|
config.status: creating doc/userguide/Makefile
|
|
config.status: creating contrib/Makefile
|
|
config.status: creating contrib/file_processor/Makefile
|
|
config.status: creating contrib/file_processor/Action/Makefile
|
|
config.status: creating contrib/file_processor/Processor/Makefile
|
|
config.status: creating suricata.yaml
|
|
config.status: creating etc/Makefile
|
|
config.status: creating etc/suricata.logrotate
|
|
config.status: creating etc/suricata.service
|
|
config.status: creating python/Makefile
|
|
config.status: creating python/suricata/config/defaults.py
|
|
config.status: creating ebpf/Makefile
|
|
config.status: creating libsuricata-config
|
|
config.status: creating src/autoconf.h
|
|
config.status: executing depfiles commands
|
|
config.status: executing libtool commands
|
|
=== configuring in libhtp (/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/libhtp)
|
|
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--target=x86_64-openwrt-linux' '--host=x86_64-openwrt-linux' '--build=x86_64-pc-linux-gnu' '--disable-dependency-tracking' '--program-prefix=' '--program-suffix=' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--libexecdir=/usr/lib' '--sysconfdir=/etc' '--datadir=/usr/share' '--localstatedir=/var' '--mandir=/usr/man' '--infodir=/usr/info' '--target=' '--host=' '--build=' '--enable-shared' '--disable-gccmarch-native' '--disable-gccprofile' '--with-gnu-ld' '--with-sysroot=/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom' '--enable-luajit' '--enable-gccprotect' '--enable-nfqueue' '--enable-geoip' '--enable-libmagic' '--enable-debug' '--enable-hiredis' '--enable-ebpf-build' '--enable-nflog' 'build_alias=' 'host_alias=' 'target_alias=' 'CC=ccache x86_64-openwrt-linux-gnu-gcc' 'CFLAGS=-march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include ' 'LDFLAGS=-L/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/lib -L/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/lib -fuse-ld=bfd -znow -zrelro -L/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/lib ' 'CPPFLAGS=-I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include ' 'PKG_CONFIG=/home/username/works/openwrt/staging_dir/host/bin/pkg-config' 'PKG_CONFIG_PATH=/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/lib/pkgconfig:/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/share/pkgconfig' 'PKG_CONFIG_LIBDIR=/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/lib/pkgconfig:/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/share/pkgconfig' 'CXX=ccache x86_64-openwrt-linux-gnu-g++' 'CXXFLAGS=-march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -ggdb3 ' --cache-file=/dev/null --srcdir=.
|
|
configure: loading site script /home/username/works/openwrt/include/site/x86_64
|
|
checking for a BSD-compatible install... /home/username/works/openwrt/staging_dir/host/bin/install -c
|
|
checking whether build environment is sane... yes
|
|
checking for a race-free mkdir -p... /usr/bin/mkdir -p
|
|
checking for gawk... gawk
|
|
checking whether make sets $(MAKE)... yes
|
|
checking whether make supports nested variables... yes
|
|
Debug mode enabled
|
|
checking for gcc... ccache x86_64-openwrt-linux-gnu-gcc
|
|
checking whether the C compiler works... yes
|
|
checking for C compiler default output file name... a.out
|
|
checking for suffix of executables...
|
|
checking whether we are cross compiling... no
|
|
checking for suffix of object files... o
|
|
checking whether the compiler supports GNU C... yes
|
|
checking whether ccache x86_64-openwrt-linux-gnu-gcc accepts -g... yes
|
|
checking for ccache x86_64-openwrt-linux-gnu-gcc option to enable C11 features... none needed
|
|
checking whether ccache x86_64-openwrt-linux-gnu-gcc understands -c and -o together... yes
|
|
checking whether make supports the include directive... yes (GNU style)
|
|
checking dependency style of ccache x86_64-openwrt-linux-gnu-gcc... none
|
|
checking whether the compiler supports GNU C++... yes
|
|
checking whether ccache x86_64-openwrt-linux-gnu-g++ accepts -g... yes
|
|
checking for ccache x86_64-openwrt-linux-gnu-g++ option to enable C++11 features... none needed
|
|
checking dependency style of ccache x86_64-openwrt-linux-gnu-g++... none
|
|
checking build system type... x86_64-pc-linux-gnu
|
|
checking host system type... x86_64-pc-linux-gnu
|
|
checking how to print strings... printf
|
|
checking for a sed that does not truncate output... /home/username/works/openwrt/staging_dir/host/bin/sed
|
|
checking for grep that handles long lines and -e... /home/username/works/openwrt/staging_dir/host/bin/grep
|
|
checking for egrep... /home/username/works/openwrt/staging_dir/host/bin/grep -E
|
|
checking for fgrep... /home/username/works/openwrt/staging_dir/host/bin/grep -F
|
|
checking for ld used by ccache x86_64-openwrt-linux-gnu-gcc... x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64
|
|
checking if the linker (x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64) is GNU ld... yes
|
|
checking for BSD- or MS-compatible name lister (nm)... x86_64-openwrt-linux-gnu-gcc-nm
|
|
checking the name lister (x86_64-openwrt-linux-gnu-gcc-nm) interface... BSD nm
|
|
checking whether ln -s works... yes
|
|
checking the maximum length of command line arguments... 32768
|
|
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
|
|
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
|
|
checking for x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64 option to reload object files... -r
|
|
checking for file... file
|
|
checking for objdump... x86_64-openwrt-linux-gnu-objdump
|
|
checking how to recognize dependent libraries... pass_all
|
|
checking for dlltool... no
|
|
checking how to associate runtime and link libraries... printf %s\n
|
|
checking for archiver @FILE support... @
|
|
checking for strip... x86_64-openwrt-linux-gnu-strip
|
|
checking for ranlib... x86_64-openwrt-linux-gnu-gcc-ranlib
|
|
checking command to parse x86_64-openwrt-linux-gnu-gcc-nm output from ccache x86_64-openwrt-linux-gnu-gcc object... ok
|
|
checking for sysroot... /home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom
|
|
checking for a working dd... /usr/bin/dd
|
|
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
|
|
checking for mt... mt
|
|
checking if mt is a manifest tool... no
|
|
checking for stdio.h... yes
|
|
checking for stdlib.h... yes
|
|
checking for string.h... yes
|
|
checking for inttypes.h... yes
|
|
checking for stdint.h... yes
|
|
checking for strings.h... yes
|
|
checking for sys/stat.h... yes
|
|
checking for sys/types.h... yes
|
|
checking for unistd.h... yes
|
|
checking for dlfcn.h... yes
|
|
checking for objdir... .libs
|
|
checking if ccache x86_64-openwrt-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
|
|
checking for ccache x86_64-openwrt-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
|
|
checking if ccache x86_64-openwrt-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
|
|
checking if ccache x86_64-openwrt-linux-gnu-gcc static flag -static works... no
|
|
checking if ccache x86_64-openwrt-linux-gnu-gcc supports -c -o file.o... yes
|
|
checking if ccache x86_64-openwrt-linux-gnu-gcc supports -c -o file.o... (cached) yes
|
|
checking whether the ccache x86_64-openwrt-linux-gnu-gcc linker (x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64 -m elf_x86_64) supports shared libraries... yes
|
|
checking whether -lc should be explicitly linked in... no
|
|
checking dynamic linker characteristics... GNU/Linux ld.so
|
|
checking how to hardcode library paths into programs... immediate
|
|
checking whether stripping libraries is possible... yes
|
|
checking if libtool supports shared libraries... yes
|
|
checking whether to build shared libraries... yes
|
|
checking whether to build static libraries... yes
|
|
checking how to run the C++ preprocessor... ccache x86_64-openwrt-linux-gnu-g++ -E
|
|
checking for ld used by ccache x86_64-openwrt-linux-gnu-g++... x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64 -m elf_x86_64
|
|
checking if the linker (x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64 -m elf_x86_64) is GNU ld... yes
|
|
checking whether the ccache x86_64-openwrt-linux-gnu-g++ linker (x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64 -m elf_x86_64) supports shared libraries... yes
|
|
checking for ccache x86_64-openwrt-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
|
|
checking if ccache x86_64-openwrt-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
|
|
checking if ccache x86_64-openwrt-linux-gnu-g++ static flag -static works... no
|
|
checking if ccache x86_64-openwrt-linux-gnu-g++ supports -c -o file.o... yes
|
|
checking if ccache x86_64-openwrt-linux-gnu-g++ supports -c -o file.o... (cached) yes
|
|
checking whether the ccache x86_64-openwrt-linux-gnu-g++ linker (x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64 -m elf_x86_64) supports shared libraries... yes
|
|
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
|
|
checking how to hardcode library paths into programs... immediate
|
|
checking whether build environment is sane... yes
|
|
checking for strlcpy... no
|
|
checking for strlcat... no
|
|
checking for zlib.h... yes
|
|
checking for inflate in -lz... yes
|
|
checking OS... Linux
|
|
checking for ld used by GCC... x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64 -m elf_x86_64
|
|
checking if the linker (x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64 -m elf_x86_64) is GNU ld... yes
|
|
checking for shared library run path origin... done
|
|
checking how to run the C preprocessor... ccache x86_64-openwrt-linux-gnu-gcc -E
|
|
checking for iconv... yes
|
|
checking for working iconv... yes
|
|
checking for iconv declaration...
|
|
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
|
|
checking for iconvctl...
|
|
checking for gcc support of -Wstrict-overflow=1... yes
|
|
checking for gcc support of stack smashing protection... yes
|
|
checking for gcc support of FORTIFY_SOURCE... yes
|
|
checking for gcc support of -Wformat -Wformat-security... yes
|
|
checking for gcc support of -fPIC... yes
|
|
checking for doxygen... no
|
|
checking for lcov... no
|
|
checking that generated files are newer than configure... done
|
|
checking that generated files are newer than configure... done
|
|
configure: creating ./config.status
|
|
config.status: creating htp/htp_version.h
|
|
config.status: creating Makefile
|
|
config.status: creating htp.pc
|
|
config.status: creating htp/Makefile
|
|
config.status: creating htp/lzma/Makefile
|
|
config.status: creating test/Makefile
|
|
config.status: creating docs/Makefile
|
|
config.status: creating htp_config_auto_gen.h
|
|
config.status: executing depfiles commands
|
|
config.status: executing libtool commands
|
|
|
|
Suricata Configuration:
|
|
AF_PACKET support: yes
|
|
AF_XDP support: no
|
|
DPDK support: no
|
|
eBPF support: no
|
|
XDP support: no
|
|
PF_RING support: no
|
|
NFQueue support: yes
|
|
NFLOG support: yes
|
|
IPFW support: no
|
|
Netmap support: no
|
|
DAG enabled: no
|
|
Napatech enabled: no
|
|
WinDivert enabled: no
|
|
|
|
Unix socket enabled: yes
|
|
Detection enabled: yes
|
|
|
|
Libmagic support: yes
|
|
libjansson support: yes
|
|
hiredis support: yes
|
|
hiredis async with libevent: yes
|
|
PCRE jit: yes
|
|
LUA support: yes, through luajit
|
|
libluajit: yes
|
|
GeoIP2 support: yes
|
|
Non-bundled htp: no
|
|
Hyperscan support: no
|
|
Libnet support: no
|
|
liblz4 support: yes
|
|
Landlock support: yes
|
|
|
|
Rust support: yes
|
|
Rust strict mode: no
|
|
Rust compiler path: /home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo/bin/rustc
|
|
Rust compiler version: rustc 1.72.1 (d5c2e9c34 2023-09-13) (built from a source tarball)
|
|
Cargo path: /home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo/bin/cargo
|
|
Cargo version: cargo 1.72.1
|
|
|
|
Python support: yes
|
|
Python path: /home/username/works/openwrt/staging_dir/hostpkg/bin/python3
|
|
Install suricatactl: yes
|
|
Install suricatasc: yes
|
|
Install suricata-update: no, not bundled
|
|
|
|
Profiling enabled: no
|
|
Profiling locks enabled: no
|
|
Profiling rules enabled: no
|
|
|
|
Plugin support (experimental): yes
|
|
DPDK Bond PMD: no
|
|
|
|
Development settings:
|
|
Coccinelle / spatch: no
|
|
Unit tests enabled: no
|
|
Debug output enabled: yes
|
|
Debug validation enabled: no
|
|
Fuzz targets enabled: no
|
|
|
|
Generic build parameters:
|
|
Installation prefix: /usr
|
|
Configuration directory: /etc/suricata/
|
|
Log directory: /var/log/suricata/
|
|
|
|
--prefix /usr
|
|
--sysconfdir /etc
|
|
--localstatedir /var
|
|
--datarootdir /usr/share
|
|
|
|
Host: x86_64-pc-linux-gnu
|
|
Compiler: ccache x86_64-openwrt-linux-gnu-gcc (exec name) / ccache x86_64-openwrt-linux-gnu-g++ (real)
|
|
GCC Protect enabled: yes
|
|
GCC march native enabled: no
|
|
GCC Profile enabled: no
|
|
Position Independent Executable enabled: no
|
|
CFLAGS -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -fPIC -std=c11 -I${srcdir}/../rust/gen -I${srcdir}/../rust/dist
|
|
PCAP_CFLAGS -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include
|
|
SECCFLAGS -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security
|
|
|
|
To build and install run 'make' and 'make install'.
|
|
|
|
You can run 'make install-conf' if you want to install initial configuration
|
|
files to /etc/suricata/. Running 'make install-full' will install configuration
|
|
and rules and provide you a ready-to-run suricata.
|
|
|
|
To install Suricata into /usr/bin/suricata, have the config in
|
|
/etc/suricata and use /var/log/suricata as log dir, use:
|
|
./configure --prefix=/usr/ --sysconfdir=/etc/ --localstatedir=/var/
|
|
|
|
(cd /home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/./; if [ -x ./configure ]; then find /home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/ -name config.guess | xargs -r chmod u+w; find /home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/ -name config.guess | xargs -r -n1 cp --remove-destination /home/username/works/openwrt/scripts/config.guess; find /home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/ -name config.sub | xargs -r chmod u+w; find /home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/ -name config.sub | xargs -r -n1 cp --remove-destination /home/username/works/openwrt/scripts/config.sub; AR="x86_64-openwrt-linux-gnu-gcc-ar" AS="ccache x86_64-openwrt-linux-gnu-gcc -c -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include" LD="x86_64-openwrt-linux-gnu-ld.bfd" NM="x86_64-openwrt-linux-gnu-gcc-nm" CC="ccache x86_64-openwrt-linux-gnu-gcc" GCC="ccache x86_64-openwrt-linux-gnu-gcc" CXX="ccache x86_64-openwrt-linux-gnu-g++" RANLIB="x86_64-openwrt-linux-gnu-gcc-ranlib" STRIP=x86_64-openwrt-linux-gnu-strip OBJCOPY=x86_64-openwrt-linux-gnu-objcopy OBJDUMP=x86_64-openwrt-linux-gnu-objdump SIZE=x86_64-openwrt-linux-gnu-size CFLAGS="-march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include " CXXFLAGS="-march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -ggdb3 " CPPFLAGS="-I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include " LDFLAGS="-L/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/lib -L/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/lib -fuse-ld=bfd -znow -zrelro -L/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/lib " CARGO_HOME="/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo" CLANG="/home/username/works/openwrt/staging_dir/host/llvm-bpf/bin/clang" LLC="/home/username/works/openwrt/staging_dir/host/llvm-bpf/bin/llc" PATH="/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo/bin:/home/username/works/openwrt/staging_dir/host/llvm-bpf/bin:$PATH" LD_LIBRARY_PATH="/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo/lib:/home/username/works/openwrt/staging_dir/host/llvm-bpf/lib:$LD_LIBRARY_PATH" ./configure --target=x86_64-openwrt-linux --host=x86_64-openwrt-linux --build=x86_64-pc-linux-gnu --disable-dependency-tracking --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --target= --host= --build= --enable-shared --disable-gccmarch-native --disable-gccprofile --with-gnu-ld --with-sysroot=/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom --enable-luajit --enable-gccprotect --enable-nfqueue --enable-geoip --enable-libmagic --enable-debug --enable-hiredis --enable-ebpf-build --enable-nflog ; fi; )
|
|
configure: loading site script /home/username/works/openwrt/include/site/x86_64
|
|
checking whether make supports nested variables... yes
|
|
checking for a BSD-compatible install... /home/username/works/openwrt/staging_dir/host/bin/install -c
|
|
checking whether build environment is sane... yes
|
|
checking for a race-free mkdir -p... /usr/bin/mkdir -p
|
|
checking for gawk... gawk
|
|
checking whether make sets $(MAKE)... yes
|
|
checking whether UID '0' is supported by ustar format... yes
|
|
checking whether GID '0' is supported by ustar format... yes
|
|
checking how to create a ustar tar archive... gnutar
|
|
checking build system type... x86_64-pc-linux-gnu
|
|
checking host system type... x86_64-pc-linux-gnu
|
|
checking how to print strings... printf
|
|
checking whether make supports the include directive... yes (GNU style)
|
|
checking for gcc... ccache x86_64-openwrt-linux-gnu-gcc
|
|
checking whether the C compiler works... yes
|
|
checking for C compiler default output file name... a.out
|
|
checking for suffix of executables...
|
|
checking whether we are cross compiling... no
|
|
checking for suffix of object files... o
|
|
checking whether the compiler supports GNU C... yes
|
|
checking whether ccache x86_64-openwrt-linux-gnu-gcc accepts -g... yes
|
|
checking for ccache x86_64-openwrt-linux-gnu-gcc option to enable C11 features... none needed
|
|
checking whether ccache x86_64-openwrt-linux-gnu-gcc understands -c and -o together... yes
|
|
checking dependency style of ccache x86_64-openwrt-linux-gnu-gcc... none
|
|
checking for a sed that does not truncate output... /home/username/works/openwrt/staging_dir/host/bin/sed
|
|
checking for grep that handles long lines and -e... /home/username/works/openwrt/staging_dir/host/bin/grep
|
|
checking for egrep... /home/username/works/openwrt/staging_dir/host/bin/grep -E
|
|
checking for fgrep... /home/username/works/openwrt/staging_dir/host/bin/grep -F
|
|
checking for ld used by ccache x86_64-openwrt-linux-gnu-gcc... x86_64-openwrt-linux-gnu-ld.bfd
|
|
checking if the linker (x86_64-openwrt-linux-gnu-ld.bfd) is GNU ld... yes
|
|
checking for BSD- or MS-compatible name lister (nm)... x86_64-openwrt-linux-gnu-gcc-nm
|
|
checking the name lister (x86_64-openwrt-linux-gnu-gcc-nm) interface... BSD nm
|
|
checking whether ln -s works... yes
|
|
checking the maximum length of command line arguments... 32768
|
|
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
|
|
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
|
|
checking for x86_64-openwrt-linux-gnu-ld.bfd option to reload object files... -r
|
|
checking for file... file
|
|
checking for objdump... x86_64-openwrt-linux-gnu-objdump
|
|
checking how to recognize dependent libraries... pass_all
|
|
checking for dlltool... no
|
|
checking how to associate runtime and link libraries... printf %s\n
|
|
checking for archiver @FILE support... @
|
|
checking for strip... x86_64-openwrt-linux-gnu-strip
|
|
checking for ranlib... x86_64-openwrt-linux-gnu-gcc-ranlib
|
|
checking command to parse x86_64-openwrt-linux-gnu-gcc-nm output from ccache x86_64-openwrt-linux-gnu-gcc object... ok
|
|
checking for sysroot... /home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom
|
|
checking for a working dd... /usr/bin/dd
|
|
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
|
|
checking for mt... mt
|
|
checking if mt is a manifest tool... no
|
|
checking for stdio.h... yes
|
|
checking for stdlib.h... yes
|
|
checking for string.h... yes
|
|
checking for inttypes.h... yes
|
|
checking for stdint.h... yes
|
|
checking for strings.h... yes
|
|
checking for sys/stat.h... yes
|
|
checking for sys/types.h... yes
|
|
checking for unistd.h... yes
|
|
checking for vfork.h... no
|
|
checking for sys/time.h... yes
|
|
checking for sys/param.h... yes
|
|
checking for dlfcn.h... yes
|
|
checking for objdir... .libs
|
|
checking if ccache x86_64-openwrt-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
|
|
checking for ccache x86_64-openwrt-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
|
|
checking if ccache x86_64-openwrt-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
|
|
checking if ccache x86_64-openwrt-linux-gnu-gcc static flag -static works... no
|
|
checking if ccache x86_64-openwrt-linux-gnu-gcc supports -c -o file.o... yes
|
|
checking if ccache x86_64-openwrt-linux-gnu-gcc supports -c -o file.o... (cached) yes
|
|
checking whether the ccache x86_64-openwrt-linux-gnu-gcc linker (x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64) supports shared libraries... yes
|
|
checking whether -lc should be explicitly linked in... no
|
|
checking dynamic linker characteristics... GNU/Linux ld.so
|
|
checking how to hardcode library paths into programs... immediate
|
|
checking whether stripping libraries is possible... yes
|
|
checking if libtool supports shared libraries... yes
|
|
checking whether to build shared libraries... yes
|
|
checking whether to build static libraries... yes
|
|
checking pkg-config is at least version 0.9.0... yes
|
|
checking whether GCC or Clang is our compiler... gcc
|
|
checking for clang... /home/username/works/openwrt/staging_dir/host/llvm-bpf/bin/clang
|
|
checking gcc version... 13.2.0
|
|
checking for gawk... (cached) gawk
|
|
checking for gcc... (cached) ccache x86_64-openwrt-linux-gnu-gcc
|
|
checking whether the compiler supports GNU C... (cached) yes
|
|
checking whether ccache x86_64-openwrt-linux-gnu-gcc accepts -g... (cached) yes
|
|
checking for ccache x86_64-openwrt-linux-gnu-gcc option to enable C11 features... (cached) none needed
|
|
checking whether ccache x86_64-openwrt-linux-gnu-gcc understands -c and -o together... (cached) yes
|
|
checking dependency style of ccache x86_64-openwrt-linux-gnu-gcc... (cached) none
|
|
checking how to run the C preprocessor... ccache x86_64-openwrt-linux-gnu-gcc -E
|
|
checking for ranlib... (cached) x86_64-openwrt-linux-gnu-gcc-ranlib
|
|
checking whether ln -s works... yes
|
|
checking whether make sets $(MAKE)... (cached) yes
|
|
checking for grep that handles long lines and -e... (cached) /home/username/works/openwrt/staging_dir/host/bin/grep
|
|
checking for cygpath... no
|
|
checking for pkg-config... /home/username/works/openwrt/staging_dir/host/bin/pkg-config
|
|
checking for python3... /home/username/works/openwrt/staging_dir/hostpkg/bin/python3
|
|
checking for wget... /home/username/works/openwrt/staging_dir/host/bin/wget
|
|
checking for stddef.h... yes
|
|
checking for arpa/inet.h... yes
|
|
checking for assert.h... yes
|
|
checking for ctype.h... yes
|
|
checking for errno.h... yes
|
|
checking for fcntl.h... yes
|
|
checking for inttypes.h... (cached) yes
|
|
checking for getopt.h... yes
|
|
checking for limits.h... yes
|
|
checking for netdb.h... yes
|
|
checking for netinet/in.h... yes
|
|
checking for poll.h... yes
|
|
checking for sched.h... yes
|
|
checking for signal.h... yes
|
|
checking for stdarg.h... yes
|
|
checking for stdint.h... (cached) yes
|
|
checking for stdio.h... (cached) yes
|
|
checking for stdlib.h... (cached) yes
|
|
checking for stdbool.h... yes
|
|
checking for string.h... (cached) yes
|
|
checking for strings.h... (cached) yes
|
|
checking for sys/ioctl.h... yes
|
|
checking for syslog.h... yes
|
|
checking for sys/prctl.h... yes
|
|
checking for sys/socket.h... yes
|
|
checking for sys/stat.h... (cached) yes
|
|
checking for sys/syscall.h... yes
|
|
checking for sys/time.h... (cached) yes
|
|
checking for time.h... yes
|
|
checking for unistd.h... (cached) yes
|
|
checking for sys/param.h... (cached) yes
|
|
checking for sys/ioctl.h... (cached) yes
|
|
checking for linux/if_ether.h... yes
|
|
checking for linux/if_packet.h... yes
|
|
checking for linux/filter.h... yes
|
|
checking for linux/ethtool.h... yes
|
|
checking for linux/sockios.h... yes
|
|
checking for glob.h... yes
|
|
checking for locale.h... yes
|
|
checking for grp.h... yes
|
|
checking for pwd.h... yes
|
|
checking for dirent.h... yes
|
|
checking for fnmatch.h... yes
|
|
checking for sys/resource.h... yes
|
|
checking for sys/types.h... (cached) yes
|
|
checking for sys/un.h... yes
|
|
checking for sys/random.h... yes
|
|
checking for utime.h... yes
|
|
checking for libgen.h... yes
|
|
checking for mach/mach.h... no
|
|
checking for stdatomic.h... yes
|
|
checking for sys/queue.h... yes
|
|
checking for sys/socket.h... (cached) yes
|
|
checking for net/if.h... yes
|
|
checking for sys/mman.h... yes
|
|
checking for linux/if_arp.h... yes
|
|
checking for windows.h... no
|
|
checking for winsock2.h... no
|
|
checking for ws2tcpip.h... no
|
|
checking for w32api/wtypes.h... no
|
|
checking for w32api/winbase.h... no
|
|
checking for wincrypt.h... no
|
|
checking for inline... inline
|
|
checking for C/C++ restrict keyword... __restrict__
|
|
checking for pid_t... yes
|
|
checking for mode_t... yes
|
|
checking for size_t... yes
|
|
checking for ssize_t... yes
|
|
checking for int8_t... yes
|
|
checking for int16_t... yes
|
|
checking for int32_t... yes
|
|
checking for int64_t... yes
|
|
checking for uint8_t... yes
|
|
checking for uint16_t... yes
|
|
checking for uint32_t... yes
|
|
checking for uint64_t... yes
|
|
checking for u_int... yes
|
|
checking for u_short... yes
|
|
checking for u_long... yes
|
|
checking for u_char... yes
|
|
checking whether struct tm is in sys/time.h or time.h... time.h
|
|
checking for ccache x86_64-openwrt-linux-gnu-gcc options needed to detect all undeclared functions... none needed
|
|
checking for struct tm.tm_zone... yes
|
|
checking for ptrdiff_t... yes
|
|
checking for _Bool... yes
|
|
checking for stdbool.h that conforms to C99... (cached) yes
|
|
checking for GNU libc compatible malloc... (cached) yes
|
|
checking for GNU libc compatible realloc... (cached) yes
|
|
checking for fork... yes
|
|
checking for vfork... yes
|
|
checking for alarm... yes
|
|
checking for getpagesize... yes
|
|
checking for working fork... yes
|
|
checking for working vfork... (cached) yes
|
|
checking for working mktime... yes
|
|
checking for working mmap... yes
|
|
checking for working strtod... yes
|
|
checking for memmem... yes
|
|
checking for memset... yes
|
|
checking for memchr... yes
|
|
checking for memrchr... yes
|
|
checking for memmove... yes
|
|
checking for strcasecmp... yes
|
|
checking for strchr... yes
|
|
checking for strrchr... yes
|
|
checking for strdup... yes
|
|
checking for strndup... yes
|
|
checking for strncasecmp... yes
|
|
checking for strtol... yes
|
|
checking for strtoul... yes
|
|
checking for strstr... yes
|
|
checking for strpbrk... yes
|
|
checking for strtoull... yes
|
|
checking for strtoumax... yes
|
|
checking for strerror... (cached) yes
|
|
checking for gethostname... yes
|
|
checking for inet_ntoa... yes
|
|
checking for uname... yes
|
|
checking for gettimeofday... (cached) yes
|
|
checking for clock_gettime... yes
|
|
checking for utime... yes
|
|
checking for strptime... yes
|
|
checking for tzset... yes
|
|
checking for localtime_r... yes
|
|
checking for socket... yes
|
|
checking for setenv... yes
|
|
checking for select... yes
|
|
checking for putenv... yes
|
|
checking for dup2... yes
|
|
checking for endgrent... yes
|
|
checking for endpwent... yes
|
|
checking for atexit... yes
|
|
checking for munmap... yes
|
|
checking for setrlimit... yes
|
|
checking for fwrite_unlocked... yes
|
|
checking whether getrandom is declared... yes
|
|
checking for strlcpy... no
|
|
checking for strlcat... no
|
|
checking for ccache x86_64-openwrt-linux-gnu-gcc option to enable large file support... none needed
|
|
checking host os... installation for x86_64-pc-linux-gnu OS... ok
|
|
checking for c11 support... yes
|
|
checking for thread local storage gnu __thread support... yes
|
|
checking for -fstack-protector... yes
|
|
checking for -D_FORTIFY_SOURCE=2... yes
|
|
checking for -Wformat -Wformat-security... yes
|
|
checking for -z relro... yes
|
|
checking for -z now... yes
|
|
checking for linux/landlock.h... yes
|
|
checking for dlfcn.h... (cached) yes
|
|
checking for plugin support... yes
|
|
checking for llc-17.0... /home/username/works/openwrt/staging_dir/host/llvm-bpf/bin/llc
|
|
checking for spatch... no
|
|
checking for zlib.h... yes
|
|
checking for inflate in -lz... yes
|
|
checking for pcre2_compile_8 in -lpcre2-8... yes
|
|
checking for PCRE2 JIT support... yes
|
|
checking for systemd/sd-daemon.h... no
|
|
checking for libhs... yes
|
|
checking for hs.h... no
|
|
checking for yaml.h... yes
|
|
checking for yaml_parser_initialize in -lyaml... yes
|
|
checking for pthread_create in -lpthread... yes
|
|
checking for pthread_spin_unlock... yes
|
|
checking for pthread_getattr_np... yes
|
|
checking for jansson.h... yes
|
|
checking for json_dump_callback in -ljansson... yes
|
|
checking for libnetfilter_queue... yes
|
|
checking for nfnl_fd in -lnfnetlink... yes
|
|
checking for libnetfilter_queue/libnetfilter_queue.h... yes
|
|
checking for nfq_open in -lnetfilter_queue... yes
|
|
checking for nfq_set_queue_maxlen in -lnetfilter_queue... yes
|
|
checking for nfq_set_verdict2 in -lnetfilter_queue... yes
|
|
checking for nfq_set_queue_flags in -lnetfilter_queue... yes
|
|
checking for nfq_set_verdict_batch in -lnetfilter_queue... yes
|
|
checking for signed nfq_get_payload payload argument... no
|
|
checking for libnetfilter_log/libnetfilter_log.h... yes
|
|
checking for nflog_open in -lnetfilter_log... yes
|
|
checking whether OS_WIN32 is declared... no
|
|
checking for libnet.h version 1.1.x... no
|
|
checking for pcap.h... yes
|
|
checking for pcap.h... (cached) yes
|
|
checking for pcap/pcap.h... yes
|
|
checking for pcap/bpf.h... no
|
|
checking for pcap_open_dead in -lpcap... yes
|
|
checking for libpcap... yes
|
|
checking for pcap-config... /home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/bin/pcap-config
|
|
pcap-config: Invalid command-line option --defines specified
|
|
Usage: pcap-config [ --help ] [ --static | --static-pcap-only ] [ --libs | --additional-libs ]
|
|
checking for pcap_set_buffer_size in -lpcap... yes
|
|
checking whether TPACKET_V2 is declared... yes
|
|
checking whether PACKET_FANOUT_QM is declared... yes
|
|
checking whether TPACKET_V3 is declared... yes
|
|
checking whether SOF_TIMESTAMPING_RAW_HARDWARE is declared... yes
|
|
checking for elf_begin in -lelf... no
|
|
checking for bpf_xdp_query_id... no
|
|
checking for iconv.h... yes
|
|
checking for libiconv_close in -liconv... no
|
|
checking for cap-ng.h... yes
|
|
checking for capng_clear in -lcap-ng... yes
|
|
checking for unw_backtrace in -lunwind... yes
|
|
checking for magic.h... yes
|
|
checking for magic_open in -lmagic... yes
|
|
checking for luajit... yes
|
|
checking for lualib.h... yes
|
|
checking for luajit... yes
|
|
checking for luaL_openlibs in -lluajit-5.1... yes
|
|
checking for maxminddb.h... yes
|
|
checking for MMDB_open in -lmaxminddb... yes
|
|
checking for hiredis/hiredis.h... yes
|
|
checking for redisConnect in -lhiredis... yes
|
|
checking for hiredis/adapters/libevent.h... yes
|
|
checking for event.h... yes
|
|
checking for event_base_free in -levent... yes
|
|
checking for evthread_use_pthreads in -levent_pthreads... yes
|
|
checking for LZ4F_createCompressionContext in -llz4... yes
|
|
checking for getconf... /home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/bin/getconf
|
|
./configure: line 29603: /home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/bin/getconf: cannot execute: required file not found
|
|
checking for sphinx-build... no
|
|
checking for pdflatex... no
|
|
checking for rustc... /home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo/bin/rustc
|
|
checking for cargo... /home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo/bin/cargo
|
|
checking for Rust version 1.63.0 or newer... yes
|
|
checking for rustup... no
|
|
checking for ./rust/dist/rust-bindings.h... no
|
|
checking for ./rust/gen/rust-bindings.h... no
|
|
checking for cbindgen... /home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo/bin/cbindgen
|
|
checking for FPC_IsFuzzPacketCapture in -lfuzzpcap... no
|
|
checking whether the compiler supports GNU C++... yes
|
|
checking whether ccache x86_64-openwrt-linux-gnu-g++ accepts -g... yes
|
|
checking for ccache x86_64-openwrt-linux-gnu-g++ option to enable C++11 features... none needed
|
|
checking dependency style of ccache x86_64-openwrt-linux-gnu-g++... none
|
|
checking how to run the C++ preprocessor... ccache x86_64-openwrt-linux-gnu-g++ -E
|
|
checking for ld used by ccache x86_64-openwrt-linux-gnu-g++... x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64
|
|
checking if the linker (x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64) is GNU ld... yes
|
|
checking whether the ccache x86_64-openwrt-linux-gnu-g++ linker (x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64) supports shared libraries... yes
|
|
checking for ccache x86_64-openwrt-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
|
|
checking if ccache x86_64-openwrt-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
|
|
checking if ccache x86_64-openwrt-linux-gnu-g++ static flag -static works... no
|
|
checking if ccache x86_64-openwrt-linux-gnu-g++ supports -c -o file.o... yes
|
|
checking if ccache x86_64-openwrt-linux-gnu-g++ supports -c -o file.o... (cached) yes
|
|
checking whether the ccache x86_64-openwrt-linux-gnu-g++ linker (x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64) supports shared libraries... yes
|
|
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
|
|
checking how to hardcode library paths into programs... immediate
|
|
checking for git... /home/username/works/openwrt/staging_dir/host/bin/git
|
|
checking that generated files are newer than configure... done
|
|
configure: creating ./config.status
|
|
config.status: creating Makefile
|
|
config.status: creating src/Makefile
|
|
config.status: creating rust/Makefile
|
|
config.status: creating rust/Cargo.lock
|
|
config.status: creating rust/Cargo.toml
|
|
config.status: creating rust/derive/Cargo.toml
|
|
config.status: creating rust/.cargo/config
|
|
config.status: creating qa/Makefile
|
|
config.status: creating qa/coccinelle/Makefile
|
|
config.status: creating rules/Makefile
|
|
config.status: creating doc/Makefile
|
|
config.status: creating doc/userguide/Makefile
|
|
config.status: creating contrib/Makefile
|
|
config.status: creating contrib/file_processor/Makefile
|
|
config.status: creating contrib/file_processor/Action/Makefile
|
|
config.status: creating contrib/file_processor/Processor/Makefile
|
|
config.status: creating suricata.yaml
|
|
config.status: creating etc/Makefile
|
|
config.status: creating etc/suricata.logrotate
|
|
config.status: creating etc/suricata.service
|
|
config.status: creating python/Makefile
|
|
config.status: creating python/suricata/config/defaults.py
|
|
config.status: creating ebpf/Makefile
|
|
config.status: creating libsuricata-config
|
|
config.status: creating src/autoconf.h
|
|
config.status: src/autoconf.h is unchanged
|
|
config.status: executing depfiles commands
|
|
config.status: executing libtool commands
|
|
=== configuring in libhtp (/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/libhtp)
|
|
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--target=x86_64-openwrt-linux' '--host=x86_64-openwrt-linux' '--build=x86_64-pc-linux-gnu' '--disable-dependency-tracking' '--program-prefix=' '--program-suffix=' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--libexecdir=/usr/lib' '--sysconfdir=/etc' '--datadir=/usr/share' '--localstatedir=/var' '--mandir=/usr/man' '--infodir=/usr/info' '--target=' '--host=' '--build=' '--enable-shared' '--disable-gccmarch-native' '--disable-gccprofile' '--with-gnu-ld' '--with-sysroot=/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom' '--enable-luajit' '--enable-gccprotect' '--enable-nfqueue' '--enable-geoip' '--enable-libmagic' '--enable-debug' '--enable-hiredis' '--enable-ebpf-build' '--enable-nflog' 'build_alias=' 'host_alias=' 'target_alias=' 'CC=ccache x86_64-openwrt-linux-gnu-gcc' 'CFLAGS=-march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include ' 'LDFLAGS=-L/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/lib -L/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/lib -fuse-ld=bfd -znow -zrelro -L/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/lib ' 'CPPFLAGS=-I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include ' 'PKG_CONFIG=/home/username/works/openwrt/staging_dir/host/bin/pkg-config' 'PKG_CONFIG_PATH=/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/lib/pkgconfig:/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/share/pkgconfig' 'PKG_CONFIG_LIBDIR=/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/lib/pkgconfig:/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/share/pkgconfig' 'CXX=ccache x86_64-openwrt-linux-gnu-g++' 'CXXFLAGS=-march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -ggdb3 ' --cache-file=/dev/null --srcdir=.
|
|
configure: loading site script /home/username/works/openwrt/include/site/x86_64
|
|
checking for a BSD-compatible install... /home/username/works/openwrt/staging_dir/host/bin/install -c
|
|
checking whether build environment is sane... yes
|
|
checking for a race-free mkdir -p... /usr/bin/mkdir -p
|
|
checking for gawk... gawk
|
|
checking whether make sets $(MAKE)... yes
|
|
checking whether make supports nested variables... yes
|
|
Debug mode enabled
|
|
checking for gcc... ccache x86_64-openwrt-linux-gnu-gcc
|
|
checking whether the C compiler works... yes
|
|
checking for C compiler default output file name... a.out
|
|
checking for suffix of executables...
|
|
checking whether we are cross compiling... no
|
|
checking for suffix of object files... o
|
|
checking whether the compiler supports GNU C... yes
|
|
checking whether ccache x86_64-openwrt-linux-gnu-gcc accepts -g... yes
|
|
checking for ccache x86_64-openwrt-linux-gnu-gcc option to enable C11 features... none needed
|
|
checking whether ccache x86_64-openwrt-linux-gnu-gcc understands -c and -o together... yes
|
|
checking whether make supports the include directive... yes (GNU style)
|
|
checking dependency style of ccache x86_64-openwrt-linux-gnu-gcc... none
|
|
checking whether the compiler supports GNU C++... yes
|
|
checking whether ccache x86_64-openwrt-linux-gnu-g++ accepts -g... yes
|
|
checking for ccache x86_64-openwrt-linux-gnu-g++ option to enable C++11 features... none needed
|
|
checking dependency style of ccache x86_64-openwrt-linux-gnu-g++... none
|
|
checking build system type... x86_64-pc-linux-gnu
|
|
checking host system type... x86_64-pc-linux-gnu
|
|
checking how to print strings... printf
|
|
checking for a sed that does not truncate output... /home/username/works/openwrt/staging_dir/host/bin/sed
|
|
checking for grep that handles long lines and -e... /home/username/works/openwrt/staging_dir/host/bin/grep
|
|
checking for egrep... /home/username/works/openwrt/staging_dir/host/bin/grep -E
|
|
checking for fgrep... /home/username/works/openwrt/staging_dir/host/bin/grep -F
|
|
checking for ld used by ccache x86_64-openwrt-linux-gnu-gcc... x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64
|
|
checking if the linker (x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64) is GNU ld... yes
|
|
checking for BSD- or MS-compatible name lister (nm)... x86_64-openwrt-linux-gnu-gcc-nm
|
|
checking the name lister (x86_64-openwrt-linux-gnu-gcc-nm) interface... BSD nm
|
|
checking whether ln -s works... yes
|
|
checking the maximum length of command line arguments... 32768
|
|
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
|
|
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
|
|
checking for x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64 option to reload object files... -r
|
|
checking for file... file
|
|
checking for objdump... x86_64-openwrt-linux-gnu-objdump
|
|
checking how to recognize dependent libraries... pass_all
|
|
checking for dlltool... no
|
|
checking how to associate runtime and link libraries... printf %s\n
|
|
checking for archiver @FILE support... @
|
|
checking for strip... x86_64-openwrt-linux-gnu-strip
|
|
checking for ranlib... x86_64-openwrt-linux-gnu-gcc-ranlib
|
|
checking command to parse x86_64-openwrt-linux-gnu-gcc-nm output from ccache x86_64-openwrt-linux-gnu-gcc object... ok
|
|
checking for sysroot... /home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom
|
|
checking for a working dd... /usr/bin/dd
|
|
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
|
|
checking for mt... mt
|
|
checking if mt is a manifest tool... no
|
|
checking for stdio.h... yes
|
|
checking for stdlib.h... yes
|
|
checking for string.h... yes
|
|
checking for inttypes.h... yes
|
|
checking for stdint.h... yes
|
|
checking for strings.h... yes
|
|
checking for sys/stat.h... yes
|
|
checking for sys/types.h... yes
|
|
checking for unistd.h... yes
|
|
checking for dlfcn.h... yes
|
|
checking for objdir... .libs
|
|
checking if ccache x86_64-openwrt-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
|
|
checking for ccache x86_64-openwrt-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
|
|
checking if ccache x86_64-openwrt-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
|
|
checking if ccache x86_64-openwrt-linux-gnu-gcc static flag -static works... no
|
|
checking if ccache x86_64-openwrt-linux-gnu-gcc supports -c -o file.o... yes
|
|
checking if ccache x86_64-openwrt-linux-gnu-gcc supports -c -o file.o... (cached) yes
|
|
checking whether the ccache x86_64-openwrt-linux-gnu-gcc linker (x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64 -m elf_x86_64) supports shared libraries... yes
|
|
checking whether -lc should be explicitly linked in... no
|
|
checking dynamic linker characteristics... GNU/Linux ld.so
|
|
checking how to hardcode library paths into programs... immediate
|
|
checking whether stripping libraries is possible... yes
|
|
checking if libtool supports shared libraries... yes
|
|
checking whether to build shared libraries... yes
|
|
checking whether to build static libraries... yes
|
|
checking how to run the C++ preprocessor... ccache x86_64-openwrt-linux-gnu-g++ -E
|
|
checking for ld used by ccache x86_64-openwrt-linux-gnu-g++... x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64 -m elf_x86_64
|
|
checking if the linker (x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64 -m elf_x86_64) is GNU ld... yes
|
|
checking whether the ccache x86_64-openwrt-linux-gnu-g++ linker (x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64 -m elf_x86_64) supports shared libraries... yes
|
|
checking for ccache x86_64-openwrt-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
|
|
checking if ccache x86_64-openwrt-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
|
|
checking if ccache x86_64-openwrt-linux-gnu-g++ static flag -static works... no
|
|
checking if ccache x86_64-openwrt-linux-gnu-g++ supports -c -o file.o... yes
|
|
checking if ccache x86_64-openwrt-linux-gnu-g++ supports -c -o file.o... (cached) yes
|
|
checking whether the ccache x86_64-openwrt-linux-gnu-g++ linker (x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64 -m elf_x86_64) supports shared libraries... yes
|
|
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
|
|
checking how to hardcode library paths into programs... immediate
|
|
checking whether build environment is sane... yes
|
|
checking for strlcpy... no
|
|
checking for strlcat... no
|
|
checking for zlib.h... yes
|
|
checking for inflate in -lz... yes
|
|
checking OS... Linux
|
|
checking for ld used by GCC... x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64 -m elf_x86_64
|
|
checking if the linker (x86_64-openwrt-linux-gnu-ld.bfd -m elf_x86_64 -m elf_x86_64) is GNU ld... yes
|
|
checking for shared library run path origin... done
|
|
checking how to run the C preprocessor... ccache x86_64-openwrt-linux-gnu-gcc -E
|
|
checking for iconv... yes
|
|
checking for working iconv... yes
|
|
checking for iconv declaration...
|
|
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
|
|
checking for iconvctl...
|
|
checking for gcc support of -Wstrict-overflow=1... yes
|
|
checking for gcc support of stack smashing protection... yes
|
|
checking for gcc support of FORTIFY_SOURCE... yes
|
|
checking for gcc support of -Wformat -Wformat-security... yes
|
|
checking for gcc support of -fPIC... yes
|
|
checking for doxygen... no
|
|
checking for lcov... no
|
|
checking that generated files are newer than configure... done
|
|
checking that generated files are newer than configure... done
|
|
configure: creating ./config.status
|
|
config.status: creating htp/htp_version.h
|
|
config.status: creating Makefile
|
|
config.status: creating htp.pc
|
|
config.status: creating htp/Makefile
|
|
config.status: creating htp/lzma/Makefile
|
|
config.status: creating test/Makefile
|
|
config.status: creating docs/Makefile
|
|
config.status: creating htp_config_auto_gen.h
|
|
config.status: htp_config_auto_gen.h is unchanged
|
|
config.status: executing depfiles commands
|
|
config.status: executing libtool commands
|
|
|
|
Suricata Configuration:
|
|
AF_PACKET support: yes
|
|
AF_XDP support: no
|
|
DPDK support: no
|
|
eBPF support: no
|
|
XDP support: no
|
|
PF_RING support: no
|
|
NFQueue support: yes
|
|
NFLOG support: yes
|
|
IPFW support: no
|
|
Netmap support: no
|
|
DAG enabled: no
|
|
Napatech enabled: no
|
|
WinDivert enabled: no
|
|
|
|
Unix socket enabled: yes
|
|
Detection enabled: yes
|
|
|
|
Libmagic support: yes
|
|
libjansson support: yes
|
|
hiredis support: yes
|
|
hiredis async with libevent: yes
|
|
PCRE jit: yes
|
|
LUA support: yes, through luajit
|
|
libluajit: yes
|
|
GeoIP2 support: yes
|
|
Non-bundled htp: no
|
|
Hyperscan support: no
|
|
Libnet support: no
|
|
liblz4 support: yes
|
|
Landlock support: yes
|
|
|
|
Rust support: yes
|
|
Rust strict mode: no
|
|
Rust compiler path: /home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo/bin/rustc
|
|
Rust compiler version: rustc 1.72.1 (d5c2e9c34 2023-09-13) (built from a source tarball)
|
|
Cargo path: /home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo/bin/cargo
|
|
Cargo version: cargo 1.72.1
|
|
|
|
Python support: yes
|
|
Python path: /home/username/works/openwrt/staging_dir/hostpkg/bin/python3
|
|
Install suricatactl: yes
|
|
Install suricatasc: yes
|
|
Install suricata-update: no, not bundled
|
|
|
|
Profiling enabled: no
|
|
Profiling locks enabled: no
|
|
Profiling rules enabled: no
|
|
|
|
Plugin support (experimental): yes
|
|
DPDK Bond PMD: no
|
|
|
|
Development settings:
|
|
Coccinelle / spatch: no
|
|
Unit tests enabled: no
|
|
Debug output enabled: yes
|
|
Debug validation enabled: no
|
|
Fuzz targets enabled: no
|
|
|
|
Generic build parameters:
|
|
Installation prefix: /usr
|
|
Configuration directory: /etc/suricata/
|
|
Log directory: /var/log/suricata/
|
|
|
|
--prefix /usr
|
|
--sysconfdir /etc
|
|
--localstatedir /var
|
|
--datarootdir /usr/share
|
|
|
|
Host: x86_64-pc-linux-gnu
|
|
Compiler: ccache x86_64-openwrt-linux-gnu-gcc (exec name) / ccache x86_64-openwrt-linux-gnu-g++ (real)
|
|
GCC Protect enabled: yes
|
|
GCC march native enabled: no
|
|
GCC Profile enabled: no
|
|
Position Independent Executable enabled: no
|
|
CFLAGS -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -fPIC -std=c11 -I${srcdir}/../rust/gen -I${srcdir}/../rust/dist
|
|
PCAP_CFLAGS -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include
|
|
SECCFLAGS -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security
|
|
|
|
To build and install run 'make' and 'make install'.
|
|
|
|
You can run 'make install-conf' if you want to install initial configuration
|
|
files to /etc/suricata/. Running 'make install-full' will install configuration
|
|
and rules and provide you a ready-to-run suricata.
|
|
|
|
To install Suricata into /usr/bin/suricata, have the config in
|
|
/etc/suricata and use /var/log/suricata as log dir, use:
|
|
./configure --prefix=/usr/ --sysconfdir=/etc/ --localstatedir=/var/
|
|
|
|
touch /home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/.configured_68b329da9893e34099c7d8ad5cb9c940
|
|
rm -f /home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/.built
|
|
touch /home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/.built_check
|
|
CFLAGS="-march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include " CXXFLAGS="-march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -ggdb3 -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include " LDFLAGS="-L/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/lib -L/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/lib -fuse-ld=bfd -znow -zrelro -L/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/lib " make -j1 -C /home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/. AR="x86_64-openwrt-linux-gnu-gcc-ar" AS="ccache x86_64-openwrt-linux-gnu-gcc -c -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include" LD="x86_64-openwrt-linux-gnu-ld.bfd" NM="x86_64-openwrt-linux-gnu-gcc-nm" CC="ccache x86_64-openwrt-linux-gnu-gcc" GCC="ccache x86_64-openwrt-linux-gnu-gcc" CXX="ccache x86_64-openwrt-linux-gnu-g++" RANLIB="x86_64-openwrt-linux-gnu-gcc-ranlib" STRIP=x86_64-openwrt-linux-gnu-strip OBJCOPY=x86_64-openwrt-linux-gnu-objcopy OBJDUMP=x86_64-openwrt-linux-gnu-objdump SIZE=x86_64-openwrt-linux-gnu-size CROSS="x86_64-openwrt-linux-gnu-" ARCH="x86_64" ;
|
|
make[3]: Entering directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2'
|
|
Making all in libhtp
|
|
make[4]: Entering directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/libhtp'
|
|
make all-recursive
|
|
make[5]: Entering directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/libhtp'
|
|
Making all in htp
|
|
make[6]: Entering directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/libhtp/htp'
|
|
Making all in lzma
|
|
make[7]: Entering directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/libhtp/htp/lzma'
|
|
/bin/bash ../../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I../.. -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o LzFind.lo LzFind.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I../.. -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c LzFind.c -fPIC -DPIC -o .libs/LzFind.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I../.. -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c LzFind.c -o LzFind.o >/dev/null 2>&1
|
|
/bin/bash ../../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I../.. -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o LzmaDec.lo LzmaDec.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I../.. -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c LzmaDec.c -fPIC -DPIC -o .libs/LzmaDec.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I../.. -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c LzmaDec.c -o LzmaDec.o >/dev/null 2>&1
|
|
/bin/bash ../../libtool --tag=CC --mode=link ccache x86_64-openwrt-linux-gnu-gcc -I../.. -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -L/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/lib -L/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/lib -fuse-ld=bfd -znow -zrelro -L/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/lib -o liblzma-c.la LzFind.lo LzmaDec.lo -lz
|
|
OpenWrt-libtool: link: x86_64-openwrt-linux-gnu-gcc-ar cr .libs/liblzma-c.a .libs/LzFind.o .libs/LzmaDec.o
|
|
OpenWrt-libtool: link: x86_64-openwrt-linux-gnu-gcc-ranlib .libs/liblzma-c.a
|
|
OpenWrt-libtool: link: ( cd ".libs" && rm -f "liblzma-c.la" && ln -s "../liblzma-c.la" "liblzma-c.la" )
|
|
make[7]: Leaving directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/libhtp/htp/lzma'
|
|
make[7]: Entering directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/libhtp/htp'
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o bstr.lo bstr.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c bstr.c -fPIC -DPIC -o .libs/bstr.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c bstr.c -o bstr.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o bstr_builder.lo bstr_builder.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c bstr_builder.c -fPIC -DPIC -o .libs/bstr_builder.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c bstr_builder.c -o bstr_builder.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_base64.lo htp_base64.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_base64.c -fPIC -DPIC -o .libs/htp_base64.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_base64.c -o htp_base64.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_config.lo htp_config.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_config.c -fPIC -DPIC -o .libs/htp_config.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_config.c -o htp_config.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_connection.lo htp_connection.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_connection.c -fPIC -DPIC -o .libs/htp_connection.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_connection.c -o htp_connection.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_connection_parser.lo htp_connection_parser.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_connection_parser.c -fPIC -DPIC -o .libs/htp_connection_parser.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_connection_parser.c -o htp_connection_parser.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_content_handlers.lo htp_content_handlers.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_content_handlers.c -fPIC -DPIC -o .libs/htp_content_handlers.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_content_handlers.c -o htp_content_handlers.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_cookies.lo htp_cookies.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_cookies.c -fPIC -DPIC -o .libs/htp_cookies.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_cookies.c -o htp_cookies.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_decompressors.lo htp_decompressors.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_decompressors.c -fPIC -DPIC -o .libs/htp_decompressors.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_decompressors.c -o htp_decompressors.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_hooks.lo htp_hooks.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_hooks.c -fPIC -DPIC -o .libs/htp_hooks.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_hooks.c -o htp_hooks.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_list.lo htp_list.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_list.c -fPIC -DPIC -o .libs/htp_list.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_list.c -o htp_list.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_multipart.lo htp_multipart.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_multipart.c -fPIC -DPIC -o .libs/htp_multipart.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_multipart.c -o htp_multipart.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_parsers.lo htp_parsers.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_parsers.c -fPIC -DPIC -o .libs/htp_parsers.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_parsers.c -o htp_parsers.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_php.lo htp_php.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_php.c -fPIC -DPIC -o .libs/htp_php.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_php.c -o htp_php.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_request.lo htp_request.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_request.c -fPIC -DPIC -o .libs/htp_request.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_request.c -o htp_request.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_request_apache_2_2.lo htp_request_apache_2_2.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_request_apache_2_2.c -fPIC -DPIC -o .libs/htp_request_apache_2_2.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_request_apache_2_2.c -o htp_request_apache_2_2.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_request_generic.lo htp_request_generic.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_request_generic.c -fPIC -DPIC -o .libs/htp_request_generic.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_request_generic.c -o htp_request_generic.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_request_parsers.lo htp_request_parsers.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_request_parsers.c -fPIC -DPIC -o .libs/htp_request_parsers.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_request_parsers.c -o htp_request_parsers.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_response.lo htp_response.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_response.c -fPIC -DPIC -o .libs/htp_response.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_response.c -o htp_response.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_response_generic.lo htp_response_generic.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_response_generic.c -fPIC -DPIC -o .libs/htp_response_generic.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_response_generic.c -o htp_response_generic.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_table.lo htp_table.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_table.c -fPIC -DPIC -o .libs/htp_table.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_table.c -o htp_table.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_transaction.lo htp_transaction.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_transaction.c -fPIC -DPIC -o .libs/htp_transaction.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_transaction.c -o htp_transaction.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_transcoder.lo htp_transcoder.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_transcoder.c -fPIC -DPIC -o .libs/htp_transcoder.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_transcoder.c -o htp_transcoder.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_urlencoded.lo htp_urlencoded.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_urlencoded.c -fPIC -DPIC -o .libs/htp_urlencoded.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_urlencoded.c -o htp_urlencoded.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_util.lo htp_util.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_util.c -fPIC -DPIC -o .libs/htp_util.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_util.c -o htp_util.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o htp_utf8_decoder.lo htp_utf8_decoder.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_utf8_decoder.c -fPIC -DPIC -o .libs/htp_utf8_decoder.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c htp_utf8_decoder.c -o htp_utf8_decoder.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o strlcpy.lo strlcpy.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c strlcpy.c -fPIC -DPIC -o .libs/strlcpy.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c strlcpy.c -o strlcpy.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=compile ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c -o strlcat.lo strlcat.c
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c strlcat.c -fPIC -DPIC -o .libs/strlcat.o
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
OpenWrt-libtool: compile: ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -c strlcat.c -o strlcat.o >/dev/null 2>&1
|
|
/bin/bash ../libtool --tag=CC --mode=link ccache x86_64-openwrt-linux-gnu-gcc -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -L/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/lib -L/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/lib -fuse-ld=bfd -znow -zrelro -L/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/lib -o libhtp-c.la bstr.lo bstr_builder.lo htp_base64.lo htp_config.lo htp_connection.lo htp_connection_parser.lo htp_content_handlers.lo htp_cookies.lo htp_decompressors.lo htp_hooks.lo htp_list.lo htp_multipart.lo htp_parsers.lo htp_php.lo htp_request.lo htp_request_apache_2_2.lo htp_request_generic.lo htp_request_parsers.lo htp_response.lo htp_response_generic.lo htp_table.lo htp_transaction.lo htp_transcoder.lo htp_urlencoded.lo htp_util.lo htp_utf8_decoder.lo strlcpy.lo strlcat.lo -lz
|
|
OpenWrt-libtool: link: x86_64-openwrt-linux-gnu-gcc-ar cr .libs/libhtp-c.a .libs/bstr.o .libs/bstr_builder.o .libs/htp_base64.o .libs/htp_config.o .libs/htp_connection.o .libs/htp_connection_parser.o .libs/htp_content_handlers.o .libs/htp_cookies.o .libs/htp_decompressors.o .libs/htp_hooks.o .libs/htp_list.o .libs/htp_multipart.o .libs/htp_parsers.o .libs/htp_php.o .libs/htp_request.o .libs/htp_request_apache_2_2.o .libs/htp_request_generic.o .libs/htp_request_parsers.o .libs/htp_response.o .libs/htp_response_generic.o .libs/htp_table.o .libs/htp_transaction.o .libs/htp_transcoder.o .libs/htp_urlencoded.o .libs/htp_util.o .libs/htp_utf8_decoder.o .libs/strlcpy.o .libs/strlcat.o
|
|
OpenWrt-libtool: link: x86_64-openwrt-linux-gnu-gcc-ranlib .libs/libhtp-c.a
|
|
OpenWrt-libtool: link: ( cd ".libs" && rm -f "libhtp-c.la" && ln -s "../libhtp-c.la" "libhtp-c.la" )
|
|
/bin/bash ../libtool --tag=CC --mode=link ccache x86_64-openwrt-linux-gnu-gcc -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -version-info 2:0:0 -L/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/lib -L/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/lib -fuse-ld=bfd -znow -zrelro -L/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/lib -o libhtp.la -rpath /usr/lib libhtp-c.la lzma/liblzma-c.la -lz
|
|
OpenWrt-libtool: link: ccache x86_64-openwrt-linux-gnu-gcc -shared -fPIC -DPIC -Wl,--whole-archive ./.libs/libhtp-c.a lzma/.libs/liblzma-c.a -Wl,--no-whole-archive -L/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/lib -L/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/lib -L/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/lib -lz -g -march=tigerlake -mtune=tigerlake -O3 -march=tigerlake -mtune=tigerlake -O3 -fstack-protector -Wl,-z -Wl,now -Wl,-z -Wl,relro -O2 -fstack-protector -fuse-ld=bfd -Wl,-soname -Wl,libhtp.so.2 -o .libs/libhtp.so.2.0.0
|
|
OpenWrt-libtool: link: (cd ".libs" && rm -f "libhtp.so.2" && ln -s "libhtp.so.2.0.0" "libhtp.so.2")
|
|
OpenWrt-libtool: link: (cd ".libs" && rm -f "libhtp.so" && ln -s "libhtp.so.2.0.0" "libhtp.so")
|
|
OpenWrt-libtool: link: (cd .libs/libhtp.lax/libhtp-c.a && x86_64-openwrt-linux-gnu-gcc-ar x "/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/libhtp/htp/./.libs/libhtp-c.a")
|
|
OpenWrt-libtool: link: (cd .libs/libhtp.lax/liblzma-c.a && x86_64-openwrt-linux-gnu-gcc-ar x "/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/libhtp/htp/lzma/.libs/liblzma-c.a")
|
|
OpenWrt-libtool: link: x86_64-openwrt-linux-gnu-gcc-ar cr .libs/libhtp.a .libs/libhtp.lax/libhtp-c.a/bstr.o .libs/libhtp.lax/libhtp-c.a/bstr_builder.o .libs/libhtp.lax/libhtp-c.a/htp_base64.o .libs/libhtp.lax/libhtp-c.a/htp_config.o .libs/libhtp.lax/libhtp-c.a/htp_connection.o .libs/libhtp.lax/libhtp-c.a/htp_connection_parser.o .libs/libhtp.lax/libhtp-c.a/htp_content_handlers.o .libs/libhtp.lax/libhtp-c.a/htp_cookies.o .libs/libhtp.lax/libhtp-c.a/htp_decompressors.o .libs/libhtp.lax/libhtp-c.a/htp_hooks.o .libs/libhtp.lax/libhtp-c.a/htp_list.o .libs/libhtp.lax/libhtp-c.a/htp_multipart.o .libs/libhtp.lax/libhtp-c.a/htp_parsers.o .libs/libhtp.lax/libhtp-c.a/htp_php.o .libs/libhtp.lax/libhtp-c.a/htp_request.o .libs/libhtp.lax/libhtp-c.a/htp_request_apache_2_2.o .libs/libhtp.lax/libhtp-c.a/htp_request_generic.o .libs/libhtp.lax/libhtp-c.a/htp_request_parsers.o .libs/libhtp.lax/libhtp-c.a/htp_response.o .libs/libhtp.lax/libhtp-c.a/htp_response_generic.o .libs/libhtp.lax/libhtp-c.a/htp_table.o .libs/libhtp.lax/libhtp-c.a/htp_transaction.o .libs/libhtp.lax/libhtp-c.a/htp_transcoder.o .libs/libhtp.lax/libhtp-c.a/htp_urlencoded.o .libs/libhtp.lax/libhtp-c.a/htp_utf8_decoder.o .libs/libhtp.lax/libhtp-c.a/htp_util.o .libs/libhtp.lax/libhtp-c.a/strlcat.o .libs/libhtp.lax/libhtp-c.a/strlcpy.o .libs/libhtp.lax/liblzma-c.a/LzFind.o .libs/libhtp.lax/liblzma-c.a/LzmaDec.o
|
|
OpenWrt-libtool: link: x86_64-openwrt-linux-gnu-gcc-ranlib .libs/libhtp.a
|
|
OpenWrt-libtool: link: rm -fr .libs/libhtp.lax
|
|
OpenWrt-libtool: link: ( cd ".libs" && rm -f "libhtp.la" && ln -s "../libhtp.la" "libhtp.la" )
|
|
make[7]: Leaving directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/libhtp/htp'
|
|
make[6]: Leaving directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/libhtp/htp'
|
|
Making all in test
|
|
make[6]: Entering directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/libhtp/test'
|
|
make[6]: Nothing to be done for 'all'.
|
|
make[6]: Leaving directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/libhtp/test'
|
|
Making all in docs
|
|
make[6]: Entering directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/libhtp/docs'
|
|
make[6]: Nothing to be done for 'all'.
|
|
make[6]: Leaving directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/libhtp/docs'
|
|
make[6]: Entering directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/libhtp'
|
|
make[6]: Leaving directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/libhtp'
|
|
make[5]: Leaving directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/libhtp'
|
|
make[4]: Leaving directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/libhtp'
|
|
Making all in rust
|
|
make[4]: Entering directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/rust'
|
|
\
|
|
CARGO_HOME="/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo" \
|
|
CARGO_TARGET_DIR="/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/rust/target" \
|
|
/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/host/cargo/bin/cargo build \
|
|
--features "lua debug "
|
|
Compiling autocfg v1.1.0
|
|
Compiling proc-macro2 v1.0.66
|
|
Compiling unicode-ident v1.0.11
|
|
Compiling syn v1.0.109
|
|
Compiling typenum v1.16.0
|
|
Compiling memchr v2.4.1
|
|
Compiling version_check v0.9.4
|
|
Compiling cfg-if v1.0.0
|
|
Compiling minimal-lexical v0.2.1
|
|
Compiling thiserror v1.0.44
|
|
Compiling libc v0.2.147
|
|
Compiling serde v1.0.179
|
|
Compiling unicode-xid v0.2.4
|
|
Compiling subtle v2.4.1
|
|
Compiling siphasher v0.3.10
|
|
Compiling ppv-lite86 v0.2.17
|
|
Compiling time-macros v0.2.4
|
|
Compiling itoa v1.0.9
|
|
Compiling num_threads v0.1.6
|
|
Compiling cpufeatures v0.2.9
|
|
Compiling phf_shared v0.10.0
|
|
Compiling rustversion v1.0.14
|
|
Compiling proc-macro2 v0.4.30
|
|
Compiling unicode-xid v0.1.0
|
|
Compiling failure_derive v0.1.8
|
|
Compiling build_const v0.2.2
|
|
Compiling generic-array v0.14.7
|
|
Compiling opaque-debug v0.3.0
|
|
Compiling num-traits v0.2.16
|
|
Compiling num-integer v0.1.45
|
|
Compiling num-bigint v0.4.3
|
|
Compiling num-bigint v0.2.6
|
|
Compiling crc v1.8.1
|
|
Compiling num-complex v0.2.4
|
|
Compiling num-iter v0.1.43
|
|
Compiling num-rational v0.2.4
|
|
Compiling oid-registry v0.6.1
|
|
Compiling nom v7.1.3
|
|
Compiling quote v1.0.32
|
|
Compiling syn v0.15.44
|
|
Compiling crc32fast v1.3.2
|
|
Compiling alloc-no-stdlib v2.0.4
|
|
Compiling alloc-stdlib v0.2.2
|
|
Compiling syn v2.0.28
|
|
Compiling getrandom v0.2.10
|
|
Compiling quote v0.6.13
|
|
Compiling rand_core v0.6.4
|
|
Compiling bitflags v1.2.1
|
|
Compiling num-derive v0.2.5
|
|
Compiling adler v1.0.2
|
|
Compiling phf v0.10.1
|
|
Compiling miniz_oxide v0.7.1
|
|
Compiling rand_chacha v0.3.1
|
|
Compiling brotli-decompressor v2.3.4
|
|
Compiling aho-corasick v0.7.20
|
|
Compiling lazy_static v1.4.0
|
|
Compiling data-encoding v2.4.0
|
|
Compiling byteorder v1.4.3
|
|
Compiling regex-syntax v0.6.29
|
|
Compiling rand v0.8.5
|
|
Compiling lzma-rs v0.2.0
|
|
Compiling flate2 v1.0.26
|
|
Compiling block-buffer v0.10.4
|
|
Compiling crypto-common v0.1.6
|
|
Compiling time v0.3.13
|
|
Compiling digest v0.10.7
|
|
Compiling phf_generator v0.10.0
|
|
Compiling universal-hash v0.4.1
|
|
Compiling cipher v0.3.0
|
|
Compiling phf_codegen v0.10.0
|
|
Compiling polyval v0.5.3
|
|
Compiling num-traits v0.1.43
|
|
Compiling tls-parser v0.11.0
|
|
Compiling aes v0.7.5
|
|
Compiling enum_primitive v0.1.1
|
|
Compiling ghash v0.4.4
|
|
Compiling ctr v0.8.0
|
|
Compiling hmac v0.12.1
|
|
Compiling rusticata-macros v4.1.0
|
|
Compiling aead v0.4.3
|
|
Compiling sawp v0.12.1
|
|
Compiling aes-gcm v0.9.4
|
|
Compiling ipsec-parser v0.7.0
|
|
Compiling hkdf v0.12.3
|
|
Compiling sha1 v0.10.5
|
|
Compiling md-5 v0.10.5
|
|
Compiling sha2 v0.10.7
|
|
Compiling brotli v3.3.4
|
|
Compiling widestring v0.4.3
|
|
Compiling base64 v0.13.1
|
|
Compiling uuid v0.8.2
|
|
Compiling regex v1.5.6
|
|
Compiling toml v0.5.11
|
|
Compiling num v0.2.1
|
|
Compiling thiserror-impl v1.0.44
|
|
Compiling displaydoc v0.2.4
|
|
Compiling synstructure v0.12.6
|
|
Compiling proc-macro-crate v1.1.0
|
|
Compiling asn1-rs-impl v0.1.0
|
|
Compiling asn1-rs-derive v0.4.0
|
|
Compiling nom-derive-impl v0.10.1
|
|
Compiling num_enum_derive v0.5.11
|
|
Compiling der-oid-macro v0.5.0
|
|
Compiling sawp-flags-derive v0.12.1
|
|
Compiling suricata-derive v7.0.2-dev (/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/rust/derive)
|
|
Compiling der-parser v6.0.1
|
|
Compiling sawp-flags v0.12.1
|
|
Compiling failure v0.1.8
|
|
Compiling bendy v0.3.3
|
|
Compiling asn1-rs v0.5.2
|
|
Compiling num_enum v0.5.11
|
|
Compiling kerberos-parser v0.7.1
|
|
Compiling sawp-modbus v0.12.1
|
|
Compiling nom-derive v0.10.1
|
|
Compiling ntp-parser v0.6.0
|
|
Compiling der-parser v8.2.0
|
|
Compiling snmp-parser v0.9.0
|
|
Compiling x509-parser v0.15.0
|
|
Compiling suricata v7.0.2-dev (/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/rust)
|
|
Finished dev [unoptimized + debuginfo] target(s) in 31.22s
|
|
if test -e ../rust/target/debug/suricata.lib; then \
|
|
cp -a ../rust/target/debug/suricata.lib \
|
|
../rust/target/debug/libsuricata_rust.a; \
|
|
fi
|
|
if test -e ../rust/target/debug/libsuricata.a; then \
|
|
cp -a ../rust/target/debug/libsuricata.a \
|
|
../rust/target/debug/libsuricata_rust.a; \
|
|
fi
|
|
make gen/rust-bindings.h
|
|
make[5]: Entering directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/rust'
|
|
cbindgen --config /home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/rust/cbindgen.toml \
|
|
--quiet --verify --output /home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/rust/gen/rust-bindings.h || true
|
|
/bin/bash: line 1: cbindgen: command not found
|
|
make[5]: Leaving directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/rust'
|
|
make[4]: Leaving directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/rust'
|
|
Making all in src
|
|
make[4]: Entering directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/src'
|
|
make all-am
|
|
make[5]: Entering directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/src'
|
|
ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../libhtp/ -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -I/usr/include/hs -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include/luajit-2.1 -D__SCFILENAME__=\"main\" -Wextra -Werror-implicit-function-declaration -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DLOCAL_STATE_DIR=\"/var\" -Wall -Wno-unused-parameter -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wwrite-strings -Wbad-function-cast -Wformat-security -Wno-format-nonliteral -Wmissing-format-attribute -funsigned-char -ggdb -O0 -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -fPIC -std=c11 -I./../rust/gen -I./../rust/dist -c -o main.o main.c
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
ccache x86_64-openwrt-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../libhtp/ -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/usr/include -I/home/username/works/openwrt/staging_dir/toolchain-x86_64_gcc-13.2.0_glibc/include -I/usr/include/hs -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include/luajit-2.1 -D__SCFILENAME__=\"alert-debuglog\" -Wextra -Werror-implicit-function-declaration -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -DLOCAL_STATE_DIR=\"/var\" -Wall -Wno-unused-parameter -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wwrite-strings -Wbad-function-cast -Wformat-security -Wno-format-nonliteral -Wmissing-format-attribute -funsigned-char -ggdb -O0 -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fno-caller-saves -fno-plt -march=tigerlake -mtune=tigerlake -O3 -funsafe-math-optimizations -ffp-contract=fast -ftree-vectorize -fhonour-copts -fmacro-prefix-map=/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2=suricata-7.0.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include -fPIC -std=c11 -I./../rust/gen -I./../rust/dist -c -o alert-debuglog.o alert-debuglog.c
|
|
<command-line>: warning: "_FORTIFY_SOURCE" redefined
|
|
<command-line>: note: this is the location of the previous definition
|
|
In file included from output-file.h:29,
|
|
from output.h:40,
|
|
from alert-debuglog.c:47:
|
|
rust.h:26:10: fatal error: rust-bindings.h: No such file or directory
|
|
26 | #include "rust-bindings.h"
|
|
| ^~~~~~~~~~~~~~~~~
|
|
compilation terminated.
|
|
make[5]: *** [Makefile:3490: alert-debuglog.o] Error 1
|
|
make[5]: Leaving directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/src'
|
|
make[4]: *** [Makefile:2684: all] Error 2
|
|
make[4]: Leaving directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/src'
|
|
make[3]: *** [Makefile:494: all-recursive] Error 1
|
|
make[3]: Leaving directory '/home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2'
|
|
make[2]: *** [Makefile:192: /home/username/works/openwrt/build_dir/target-x86_64_glibc_custom/suricata-7.0.2/.built] Error 2
|
|
make[2]: Leaving directory '/home/username/works/openwrt/feeds/packages/net/suricata'
|
|
time: package/feeds/packages/suricata/compile#195.26#94.36#144.59
|
|
ERROR: package/feeds/packages/suricata failed to build.
|
|
make[1]: *** [package/Makefile:120: package/feeds/packages/suricata/compile] Error 1
|
|
make[1]: Leaving directory '/home/username/works/openwrt'
|
|
make: *** [/home/username/works/openwrt/include/toplevel.mk:232: package/suricata/compile] Error 2
|