HTCondor Project List Archives



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

Re: [Condor-devel] Problems compiling Condor



Steve,

Could you please add a line to functional_tests.txt to see what absTime() is evaluating to? One of the lines where it is failing is this line 119:

same int(absTime("1970-01-01T:00:00:01Z")), 1

Add the following code before that:

eval x = int(absTime("1970-01-01T:00:00:01Z"))
print $x

Then you can run the functional tester:

classad_functional_tester functional_tests.txt

The expected output from that print statement is a line containing just the digit 1.

--Dan

Matthew Farrellee wrote:

Steve,

All the errors are related to the absTime function in ClassAds, and more specifically the hours portion of the time. Someone more familiar with the classads code may have some insight given that information.

I don't believe Condor uses that function.

FYI, Condor nightly on x86_64 Red Hat Enterprise Linux AS 3 (Taroon Update 5), without this error.

Best,


matt

Stephen McGough wrote:
Dear matt,

Thanks for the reply, but unfortunately as one of the main reason why I'm trying to re-compile condor is to get the classads recompiling without them is a non-starter.

I've already looked in the directory externals/build and had attached the whole log file for the attempt to build classads. The tests that are failing are:

FAIL: classad_functional_tester_s
FAIL: classad_functional_tester_ns_s


As I'm no expert in the classads code I've got little idea where to start looking to fix these errors. I'm hoping this is something that one of the developers can suggest a solution for.

Many thanks,

steve..

Matthew Farrellee wrote:
Stephen McGough wrote:
Dear All,

I've been trying to compile condor (both versions 7.0.3-stable and 7.1.1-devel) without success under Linux (Redhat Enterprise server 3 and Scientific Linux 3 (3.0.9)). In both cases I come up against the same problem.

When compiling classad-1.0rc5 the automated tests fail on two cases. I've attached the log file for compiling classads here.

Can anyone advise how to rectify this problem? Either changes to code / software / OS?

Many thanks,

steve..
I'd suggest looking into what tests are failing. You can go into externals/build/..., which is on the same level as src/ and config/.

Or you could disable ClassAds if you don't need them, --without-classads to configure

Best,


matt
_______________________________________________
Condor-devel mailing list
Condor-devel@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/condor-devel