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

Re: [Condor-users] Problem while make on Ubuntu 7.1





Chainan Satayapiwat wrote:
Hi,

I'm trying to make the Condor 7.0.2 on Ubuntu 7.1 but I got a problem as
show below

make[1]: Leaving directory `/root/condor-7.0.2/src/condor_ckpt_server'
cd condor_ckpt; make make[1]: Entering directory `/root/condor-7.0.2/src/condor_ckpt'
cd tmp_dir; ar x /root/condor-7.0.2/externals/install sigsuspend.o;
ar: /root/condor-7.0.2/externals/install: File format not recognized
make[1]: *** [SIGSUSPEND.o] Error 1
make[1]: Leaving directory `/root/condor-7.0.2/src/condor_ckpt'
make: *** [ckpt] Error 2

It seems to me ar (v 2.18) trying to extract sigsuspend.o from directory
and this seems to make no sense to me. I, perhaps, do something wrongly
when I configure but I cannot find it. By the way, I had searched
through the web and follow the instruction on
http://www.cs.wisc.edu/condor/CondorWeek2008/condor_presentations/leroy_build_mod_condor.ppt

So, I already tried ./configure --disable-full-port
--disable-gcc-version-check and remake it but still... no luck with same
error. Can anyone please help me on this? Thank you.

Best Regards,
Chainan

Just a reconfigure with --disable-full-port wouldn't be enough. You need to remake all the Makefiles as well. They aren't recreated for you when you reconfigure. I'd suggest "rm Makefile; rm */Makefile; ./configure --disable-full-port; make".

Best,


matt