Hi Eike,

Eike Rathke schrieb:
Hi Regina,

On Saturday, 2010-05-01 20:42:38 +0200, Regina Henschel wrote:

REBASE: Could Not Find
C:/DEV300m77/solver/300/wntmsci12.pro/bin\msvcr90d.dll

1 module(s):
         postprocess
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making
/cygdrive/c/DEV300m77/postprocess/checkdeliver

I do not have any of the msvc***d.dll but only msvc***.dll, without the "d".

As found out in IRC, rebase is not the problem, the error is really in
checkdeliver:

Entering /cygdrive/c/DEV300m77/postprocess/checkdeliver

C:/cygwin/bin/perl checkdeliver.pl&&  C:/cygwin/bin/touch.exe 
../wntmsci12.pro/misc/checkdeliver.done
C:: No such file or directory at 
C:/DEV300m77/solenv/bin/modules/SourceConfig.pm line 78

Looking at SourceConfig.pm line 78 reveals

         $source_root = Cwd::realpath($ENV{SOURCE_ROOT_DIR});

[why do we even get there? We have
my $source_config    = SourceConfig ->  new($ENV{SOLARSRC});
in checkdeliver.pl]

SOURCE_ROOT_DIR was 'C:' (suspicious enough) and SOLARSRC and SRC_ROOT
were both 'C:/DEV300m77'. Attempting to
export SOURCE_ROOT_DIR=C:/DEV300m77
and build then gave

C:/cygwin/bin/perl checkdeliver.pl&&  C:/cygwin/bin/touch.exe 
../wntmsci12.pro/misc/checkdeliver.done
Cannot open find source_config and/or determine hg root directory for 
/cygdrive/c/DEV300m77/postprocess/checkdeliver at checkdeliver.pl line 51

This looks broken.

Regina, you do have a Mercurial repository in C:/DEV300m77, don't you?
What does the command   hg root   executed in the build environment
shell give when the current working directory is C:/DEV300m77 ?

The command hg root gives
abort: There is no Mercurial repository here (.hg not found)!

I have installed TortoiseHg, but I have not used it. I have downloaded the source from http://ftp.tu-chemnitz.de/pub/openoffice/extended/developer/DEV300m77/ and unpacked in Cygwin with command tar.

kind regards
Regina

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to