You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "John Kostaras (Jira)" <ji...@apache.org> on 2021/03/07 09:04:00 UTC

[jira] [Created] (STORM-3752) Nimbus can't be run in MacOSX 10.13.x

John Kostaras created STORM-3752:
------------------------------------

             Summary: Nimbus can't be run in MacOSX 10.13.x
                 Key: STORM-3752
                 URL: https://issues.apache.org/jira/browse/STORM-3752
             Project: Apache Storm
          Issue Type: Bug
          Components: storm-client
    Affects Versions: 2.1.0, 2.2.0
         Environment: MacOSX 10.13.6
            Reporter: John Kostaras


When starting nimbus on MacOSX 10.13.6 (High Sierra), the following error appears:
  
{code:java}
dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
 Referenced from: /private/var/folders/14/tncwm2kx3rl28872rmzx_l9w0000gn/T/librocksdbjni4444014704764445285.jnilib (which was built for Mac OS X 10.15)
 Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: ____chkstk_darwin
 Referenced from: /private/var/folders/14/tncwm2kx3rl28872rmzx_l9w0000gn/T/librocksdbjni4444014704764445285.jnilib (which was built for Mac OS X 10.15)
 Expected in: /usr/lib/libSystem.B.dylib
Abort trap: 6
{code}
Even when trying to build from the sources, and starting nimbus from the final binary distribution, the error still appears.

Is it possible to provide a binary for older versions of MacOSX? This is a blocking issue.
  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)