Issue 12759 - mkdir problem suspected
Summary: mkdir problem suspected
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: PC Windows 2000
: P3 Trivial (vote)
Target Milestone: ---
Assignee: quetschke
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-28 03:53 UTC by oldfield
Modified: 2003-04-01 07:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description oldfield 2003-03-28 03:53:11 UTC
cvs tag: cws_srx644_ooo11beta

I've been compiling the source from cws_srx644_ooo11beta on Windows and Linux,
so far it's going very fine for the Linux version, but for the Windows version,
I hit some minor glitches.

When the compilation goes to the module "officecfg", I found that some paths are
reported to be  issing during the process, apparently the mkdir script does not
work well.  After manually create the path, everything go fine.

I'll continue to report what I see during the compilation on both platforms.
Comment 1 oldfield 2003-03-31 06:19:13 UTC
After I manually create the directories and copy the files, the 
compilation of this module finished without problem.

Here is the first screen dump:

-- begin --

rem @echo off
iff "%PERL%" == "" then
call %PERL% %SOLARENV%\bin\mkdir.pl %1
java -classpath e:\cws_srx644_ooo11beta\solver\644
\wntmsci7.pro\bin\jaxp.jar;e:\
cws_srx644_ooo11beta\solver\644
\wntmsci7.pro\bin\parser.jar;..\..\wntmsci7.pro\c
lass\cfgimport.jar -
Djavax.xml.parsers.SAXParserFactory=com.sun.xml.parser.SAXPa
rserFactoryImpl org.openoffice.configuration.Inspector 
org\openoffice\Inet.xcs
** Start validating: 
file:e:/cws_srx644_ooo11beta/officecfg/registry/schema/org/
openoffice/Inet.xcs
** Document is valid!
java -classpath e:\cws_srx644_ooo11beta\solver\644
\wntmsci7.pro\bin\xt.jar;e:\cw
s_srx644_ooo11beta\solver\644\wntmsci7.pro\bin\parser.jar -
Dcom.jclark.xsl.sax.p
arser=com.sun.xml.parser.Parser com.jclark.xsl.sax.Driver 
org\openoffice\Inet.xc
s ..\..\util\schema_val.xsl ..\..\wntmsci7.pro\misc\registry\schema\or
g\openoffi
ce\Inet.val file=org\openoffice\Inet pathSeparator=\
java.io.FileNotFoundException: ..\..\wntmsci7.pro\misc\registry\schema
\org\openo
ffice\Inet.val (The system cannot find the path specified)
dmake.exe:  Error code 129, while 
making '..\..\wntmsci7.pro\misc\registry\schem
a\org\openoffice\Inet.xcs'
---*TG_SLO.MK*---

ERROR: Error 65280 occurred while 
making /cygdrive/e/cws_srx644_ooo11beta/office
cfg/registry/schema
Comment 2 quetschke 2003-03-31 07:46:17 UTC
> rem @echo off
> iff "%PERL%" == "" then
> call %PERL% %SOLARENV%\bin\mkdir.pl %1
----------------------------------------^ (*)
> java -classpath e:\cws_srx644_ooo11beta\solver\644
> \wntmsci7.pro\bin\jaxp.jar;e:\

If you had a logfile of a complete build you would see
that at (*) a "&" is missing.

Check that your 4nt.ini looks as described in:
<http://www.openoffice.org/dev_docs/source/build_windows.html#BuildRequirements>

Can you confirm that it works with this setting?
Comment 3 oldfield 2003-04-01 01:55:25 UTC
Sorry for my ignorance, I always assume my compilation environment
works as from more than one and a half years ago... 

Many thanks for your help.
Comment 4 quetschke 2003-04-01 07:21:26 UTC
.