Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BE needs to test for RE2 #477

Open
TenoTrash opened this issue Dec 10, 2024 · 9 comments
Open

BE needs to test for RE2 #477

TenoTrash opened this issue Dec 10, 2024 · 9 comments

Comments

@TenoTrash
Copy link

TenoTrash commented Dec 10, 2024

Hello there, I have done the following:

git clone --recursive https://github.com/simsong/bulk_extractor.git
cd bulk_extractor/
./bootstrap.sh
./configure
make

And have the following error:


be20_api/regex_vector.cpp: In member function ‘void regex_vector::push_back(const std::string&)’:
be20_api/regex_vector.cpp:44:5: error: ‘RE2’ has not been declared
   44 |     RE2::Options options;
      |     ^~~
be20_api/regex_vector.cpp:45:5: error: ‘options’ was not declared in this scope
   45 |     options.set_case_sensitive(false);
      |     ^~~~~~~
be20_api/regex_vector.cpp: In member function ‘bool regex_vector::search_all(const std::string&, std::string*, size_t*, size_t*) const’:
be20_api/regex_vector.cpp:165:47: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  165 |         for (auto probe_offset=0;probe_offset < probe.size(); probe_offset+=MAX_STD_SIZE) {
      |                                  ~~~~~~~~~~~~~^~~~~~~~~~~~~~
make[2]: *** [Makefile:1516: be20_api/regex_vector.o] Error 1
make[2]: se sale del directorio '/home/tdk/bulk_extractor/src'
make[1]: *** [Makefile:527: all-recursive] Error 1
make[1]: se sale del directorio '/home/tdk/bulk_extractor'
make: *** [Makefile:467: all] Error 2

I wasn´t able to found a reliable solution, any hint?

@simsong
Copy link
Owner

simsong commented Dec 10, 2024 via email

@TenoTrash
Copy link
Author

TenoTrash commented Dec 11, 2024 via email

@simsong
Copy link
Owner

simsong commented Dec 11, 2024 via email

@TenoTrash
Copy link
Author

Exact same error, tried in a fresh VM from Oracle with Ubuntu 22.04

@simsong
Copy link
Owner

simsong commented Dec 11, 2024

Exact same error, tried in a fresh VM from Oracle with Ubuntu 22.04

Neat!

@simsong
Copy link
Owner

simsong commented Dec 11, 2024

@simsong
Copy link
Owner

simsong commented Dec 11, 2024

Hi @TenoTrash.
On GitHub with ubuntu-22.04, it builds with no problem:
https://github.com/simsong/bulk_extractor/actions/runs/12286215604/job/34285888455?pr=479

Github won't show you the full output of the run, so I have it pasted below. There are clearly some warnings regarding RE2. However, it is working here but not for you. Any idea why?

Can you fork this repo and run the github action yourself?

checking for sqlite3_create_function_v2... yes
checking for sysctlbyname... no
configure: be20_configure: CPPFLAGS are now  -DUTC_OFFSET=+0000
checking for re2/re2.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for re2... yes
configure: re2 detected
checking for pcre.h... yes
checking for libpcre... yes
configure: pcre detected
configure: be20_api/be20_configure.m4 end
configure: Compiling under .
configure: checking /usr/local/include
configure:  *** ADDING /usr/local/include to CPPFLAGS *** 
configure:  *** ADDING /usr/local/lib to LDFLAGS *** 
configure: checking /opt/local/include
configure: checking /sw/include
configure: checking /usr/local/ssl/include
configure:  CPPFLAGS =  -DUTC_OFFSET=+0000 -I/usr/local/include 
configure:  LDFLAGS =  -L/usr/local/lib 
configure: flex supports -R
checking for int64_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking POSIX termios... yes
checking for dlfcn.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for libgen.h... yes
checking for limits.h... (cached) yes
checking for mmap.h... no
checking for pwd.h... (cached) yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking for sys/cdefs.h... (cached) yes
checking for curses.h... yes
checking for sys/disk.h... no
checking for sys/fcntl.h... yes
checking for sys/ioctl.h... yes
checking for sys/mman.h... (cached) yes
checking for sys/mmap.h... no
checking for sys/mount.h... yes
checking for sys/param.h... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/sysctl.h... no
checking for sys/vmmeter.h... (cached) no
checking for term.h... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking for windows.h... (cached) no
checking for CoreServices/CoreServices.h... no
checking for mach-o/dyld.h... (cached) no
checking for getuid... (cached) yes
checking for getpwuid... (cached) yes
checking for gethostname... (cached) yes
checking for getrusage... (cached) yes
checking for gmtime_r... (cached) yes
checking for getprogname... no
checking for isxdigit... (cached) yes
checking for ishexnumber... (cached) no
checking for le64toh... no
checking for localtime_r... (cached) yes
checking for _lseeki64... (cached) no
checking for inet_ntop... yes
checking for ioctl... yes
checking for isatty... yes
checking for pread64... (cached) yes
checking for pread... (cached) yes
checking for printf... yes
checking for mmap... (cached) yes
checking for munmap... yes
checking for MD5... yes
checking for mkstemp... yes
checking for mktemp... yes
checking for sleep... yes
checking for SleepEx... no
checking for strptime... (cached) yes
checking for usleep... yes
checking for vasprintf... (cached) yes
checking for _NSGetExecutablePath... no
checking for CreateProcess... no
checking for LoadLibrary... no
checking for IncrementAtomic... no
checking for InterlockedIncrement... no
checking for tgetstr in -ltermcap... yes
checking for dlopen in -ldl... yes
checking for dlopen... yes
checking for dlopen_preflight... no
checking for arpa/inet.h... yes
checking for netinet/in.h... (cached) yes
checking for wsipx.h... no
checking for netinet/ip.h... yes
checking for struct winsize.ws_col... yes
checking for struct sockaddr_in.sin_len... no
checking for uncompress in -lz... yes
checking for expat.h... (cached) yes
checking for XML_ParserCreate in -lexpat... (cached) yes
checking for main in -lstdc++... yes
configure: libewf is yes
checking for libewf.h... yes
checking for libewf_get_version in -lewf... yes
checking for libewf_handle_get_utf8_header_value_notes... no
checking for libewf_error_backtrace_fprint... yes
checking for libewf_handle_close... yes
checking for libewf_handle_free... yes
checking for libewf_handle_read_buffer_at_offset... no
checking for libewf_handle_read_random... yes
configure: libewf is now yes
configure: CFLAGS are now -O2 -O3 -fPIC -g 
configure: CPPFLAGS are now -DUTC_OFFSET=+0000 -I/usr/local/include 
configure: CXXFLAGS are now -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g 
configure: *************************************
configure: *************************************
configure:   PACKAGE_NAME:     BULK_EXTRACTOR
configure:   PACKAGE_VERSION:  2.1.1
configure:   CC:               gcc
configure:   CXX:              g++ -std=gnu++17 
configure:   CPPFLAGS:         -DUTC_OFFSET=+0000 -I/usr/local/include 
configure:   CFLAGS:           -O2 -O3 -fPIC -g 
configure:   CXXFLAGS:         -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g 
configure:   LIBS:             -lewf -lstdc++ -lexpat -lz -ldl -ltermcap -lsqlite3 -lcrypto -lgcrypt -lgpg-error -lexpat 
configure:   LDFLAGS:           -L/usr/local/lib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/latex_manuals/Makefile
config.status: creating src/Makefile
config.status: creating src/tests/Makefile
config.status: creating man/Makefile
config.status: creating specfiles/Makefile
config.status: creating specfiles/bulk_extractor.spec.m4
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make  all-recursive
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
Making all in doc
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
Making all in doc/latex_manuals
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
echo type \"make doc\" to create documentation
type "make doc" to create documentation
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
Making all in man
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
Making all in src
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
depbase=`echo be20_api/abstract_image_reader.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT be20_api/abstract_image_reader.o -MD -MP -MF $depbase.Tpo -c -o be20_api/abstract_image_reader.o ../../../src/be20_api/abstract_image_reader.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo be20_api/atomic_unicode_histogram.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT be20_api/atomic_unicode_histogram.o -MD -MP -MF $depbase.Tpo -c -o be20_api/atomic_unicode_histogram.o ../../../src/be20_api/atomic_unicode_histogram.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo be20_api/feature_recorder.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT be20_api/feature_recorder.o -MD -MP -MF $depbase.Tpo -c -o be20_api/feature_recorder.o ../../../src/be20_api/feature_recorder.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from ../../../src/be20_api/word_and_context_list.h:39,
                 from ../../../src/be20_api/feature_recorder.cpp:26:
../../../src/be20_api/regex_vector.h:31: warning: "HAVE_RE2_RE2_H" redefined
   31 | #define HAVE_RE2_RE2_H                  // be sure it is defined
      | 
In file included from ../../../src/be20_api/regex_vector.h:25,
                 from ../../../src/be20_api/word_and_context_list.h:39,
                 from ../../../src/be20_api/feature_recorder.cpp:26:
../config.h:[345](https://github.com/simsong/bulk_extractor/actions/runs/12286215604/job/34285888455?pr=479#step:18:345): note: this is the location of the previous definition
  345 | #define HAVE_RE2_RE2_H 1
      | 
depbase=`echo be20_api/feature_recorder_file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT be20_api/feature_recorder_file.o -MD -MP -MF $depbase.Tpo -c -o be20_api/feature_recorder_file.o ../../../src/be20_api/feature_recorder_file.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from ../../../src/be20_api/word_and_context_list.h:39,
                 from ../../../src/be20_api/feature_recorder_file.cpp:17:
../../../src/be20_api/regex_vector.h:31: warning: "HAVE_RE2_RE2_H" redefined
   31 | #define HAVE_RE2_RE2_H                  // be sure it is defined
      | 
In file included from ../../../src/be20_api/regex_vector.h:25,
                 from ../../../src/be20_api/word_and_context_list.h:39,
                 from ../../../src/be20_api/feature_recorder_file.cpp:17:
../config.h:345: note: this is the location of the previous definition
  345 | #define HAVE_RE2_RE2_H 1
      | 
depbase=`echo be20_api/feature_recorder_set.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT be20_api/feature_recorder_set.o -MD -MP -MF $depbase.Tpo -c -o be20_api/feature_recorder_set.o ../../../src/be20_api/feature_recorder_set.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo be20_api/feature_recorder_sql.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT be20_api/feature_recorder_sql.o -MD -MP -MF $depbase.Tpo -c -o be20_api/feature_recorder_sql.o ../../../src/be20_api/feature_recorder_sql.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo be20_api/histogram_def.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT be20_api/histogram_def.o -MD -MP -MF $depbase.Tpo -c -o be20_api/histogram_def.o ../../../src/be20_api/histogram_def.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo be20_api/path_printer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT be20_api/path_printer.o -MD -MP -MF $depbase.Tpo -c -o be20_api/path_printer.o ../../../src/be20_api/path_printer.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo be20_api/pcap_fake.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT be20_api/pcap_fake.o -MD -MP -MF $depbase.Tpo -c -o be20_api/pcap_fake.o ../../../src/be20_api/pcap_fake.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo be20_api/pos0.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT be20_api/pos0.o -MD -MP -MF $depbase.Tpo -c -o be20_api/pos0.o ../../../src/be20_api/pos0.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo be20_api/regex_vector.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT be20_api/regex_vector.o -MD -MP -MF $depbase.Tpo -c -o be20_api/regex_vector.o ../../../src/be20_api/regex_vector.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from ../../../src/be20_api/regex_vector.cpp:3:
../../../src/be20_api/regex_vector.h:31: warning: "HAVE_RE2_RE2_H" redefined
   31 | #define HAVE_RE2_RE2_H                  // be sure it is defined
      | 
In file included from ../../../src/be20_api/regex_vector.h:25,
                 from ../../../src/be20_api/regex_vector.cpp:3:
../config.h:345: note: this is the location of the previous definition
  345 | #define HAVE_RE2_RE2_H 1
      | 
../../../src/be20_api/regex_vector.cpp: In member function ‘bool regex_vector::search_all(const string&, std::string*, size_t*, size_t*) const’:
../../../src/be20_api/regex_vector.cpp:165:47: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  165 |         for (auto probe_offset=0;probe_offset < probe.size(); probe_offset+=MAX_STD_SIZE) {
      |                                  ~~~~~~~~~~~~~^~~~~~~~~~~~~~
depbase=`echo be20_api/sbuf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT be20_api/sbuf.o -MD -MP -MF $depbase.Tpo -c -o be20_api/sbuf.o ../../../src/be20_api/sbuf.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo be20_api/sbuf_stream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT be20_api/sbuf_stream.o -MD -MP -MF $depbase.Tpo -c -o be20_api/sbuf_stream.o ../../../src/be20_api/sbuf_stream.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo be20_api/scan_sha1_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT be20_api/scan_sha1_test.o -MD -MP -MF $depbase.Tpo -c -o be20_api/scan_sha1_test.o ../../../src/be20_api/scan_sha1_test.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo be20_api/scanner_config.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT be20_api/scanner_config.o -MD -MP -MF $depbase.Tpo -c -o be20_api/scanner_config.o ../../../src/be20_api/scanner_config.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo be20_api/scanner_params.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT be20_api/scanner_params.o -MD -MP -MF $depbase.Tpo -c -o be20_api/scanner_params.o ../../../src/be20_api/scanner_params.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo be20_api/scanner_set.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT be20_api/scanner_set.o -MD -MP -MF $depbase.Tpo -c -o be20_api/scanner_set.o ../../../src/be20_api/scanner_set.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo be20_api/test_image_reader.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT be20_api/test_image_reader.o -MD -MP -MF $depbase.Tpo -c -o be20_api/test_image_reader.o ../../../src/be20_api/test_image_reader.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo be20_api/threadpool.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT be20_api/threadpool.o -MD -MP -MF $depbase.Tpo -c -o be20_api/threadpool.o ../../../src/be20_api/threadpool.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo be20_api/unicode_escape.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT be20_api/unicode_escape.o -MD -MP -MF $depbase.Tpo -c -o be20_api/unicode_escape.o ../../../src/be20_api/unicode_escape.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo be20_api/utils.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT be20_api/utils.o -MD -MP -MF $depbase.Tpo -c -o be20_api/utils.o ../../../src/be20_api/utils.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo be20_api/word_and_context_list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT be20_api/word_and_context_list.o -MD -MP -MF $depbase.Tpo -c -o be20_api/word_and_context_list.o ../../../src/be20_api/word_and_context_list.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from ../../../src/be20_api/word_and_context_list.h:39,
                 from ../../../src/be20_api/word_and_context_list.cpp:10:
../../../src/be20_api/regex_vector.h:31: warning: "HAVE_RE2_RE2_H" redefined
   31 | #define HAVE_RE2_RE2_H                  // be sure it is defined
      | 
In file included from ../../../src/be20_api/regex_vector.h:25,
                 from ../../../src/be20_api/word_and_context_list.h:39,
                 from ../../../src/be20_api/word_and_context_list.cpp:10:
../config.h:345: note: this is the location of the previous definition
  345 | #define HAVE_RE2_RE2_H 1
      | 
depbase=`echo base64_forensic.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT base64_forensic.o -MD -MP -MF $depbase.Tpo -c -o base64_forensic.o ../../../src/base64_forensic.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo bulk_extractor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT bulk_extractor.o -MD -MP -MF $depbase.Tpo -c -o bulk_extractor.o ../../../src/bulk_extractor.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from ../../../src/be20_api/word_and_context_list.h:39,
                 from ../../../src/bulk_extractor.cpp:40:
../../../src/be20_api/regex_vector.h:31: warning: "HAVE_RE2_RE2_H" redefined
   31 | #define HAVE_RE2_RE2_H                  // be sure it is defined
      | 
In file included from ../../../src/be20_api/regex_vector.h:25,
                 from ../../../src/be20_api/word_and_context_list.h:39,
                 from ../../../src/bulk_extractor.cpp:40:
../config.h:345: note: this is the location of the previous definition
  345 | #define HAVE_RE2_RE2_H 1
      | 
In file included from ../../../src/notify_thread.h:4,
                 from ../../../src/bulk_extractor.h:10,
                 from ../../../src/bulk_extractor.cpp:43:
../config.h:345: warning: "HAVE_RE2_RE2_H" redefined
  345 | #define HAVE_RE2_RE2_H 1
      | 
In file included from ../../../src/be20_api/word_and_context_list.h:39,
                 from ../../../src/bulk_extractor.cpp:40:
../../../src/be20_api/regex_vector.h:31: note: this is the location of the previous definition
   31 | #define HAVE_RE2_RE2_H                  // be sure it is defined
      | 
depbase=`echo image_process.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT image_process.o -MD -MP -MF $depbase.Tpo -c -o image_process.o ../../../src/image_process.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo notify_thread.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT notify_thread.o -MD -MP -MF $depbase.Tpo -c -o notify_thread.o ../../../src/notify_thread.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo phase1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT phase1.o -MD -MP -MF $depbase.Tpo -c -o phase1.o ../../../src/phase1.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo sbuf_decompress.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT sbuf_decompress.o -MD -MP -MF $depbase.Tpo -c -o sbuf_decompress.o ../../../src/sbuf_decompress.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo bulk_extractor_scanners.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT bulk_extractor_scanners.o -MD -MP -MF $depbase.Tpo -c -o bulk_extractor_scanners.o ../../../src/bulk_extractor_scanners.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_aes.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_aes.o -MD -MP -MF $depbase.Tpo -c -o scan_aes.o ../../../src/scan_aes.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_base64.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_base64.o -MD -MP -MF $depbase.Tpo -c -o scan_base64.o ../../../src/scan_base64.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_ccns2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_ccns2.o -MD -MP -MF $depbase.Tpo -c -o scan_ccns2.o ../../../src/scan_ccns2.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_elf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_elf.o -MD -MP -MF $depbase.Tpo -c -o scan_elf.o ../../../src/scan_elf.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_evtx.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_evtx.o -MD -MP -MF $depbase.Tpo -c -o scan_evtx.o ../../../src/scan_evtx.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_exif.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_exif.o -MD -MP -MF $depbase.Tpo -c -o scan_exif.o ../../../src/scan_exif.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo exif_reader.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT exif_reader.o -MD -MP -MF $depbase.Tpo -c -o exif_reader.o ../../../src/exif_reader.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo exif_entry.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT exif_entry.o -MD -MP -MF $depbase.Tpo -c -o exif_entry.o ../../../src/exif_entry.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_exiv2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_exiv2.o -MD -MP -MF $depbase.Tpo -c -o scan_exiv2.o ../../../src/scan_exiv2.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_facebook.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_facebook.o -MD -MP -MF $depbase.Tpo -c -o scan_facebook.o ../../../src/scan_facebook.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_hiberfile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_hiberfile.o -MD -MP -MF $depbase.Tpo -c -o scan_hiberfile.o ../../../src/scan_hiberfile.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo pyxpress.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -O2 -O3 -fPIC -g  -MT pyxpress.o -MD -MP -MF $depbase.Tpo -c -o pyxpress.o ../../../src/pyxpress.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_httplogs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_httplogs.o -MD -MP -MF $depbase.Tpo -c -o scan_httplogs.o ../../../src/scan_httplogs.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_json.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_json.o -MD -MP -MF $depbase.Tpo -c -o scan_json.o ../../../src/scan_json.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_kml.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_kml.o -MD -MP -MF $depbase.Tpo -c -o scan_kml.o ../../../src/scan_kml.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_msxml.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_msxml.o -MD -MP -MF $depbase.Tpo -c -o scan_msxml.o ../../../src/scan_msxml.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_net.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_net.o -MD -MP -MF $depbase.Tpo -c -o scan_net.o ../../../src/scan_net.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_ntfsindx.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_ntfsindx.o -MD -MP -MF $depbase.Tpo -c -o scan_ntfsindx.o ../../../src/scan_ntfsindx.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_ntfslogfile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_ntfslogfile.o -MD -MP -MF $depbase.Tpo -c -o scan_ntfslogfile.o ../../../src/scan_ntfslogfile.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_ntfsmft.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_ntfsmft.o -MD -MP -MF $depbase.Tpo -c -o scan_ntfsmft.o ../../../src/scan_ntfsmft.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_ntfsusn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_ntfsusn.o -MD -MP -MF $depbase.Tpo -c -o scan_ntfsusn.o ../../../src/scan_ntfsusn.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_outlook.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_outlook.o -MD -MP -MF $depbase.Tpo -c -o scan_outlook.o ../../../src/scan_outlook.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_pdf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_pdf.o -MD -MP -MF $depbase.Tpo -c -o scan_pdf.o ../../../src/scan_pdf.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_rar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_rar.o -MD -MP -MF $depbase.Tpo -c -o scan_rar.o ../../../src/scan_rar.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_sqlite.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_sqlite.o -MD -MP -MF $depbase.Tpo -c -o scan_sqlite.o ../../../src/scan_sqlite.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_utmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_utmp.o -MD -MP -MF $depbase.Tpo -c -o scan_utmp.o ../../../src/scan_utmp.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_vcard.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_vcard.o -MD -MP -MF $depbase.Tpo -c -o scan_vcard.o ../../../src/scan_vcard.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_windirs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_windirs.o -MD -MP -MF $depbase.Tpo -c -o scan_windirs.o ../../../src/scan_windirs.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_winlnk.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_winlnk.o -MD -MP -MF $depbase.Tpo -c -o scan_winlnk.o ../../../src/scan_winlnk.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_winpe.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_winpe.o -MD -MP -MF $depbase.Tpo -c -o scan_winpe.o ../../../src/scan_winpe.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_winprefetch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_winprefetch.o -MD -MP -MF $depbase.Tpo -c -o scan_winprefetch.o ../../../src/scan_winprefetch.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_wordlist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_wordlist.o -MD -MP -MF $depbase.Tpo -c -o scan_wordlist.o ../../../src/scan_wordlist.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_xor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_xor.o -MD -MP -MF $depbase.Tpo -c -o scan_xor.o ../../../src/scan_xor.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan_zip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT scan_zip.o -MD -MP -MF $depbase.Tpo -c -o scan_zip.o ../../../src/scan_zip.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo pcap_writer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT pcap_writer.o -MD -MP -MF $depbase.Tpo -c -o pcap_writer.o ../../../src/pcap_writer.cpp &&\
mv -f $depbase.Tpo $depbase.Po
  FLEX-CXX scan_base16.o
  FLEX-CXX scan_accts.o
  FLEX-CXX scan_email.o
  FLEX-CXX scan_gps.o
depbase=`echo rar/arccmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/arccmt.o -MD -MP -MF $depbase.Tpo -c -o rar/arccmt.o ../../../src/rar/arccmt.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/archive.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/archive.o -MD -MP -MF $depbase.Tpo -c -o rar/archive.o ../../../src/rar/archive.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/arcread.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/arcread.o -MD -MP -MF $depbase.Tpo -c -o rar/arcread.o ../../../src/rar/arcread.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/cmddata.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/cmddata.o -MD -MP -MF $depbase.Tpo -c -o rar/cmddata.o ../../../src/rar/cmddata.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/coder.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/coder.o -MD -MP -MF $depbase.Tpo -c -o rar/coder.o ../../../src/rar/coder.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/crc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/crc.o -MD -MP -MF $depbase.Tpo -c -o rar/crc.o ../../../src/rar/crc.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/encname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/encname.o -MD -MP -MF $depbase.Tpo -c -o rar/encname.o ../../../src/rar/encname.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/errhnd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/errhnd.o -MD -MP -MF $depbase.Tpo -c -o rar/errhnd.o ../../../src/rar/errhnd.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/extinfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/extinfo.o -MD -MP -MF $depbase.Tpo -c -o rar/extinfo.o ../../../src/rar/extinfo.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/extract.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/extract.o -MD -MP -MF $depbase.Tpo -c -o rar/extract.o ../../../src/rar/extract.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/file.o -MD -MP -MF $depbase.Tpo -c -o rar/file.o ../../../src/rar/file.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/filefn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/filefn.o -MD -MP -MF $depbase.Tpo -c -o rar/filefn.o ../../../src/rar/filefn.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/filestr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/filestr.o -MD -MP -MF $depbase.Tpo -c -o rar/filestr.o ../../../src/rar/filestr.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/getbits.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/getbits.o -MD -MP -MF $depbase.Tpo -c -o rar/getbits.o ../../../src/rar/getbits.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/global.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/global.o -MD -MP -MF $depbase.Tpo -c -o rar/global.o ../../../src/rar/global.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/match.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/match.o -MD -MP -MF $depbase.Tpo -c -o rar/match.o ../../../src/rar/match.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/model.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/model.o -MD -MP -MF $depbase.Tpo -c -o rar/model.o ../../../src/rar/model.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/options.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/options.o -MD -MP -MF $depbase.Tpo -c -o rar/options.o ../../../src/rar/options.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/pathfn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/pathfn.o -MD -MP -MF $depbase.Tpo -c -o rar/pathfn.o ../../../src/rar/pathfn.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/rar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/rar.o -MD -MP -MF $depbase.Tpo -c -o rar/rar.o ../../../src/rar/rar.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/rarpch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/rarpch.o -MD -MP -MF $depbase.Tpo -c -o rar/rarpch.o ../../../src/rar/rarpch.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/rarvmtbl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/rarvmtbl.o -MD -MP -MF $depbase.Tpo -c -o rar/rarvmtbl.o ../../../src/rar/rarvmtbl.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/rawread.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/rawread.o -MD -MP -MF $depbase.Tpo -c -o rar/rawread.o ../../../src/rar/rawread.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/rdwrfn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/rdwrfn.o -MD -MP -MF $depbase.Tpo -c -o rar/rdwrfn.o ../../../src/rar/rdwrfn.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/resource.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/resource.o -MD -MP -MF $depbase.Tpo -c -o rar/resource.o ../../../src/rar/resource.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/rs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/rs.o -MD -MP -MF $depbase.Tpo -c -o rar/rs.o ../../../src/rar/rs.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/savepos.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/savepos.o -MD -MP -MF $depbase.Tpo -c -o rar/savepos.o ../../../src/rar/savepos.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/smallfn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/smallfn.o -MD -MP -MF $depbase.Tpo -c -o rar/smallfn.o ../../../src/rar/smallfn.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/strfn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/strfn.o -MD -MP -MF $depbase.Tpo -c -o rar/strfn.o ../../../src/rar/strfn.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/strlist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/strlist.o -MD -MP -MF $depbase.Tpo -c -o rar/strlist.o ../../../src/rar/strlist.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/suballoc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/suballoc.o -MD -MP -MF $depbase.Tpo -c -o rar/suballoc.o ../../../src/rar/suballoc.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/system.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/system.o -MD -MP -MF $depbase.Tpo -c -o rar/system.o ../../../src/rar/system.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/timefn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/timefn.o -MD -MP -MF $depbase.Tpo -c -o rar/timefn.o ../../../src/rar/timefn.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/unicode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/unicode.o -MD -MP -MF $depbase.Tpo -c -o rar/unicode.o ../../../src/rar/unicode.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rar/unpack.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT rar/unpack.o -MD -MP -MF $depbase.Tpo -c -o rar/unpack.o ../../../src/rar/unpack.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT main.o -MD -MP -MF $depbase.Tpo -c -o main.o ../../../src/main.cpp &&\
mv -f $depbase.Tpo $depbase.Po
g++ -std=gnu++17   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g   -L/usr/local/lib -o bulk_extractor  be20_api/abstract_image_reader.o be20_api/atomic_unicode_histogram.o be20_api/feature_recorder.o be20_api/feature_recorder_file.o be20_api/feature_recorder_set.o be20_api/feature_recorder_sql.o be20_api/histogram_def.o be20_api/path_printer.o be20_api/pcap_fake.o be20_api/pos0.o be20_api/regex_vector.o be20_api/sbuf.o be20_api/sbuf_stream.o be20_api/scan_sha1_test.o be20_api/scanner_config.o be20_api/scanner_params.o be20_api/scanner_set.o be20_api/test_image_reader.o be20_api/threadpool.o be20_api/unicode_escape.o be20_api/utils.o be20_api/word_and_context_list.o  base64_forensic.o bulk_extractor.o image_process.o notify_thread.o phase1.o sbuf_decompress.o bulk_extractor_scanners.o scan_aes.o scan_base64.o scan_ccns2.o scan_elf.o scan_evtx.o sca
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
Making all in src/tests
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
Making all in specfiles
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
Making all in tests
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[1]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[1]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
Making dvi in doc
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
make[2]: Nothing to be done for 'dvi'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
Making dvi in doc/latex_manuals
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
make[2]: Nothing to be done for 'dvi'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
Making dvi in man
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
make[2]: Nothing to be done for 'dvi'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
Making dvi in src
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
make[2]: Nothing to be done for 'dvi'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
Making dvi in src/tests
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
make[2]: Nothing to be done for 'dvi'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
Making dvi in specfiles
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
make[2]: Nothing to be done for 'dvi'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
Making dvi in tests
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[2]: Nothing to be done for 'dvi'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[2]: Nothing to be done for 'dvi-am'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[1]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[1]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
Making check in doc
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
Making check in doc/latex_manuals
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
Making check in man
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
Making check in src
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
make  test_be
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
depbase=`echo test_be1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT test_be1.o -MD -MP -MF $depbase.Tpo -c -o test_be1.o ../../../src/test_be1.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo test_be2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT test_be2.o -MD -MP -MF $depbase.Tpo -c -o test_be2.o ../../../src/test_be2.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo test_be3.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++17  -DHAVE_CONFIG_H -I. -I../../../src -I..  -pthread  -I../../../src/be20_api -I../../../src/be20_api/utfcpp/source -DUTC_OFFSET=+0000 -I/usr/local/include   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g  -MT test_be3.o -MD -MP -MF $depbase.Tpo -c -o test_be3.o ../../../src/test_be3.cpp &&\
mv -f $depbase.Tpo $depbase.Po
g++ -std=gnu++17   -MD -O2 -O3 -Wall -Wcast-align -Wdisabled-optimization -Weffc++ -Wfloat-equal -Wmissing-noreturn -Wmultichar -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-promo -Wwrite-strings -fPIC -g   -L/usr/local/lib -o test_be  be20_api/abstract_image_reader.o be20_api/atomic_unicode_histogram.o be20_api/feature_recorder.o be20_api/feature_recorder_file.o be20_api/feature_recorder_set.o be20_api/feature_recorder_sql.o be20_api/histogram_def.o be20_api/path_printer.o be20_api/pcap_fake.o be20_api/pos0.o be20_api/regex_vector.o be20_api/sbuf.o be20_api/sbuf_stream.o be20_api/scan_sha1_test.o be20_api/scanner_config.o be20_api/scanner_params.o be20_api/scanner_set.o be20_api/test_image_reader.o be20_api/threadpool.o be20_api/unicode_escape.o be20_api/utils.o be20_api/word_and_context_list.o  base64_forensic.o bulk_extractor.o image_process.o notify_thread.o phase1.o sbuf_decompress.o bulk_extractor_scanners.o scan_aes.o scan_base64.o scan_ccns2.o scan_elf.o scan_evtx.o scan_exif.
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
make  check-TESTS
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
make[4]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
PASS: test_be
============================================================================
Testsuite summary for BULK_EXTRACTOR 2.1.1
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
Making check in src/tests
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
Making check in specfiles
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
Making check in tests
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[1]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[1]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
Making install in doc
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
Making install in doc/latex_manuals
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
Making install in man
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_inst/share/man/man1'
 /usr/bin/install -c -m 644 ../../../man/bulk_extractor.1 '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_inst/share/man/man1'
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
Making install in src
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
 /usr/bin/mkdir -p '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_inst/bin'
  /usr/bin/install -c bulk_extractor '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_inst/bin'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
Making install in src/tests
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
Making install in specfiles
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
Making install in tests
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[1]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[1]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
Making installcheck in doc
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
make[2]: Nothing to be done for 'installcheck'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
Making installcheck in doc/latex_manuals
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
make[2]: Nothing to be done for 'installcheck'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
Making installcheck in man
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
make[2]: Nothing to be done for 'installcheck'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
Making installcheck in src
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
make[2]: Nothing to be done for 'installcheck'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
Making installcheck in src/tests
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
make[2]: Nothing to be done for 'installcheck'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
Making installcheck in specfiles
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
make[2]: Nothing to be done for 'installcheck'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
Making installcheck in tests
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[2]: Nothing to be done for 'installcheck'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[2]: Nothing to be done for 'installcheck-am'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[1]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[1]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
Making uninstall in doc
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
make[2]: Nothing to be done for 'uninstall'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
Making uninstall in doc/latex_manuals
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
make[2]: Nothing to be done for 'uninstall'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
Making uninstall in man
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
 ( cd '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_inst/share/man/man1' && rm -f bulk_extractor.1 )
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
Making uninstall in src
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
 ( cd '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_inst/bin' && rm -f bulk_extractor )
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
Making uninstall in src/tests
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
make[2]: Nothing to be done for 'uninstall'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
Making uninstall in specfiles
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
make[2]: Nothing to be done for 'uninstall'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
Making uninstall in tests
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[2]: Nothing to be done for 'uninstall'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[2]: Nothing to be done for 'uninstall-am'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[1]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[1]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[1]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[1]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
Making install in doc
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
Making install in doc/latex_manuals
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
Making install in man
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/tmp/am-dc-46705//home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_inst/share/man/man1'
 /usr/bin/install -c -m 644 ../../../man/bulk_extractor.1 '/tmp/am-dc-46705//home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_inst/share/man/man1'
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
Making install in src
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
 /usr/bin/mkdir -p '/tmp/am-dc-46705//home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_inst/bin'
  /usr/bin/install -c bulk_extractor '/tmp/am-dc-46705//home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_inst/bin'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
Making install in src/tests
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
Making install in specfiles
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
Making install in tests
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[1]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[1]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
Making uninstall in doc
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
make[2]: Nothing to be done for 'uninstall'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
Making uninstall in doc/latex_manuals
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
make[2]: Nothing to be done for 'uninstall'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
Making uninstall in man
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
 ( cd '/tmp/am-dc-46705//home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_inst/share/man/man1' && rm -f bulk_extractor.1 )
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
Making uninstall in src
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
 ( cd '/tmp/am-dc-46705//home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_inst/bin' && rm -f bulk_extractor )
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
Making uninstall in src/tests
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
make[2]: Nothing to be done for 'uninstall'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
Making uninstall in specfiles
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
make[2]: Nothing to be done for 'uninstall'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
Making uninstall in tests
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[2]: Nothing to be done for 'uninstall'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[2]: Nothing to be done for 'uninstall-am'.
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[1]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[1]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[1]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[1]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make  dist-gzip am__post_remove_distdir='@:'
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make  distdir-am
make[3]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
if test -d "bulk_extractor-2.1.1"; then find "bulk_extractor-2.1.1" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "bulk_extractor-2.1.1" || { sleep 5 && rm -rf "bulk_extractor-2.1.1"; }; else :; fi
test -d "bulk_extractor-2.1.1" || mkdir "bulk_extractor-2.1.1"
 (cd doc && make  top_distdir=../bulk_extractor-2.1.1 distdir=../bulk_extractor-2.1.1/doc \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
make  distdir-am
make[5]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
make[5]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
make[4]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
 (cd doc/latex_manuals && make  top_distdir=../../bulk_extractor-2.1.1 distdir=../../bulk_extractor-2.1.1/doc/latex_manuals \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
make  distdir-am
make[5]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
make[5]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
make[4]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
 (cd man && make  top_distdir=../bulk_extractor-2.1.1 distdir=../bulk_extractor-2.1.1/man \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
make  distdir-am
make[5]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
make[5]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
make[4]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
 (cd src && make  top_distdir=../bulk_extractor-2.1.1 distdir=../bulk_extractor-2.1.1/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
make  distdir-am
make[5]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
make[5]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
make[4]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
 (cd src/tests && make  top_distdir=../../bulk_extractor-2.1.1 distdir=../../bulk_extractor-2.1.1/src/tests \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
make  distdir-am
make[5]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
make[5]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
make[4]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
 (cd specfiles && make  top_distdir=../bulk_extractor-2.1.1 distdir=../bulk_extractor-2.1.1/specfiles \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
make  distdir-am
make[5]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
m4 -DOPENSUSE bulk_extractor.spec.m4 > bulk_extractor.opensuse.spec
m4 -DFEDORA bulk_extractor.spec.m4 > bulk_extractor.fedora.spec
make[5]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
make[4]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
 (cd tests && make  top_distdir=../bulk_extractor-2.1.1 distdir=../bulk_extractor-2.1.1/tests \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make  distdir-am
make[5]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[5]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[4]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
test -n "" \
|| find "bulk_extractor-2.1.1" -type d ! -perm -755 \
	-exec chmod u+rwx,go+rx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -[400](https://github.com/simsong/bulk_extractor/actions/runs/12286215604/job/34285888455?pr=479#step:18:400) -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec /bin/bash /home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/build-aux/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r "bulk_extractor-2.1.1"
make[3]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
tardir=bulk_extractor-2.1.1 && ${TAR-tar} chof - "$tardir" | eval GZIP= gzip --best -c >bulk_extractor-2.1.1.tar.gz
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
if test -d "bulk_extractor-2.1.1"; then find "bulk_extractor-2.1.1" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "bulk_extractor-2.1.1" || { sleep 5 && rm -rf "bulk_extractor-2.1.1"; }; else :; fi
make[1]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
make[1]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
Making distclean in doc
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
test -z "" || rm -f 
test . = "../../../doc" || test -z "" || rm -f 
rm -f Makefile
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc'
Making distclean in doc/latex_manuals
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
test -z "" || rm -f 
test . = "../../../../doc/latex_manuals" || test -z "" || rm -f 
rm -f Makefile
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/doc/latex_manuals'
Making distclean in man
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
test -z "" || rm -f 
test . = "../../../man" || test -z "" || rm -f 
rm -f Makefile
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/man'
Making distclean in src
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
test -z "bulk_extractor" || rm -f bulk_extractor
test -z "test_be" || rm -f test_be
test -z "scan_accts.cpp scan_base16.cpp scan_email.cpp scan_gps.cpp be20_api/config.h be20_api/dfxml/src/config.h config.h *.d *~" || rm -f scan_accts.cpp scan_base16.cpp scan_email.cpp scan_gps.cpp be20_api/config.h be20_api/dfxml/src/config.h config.h *.d *~
rm -f *.o
rm -f be20_api/*.o
rm -f rar/*.o
test -z "test_be.log" || rm -f test_be.log
test -z "test_be.trs" || rm -f test_be.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.tab.c
test -z "" || rm -f 
test . = "../../../src" || test -z "" || rm -f 
rm -f be20_api/.deps/.dirstamp
rm -f be20_api/.dirstamp
rm -f rar/.deps/.dirstamp
rm -f rar/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f ./.deps/base64_forensic.Po
rm -f ./.deps/bulk_extractor.Po
rm -f ./.deps/bulk_extractor_scanners.Po
rm -f ./.deps/exif_entry.Po
rm -f ./.deps/exif_reader.Po
rm -f ./.deps/image_process.Po
rm -f ./.deps/main.Po
rm -f ./.deps/notify_thread.Po
rm -f ./.deps/pattern_scanner.Po
rm -f ./.deps/pattern_scanner_utils.Po
rm -f ./.deps/pcap_writer.Po
rm -f ./.deps/phase1.Po
rm -f ./.deps/pyxpress.Po
rm -f ./.deps/sbuf_decompress.Po
rm -f ./.deps/scan_accts_lg.Po
rm -f ./.deps/scan_aes.Po
rm -f ./.deps/scan_base16_lg.Po
rm -f ./.deps/scan_base64.Po
rm -f ./.deps/scan_ccns2.Po
rm -f ./.deps/scan_elf.Po
rm -f ./.deps/scan_email_lg.Po
rm -f ./.deps/scan_evtx.Po
rm -f ./.deps/scan_exif.Po
rm -f ./.deps/scan_exiv2.Po
rm -f ./.deps/scan_facebook.Po
rm -f ./.deps/scan_find.Po
rm -f ./.deps/scan_gps_lg.Po
rm -f ./.deps/scan_gzip.Po
rm -f ./.deps/scan_hiberfile.Po
rm -f ./.deps/scan_httplogs.Po
rm -f ./.deps/scan_json.Po
rm -f ./.deps/scan_kml.Po
rm -f ./.deps/scan_lightgrep.Po
rm -f ./.deps/scan_msxml.Po
rm -f ./.deps/scan_net.Po
rm -f ./.deps/scan_ntfsindx.Po
rm -f ./.deps/scan_ntfslogfile.Po
rm -f ./.deps/scan_ntfsmft.Po
rm -f ./.deps/scan_ntfsusn.Po
rm -f ./.deps/scan_outlook.Po
rm -f ./.deps/scan_pdf.Po
rm -f ./.deps/scan_rar.Po
rm -f ./.deps/scan_sqlite.Po
rm -f ./.deps/scan_utmp.Po
rm -f ./.deps/scan_vcard.Po
rm -f ./.deps/scan_windirs.Po
rm -f ./.deps/scan_winlnk.Po
rm -f ./.deps/scan_winpe.Po
rm -f ./.deps/scan_winprefetch.Po
rm -f ./.deps/scan_wordlist.Po
rm -f ./.deps/scan_xor.Po
rm -f ./.deps/scan_zip.Po
rm -f ./.deps/test_be1.Po
rm -f ./.deps/test_be2.Po
rm -f ./.deps/test_be3.Po
rm -f be20_api/.deps/abstract_image_reader.Po
rm -f be20_api/.deps/atomic_unicode_histogram.Po
rm -f be20_api/.deps/feature_recorder.Po
rm -f be20_api/.deps/feature_recorder_file.Po
rm -f be20_api/.deps/feature_recorder_set.Po
rm -f be20_api/.deps/feature_recorder_sql.Po
rm -f be20_api/.deps/histogram_def.Po
rm -f be20_api/.deps/path_printer.Po
rm -f be20_api/.deps/pcap_fake.Po
rm -f be20_api/.deps/pos0.Po
rm -f be20_api/.deps/regex_vector.Po
rm -f be20_api/.deps/sbuf.Po
rm -f be20_api/.deps/sbuf_stream.Po
rm -f be20_api/.deps/scan_sha1_test.Po
rm -f be20_api/.deps/scanner_config.Po
rm -f be20_api/.deps/scanner_params.Po
rm -f be20_api/.deps/scanner_set.Po
rm -f be20_api/.deps/test_image_reader.Po
rm -f be20_api/.deps/threadpool.Po
rm -f be20_api/.deps/unicode_escape.Po
rm -f be20_api/.deps/utils.Po
rm -f be20_api/.deps/word_and_context_list.Po
rm -f rar/.deps/arccmt.Po
rm -f rar/.deps/archive.Po
rm -f rar/.deps/arcread.Po
rm -f rar/.deps/cmddata.Po
rm -f rar/.deps/coder.Po
rm -f rar/.deps/crc.Po
rm -f rar/.deps/encname.Po
rm -f rar/.deps/errhnd.Po
rm -f rar/.deps/extinfo.Po
rm -f rar/.deps/extract.Po
rm -f rar/.deps/file.Po
rm -f rar/.deps/filefn.Po
rm -f rar/.deps/filestr.Po
rm -f rar/.deps/getbits.Po
rm -f rar/.deps/global.Po
rm -f rar/.deps/match.Po
rm -f rar/.deps/model.Po
rm -f rar/.deps/options.Po
rm -f rar/.deps/pathfn.Po
rm -f rar/.deps/rar.Po
rm -f rar/.deps/rarpch.Po
rm -f rar/.deps/rarvmtbl.Po
rm -f rar/.deps/rawread.Po
rm -f rar/.deps/rdwrfn.Po
rm -f rar/.deps/resource.Po
rm -f rar/.deps/rs.Po
rm -f rar/.deps/savepos.Po
rm -f rar/.deps/smallfn.Po
rm -f rar/.deps/strfn.Po
rm -f rar/.deps/strlist.Po
rm -f rar/.deps/suballoc.Po
rm -f rar/.deps/system.Po
rm -f rar/.deps/timefn.Po
rm -f rar/.deps/unicode.Po
rm -f rar/.deps/unpack.Po
rm -f Makefile
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src'
Making distclean in src/tests
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
test -z "" || rm -f 
test . = "../../../../src/tests" || test -z "" || rm -f 
rm -f Makefile
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/src/tests'
Making distclean in specfiles
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
test -z "bulk_extractor.opensuse.spec bulk_extractor.fedora.spec" || rm -f bulk_extractor.opensuse.spec bulk_extractor.fedora.spec
test -z "bulk_extractor.spec.m4" || rm -f bulk_extractor.spec.m4
test . = "../../../specfiles" || test -z "" || rm -f 
rm -f Makefile
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/specfiles'
Making distclean in tests
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
rm -rf regress-*/
test -z "" || rm -f 
test . = "../../../tests" || test -z "" || rm -f 
rm -f Makefile
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub/tests'
make[2]: Entering directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
test -z "" || rm -f 
test . = "../.." || test -z "" || rm -f 
rm -f config.h stamp-h1
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f cscope.out cscope.in.out cscope.po.out cscope.files
make[2]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
make[1]: Leaving directory '/home/runner/work/bulk_extractor/bulk_extractor/bulk_extractor-2.1.1/_build/sub'
if test -d "bulk_extractor-2.1.1"; then find "bulk_extractor-2.1.1" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "bulk_extractor-2.1.1" || { sleep 5 && rm -rf "bulk_extractor-2.1.1"; }; else :; fi
======================================================
bulk_extractor-2.1.1 archives ready for distribution: 
bulk_extractor-2.1.1.tar.gz
======================================================

@c4mpos
Copy link

c4mpos commented Dec 20, 2024

apt install libre2-dev

@simsong simsong changed the title Error building for Linux Mint 22 BE needs to test for RE2 Dec 20, 2024
@TenoTrash
Copy link
Author

apt install libre2-dev

Perfection, was able to install in Linux Mint 22

@simsong simsong reopened this Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants