You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2014/04/30 17:21:56 UTC

[Issue 124783] New: Unsupported macosx_x86_64 extension platform

https://issues.apache.org/ooo/show_bug.cgi?id=124783

          Issue ID: 124783
        Issue Type: DEFECT
           Summary: Unsupported macosx_x86_64 extension platform
           Product: General
           Version: 4.1.0
          Hardware: Mac
                OS: Mac OSX, all
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: code
          Assignee: issues@openoffice.apache.org
          Reporter: arielch@apache.org

An extension targeted to run only on MacOSX x86-64 must have the following
platform specification in the description.xml

<platform value="macosx_x86_64"/>

but this extension cannot be installed in AOO 4.1.0, an error message shows up
telling that the extension cannot "does not work in this computer".

You can try with the complex toolbar controls example in the SDK, after the
changes in revision 1591347

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 124783] Unsupported macosx_x86_64 extension platform

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=124783

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED
           Assignee|issues@openoffice.apache.or |arielch@apache.org
                   |g                           |
   Target Milestone|---                         |4.2.0

--- Comment #2 from Ariel Constenla-Haile <ar...@apache.org> ---
Fixed on trunk

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 124783] Unsupported macosx_x86_64 extension platform

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=124783

Andrea Pescetti <pe...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pescetti@apache.org

--- Comment #3 from Andrea Pescetti <pe...@apache.org> ---
Should this one be a candidate for 4.1.1 too? Patch seems simple and it fixes a
common broken use case. Just nominate it for 4.1.1 in case.

-- 
You are receiving this mail because:
You are watching all issue changes.

[Issue 124783] Unsupported macosx_x86_64 extension platform

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=124783

--- Comment #4 from Ariel Constenla-Haile <ar...@apache.org> ---
(In reply to Andrea Pescetti from comment #3)
> Should this one be a candidate for 4.1.1 too? Patch seems simple and it
> fixes a common broken use case. Just nominate it for 4.1.1 in case.

(Sorry for the late answer) No, it does not make sense to integrate it in a
micro release, because the  <OpenOffice.org-minimal-version> and
<OpenOffice.org-maximal-version> must be specified in "major.minor" format,
without including the micro, see 

https://wiki.openoffice.org/wiki/Documentation/DevGuide/Extensions/Description_of_XML_Elements#Element_.2Fdescription.2Fdependencies.2FOpenOffice.org-minimal-version

Required. String. The required underlying OpenOffice.org version (“2.1”, “2.2”,
etc.), starting with OpenOffice.org 2.1. You should not specify a particular
micro version, e.g. “2.2.1”, use “2.2” instead.

-- 
You are receiving this mail because:
You are watching all issue changes.

[Issue 124783] Unsupported macosx_x86_64 extension platform

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=124783

--- Comment #1 from SVN Robot <sv...@dev.null.org> ---
"arielch" committed SVN revision 1591351 into trunk:
i124783 - Fix wrong CPU string for MacOSX x86_64

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.