To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102446
                 Issue #|102446
                 Summary|regex for DMAKE_VERSION in configure.in not portable
               Component|tools
                 Version|OOo 3.1
                Platform|Unknown
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|configure
             Assigned to|hr
             Reported by|mba





------- Additional comments from m...@openoffice.org Tue Jun  2 13:06:26 +0000 
2009 -------
Current configure.in contains the following construct to fetch an in-system
dmake version:

DMAKE_VERSION=`$DMAKE -V | $SED -n 's/.*Version \([[0-9.]]\+\).*/\1/p'`

The regexp is not portable. The basic regular expressions has no + construct
(although some implementation may add it). The standardized way to declare 1+ is
\{1,\}

On the system where sed knows no '+' extension the DMAKE version is not
extracted and DMAKE is claimed to be too old. The built-in dmake is built so the
bug has no visible consequences.

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