librasteve

Results 132 comments of librasteve

ah - well all was fine before my Big Sur to Monterey upgrade I have tried the various flags you recommend - very helpful thanks! the upshot is "sometimes it...

Oh - I had been **guessing** something like "BigSur = rosetta set to run all dynamic libs called from Terminal.app child processes" to "Monterey = rosetta must be enabled in...

The repl is your friend ;-) ### Single Item & List: Wrong way gives an error: ``` > (1,2,3) +>> 2 (3 4 5) ``` ### Both are Lists Wrong...

Good find @raiph - I am tempted to close this Issue ... but ideally the lookup index should be tweaked 1. The lookup index should be modified from ```A."$m"()``` to...

hi @AntonOks - yes please ... I am saying that the line `FROM rakudo-star:2020.01 `(or similar) only works on the amd64 (Intel) cpu platform or via Rosetta emulation (slow) I...

I have been able to find out a little about the latest Docker buildx capability (which will replace docker build in the CLI) [here](https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/) I think that this contains the...

I have macOS M1 and still getting OpenSSL need x86_64 error: ``` ===> Testing: OpenSSL:ver [OpenSSL] Cannot locate native library '/opt/homebrew/opt/openssl@3/lib/libssl.dylib': dlopen(/opt/homebrew/opt/openssl@3/lib/libssl.dylib, 0x000A): tried: '/opt/homebrew/opt/openssl@3/lib/libssl.dylib' (mach-o file, but is an...

well its arm64 openssl ~ > file /opt/homebrew/opt/openssl@3/lib/libssl.dylib /opt/homebrew/opt/openssl@3/lib/libssl.dylib: Mach-O 64-bit dynamically linked shared library arm64 installed by arm64 homebrew (https://github.com/orgs/Homebrew/discussions/3223) ~ > brew config HOMEBREW_VERSION: 4.2.2 ORIGIN: https://github.com/Homebrew/brew HEAD:...

oh shoot, i have built me a x86 rakudo ~ > file /Users/stephenroe/.rakubrew/versions/moar-2023.12/install/bin/rakudo /Users/stephenroe/.rakubrew/versions/moar-2023.12/install/bin/rakudo: Mach-O 64-bit executable x86_64