Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 937131 - dev-libs/re2-0.2024.07.02 re2/bitstate.cc:113:7: error: ‘STATELESS’ was not declared in this scope
Summary: dev-libs/re2-0.2024.07.02 re2/bitstate.cc:113:7: error: ‘STATELESS’ was not d...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-02 14:03 UTC by Anton Bolshakov
Modified: 2024-08-02 14:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,30.62 KB, text/x-log)
2024-08-02 14:03 UTC, Anton Bolshakov
Details
emerge --info (emerge_info.txt,7.24 KB, text/plain)
2024-08-02 14:04 UTC, Anton Bolshakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Bolshakov 2024-08-02 14:03:56 UTC
Created attachment 898810 [details]
build.log

* abi_x86_64.amd64: running multilib-minimal_abi_src_compile
make -j8 SONAME=11 shared 
x86_64-pc-linux-gnu-g++ -c -o obj/so/util/rune.o -fPIC  -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNOMINMAX  -DRE2_USE_ICU -DGTEST_HAS_PTHREAD=1   -O2 -pipe -frecord-gcc-switches -DNDEBUG util/rune.cc
x86_64-pc-linux-gnu-g++ -c -o obj/so/util/strutil.o -fPIC  -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNOMINMAX  -DRE2_USE_ICU -DGTEST_HAS_PTHREAD=1   -O2 -pipe -frecord-gcc-switches -DNDEBUG util/strutil.cc
x86_64-pc-linux-gnu-g++ -c -o obj/so/re2/bitmap256.o -fPIC  -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNOMINMAX  -DRE2_USE_ICU -DGTEST_HAS_PTHREAD=1   -O2 -pipe -frecord-gcc-switches -DNDEBUG re2/bitmap256.cc
x86_64-pc-linux-gnu-g++ -c -o obj/so/re2/bitstate.o -fPIC  -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNOMINMAX  -DRE2_USE_ICU -DGTEST_HAS_PTHREAD=1   -O2 -pipe -frecord-gcc-switches -DNDEBUG re2/bitstate.cc
x86_64-pc-linux-gnu-g++ -c -o obj/so/re2/compile.o -fPIC  -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNOMINMAX  -DRE2_USE_ICU -DGTEST_HAS_PTHREAD=1   -O2 -pipe -frecord-gcc-switches -DNDEBUG re2/compile.cc
x86_64-pc-linux-gnu-g++ -c -o obj/so/re2/dfa.o -fPIC  -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNOMINMAX  -DRE2_USE_ICU -DGTEST_HAS_PTHREAD=1   -O2 -pipe -frecord-gcc-switches -DNDEBUG re2/dfa.cc
x86_64-pc-linux-gnu-g++ -c -o obj/so/re2/filtered_re2.o -fPIC  -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNOMINMAX  -DRE2_USE_ICU -DGTEST_HAS_PTHREAD=1   -O2 -pipe -frecord-gcc-switches -DNDEBUG re2/filtered_re2.cc
x86_64-pc-linux-gnu-g++ -c -o obj/so/re2/mimics_pcre.o -fPIC  -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNOMINMAX  -DRE2_USE_ICU -DGTEST_HAS_PTHREAD=1   -O2 -pipe -frecord-gcc-switches -DNDEBUG re2/mimics_pcre.cc
x86_64-pc-linux-gnu-g++ -c -o obj/so/re2/nfa.o -fPIC  -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNOMINMAX  -DRE2_USE_ICU -DGTEST_HAS_PTHREAD=1   -O2 -pipe -frecord-gcc-switches -DNDEBUG re2/nfa.cc
x86_64-pc-linux-gnu-g++ -c -o obj/so/re2/onepass.o -fPIC  -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNOMINMAX  -DRE2_USE_ICU -DGTEST_HAS_PTHREAD=1   -O2 -pipe -frecord-gcc-switches -DNDEBUG re2/onepass.cc
In file included from /usr/include/absl/log/absl_log.h:36,
                 from re2/bitstate.cc:28:
re2/bitstate.cc: In member function ‘void re2::BitState::Push(int, const char*)’:
re2/bitstate.cc:113:7: error: ‘STATELESS’ was not declared in this scope
  113 |       ABSL_LOG(DFATAL) << "GrowStack() failed: "
      |       ^~~~~~~~
re2/bitstate.cc:113:7: error: ‘ABSL_LOG_INTERNAL_CONDITION_DFATAL’ was not declared in this scope; did you mean ‘ABSL_LOG_INTERNAL_CONDITION_QFATAL’?
  113 |       ABSL_LOG(DFATAL) << "GrowStack() failed: "
      |       ^~~~~~~~
re2/bitstate.cc: In member function ‘bool re2::BitState::TrySearch(int, const char*)’:
re2/bitstate.cc:173:9: error: ‘STATELESS’ was not declared in this scope
  173 |         ABSL_LOG(DFATAL) << "Unexpected opcode: " << ip->opcode();
      |         ^~~~~~~~
re2/bitstate.cc:173:9: error: ‘ABSL_LOG_INTERNAL_CONDITION_DFATAL’ was not declared in this scope; did you mean ‘ABSL_LOG_INTERNAL_CONDITION_QFATAL’?
  173 |         ABSL_LOG(DFATAL) << "Unexpected opcode: " << ip->opcode();
      |         ^~~~~~~~
make: *** [Makefile:223: obj/so/re2/bitstate.o] Error 1
make: *** Waiting for unfinished jobs....
Comment 1 Anton Bolshakov 2024-08-02 14:04:19 UTC
Created attachment 898811 [details]
emerge --info
Comment 2 Anton Bolshakov 2024-08-02 14:22:53 UTC
I just synced and relealised there is -r1 version. I'm not able to test it because it pulls newer version of protobuf libs.

So let's close it for now.