You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Zhe Liu <al...@gmail.com> on 2011/12/12 15:00:11 UTC

Build break due to CRLF in some scripts on Windows?

Does anybody build successfully on Windows? I tried today. Depressing!
First break because of CRLF in fetch_tarballs.sh. I converted CRLF to
LF. Continued but broke again because bootstrap can't cd dmake_4.11.
e00deccf8817eec85ab5c0268d5a7bfb-dmake_4.11.zip is unzipped to a
directory named dmake without version suffix. Fixed it and finally I
came to run dmake happily.

oops! Error again. I guess it's caused by CRLF.
-----------------------
solenv deliver
/cygdrive/d/workspace-oo/aoo/main/solenv/bin/deliver.pl: line 1:
$':\r': command not found

.....
------------------------
My cygwin is Cygwin DLL 1.7.9-1.  What mode should I used? binary or
text?  Actually the default is binary just like the guide.

-- 
Best Regards
>From aliuzhe@gmail.com

Re: Build break due to CRLF in some scripts on Windows?

Posted by Zhe Liu <al...@gmail.com>.
Thank all.
I used subversion built-in cygwin to co code again. All line
delimiters turn out right.  If I use other svn client(e.g. silksvn)
even in cygwin, I still get CRLF.

2011/12/13 Rob Weir <ro...@apache.org>:
> 2011/12/12 Herbert Duerr <hd...@apache.org>:
>> On 12.12.2011 15:23, Andre Fischer wrote:
>>> On 12.12.2011 15:00, Zhe Liu wrote:
>>>> Does anybody build successfully on Windows? I tried today. Depressing!
>>>> First break because of CRLF in fetch_tarballs.sh.
>>>
>>> Hm, I checked both fetch_tarballs.sh and deliver.pl and did not find any
>>> CRs in them. Maybe something went wrong when you checkout the source?
>>
>> FWIW the svn property for end-of-line-style is
>>  $ svn propget svn:eol-style fetch_tarballs.sh solenv/bin/deliver.pl
>>  fetch_tarballs.sh - native
>>  solenv/bin/deliver.pl - native
>>
>> So both files mentioned use the native end-of-line style. I guess when
>> one uses cygwin's own svn client then its end-of-line style is CR only,
>> when a native svn client such as tortoise does the updating then that
>> end-of-line style may be CRLF?
>>
>
> One thing to check is that you've configured your SVN client propertly
> for eol-style treatment.  See this page for recommended settings:
>
> http://www.apache.org/dev/version-control.html#https-svn-config
>
> -Rob
>
>> Herbert



-- 
Best Regards
>From aliuzhe@gmail.com

Re: Build break due to CRLF in some scripts on Windows?

Posted by Rob Weir <ro...@apache.org>.
2011/12/12 Herbert Duerr <hd...@apache.org>:
> On 12.12.2011 15:23, Andre Fischer wrote:
>> On 12.12.2011 15:00, Zhe Liu wrote:
>>> Does anybody build successfully on Windows? I tried today. Depressing!
>>> First break because of CRLF in fetch_tarballs.sh.
>>
>> Hm, I checked both fetch_tarballs.sh and deliver.pl and did not find any
>> CRs in them. Maybe something went wrong when you checkout the source?
>
> FWIW the svn property for end-of-line-style is
>  $ svn propget svn:eol-style fetch_tarballs.sh solenv/bin/deliver.pl
>  fetch_tarballs.sh - native
>  solenv/bin/deliver.pl - native
>
> So both files mentioned use the native end-of-line style. I guess when
> one uses cygwin's own svn client then its end-of-line style is CR only,
> when a native svn client such as tortoise does the updating then that
> end-of-line style may be CRLF?
>

One thing to check is that you've configured your SVN client propertly
for eol-style treatment.  See this page for recommended settings:

http://www.apache.org/dev/version-control.html#https-svn-config

-Rob

> Herbert

Re: Build break due to CRLF in some scripts on Windows?

Posted by Herbert Duerr <hd...@apache.org>.
On 12.12.2011 15:23, Andre Fischer wrote:
> On 12.12.2011 15:00, Zhe Liu wrote:
>> Does anybody build successfully on Windows? I tried today. Depressing!
>> First break because of CRLF in fetch_tarballs.sh.
> 
> Hm, I checked both fetch_tarballs.sh and deliver.pl and did not find any
> CRs in them. Maybe something went wrong when you checkout the source?

FWIW the svn property for end-of-line-style is
  $ svn propget svn:eol-style fetch_tarballs.sh solenv/bin/deliver.pl
  fetch_tarballs.sh - native
  solenv/bin/deliver.pl - native

So both files mentioned use the native end-of-line style. I guess when
one uses cygwin's own svn client then its end-of-line style is CR only,
when a native svn client such as tortoise does the updating then that
end-of-line style may be CRLF?

Herbert

Re: Build break due to CRLF in some scripts on Windows?

Posted by Andre Fischer <af...@a-w-f.de>.
Hi,

On 12.12.2011 15:00, Zhe Liu wrote:
> Does anybody build successfully on Windows? I tried today. Depressing!
> First break because of CRLF in fetch_tarballs.sh.

Hm, I checked both fetch_tarballs.sh and deliver.pl and did not find any
CRs in them. Maybe something went wrong when you checkout the source?

> I converted CRLF to
> LF. Continued but broke again because bootstrap can't cd dmake_4.11.
> e00deccf8817eec85ab5c0268d5a7bfb-dmake_4.11.zip is unzipped to a
> directory named dmake without version suffix. Fixed it and finally I
> came to run dmake happily.

I have to admit that I have tested this only with the 4.12 version that
is mentioned in the configure help.  Can you tell me, where you
downloaded the 4.11 version from?

> 
> oops! Error again. I guess it's caused by CRLF.
> -----------------------
> solenv deliver
> /cygdrive/d/workspace-oo/aoo/main/solenv/bin/deliver.pl: line 1:
> $':\r': command not found


> 
> .....
> ------------------------
> My cygwin is Cygwin DLL 1.7.9-1.  What mode should I used? binary or
> text?  Actually the default is binary just like the guide.

Not sure what you mean by mode in this context.

> 

Regards,
Andre

Re: Build break due to CRLF in some scripts on Windows?

Posted by Mathias Bauer <ma...@numberfour.eu>.
On 15.12.2011 03:43, Zhe Liu wrote:
> I built successfully on Windows XP, even if not smoothly.  I
> encountered several errors like
> /cygdrive/d/aoosrc/aoo/main/svtools/JunitTest_svtools_unoapi.mk:28:
> *** Malformed target-specific variable definition.  Stop.
> dmake:  Error code 2, while making 'all'
> 
> I rebuilt the module without doing nothing, then proceeded. Weirdly.
> I configured with --without-junit. Why is JunitTest still  made?

I think it's not built, but of course make must read the makefiles
before it can decide that its content doesn't need to be built.
Unfortunately make goes haywire before it can reach that state.

Regards,
Mathias

Re: Build break due to CRLF in some scripts on Windows?

Posted by Zhe Liu <al...@gmail.com>.
I built successfully on Windows XP, even if not smoothly.  I
encountered several errors like
/cygdrive/d/aoosrc/aoo/main/svtools/JunitTest_svtools_unoapi.mk:28:
*** Malformed target-specific variable definition.  Stop.
dmake:  Error code 2, while making 'all'

I rebuilt the module without doing nothing, then proceeded. Weirdly.
I configured with --without-junit. Why is JunitTest still  made?


在 2011年12月15日 上午4:35,Oliver-Rainer Wittmann <or...@googlemail.com> 写道:
> Hi,
>
> On 14.12.2011 20:26, Andrew Rist wrote:
>>
>>
>> On 12/13/2011 1:03 AM, Andre Fischer wrote:
>>> Hi,
>>>
>>> On 12.12.2011 19:09, Andrew Rist wrote:
>>>> Here is the proposed steps for the Windows 7 buildbot.
>>>> I provide it here both for helping with others trying to build on
>>>> Windows, and for wider review of the steps for our nightly build.
>>>> The intent is to create the 'default build' on Windows - any corrections
>>>> very welcome.
>>>>
>>>> (the following is from infra jira 4197
>>>> <https://issues.apache.org/jira/browse/INFRA-4197>   which also contains
>>>> machine build recipe)
>>>>
>>>>       *** build commands on win - run inside a cygwin shell (from
>>>>       runbuild.bat) ***
>>>>
>>>>       cd /cygdrive/c/apache
>>>>       "/cygdrive/c/Program Files/Microsoft Visual Studio
>>>>       9.0/VC/vcvarsall.bat"
>>>>       svn co https://svn.apache.org/repos/asf/incubator/ooo/trunk ooo
>>>>       cd ooo/main
>>>>       cp -rfv ../../main_xtra/* .
>>>>       autoconf
>>>>       ./configure --enable-verbose
>>>>       --with-dmake-url="http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2"
>>>>       --with-cl-home="/cygdrive/c/Progra~1/Microsoft Visual Studio 9.0/VC"
>>>>       --with-jdk-home="/cygdrive/c/PROGRA~1/Java/jdk1.6.0_29"
>>>>       --with-psdk-home="/cygdrive/c/PROGRA~1/Microsoft SDKs/Windows/v6.1"
>>>>       --with-directx-home="C:\PROGRA~1\Microsoft DirectX SDK (June 2010)"
>>>>       --with-ant-home="/cygdrive/c/ant" --without-junit
>>>>       ./bootstrap
>>>>       source winenv.Set.sh
>>>>       date
>>>>       dmake
>>> I would suggest either to replace the "dmake" line with
>>>    cd instsetoo_native&&  build --all
>> I get this:
>>
>>      Configure completed
>>
>>      Run ./bootstrap in C:/apache/ooo/main to provide build tools and get
>>      third-party
>>      packages
>>
>>      arist@win7aoobuild /cygdrive/c/apache/ooo/main
>>      $ cd instsetoo_native&&  build --all --html
>>      bash: build: command not found
>>
>>      arist@win7aoobuild /cygdrive/c/apache/ooo/main/instsetoo_native
>>
>
> Did you perform command 'source winenv.set.sh' after running 'bootstrap'?
>
> I also get error message 'bash: build: command not found' when I forgot to
> perform this command.
>
> Best regards, Oliver.
>
>>> or otherwise remove the
>>>    ./bootstrap
>>>    source winenv.Set.sh
>>> lines.  The main/Makefile does both.
>>>
>>> I also wonder if the build will be successful without
>>>      --disable-atl
>>>      --disable-activex
>>> but you probably do not use the Express version of the Microsoft Compiler.
>> it's using Express version
>> I'll add the --disable-atl --disable-activex options
>>>
>>> Regards,
>>> Andre
>>>
>>>>       date
>>>>       cd ../..
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> On 12/12/2011 6:00 AM, Zhe Liu wrote:
>>>>> Does anybody build successfully on Windows? I tried today. Depressing!
>>>>> First break because of CRLF in fetch_tarballs.sh. I converted CRLF to
>>>>> LF. Continued but broke again because bootstrap can't cd dmake_4.11.
>>>>> e00deccf8817eec85ab5c0268d5a7bfb-dmake_4.11.zip is unzipped to a
>>>>> directory named dmake without version suffix. Fixed it and finally I
>>>>> came to run dmake happily.
>>>>>
>>>>> oops! Error again. I guess it's caused by CRLF.
>>>>> -----------------------
>>>>> solenv deliver
>>>>> /cygdrive/d/workspace-oo/aoo/main/solenv/bin/deliver.pl: line 1:
>>>>> $':\r': command not found
>>>>>
>>>>> .....
>>>>> ------------------------
>>>>> My cygwin is Cygwin DLL 1.7.9-1.  What mode should I used? binary or
>>>>> text?  Actually the default is binary just like the guide.
>>>>>
>>



-- 
Best Regards
>From aliuzhe@gmail.com

Re: Build break due to CRLF in some scripts on Windows?

Posted by Oliver-Rainer Wittmann <or...@googlemail.com>.
Hi,

On 14.12.2011 20:26, Andrew Rist wrote:
> 
> 
> On 12/13/2011 1:03 AM, Andre Fischer wrote:
>> Hi,
>>
>> On 12.12.2011 19:09, Andrew Rist wrote:
>>> Here is the proposed steps for the Windows 7 buildbot.
>>> I provide it here both for helping with others trying to build on
>>> Windows, and for wider review of the steps for our nightly build.
>>> The intent is to create the 'default build' on Windows - any corrections
>>> very welcome.
>>>
>>> (the following is from infra jira 4197
>>> <https://issues.apache.org/jira/browse/INFRA-4197>   which also contains
>>> machine build recipe)
>>>
>>>       *** build commands on win - run inside a cygwin shell (from
>>>       runbuild.bat) ***
>>>
>>>       cd /cygdrive/c/apache
>>>       "/cygdrive/c/Program Files/Microsoft Visual Studio
>>>       9.0/VC/vcvarsall.bat"
>>>       svn co https://svn.apache.org/repos/asf/incubator/ooo/trunk ooo
>>>       cd ooo/main
>>>       cp -rfv ../../main_xtra/* .
>>>       autoconf
>>>       ./configure --enable-verbose
>>>       --with-dmake-url="http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2"
>>>       --with-cl-home="/cygdrive/c/Progra~1/Microsoft Visual Studio 9.0/VC"
>>>       --with-jdk-home="/cygdrive/c/PROGRA~1/Java/jdk1.6.0_29"
>>>       --with-psdk-home="/cygdrive/c/PROGRA~1/Microsoft SDKs/Windows/v6.1"
>>>       --with-directx-home="C:\PROGRA~1\Microsoft DirectX SDK (June 2010)"
>>>       --with-ant-home="/cygdrive/c/ant" --without-junit
>>>       ./bootstrap
>>>       source winenv.Set.sh
>>>       date
>>>       dmake
>> I would suggest either to replace the "dmake" line with
>>    cd instsetoo_native&&  build --all
> I get this:
> 
>      Configure completed
> 
>      Run ./bootstrap in C:/apache/ooo/main to provide build tools and get
>      third-party
>      packages
> 
>      arist@win7aoobuild /cygdrive/c/apache/ooo/main
>      $ cd instsetoo_native&&  build --all --html
>      bash: build: command not found
> 
>      arist@win7aoobuild /cygdrive/c/apache/ooo/main/instsetoo_native
> 

Did you perform command 'source winenv.set.sh' after running 'bootstrap'?

I also get error message 'bash: build: command not found' when I forgot to
perform this command.

Best regards, Oliver.

>> or otherwise remove the
>>    ./bootstrap
>>    source winenv.Set.sh
>> lines.  The main/Makefile does both.
>>
>> I also wonder if the build will be successful without
>>      --disable-atl
>>      --disable-activex
>> but you probably do not use the Express version of the Microsoft Compiler.
> it's using Express version
> I'll add the --disable-atl --disable-activex options
>>
>> Regards,
>> Andre
>>
>>>       date
>>>       cd ../..
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> On 12/12/2011 6:00 AM, Zhe Liu wrote:
>>>> Does anybody build successfully on Windows? I tried today. Depressing!
>>>> First break because of CRLF in fetch_tarballs.sh. I converted CRLF to
>>>> LF. Continued but broke again because bootstrap can't cd dmake_4.11.
>>>> e00deccf8817eec85ab5c0268d5a7bfb-dmake_4.11.zip is unzipped to a
>>>> directory named dmake without version suffix. Fixed it and finally I
>>>> came to run dmake happily.
>>>>
>>>> oops! Error again. I guess it's caused by CRLF.
>>>> -----------------------
>>>> solenv deliver
>>>> /cygdrive/d/workspace-oo/aoo/main/solenv/bin/deliver.pl: line 1:
>>>> $':\r': command not found
>>>>
>>>> .....
>>>> ------------------------
>>>> My cygwin is Cygwin DLL 1.7.9-1.  What mode should I used? binary or
>>>> text?  Actually the default is binary just like the guide.
>>>>
> 

Re: Build break due to CRLF in some scripts on Windows?

Posted by Andrew Rist <an...@oracle.com>.

On 12/13/2011 1:03 AM, Andre Fischer wrote:
> Hi,
>
> On 12.12.2011 19:09, Andrew Rist wrote:
>> Here is the proposed steps for the Windows 7 buildbot.
>> I provide it here both for helping with others trying to build on
>> Windows, and for wider review of the steps for our nightly build.
>> The intent is to create the 'default build' on Windows - any corrections
>> very welcome.
>>
>> (the following is from infra jira 4197
>> <https://issues.apache.org/jira/browse/INFRA-4197>  which also contains
>> machine build recipe)
>>
>>      *** build commands on win - run inside a cygwin shell (from
>>      runbuild.bat) ***
>>
>>      cd /cygdrive/c/apache
>>      "/cygdrive/c/Program Files/Microsoft Visual Studio
>>      9.0/VC/vcvarsall.bat"
>>      svn co https://svn.apache.org/repos/asf/incubator/ooo/trunk ooo
>>      cd ooo/main
>>      cp -rfv ../../main_xtra/* .
>>      autoconf
>>      ./configure --enable-verbose
>>      --with-dmake-url="http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2"
>>      --with-cl-home="/cygdrive/c/Progra~1/Microsoft Visual Studio 9.0/VC"
>>      --with-jdk-home="/cygdrive/c/PROGRA~1/Java/jdk1.6.0_29"
>>      --with-psdk-home="/cygdrive/c/PROGRA~1/Microsoft SDKs/Windows/v6.1"
>>      --with-directx-home="C:\PROGRA~1\Microsoft DirectX SDK (June 2010)"
>>      --with-ant-home="/cygdrive/c/ant" --without-junit
>>      ./bootstrap
>>      source winenv.Set.sh
>>      date
>>      dmake
> I would suggest either to replace the "dmake" line with
>   cd instsetoo_native && build --all
I get this:

    Configure completed

    Run ./bootstrap in C:/apache/ooo/main to provide build tools and get
    third-party
    packages

    arist@win7aoobuild /cygdrive/c/apache/ooo/main
    $ cd instsetoo_native && build --all --html
    bash: build: command not found

    arist@win7aoobuild /cygdrive/c/apache/ooo/main/instsetoo_native

> or otherwise remove the
>   ./bootstrap
>   source winenv.Set.sh
> lines.  The main/Makefile does both.
>
> I also wonder if the build will be successful without
>     --disable-atl
>     --disable-activex
> but you probably do not use the Express version of the Microsoft Compiler.
it's using Express version
I'll add the --disable-atl --disable-activex options
>
> Regards,
> Andre
>
>>      date
>>      cd ../..
>>
>>
>>
>>
>>
>>
>>
>> On 12/12/2011 6:00 AM, Zhe Liu wrote:
>>> Does anybody build successfully on Windows? I tried today. Depressing!
>>> First break because of CRLF in fetch_tarballs.sh. I converted CRLF to
>>> LF. Continued but broke again because bootstrap can't cd dmake_4.11.
>>> e00deccf8817eec85ab5c0268d5a7bfb-dmake_4.11.zip is unzipped to a
>>> directory named dmake without version suffix. Fixed it and finally I
>>> came to run dmake happily.
>>>
>>> oops! Error again. I guess it's caused by CRLF.
>>> -----------------------
>>> solenv deliver
>>> /cygdrive/d/workspace-oo/aoo/main/solenv/bin/deliver.pl: line 1:
>>> $':\r': command not found
>>>
>>> .....
>>> ------------------------
>>> My cygwin is Cygwin DLL 1.7.9-1.  What mode should I used? binary or
>>> text?  Actually the default is binary just like the guide.
>>>

-- 

Andrew Rist | Interoperability Architect
OracleCorporate Architecture Group
Redwood Shores, CA | 650.506.9847


Re: Build break due to CRLF in some scripts on Windows?

Posted by Andre Fischer <af...@a-w-f.de>.
Hi,

On 12.12.2011 19:09, Andrew Rist wrote:
> Here is the proposed steps for the Windows 7 buildbot.
> I provide it here both for helping with others trying to build on
> Windows, and for wider review of the steps for our nightly build.
> The intent is to create the 'default build' on Windows - any corrections
> very welcome.
> 
> (the following is from infra jira 4197
> <https://issues.apache.org/jira/browse/INFRA-4197>  which also contains
> machine build recipe)
> 
>      *** build commands on win - run inside a cygwin shell (from
>      runbuild.bat) ***
> 
>      cd /cygdrive/c/apache
>      "/cygdrive/c/Program Files/Microsoft Visual Studio
>      9.0/VC/vcvarsall.bat"
>      svn co https://svn.apache.org/repos/asf/incubator/ooo/trunk ooo
>      cd ooo/main
>      cp -rfv ../../main_xtra/* .
>      autoconf
>      ./configure --enable-verbose
>      --with-dmake-url="http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2"
>      --with-cl-home="/cygdrive/c/Progra~1/Microsoft Visual Studio 9.0/VC"
>      --with-jdk-home="/cygdrive/c/PROGRA~1/Java/jdk1.6.0_29"
>      --with-psdk-home="/cygdrive/c/PROGRA~1/Microsoft SDKs/Windows/v6.1"
>      --with-directx-home="C:\PROGRA~1\Microsoft DirectX SDK (June 2010)"
>      --with-ant-home="/cygdrive/c/ant" --without-junit
>      ./bootstrap
>      source winenv.Set.sh
>      date
>      dmake

I would suggest either to replace the "dmake" line with
  cd instsetoo_native && build --all
or otherwise remove the
  ./bootstrap
  source winenv.Set.sh
lines.  The main/Makefile does both.

I also wonder if the build will be successful without
    --disable-atl
    --disable-activex
but you probably do not use the Express version of the Microsoft Compiler.

Regards,
Andre

>      date
>      cd ../..
> 
> 
> 
> 
> 
> 
> 
> On 12/12/2011 6:00 AM, Zhe Liu wrote:
>> Does anybody build successfully on Windows? I tried today. Depressing!
>> First break because of CRLF in fetch_tarballs.sh. I converted CRLF to
>> LF. Continued but broke again because bootstrap can't cd dmake_4.11.
>> e00deccf8817eec85ab5c0268d5a7bfb-dmake_4.11.zip is unzipped to a
>> directory named dmake without version suffix. Fixed it and finally I
>> came to run dmake happily.
>>
>> oops! Error again. I guess it's caused by CRLF.
>> -----------------------
>> solenv deliver
>> /cygdrive/d/workspace-oo/aoo/main/solenv/bin/deliver.pl: line 1:
>> $':\r': command not found
>>
>> .....
>> ------------------------
>> My cygwin is Cygwin DLL 1.7.9-1.  What mode should I used? binary or
>> text?  Actually the default is binary just like the guide.
>>
> 

Re: Build break due to CRLF in some scripts on Windows?

Posted by Andrew Rist <an...@oracle.com>.
Here is the proposed steps for the Windows 7 buildbot.
I provide it here both for helping with others trying to build on
Windows, and for wider review of the steps for our nightly build.
The intent is to create the 'default build' on Windows - any corrections
very welcome.

(the following is from infra jira 4197
<https://issues.apache.org/jira/browse/INFRA-4197> which also contains
machine build recipe)

    *** build commands on win - run inside a cygwin shell (from
    runbuild.bat) ***

    cd /cygdrive/c/apache
    "/cygdrive/c/Program Files/Microsoft Visual Studio
    9.0/VC/vcvarsall.bat"
    svn co https://svn.apache.org/repos/asf/incubator/ooo/trunk ooo
    cd ooo/main
    cp -rfv ../../main_xtra/* .
    autoconf
    ./configure --enable-verbose
    --with-dmake-url="http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2"
    --with-cl-home="/cygdrive/c/Progra~1/Microsoft Visual Studio 9.0/VC"
    --with-jdk-home="/cygdrive/c/PROGRA~1/Java/jdk1.6.0_29"
    --with-psdk-home="/cygdrive/c/PROGRA~1/Microsoft SDKs/Windows/v6.1"
    --with-directx-home="C:\PROGRA~1\Microsoft DirectX SDK (June 2010)"
    --with-ant-home="/cygdrive/c/ant" --without-junit
    ./bootstrap
    source winenv.Set.sh
    date
    dmake
    date
    cd ../..







On 12/12/2011 6:00 AM, Zhe Liu wrote:
> Does anybody build successfully on Windows? I tried today. Depressing!
> First break because of CRLF in fetch_tarballs.sh. I converted CRLF to
> LF. Continued but broke again because bootstrap can't cd dmake_4.11.
> e00deccf8817eec85ab5c0268d5a7bfb-dmake_4.11.zip is unzipped to a
> directory named dmake without version suffix. Fixed it and finally I
> came to run dmake happily.
>
> oops! Error again. I guess it's caused by CRLF.
> -----------------------
> solenv deliver
> /cygdrive/d/workspace-oo/aoo/main/solenv/bin/deliver.pl: line 1:
> $':\r': command not found
>
> .....
> ------------------------
> My cygwin is Cygwin DLL 1.7.9-1.  What mode should I used? binary or
> text?  Actually the default is binary just like the guide.
>

-- 

Andrew Rist | Interoperability Architect
OracleCorporate Architecture Group
Redwood Shores, CA | 650.506.9847