You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/03/22 19:20:04 UTC

[GitHub] [cloudstack-cloudmonkey] wongster80 opened a new issue #113: Build compatible for Apple M1 CPU

wongster80 opened a new issue #113:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/113


   Hi,
   Is CMK built for Apple M1 CPU, because I've been getting this error running cmk.
   
    % sysctl -n machdep.cpu.brand_string
   Apple M1
   % ./cmk.darwin.arm64
   zsh: killed     ./cmk.darwin.arm64
   % ./cmk.darwin.x86-64
   zsh: killed     ./cmk.darwin.x86-64


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-cloudmonkey] vseshan commented on issue #113: Build compatible for Apple M1 CPU

Posted by GitBox <gi...@apache.org>.
vseshan commented on issue #113:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/113#issuecomment-1077721656


    
   
   
   It works now, earlier we downloaded the binary directly from the browser now after downloading from wget it works.
   Thanks for your help.
       On Thursday, March 24, 2022, 02:03:09 AM PDT, Rohit Yadav ***@***.***> wrote:  
    
    
   
   
   @vseshan @wongster80 can you check and share the md5 checksum of the binary? See how I tested below:
   bash-3.2$ wget https://github.com/apache/cloudstack-cloudmonkey/releases/download/6.2.0/cmk.darwin.arm64
   
   ...
   Length: 7739714 (7.4M) [application/octet-stream]
   Saving to: ā€˜cmk.darwin.arm64ā€™
   
   cmk.darwin.arm64                100%[======================================================>]   7.38M  6.64MB/s    in 1.1s
   
   2022-03-24 14:31:14 (6.64 MB/s) - ā€˜cmk.darwin.arm64ā€™ saved [7739714/7739714]
   
   bash-3.2$ md5 cmk.darwin.arm64
   MD5 (cmk.darwin.arm64) = 479f6c9132c216bfbf0e5e650021f625
   
   bash-3.2$ chmod +x cmk.darwin.arm64
   bash-3.2$ ./cmk.darwin.arm64 -v
   Apache CloudStack šŸµ CloudMonkey 6.2.0 (build: 2176ff6, 2021-10-27T17:14:21+0530)
   
   I'm not able to reproduce your error, though I've Macbook Air M1.
   
   ā€”
   Reply to this email directly, view it on GitHub, or unsubscribe.
   You are receiving this because you were mentioned.Message ID: ***@***.***>
     


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-cloudmonkey] rohityadavcloud edited a comment on issue #113: Build compatible for Apple M1 CPU

Posted by GitBox <gi...@apache.org>.
rohityadavcloud edited a comment on issue #113:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/113#issuecomment-1075540024


   Yes @wongster80 pl use the darwin arm64 build from https://github.com/apache/cloudstack-cloudmonkey/releases/download/6.2.0/cmk.darwin.arm64
   
   After downloading, don't forget to run `chmod +x <binary>`.
   
   I tested this locally on a M1 macbook air on osx 12.2.1:
   ```
   ./cmk.darwin.arm64 -v
   Apache CloudStack šŸµ CloudMonkey 6.2.0 (build: 2176ff6, 2021-10-27T17:14:21+0530)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-cloudmonkey] vseshan commented on issue #113: Build compatible for Apple M1 CPU

Posted by GitBox <gi...@apache.org>.
vseshan commented on issue #113:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/113#issuecomment-1076944278


   Same here i have MacOS Monterey version 12.2.1 Macbook Pro Apple M1 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-cloudmonkey] rohityadavcloud commented on issue #113: Build compatible for Apple M1 CPU

Posted by GitBox <gi...@apache.org>.
rohityadavcloud commented on issue #113:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/113#issuecomment-1075540024


   Yes @wongster80 pl use the darwin arm64 build from https://github.com/apache/cloudstack-cloudmonkey/releases/download/6.2.0/cmk.darwin.arm64
   
   After downloading, don't forget to run `chmod +x <binary>`.
   
   I tested this locally:
   ```
   ./cmk.darwin.arm64 -v
   Apache CloudStack šŸµ CloudMonkey 6.2.0 (build: 2176ff6, 2021-10-27T17:14:21+0530)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-cloudmonkey] vseshan edited a comment on issue #113: Build compatible for Apple M1 CPU

Posted by GitBox <gi...@apache.org>.
vseshan edited a comment on issue #113:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/113#issuecomment-1076944278


   I also have the same issue with MacOS Monterey version 12.2.1 Macbook Pro Apple M1 
   
   bash-3.2$ file cmk.darwin.arm64
   cmk.darwin.arm64: Mach-O 64-bit executable arm64
   bash-3.2$ ./cmk.darwin.arm64 -v
   Killed: 9
   bash-3.2$


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-cloudmonkey] rohityadavcloud commented on issue #113: Build compatible for Apple M1 CPU

Posted by GitBox <gi...@apache.org>.
rohityadavcloud commented on issue #113:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/113#issuecomment-1077392313


   @vseshan @wongster80 can you check and share the md5 checksum of the binary? See how I tested below:
   
   ```
   bash-3.2$ wget https://github.com/apache/cloudstack-cloudmonkey/releases/download/6.2.0/cmk.darwin.arm64
   
   ...
   Length: 7739714 (7.4M) [application/octet-stream]
   Saving to: ā€˜cmk.darwin.arm64ā€™
   
   cmk.darwin.arm64                100%[======================================================>]   7.38M  6.64MB/s    in 1.1s
   
   2022-03-24 14:31:14 (6.64 MB/s) - ā€˜cmk.darwin.arm64ā€™ saved [7739714/7739714]
   
   bash-3.2$ md5 cmk.darwin.arm64
   MD5 (cmk.darwin.arm64) = 479f6c9132c216bfbf0e5e650021f625
   
   bash-3.2$ chmod +x cmk.darwin.arm64
   bash-3.2$ ./cmk.darwin.arm64 -v
   Apache CloudStack šŸµ CloudMonkey 6.2.0 (build: 2176ff6, 2021-10-27T17:14:21+0530)
   ```
   
   I'm not able to reproduce your error, though I've Macbook Air M1.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org