Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling 9.0 release fails #276

Open
gcp opened this issue Nov 5, 2024 · 3 comments
Open

Compiling 9.0 release fails #276

gcp opened this issue Nov 5, 2024 · 3 comments

Comments

@gcp
Copy link

gcp commented Nov 5, 2024

Trying to compile the 9.0 release (tag from github):

rustc -V
rustc 1.82.0 (f6e511eec 2024-10-15)

make

   Compiling blackmarlin v0.1.0 (/home/morbo/git/blackmarlin)
warning: unexpected `cfg` condition value: `trace`
 --> src/bm/bm_console/mod.rs:5:7                                                                                                        
  |                                                                                                                                      
5 | #[cfg(feature = "trace")]

...

error: values of the type `[[i8; 1088216786]; 1886680168]` are too big for the current architecture
 --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/alloc/src/boxed.rs:255:5

warning: `blackmarlin` (bin "blackmarlin") generated 5 warnings
error: could not compile `blackmarlin` (bin "blackmarlin") due to 1 previous error; 5 warnings emitted
@jnlt3
Copy link
Owner

jnlt3 commented Nov 5, 2024

You need to have Git LFS to pull the network.
I am not sure how you got the source code, if it was from releases, I unfortunately don't have a fix. Instead, you can always checkout the v9 branch on the git repo with Git LFS installed and it will automatically pull the neural network file.

@gcp
Copy link
Author

gcp commented Nov 5, 2024

Ok, I indeed don't have this "Git-LFS" installed. The releases didn't work:

./blackmarlin-linux-x86-64-v4: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./blackmarlin-linux-x86-64-v4)
./blackmarlin-linux-x86-64-v4: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./blackmarlin-linux-x86-64-v4)
./blackmarlin-linux-x86-64-v4: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./blackmarlin-linux-x86-64-v4)

@jnlt3
Copy link
Owner

jnlt3 commented Nov 6, 2024

You might want to git checkout v9 while I am working on a fix. Apologies for the trouble.

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

No branches or pull requests

2 participants