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

Re: [Condor-users] Installation of Condor 7.2.2 on OpenSuSE 11.0



Ján Sáreník 提到:
Hello Jyh-Shyong!

On Wed, Apr 22, 2009 at 02:42:15PM +0800, Jyh-Shyong wrote:
...
checking glibc... ERROR
configure: error: Condor does NOT know what glibc external to use with
glibc-2.8.

Try running configure like this:
-----------------------------------
./configure \
  --disable-glibc-version-check

   Hope that helps,
    Best regards!
   Jasan
Thanks Jasan, now the configure step completed without error, however, the make failed at condor_ckpt:

...
g++ -I. -I.. -I../.. -I../h -I../condor_includes -I../condor_c++_util -I../condor_daemon_client -I../condor_daemon_core.V6 -DHAVE_CONFIG_H -DX86_64=X86_64 -DLINUX=LINUX -I/scratch/root/condor-7.2.2/externals/install/krb5-1.4.3-p0/include -I/scratch/root/condor-7.2.2/externals/install/openssl-0.9.8h/include -I/scratch/root/condor-7.2.2/externals/install/globus-4.2.0/include/gcc64dbg -DWANT_QUILL -I/scratch/root/condor-7.2.2/externals/install/gcb-1.5.6/include -DWANT_LEASE_MANAGER -g -g -Wall -W -Wextra -Wfloat-equal -Wshadow -Wendif-labels -Wpointer-arith -Wcast-qual -Wcast-align -Wvolatile-register-var -fstack-protector -DGLIBC=GLIBC -DGLIBC28=GLIBC28 -DC_COMP_KIND_GCC -DC_COMP_MAJOR_GCC_4 -DC_COMP_MINOR_GCC_4_3 -DC_COMP_PATCH_GCC_4_3_1 -DWITH_OPENSSL -DCOMPILE_SOAP_SSL -I/scratch/root/condor-7.2.2/externals/install/pcre-7.6/include -I/scratch/root/condor-7.2.2/externals/install/coredumper-0.2/include -Wno-deprecated -DSAVE_SIGSTATE -DFILE_TABLE -I/scratch/root/condor-7.2.2/externals/install/zlib-1.2.3/include -DPVM_CHECKPOINTING -DIN_CKPT_LIB -c machdep.LINUX.cpp -o machdep.LINUX.o
machdep.LINUX.cpp:34:22: error: asm/page.h: No such file or directory
machdep.LINUX.cpp: In function 滎ong int data_start_addr()?
machdep.LINUX.cpp:72: error: 榽AGE_MASK?was not declared in this scope
machdep.LINUX.cpp: In function 滎ong int stack_start_addr()?
machdep.LINUX.cpp:133: warning: statement has no effect
machdep.LINUX.cpp:135: error: 榽AGE_MASK?was not declared in this scope
machdep.LINUX.cpp: In function 滎ong int stack_end_addr()?
machdep.LINUX.cpp:157: error: 榽AGE_MASK?was not declared in this scope
machdep.LINUX.cpp:157: error: 榽AGE_SIZE?was not declared in this scope
machdep.LINUX.cpp: At global scope:
machdep.LINUX.cpp:165: warning: unused parameter 殟eneric_ptr?
make[1]: *** [machdep.LINUX.o] Error 1
make[1]: Leaving directory `/scratch/root/condor-7.2.2/src/condor_ckpt'
make: *** [ckpt] Error 2


there is no /usr/include/asm/page.h in OpenSuSE 11.0

Jyh-Shyong Ho