-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
getpeereid - not found #9600
Comments
Your compiler is probably too old to compile RStudio. We use EPEL + a newer gcc on CentOS 7 to get builds running. |
Hello Kevin, Today i tested to compile "Rserver 1.3.1093-0" as a "workaround", on the same system, but is get stuck with the exact same error: -- The C compiler identification is GNU 4.8.5 -- The CXX compiler identification is GNU 4.8.5 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc - works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ - works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done fatal: Not a git repository (or any of the parent directories): .git -- Performing Test COMPILER_SUPPORTS_CXX11 -- Performing Test COMPILER_SUPPORTS_CXX11 - Success -- Found Boost: /opt/rstudio-tools/x86_64/boost/boost_1_69_0/include (found suitable version "1.69.0", minimum required is "1.69.0") -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found Boost: /opt/rstudio-tools/x86_64/boost/boost_1_69_0/include (found suitable version "1.69.0", minimum required is "1.69.0") found components: atomic chrono date_time filesystem iostreams program_options random regex system thread -- Using Boost.Signals version 2 -- No Crashpad libraries found under /opt/rstudio-tools/crashpad/crashpad/out/Default/obj. Crashpad integration disabled. -- Performing Test HAVE_SCANDIR_POSIX -- Performing Test HAVE_SCANDIR_POSIX - Success -- Looking for SA_NOCLDWAIT -- Looking for SA_NOCLDWAIT - found -- Looking for SO_PEERCRED -- Looking for SO_PEERCRED - found -- Looking for inotify_init1 -- Looking for inotify_init1 - found -- Looking for getpeereid -- Looking for getpeereid - not found -- Looking for setresuid -- Looking for setresuid - found -- Performing Test PAM_MESSAGE_CONST -- Performing Test PAM_MESSAGE_CONST - Success -- Found PAM: /usr/lib64/libpam.so;/usr/lib64/libdl.so -- Configured to build SERVER -- Found LibR: /opt/R/4.1.0/lib/R -- Found R: /opt/R/4.1.0/lib/R CMake Error at cpp/session/CMakeLists.txt:23 (message): Dictionaries not found (re-run install-dependencies script to install) And this is the related errorlog: Run Build Command(s):/usr/bin/gmake cmTC_62510/fast && /usr/bin/gmake -f CMakeFiles/cmTC_62510.dir/build.make CMakeFiles/cmTC_62510.dir/build gmake[1]: Entering directory `/root/DOWNLOADS/R-Studio-Server/rstudio-server-source_rstudio-1.3.1093-0-gaee4453_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_62510.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=getpeereid -fPIE -o CMakeFiles/cmTC_62510.dir/CheckFunctionExists.c.o -c /usr/share/cmake3/Modules/CheckFunctionExists.c Linking C executable cmTC_62510 /usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_62510.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=getpeereid -pie -Wl,-z,relro,-z,now CMakeFiles/cmTC_62510.dir/CheckFunctionExists.c.o -o cmTC_62510 CMakeFiles/cmTC_62510.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `getpeereid' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_62510] Error 1 gmake[1]: Leaving directory `/root/DOWNLOADS/R-Studio-Server/rstudio-server-source_rstudio-1.3.1093-0-gaee4453_build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_62510/fast] Error 2 It seems like this is not a very specific message? Best, and thank you again |
Hello Kevin, |
Hello Kevin,
I'll try that now also for the 1.4 release. |
Hello,
possibly related to:
"getpeereid - not found #5185"
System details
Steps to reproduce the problem
Describe the problem in detail
cmake fails with the following messages:
The related cmake error log:
It looks like a problem internal to the code?
Describe the behavior you expected
cmake should complete.
The text was updated successfully, but these errors were encountered: