[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] condor and openSUSE



I tried to install condor on opensuse now from source and got puzzling messages from cmake

(I deleted the found/success lines from below):


> cmake ../CONDOR_SRC
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info - done
-- ***********************************************************
-- System(darjeeling): LINUX(3.1.0-1.2-DESKTOP) Arch=X86_64 BitMode=64 BUILDID:
-- install prefix:/usr/local
-- ********* BEGINNING CONFIGURATION *********
-- Looking for pthread_create in pthreads - not found
-- Looking for _fstati64 - not found
-- Looking for _lstati64 - not found                                                                                         
-- Looking for _stati64 - not found
-- Looking for include files HAVE_OS_TYPES_H - not found.
-- Looking for include files HAVE_VALGRIND_H - not found.
-- Performing Test HAVE_STRUCT_SOCKADDR_IN_SIN_LEN - Failed
-- Performing Test HAVE_STRUCT_STATFS_F_FSTYP - Failed
-- Performing Test HAVE_STRUCT_STATFS_F_FSTYPENAME - Failed
-- Performing Test HAVE_STRUCT_STATFS_F_TYPE - Success
-- Performing Test HAVE_STRUCT_STATVFS_F_BASETYPE - Failed
-- Performing Test HAVE_SCHED_SETAFFINITY_2ARG - Failed
-- Check size of __int64 - failed
-- ********* Configuring externals using [local env] a.k.a. PROPER *********
-- Boost version: 1.46.1
-- Found the following Boost libraries:
--   thread
--   program_options
--   system
--   regex
--   filesystem
-- external configured (BOOST_INCLUDE_FOUND=) version:(104601)
-- external skipped (qpid)
-- external configured (KRB5_FOUND=/usr/lib64/libkrb5.so;/usr/lib64/libcom_err.so;/usr/lib64/libk5crypto.so;/usr/lib64/libkrb5support.so)
-- external configured (OPENSSL_FOUND=/usr/lib64/libssl.so;/usr/lib64/libcrypto.so)
-- external configured (PCRE_FOUND=/usr/lib64/libpcre.so)
-- Could not find libs(gsoapssl++)
running cp /usr/share/gsoap/plugin/wsseapi.c /sw/condor/condor-src-7.6.4/1/bld_external/gsoap-2.7.10/install/src/wsseapi.cpp && patch -p3 /sw/condor/condor-src-7.6.4/1/bld_external/gsoap-2.7.10/install/src/wsseapi.cpp /sw/condor/condor-src-7.6.4/CONDOR_SRC/externals/bundles/gsoap/2.7.10-p5/wsseapi.patch  2>&1
cp: cannot stat `/usr/share/gsoap/plugin/wsseapi.c': No such file or directory
-- configured (CLASSADS_FOUND= classads)
-- external configured (ZLIB_FOUND=/usr/lib64/libz.so)
-- external configured (CURL_FOUND=/usr/lib64/libcurl.so)
-- external skipped (hadoop)
-- external skipped (postgresql)
-- external skipped (drmaa)
-- Could not find libs(coredumper)
-- external skipped (unicoregahp)
-- Could not find libs(expat)
-- external configured (LIBXML2_FOUND=/usr/lib64/libxml2.so)
-- Could not find libs(virt)
-- external skipped (libvirt)
-- Could not find libs(deltacloud)
-- Could not find libs(globus_gssapi_error;globus_xio;globus_io;globus_rsl)
-- Could not find libs(globus_gass_transfer;globus_gram_client;globus_gram_protocol)
-- Could not find libs(globus_ftp_client;globus_ftp_control)
-- external configured (GLOBUS_FOUND=/usr/lib64/libltdl.so)
-- external skipped (blahp)
-- Could not find libs(vomsapi)
-- external skipped (voms)
-- external skipped (cream)
-- external skipped (wso2)
-- ** Standard Universe Disabled **
-- ********* External configuration complete (dropping config.h) *********
running /usr/bin/cmake -E copy_if_different /sw/condor/condor-src-7.6.4/1/src/condor_includes/config.tmp /sw/condor/condor-src-7.6.4/1/src/condor_includes/config.h  2>&1
-- ----- Begin compiler options/flags check -----
-- Performing Test cxx_fnostack_protector - Failed
-- ----- End compiler options/flags check -----
-- ----- Begin CMake Var DUMP -----
-- CMAKE_STRIP: /usr/bin/strip
-- LN: /bin/ln
-- LATEX: /usr/bin/latex
-- LATEX2HTML: LATEX2HTML-NOTFOUND

---------------------------------
after this I tried “> make tests” and got several messages like the following:

> make tests 
-- The C compiler identification is GNU                        
-- The CXX compiler identification is GNU                      
CMake Error: Error in cmake code at                            
/sw/condor/condor-src-7.6.4/CONDOR_SRC/build/cmake/modules/ExternalProjectPatched.cmake:169:
Parse error.  Function missing ending ")".  Instead found left paren with text "(".                     
CMake Error at CMakeLists.txt:70 (include):                                                             
  include could not find load file:                                                                     
    /sw/condor/condor-src-7.6.4/CONDOR_SRC/build/cmake/modules/ExternalProjectPatched.cmake


Is there any way to get a functional condor system on openSUSE?