We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version affected: v2024.02.19.00 Version affected: 89a350d
[ 8s] [ 0%] Building CXX object CMakeFiles/folly_base.dir/folly/CancellationToken.cpp.o [ 8s] /usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CONTEXT_DYN_LINK -DBOOST_CONTEXT_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DFMT_SHARED -DFOLLY_XLOG_STRIP_PREFIXES=\"/home/abuild/rpmbuild/BUILD/folly-2024.02.19.00:/home/abuild/rpmbuild/BUILD/folly-2024.02.19.00/build\" -DGFLAGS_IS_A_DLL=0 -D_GNU_SOURCE -D_REENTRANT -I/home/abuild/rpmbuild/BUILD/folly-2024.02.19.00 -I/home/abuild/rpmbuild/BUILD/folly-2024.02.19.00/build -I/usr/include/libdwarf -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -g -ffat-lto-objects -fPIC -O2 -g -DNDEBUG -std=gnu++17 -fPIC -fcoroutines -g -finput-charset=UTF-8 -fsigned-char -Wall -Wno-deprecated -Wno-deprecated-declarations -Wno-sign-compare -Wno-unused -Wuninitialized -Wunused-label -Wunused-result -Wshadow-compatible-local -Wno-noexcept-type -faligned-new -fopenmp -MD -MT CMakeFiles/folly_base.dir/folly/CancellationToken.cpp.o -MF CMakeFiles/folly_base.dir/folly/CancellationToken.cpp.o.d -o CMakeFiles/folly_base.dir/folly/CancellationToken.cpp.o -c /home/abuild/rpmbuild/BUILD/folly-2024.02.19.00/folly/CancellationToken.cpp [ 8s] In file included from /home/abuild/rpmbuild/BUILD/folly-2024.02.19.00/folly/CancellationToken-inl.h:23, [ 8s] from /home/abuild/rpmbuild/BUILD/folly-2024.02.19.00/folly/CancellationToken.h:365, [ 8s] from /home/abuild/rpmbuild/BUILD/folly-2024.02.19.00/folly/CancellationToken.cpp:17: [ 8s] /usr/include/glog/logging.h:60:4: error: #error <glog/logging.h> was not included correctly. See the documention for how to consume the library. [ 8s] 60 | # error <glog/logging.h> was not included correctly. See the documention for how to consume the library.
This is due to a change in glog: google/glog@39df054
The text was updated successfully, but these errors were encountered:
Probably the same issue as #2171.
I link an AUR patch there that fixes it.
Sorry, something went wrong.
No branches or pull requests
Version affected: v2024.02.19.00
Version affected: 89a350d
This is due to a change in glog: google/glog@39df054
The text was updated successfully, but these errors were encountered: