Bauen von Schachengine ice4 mit make scheitert mit debian stable, mit Arch linux funktioniert es
Hallo zusammen,
ich verfolge folgenden Schachwettstreit:
https://tcec-chess.com/
Jetzt wollte ich die Schachengine ice4 selber bauen und bekomme unter
debain stable Fehler. Dann habe ich mal arch probiert und da
funktioniert es.
Hier unter debian:
rolf@SL510-debian:~/chess/ice4$ ls -l
insgesamt 496
-rw-r--r-- 1 rolf rolf 119 12. Aug 20:50 build.rs
-rw-r--r-- 1 rolf rolf 20861 12. Aug 20:50 Cargo.lock
-rw-r--r-- 1 rolf rolf 367 12. Aug 20:50 Cargo.toml
-rwxr-xr-x 1 rolf rolf 704 12. Aug 20:50 commit-msg
-rwxr-xr-x 1 rolf rolf 511 12. Aug 20:50 compress.sh
-rwxr-xr-x 1 rolf rolf 348552 12. Aug 20:55 ice4-ob
-rw-r--r-- 1 rolf rolf 97 12. Aug 20:50 launcher.sh
-rw-r--r-- 1 rolf rolf 35149 12. Aug 20:50 LICENSE
-rw-r--r-- 1 rolf rolf 22569 12. Aug 20:50 logo.png
-rw-r--r-- 1 rolf rolf 20823 12. Aug 20:50 logo_template.png
-rw-r--r-- 1 rolf rolf 1196 12. Aug 20:50 Makefile
-rw-r--r-- 1 rolf rolf 567 12. Aug 20:50 make_ice4_logo.py
drwxr-xr-x 3 rolf rolf 4096 12. Aug 20:50 minifier
-rw-r--r-- 1 rolf rolf 2460 12. Aug 20:50 README.md
drwxr-xr-x 2 rolf rolf 4096 12. Aug 20:50 src
drwxr-xr-x 3 rolf rolf 4096 13. Aug 17:43 trainer
rolf@SL510-debian:~/chess/ice4$ make
cargo run --release | ./compress.sh | cat launcher.sh - >ice4
Updating crates.io index
error: failed to get `marlinformat` as a dependency of package `trainer
v0.1.0 (/home/rolf/chess/ice4/trainer)`
Caused by:
failed to load source for dependency `marlinformat`
Caused by:
Unable to update registry `crates-io`
Caused by:
failed to fetch `https://github.com/rust-lang/crates.io-index`
Caused by:
network failure seems to have happened
if a proxy or similar is necessary `net.git-fetch-with-cli` may help here
https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
Caused by:
SSL error: 0xffff8780 - SSL - The peer notified us that the
connection is going to be closed; class=Ssl (16)
Compressing using params preset=9e,lc=2,lp=0,pb=0,mf=hc3,nice=4
chmod +x ice4
Compressed size: 120 ice4
Unter arch wird die 4k ice4 Datei erfolgreich gebaut:
[rolf@archlinux ice4]$ ls -l ice4
-rwxr-xr-x 1 rolf rolf 4081 Aug 13 18:48 ice4
Woran kann es liegen, dass es unter debian stable nicht funktioniert?
Ich habe schon viel gegooglet, bin aber nicht weiter gekommen.
Rolf
Reply to: