To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91204
                 Issue #|91204
                 Summary|libxmlsec: dnl is for configure.in, not for configure
               Component|utilities
                 Version|DEV300m20
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|hro
             Reported by|cloph





------- Additional comments from [EMAIL PROTECTED] Sun Jun 29 21:55:07 +0000 
2008 -------
while the build is running patched configure it spits out errors:
checking for nspr libraries >= 4.0... ./configure: line 25993: dnl: command not
found
checking for nss libraries >= 3.2... ./configure: line 26101: dnl: command not 
found

- no wonder, since the xmlsec1-1.2.6.patch adds lines mentioned as comment with
the internal-comment-marker for configure (dnl). dnl is meant to be used within
configure.in/ac to specify comments not meant to be exported to configure. Those
will be stripped out when running autoconf. Regular comments are added with #
Since the patch modifies configure directly, adding the dnl is an error.
The patch changes the lines to regular comments.
patch is now in unified format, thus the changes look big, but just compare with
a converted patch (dmake patch, dmake create_patch without any changes) to see
what did really change.

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