Package Details: fishnet 2.9.4-1

Git Clone URL: https://aur.archlinux.org/fishnet.git (read-only, click to copy)
Package Base: fishnet
Description: Distributed Stockfish analysis for lichess.org
Upstream URL: https://github.com/lichess-org/fishnet
Licenses: GPL-3.0-only
Submitter: IslandC0der
Maintainer: IslandC0der
Last Packager: IslandC0der
Votes: 1
Popularity: 0.000000
First Submitted: 2021-07-04 22:21 (UTC)
Last Updated: 2025-01-26 04:31 (UTC)

Latest Comments

1 2 Next › Last »

lmat commented on 2025-02-04 14:53 (UTC) (edited on 2025-02-04 14:53 (UTC) by lmat)

I can give you SSH access to my machine if you want to test it there ;-) I'm "lmat" (that's LMAT) on IRC.

lmat commented on 2025-02-04 14:52 (UTC)

I was able to reproduce it just now with 2.9.4.

IslandC0der commented on 2025-01-26 04:32 (UTC)

@lmat Sadly I can't test it at the moment; is it still happening in version 2.9.4?

lmat commented on 2025-01-21 14:15 (UTC)

The warning was a red herring. Still can't build:

   Compiling fishnet v2.9.3 (/home/lawsa/builds/aur/fishnet/src/fishnet)
     Running `CARGO=/home/lawsa/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo....`
error: linking with `cc` failed: exit status: 1
  |
...
  = note: /usr/bin/ld: /home/lawsa/builds/aur/fishnet/src/fishnet/target/release/build/fishnet-e9354b0f48553e53/build_script_build-e9354b0f48553e53.build_script_build.3a17ab2ac756d79f-cgu.0.rcgu.o: in function `zstd_safe::CCtx::end_stream':
          build_script_build.3a17ab2ac756d79f-cgu.0:(.text._ZN9zstd_safe4CCtx10end_stream17had098e11830d3824E+0x70): undefined reference to `ZSTD_endStream'
...
error: could not compile `fishnet` (build script) due to 1 previous error

lmat commented on 2024-08-31 14:29 (UTC)

An error while building:

warning: unused import: `crate::log::debug`                                                                                                                                                                                                                                       
  --> /home/lawsa/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.12/src/crypto/ring/ticketer.rs:17:5                                                                                                                                                            
   |                                                                                                                                                                                                                                                                              
17 | use crate::log::debug;                                                                                                                                                                                                                                                       
   |     ^^^^^^^^^^^^^^^^^                                                                                                                                                                                                                                                        
   |                                                                                                                                                                                                                                                                              
   = note: `#[warn(unused_imports)]` on by default                                                                                                                                                                                                                                

error: linking with `cc` failed: exit status: 1 

...


warning: build failed, waiting for other jobs to finish...
warning: `rustls` (lib) generated 1 warning
==> ERROR: A failure occurred in build().
    Aborting...

IslandC0der commented on 2023-06-03 00:22 (UTC)

Thank you! Fixed :)

billy205 commented on 2023-03-20 17:46 (UTC)

still getting same error as rqt256 quick fix: git -c protocol.file.allow=always submodule update

rqt256 commented on 2023-03-07 16:34 (UTC)

Installing fails with:

Cloning into '/tmp/pamac-build-xxxx/fishnet/src/fishnet/Fairy-Stockfish'... fatal: transport 'file' not allowed

IslandC0der commented on 2021-09-06 11:20 (UTC)

Ahh, you're right; I thought I could get away with not including them (it does work, but I forgot about that issue).

Anyway, I'll do as you say; thank you, once again!

PS: Nice username btw :)

ettavolt commented on 2021-09-06 08:17 (UTC)

I see changes only list source for stockfish itself, but not for its submodules.

This way build system won't cache submoulde sources, thus every build will perform a full download of these repositories.