Package Details: mldonkey 3.2.1-2

Git Clone URL: https://aur.archlinux.org/mldonkey.git (read-only, click to copy)
Package Base: mldonkey
Description: A multi-network P2P client
Upstream URL: https://github.com/ygrek/mldonkey
Licenses: GPL2
Submitter: arojas
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 5
Popularity: 0.031414
First Submitted: 2021-05-08 09:19 (UTC)
Last Updated: 2024-09-08 11:02 (UTC)

Pinned Comments

FabioLolix commented on 2024-08-12 20:20 (UTC)

btw builded packages for this here: https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/

FabioLolix commented on 2023-06-18 14:41 (UTC)

I have uploaded ocaml4 on the AUR, it is not compatible with ocaml from the official repository, fortunately there was no need to make an ocaml4 version of dune (for now)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

FabioLolix commented on 2023-09-18 09:17 (UTC)

Hi grosjo, send me the full log, I'll take a look when I have time, I'm not at the pc at the moment

grosjo commented on 2023-09-18 08:17 (UTC)

Hi

On up-to-date Archlinux, I get the following error

File "src/utils/lib/misc2.ml", line 1: Error: src/utils/cdk/filename2.cmi is not a compiled interface for this version of OCaml. It seems to be for an older version of OCaml.

I installed ocaml4 and removed ocaml5 indeed

korimitsu commented on 2023-06-20 17:50 (UTC) (edited on 2023-06-20 17:50 (UTC) by korimitsu)

If dependency hell with ocaml and ocaml4 happens:

https://bbs.archlinux.org/viewtopic.php?id=286627

FabioLolix commented on 2023-06-18 14:41 (UTC)

I have uploaded ocaml4 on the AUR, it is not compatible with ocaml from the official repository, fortunately there was no need to make an ocaml4 version of dune (for now)

FabioLolix commented on 2023-06-18 14:34 (UTC)

@korimitsu there was not need to flag OOD again:

  • there is no new version
  • I know that this don't build with ocaml5
  • upstream know that this no longer build with ocaml5

The package is broken from AUR

changes happen and I'm not an OCaml developer

Downloading the zst doesn't mean the AUR package is fixed.

I gave reasonable solution and I didn't say it was fixed

korimitsu commented on 2023-06-12 14:07 (UTC)

The package is broken from AUR. Downloading the zst doesn't mean the AUR package is fixed.

FabioLolix commented on 2023-05-26 21:42 (UTC) (edited on 2023-06-18 14:35 (UTC) by FabioLolix)

/usr/bin/ocamlc.opt: -unsafe-string is not available since OCaml 5.0.

https://github.com/ygrek/mldonkey/issues/46

I've packaged OCaml 4.x in the meantime

why does it fail to build?
lto1: fatal error: bytecode stream in file ‘/usr/lib/ocaml/num/libnums.a’ generated with LTO version 12.0 instead of the expected 13.0

This could have been due to GCC version update and ocaml-num likely needed a rebuild

then if you are the maintainer why does it fail to build?

Because packages have been updated in the meantime

Manifest0 commented on 2023-05-26 21:24 (UTC) (edited on 2023-05-26 21:25 (UTC) by Manifest0)

This is failing to build:

Compiling CryptoPP.cc can take several minutes, on slow machines up to half an hour.
/usr/bin/ocamlc.opt -unsafe-string -w +a-3-4-6-27-29-32-35-37-41-44-45-48-60   -I src/utils/extlib  -I src/utils/cdk  -I src/utils/bitstring  -I src/utils/lib  -I src/utils/ocamlrss  -I src/utils/xml-light  -I src/utils/net  -I tools  -I src/daemon/common  -I src/daemon/driver  -I src/utils/mp3tagui  -I src/config/unix  -I src/gtk2/gui  -I src/gtk2/gui/x11  -I src/gtk2/gui/win32  -I icons/rsvg  -I +lablgtk2  -I src/networks/direct_connect  -I src/networks/fasttrack  -I src/networks/fileTP  -I src/networks/bittorrent  -I src/networks/donkey -I +camlp4 -I +num -c tools/ocamlpp.ml
/usr/bin/ocamlc.opt: -unsafe-string is not available since OCaml 5.0.
Usage: ocamlc <options> <files>
Try 'ocamlc --help' for more information.
make: *** [Makefile:5446: tools/ocamlpp.cmo] Error 2

korimitsu commented on 2023-05-21 12:36 (UTC)

@FabioLolix then if you are the maintainer why does it fail to build?

FabioLolix commented on 2023-05-17 20:14 (UTC)

@korimitsu What? I'm the current maintainer, that package I've uploaded is one of my builds since I have most of my pkgbuilds builded with devtools in my local repos