LoongUser77
LoongUser77
Hello, I think I have the same issue: - Source from https://github.com/ygrek/mldonkey/archive/refs/tags/release-3-2-1.tar.gz - ./configure --disable-bittorrent --disable-gnutella --disable-fasttrack ``` Arguments to configure: '--enable-option-checking=fatal' '--disable-bittorrent' '--disable-gnutella' '--disable-fasttrack' checking for gcc... gcc checking...
Hi, I used -j because I obtain more logs, but with 1 job it fails too: ``` make /usr/bin/ocamlc.opt -w +a-3-4-6-27-29-32-35-37-41-44-45-48-60-70 -I src/utils/extlib -I src/utils/cdk -I src/utils/bitstring -I src/utils/lib -I...
Thanks! I will wait, meanwhile I'll use amule, but I prefer mldonkey.
Hi I tried to compile mldonkey with ocalm 5 as carlonluca said, but it did not work, maybe I try again some day.
Hi. I've got stuck with the dependencies: `pikaur -S ocaml-uucp` `==> Starting build()... No such package: topkg File "./pkg/pkg.ml", line 4, characters 5-10: 4 | open Topkg ^^^^^ Error: Unbound...
I know, thanks, but I do not want a docker instance. I can wait, meanwhile I use amule.
I see, thanks. I use archlinux in that loongson computer, but as you can see ocaml 5 dependencies are broken; I need to install ocaml-curl and ocaml-uucp to compile mldonkey,...
Ok. I followed those steps, and installing deps made the trick: `opam install . --deps-only --yes --jobs=$(nproc)` But I still get 2 error messages: `opam exec -- dune build --profile...
Sorry for the offtopic, but thanks to all of you I managed to compile and run mldonkey with ocalm 5 in loong64 architecture following this steps: [https://github.com/carlonluca/docker-mldonkey/blob/master/Dockerfile#L34] sysinfo command makes...