Replies: 2 comments 16 replies
-
What platform are you on? One hypothesis is that you're on an Apple Silicon chip but some how are running x86 images. |
Beta Was this translation helpful? Give feedback.
16 replies
-
Great. Thanks!
…Sent from my iPhone
On Mar 15, 2023, at 6:05 AM, Jay McCarthy ***@***.***> wrote:
I've verified that this is actually a problem by starting from scratch on my Apple Silicon machine. I'm going to convert to an issue and look into it more.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Good day.
I am having issues compiling a reach program using modules in v0.1.13-rc.0 are later. I started with the latest version to date 0.1.13-rc.3 (88e4890) and worked my way back to the latest stable version 0.1.12. Reach version 0.1.12 works as expect.
Here is what I am seeing on 0.1.13-rc.0 or later:
Command:
./reach compile --install-pkgs
Output:
REACH_VERSION: f79282c
reachc: git: readCreateProcessWithExitCode: exec: invalid argument (Bad file descriptor)
reachc: error[RI0003]: Cannot install packages; did you mean to run with
--install-pkgs
?./index.rsh:4:30:import from
4| import { api, view, events } from "@temptemp3/arc-72#arc-72-v0.1.13r0:index.rsh";
Command:
./reach compile --install-pkgs
Output:
reachc: git: readCreateProcessWithExitCode: exec: invalid argument (Bad file descriptor)
Command
./reach update
Output:
Here is the source code for the reach program. Not that I added an import line to an existing module.
https://github.com/temptemp3/arc-72/blob/discussions/1569/index.rsh
Beta Was this translation helpful? Give feedback.
All reactions