Bjorn, It is recommended that you do something like this to run nightly, which will clear your environment (env -).
% nohup env - /ws/onnv-tools/onbld/bin/nightly ./sfw-developer.sh & Cheers, Jim Bjorn Munch wrote: > I just encountered the same problem today as I tried to run full nightly on > one of the sfbay compile servers. I've mostly been building on local servers > lately. > > I've located the problem to the Makefile in the po subdirectory of the libidn > module, which uses a variable DOMAIN before it sets it, thus taking its value > from the environment variable, which has a totally different meaning. Or > maybe the environment variable takes precedence. On my local servers I don't > have that variable set. > > I think that Makefile needs to be fixed, but until then you may have to > manually unset DOMAIN before you build. I'm trying that now.
