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

Re: [Condor-users] undefined library reference with MacOS X (and: is a Mac Intel version of Condor scheduled?)



Hello,

after some more testing, we have some more informations about this problem:

- Installing Condor 6.8.3 on a machine with MacOSX 10.4 (patched to the latest
revision) is fine: everything works as expected

- Installing Condor 6.8.2/.3 on a machine with MacOSX 10.3.9 Server:
condor_master cannot start: it's killed by unresolved symbols.

We therefore suspect that Condor >= 6.8.2 has been compiled on a MacOSX 10.4,
which yields an incompatibility with older MacOSX machines.

It may be useful to mention this fact in the download pages...or provide
packages that work on both versions of MacOSX...

regards,

Pascal

On Mon, 8 Jan 2007 18:23:00 +0100
Pascal Jermini <pascal+condor@xxxxxxxxxxxxxxxx> wrote:

> We seem to have some problems with Condor 6.8.3 and 6.8.2 (6.8.1 was fine)
> under MacOS X Server (patched to the latest revision):
> 
> uname -a
> Darwin XXXXXpc9 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST
> 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC  Power Macintosh powerpc
> 
> When condor_master is started, it dies immediately with the following error
> message:
> 
> /condor/release/sbin root# ./condor_master
> dyld: ./condor_master Undefined symbols:
> ./condor_master undefined reference to _fwrite$UNIX2003 expected to be defined
> in /usr/lib/libSystem.B.dylib Trace/BPT trap
> 
> Any clue about that?