To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66519
                  Issue #:|66519
                  Summary:|deliver: complete directory path written to logfiles
                Component:|tools
                  Version:|OOo 2.0.3
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|rt
              Reported by:|haggai





------- Additional comments from [EMAIL PROTECTED] Fri Jun 16 10:11:58 -0700 
2006 -------
This is a followup to issue #66463.

When building OOo in a directory containing regexp metacharacters such as '+',
the complete directory name is written to the logfile. This results in build
errors in postprocess/checkdeliver like this:

[...]
Error: no such file
'/oo/openoffice.org-2.0.2+2.0.3rc5/ooo-build/build/ooc680-m5/solver/680//oo/openoffice.org-2.0.2+2.0.3rc5/ooo-bu
            ild/build/ooc680-m5/solver/680/unxlngi6.pro/bin/libxsec_xmlsec.so'
Errors found: Module 'xmlsecurity' not delivered correctly?

The problem is that deliver.pl writes the complete pathname in the logfiles:

head -1 solver/680/unxlngi6.pro/inc/xmlsecurity/deliver.log
COPY xmlsecurity/prj/build.lst
/oo/openoffice.org-2.0.2+2.0.3rc5/ooo-build/build/ooc680-m5/solver/680/unxlngi6.pro/inc/xmlsecurity/build.lst

expected result:
COPY xmlsecurity/prj/build.lst unxlngi6.pro/inc/xmlsecurity/build.lst

My fix uses the same technique as issue 66463

---------------------------------------------------------------------
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