To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116349
                 Issue #|116349
                 Summary|certain SOURCE_ROOT patterns break the build on Window
                        |s/cygwin
               Component|tools
                 Version|DEV300m96
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|GNU make
             Assigned to|b_michaelsen
             Reported by|fs





------- Additional comments from f...@openoffice.org Fri Jan  7 13:07:39 +0000 
2011 -------
If your SOURCE_ROOT points to a location so that the cygwin-notation of the path
is actually a sub string of its Windows-notation (with \ replaced by /), then
the GNU make build system breaks.

To reproduce:
- Use a CWS located at, say, C:\cws\mycws
- mount C:\cws to /cws
- export SOURCE_ROOT=c:/cws/mycws
- cd /cws/mycws/DEV300/ooo/tools
- make -r
=> the build breaks with an error message talking about a path 
"C:C:/cws/mycws/..."

The problem here is that some makefile magic attemps to replace cygwin path
notations with their respective Windows-compliant counterpart. This is done by
substituting "/cws/mycws" with "C:/cws/mycws", which unfortunately also hits if
the string already contains C:/cws/mycws.

---------------------------------------------------------------------
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to