Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

weird errors #194

Open
sudokit opened this issue Apr 24, 2023 · 1 comment
Open

weird errors #194

sudokit opened this issue Apr 24, 2023 · 1 comment

Comments

@sudokit
Copy link

sudokit commented Apr 24, 2023

I just installed gyro from the .tar.gz. my zig version is: 0.10.1
and the error i am getting when running gyro build is:

/home/mknight/zig/0.10.0-dev.2431+0e6285c8f/files/lib/std/json.zig:1784:33: 0x2da5a1 in std.json.parse (gyro)
/home/mknight/zig/0.10.0-dev.2431+0e6285c8f/files/lib/std/json.zig:0:0: 0x2db3ee in std.json.parse (gyro)
/home/mknight/zig/0.10.0-dev.2431+0e6285c8f/files/lib/std/fs.zig:0:5: 0x2d3a17 in commands.build (gyro)
/home/mknight/code/gyro/src/main.zig:260:13: 0x2a2d27 in main (gyro)
/home/mknight/code/gyro/src/main.zig:0:0: 0x2a3e13 in main (gyro)
/home/mknight/code/gyro/src/main.zig:0:0: 0x2a3e3f in main (gyro)
@sudokit
Copy link
Author

sudokit commented Apr 24, 2023

And building from source it uh.. idk errors at linking:

LLD Link... warning(link): unexpected LLD stderr:
ld.lld: warning: /home/sudokit/temp/gyro/zig-cache/o/3d41d0535afbcdb922c9feadf02f6af9/libssh2.a: archive member '/home/sudokit/temp/gyro/zig-cache/o/bbc79568740911b66efffbd49e85157b/libmbedtls.a' is neither ET_REL nor LLVM bitcode
ld.lld: warning: /home/sudokit/temp/gyro/zig-cache/o/ac92977432239137369e209b6ba60c2e/libgit2.a: archive member '/home/sudokit/temp/gyro/zig-cache/o/ba91629039c0195d54f6f096cffb2753/libz.a' is neither ET_REL nor LLVM bitcode
ld.lld: warning: /home/sudokit/temp/gyro/zig-cache/o/ac92977432239137369e209b6ba60c2e/libgit2.a: archive member '/home/sudokit/temp/gyro/zig-cache/o/bbc79568740911b66efffbd49e85157b/libmbedtls.a' is neither ET_REL nor LLVM bitcode
ld.lld: warning: /home/sudokit/temp/gyro/zig-cache/o/ac92977432239137369e209b6ba60c2e/libgit2.a: archive member '/home/sudokit/temp/gyro/zig-cache/o/3d41d0535afbcdb922c9feadf02f6af9/libssh2.a' is neither ET_REL nor LLVM bitcode
ld.lld: warning: /home/sudokit/temp/gyro/zig-cache/o/c42e72eb0317a425d4a3034f36e4ff63/libcurl.a: archive member '/home/sudokit/temp/gyro/zig-cache/o/3d41d0535afbcdb922c9feadf02f6af9/libssh2.a' is neither ET_REL nor LLVM bitcode
ld.lld: warning: /home/sudokit/temp/gyro/zig-cache/o/c42e72eb0317a425d4a3034f36e4ff63/libcurl.a: archive member '/home/sudokit/temp/gyro/zig-cache/o/bbc79568740911b66efffbd49e85157b/libmbedtls.a' is neither ET_REL nor LLVM bitcode
ld.lld: warning: /home/sudokit/temp/gyro/zig-cache/o/c42e72eb0317a425d4a3034f36e4ff63/libcurl.a: archive member '/home/sudokit/temp/gyro/zig-cache/o/ba91629039c0195d54f6f096cffb2753/libz.a' is neither ET_REL nor LLVM bitcode

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant