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
can someone pls provide the build.sh instructions for ubuntu 22.04 docker environment? stuck here
[ 7%] Built target snappy-project [ 75%] Building CXX object CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o [ 87%] Linking CXX static library lib/libgflags.a [ 87%] Built target gflags_static [100%] Linking CXX static library lib/libgflags_nothreads.a [100%] Built target gflags_nothreads_static [ 7%] Performing install step for 'gflags-project' Consolidate compiler generated dependencies of target gflags_nothreads_static Consolidate compiler generated dependencies of target gflags_static [ 87%] Built target gflags_static [100%] Built target gflags_nothreads_static Install the project... -- Install configuration: "Release" -- Installing: /usr/local/src/terarkdb/build/lib/libgflags.a -- Installing: /usr/local/src/terarkdb/build/lib/libgflags_nothreads.a -- Installing: /usr/local/src/terarkdb/build/include/gflags/gflags.h -- Installing: /usr/local/src/terarkdb/build/include/gflags/gflags_declare.h -- Installing: /usr/local/src/terarkdb/build/include/gflags/gflags_completions.h -- Installing: /usr/local/src/terarkdb/build/include/gflags/gflags_gflags.h -- Installing: /usr/local/src/terarkdb/build/lib/cmake/gflags/gflags-config.cmake -- Installing: /usr/local/src/terarkdb/build/lib/cmake/gflags/gflags-config-version.cmake -- Installing: /usr/local/src/terarkdb/build/lib/cmake/gflags/gflags-targets.cmake -- Installing: /usr/local/src/terarkdb/build/lib/cmake/gflags/gflags-targets-release.cmake -- Installing: /usr/local/src/terarkdb/build/lib/cmake/gflags/gflags-nonamespace-targets.cmake -- Installing: /usr/local/src/terarkdb/build/lib/cmake/gflags/gflags-nonamespace-targets-release.cmake -- Installing: /usr/local/src/terarkdb/build/bin/gflags_completions.sh -- Installing: /usr/local/src/terarkdb/build/lib/pkgconfig/gflags.pc -- Installing: /root/.cmake/packages/gflags/fb11080af635180fa85c237355921f99 [ 8%] Completed 'gflags-project' [ 8%] Built target gflags-project make: *** [Makefile:136: all] Error 2
The text was updated successfully, but these errors were encountered:
I encountered this exact issue. You need to install autoconf in the docker container for this to resolve
autoconf
Sorry, something went wrong.
No branches or pull requests
can someone pls provide the build.sh instructions for ubuntu 22.04 docker environment?
stuck here
The text was updated successfully, but these errors were encountered: