To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42418
                  Issue #:|42418
                  Summary:|build crashed on the odk/examples/CLI/C# with non-
                          |interactive build
                Component:|porting
                  Version:|680m76
                 Platform:|PC
                      URL:|
               OS/Version:|Linux
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|mh
              Reported by:|pmladek





------- Additional comments from [EMAIL PROTECTED] Thu Feb 10 03:54:48 -0800 
2005 -------
My build of src680_m76 eneded with the following error:

--- cut ---
rm -f
../../unxlngi4.pro/bin/odk680/examples/CLI/C#/Spreadsheet/GeneralTableSample.cs
>& /dev/null
tr -d "\015" < ../../examples/CLI/C#/Spreadsheet/GeneralTableSample.cs >
../../unxlngi4.pro/bin/odk680/examples/CLI/C#/Spreadsheet/GeneralTableSample.cs
../../examples/CLI/C: No such file or directory.
dmake:  Error code 1, while making '../../unxlngi4.pro/bin/odk680/examples/CLI/C
#/Spreadsheet/GeneralTableSample.cs'
--- cut ---


I am building OOo in a chrooted environment using the shell in a non-interactive
mode (without tty input), so the hash character '#' is taken as comment. The
following note is taken from the csh man page:

--- cut ---
       When the shell's input is not a terminal, the character `#' is taken to
       begin  a  comment.  Each `#' and the rest of the input line on which it
       appears is discarded before further parsing.
--- cut ----

I didn't catch this problem before because this subdirectory was not build on
680_m74 or earlier versions.

I'll attach a patch which disables the build again.

It would suggest to avoid '#' in the directory name as the best solution.

Another possibility would be to add a right number of backshales '\' before the
hash '#' in the related odk/examples/CLI/makefile.mk.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to