Create a MacOS X App Bundle Using MacPorts: Difference between revisions

m (add Category:Mac)
Line 106: Line 106:
* Executables built by MacPorts may include features specific to the MacOS X version the executables were build on. As a result, the Octave App bundle may ''not'' run on a different version of MacOS X.  Results reported by some volunteers testing an App bundle are below.  As some of the reported results are inconsistent, individuals are cautioned to not interpret these results as definitive.
* Executables built by MacPorts may include features specific to the MacOS X version the executables were build on. As a result, the Octave App bundle may ''not'' run on a different version of MacOS X.  Results reported by some volunteers testing an App bundle are below.  As some of the reported results are inconsistent, individuals are cautioned to not interpret these results as definitive.
:* An App built on a Core i7 MacBook Pro running MacOS 10.7 was found to run on;
:* An App built on a Core i7 MacBook Pro running MacOS 10.7 was found to run on;
::* MacBook Air (Core 2 Duo) running MacOS 10.7 with both MacPorts and Fink installed.
::* MacBook Pro (Core i7) running MacOS 10.7 with MacPorts nstalled.
::* MacBook Pro (Core 2 Duo) running MacOS 10.6 with MacPorts installed.
::* MacBook Pro (Core i7) running MacOS 10.7 with no MacPorts, and no Fink, installed.
::* MacBook Pro (Core i7) running MacOS 10.7 with no MacPorts, and no Fink, installed.
:* The App bundle did not run on;
:* The App bundle did not run on;
::* MacBook Pro (Core i7) running MacOS 10.7 with no MacPorts, and no Fink, installed.
::* MacMini (Core 2 Duo) running MacOS 10.6 with no MacPorts, and no Fink, installed.
::* MacBook (Core Duo) running MacOS 10.6 with no MacPorts, and no Fink, installed. The error encountered is below.
::* MacBook (Core Duo) running MacOS 10.6 with no MacPorts, and no Fink, installed. The error encountered is below.
  <nowiki>$ cd /Applications/Octave-3.7.0+.app/Contents/Resources/bin/
  <nowiki>$ cd /Applications/Octave-3.7.0+.app/Contents/Resources/bin/
Line 118: Line 115:
./octave: line 124: /Applications/Octave-3.7.0+.app/Contents/Resources/bin/octave-3.7.0+: Bad CPU type in executable</nowiki>
./octave: line 124: /Applications/Octave-3.7.0+.app/Contents/Resources/bin/octave-3.7.0+: Bad CPU type in executable</nowiki>
::* MacMini (Core 2 Duo) running MacOS 10.6 with Fink installed. The error encountered is below.
::* MacMini (Core 2 Duo) running MacOS 10.6 with Fink installed. The error encountered is below.
<nowiki>terminate called after throwing an instance of '__gnu_cxx::__concurrence_lock_error'
what():  __gnu_cxx::__concurrence_lock_error</nowiki>
::* MacMini (Core 2 Duo) running MacOS 10.6 with no Fink or MacPorts installed. The error encountered is below.
  <nowiki>terminate called after throwing an instance of '__gnu_cxx::__concurrence_lock_error'
  <nowiki>terminate called after throwing an instance of '__gnu_cxx::__concurrence_lock_error'
what():  __gnu_cxx::__concurrence_lock_error</nowiki>
what():  __gnu_cxx::__concurrence_lock_error</nowiki>
364

edits