You are not logged in.
https://pastebin.com/vXF3Jx2R
https://aur.archlinux.org/packages/mldonkey
I've flagged it several times and the maintainer keeps unflagging it.
Precompiled packages are not up to date with latest version as he claims:
https://sourceforge.net/projects/fabiol … /Packages/
Last edited by korimitsu (2024-09-08 21:39:54)
Offline
Do you know what 'out of date' means? Maybe there's a language barrier here? As it stands, you seem to be the one causing problems here by flagging something repeatedly.
Build in a clean chroot and see if it still fails.
Last edited by Scimmia (2024-09-08 11:26:12)
Online
Hundreds of packages build perfectly, I don't think I need any clean chroot.
Offline
This happend w/ ocaml[4]-num quite some, typically just needs a rebuild of the package so let's see whether you're out of date:
pacman -Qs ocaml4
Offline
$ pacman -Qs ocaml4
local/ocaml4 4.14.2-1
A functional language with OO extensions
local/ocaml4-camlp-streams 5.0.1-1
The Stream and Genlex libraries for use with Camlp4 and Camlp5.
local/ocaml4-camlp4 4.14+1-1
Caml preprocessor and pretty-printer
local/ocaml4-compiler-libs 4.14.2-1
Several modules used internally by the OCaml compiler
local/ocaml4-findlib 1.9.6-1
OCaml package manager
local/ocaml4-lablgtk2 2.18.12-1
An Objective Caml interface to gtk2
local/ocaml4-num 1.4-1
Library for arbitrary-precision integer and rational arithmetic that used to be part of the OCaml core distribution
local/ocaml4-ocamlbuild 0.14.2-1
Build tool, that has built-in rules for building OCaml library and programs
Offline
local/ocaml4-num 1.4-1
ANd https://aur.archlinux.org/packages/ocaml4-num is at 1.4-4 …
Offline
Thanks, now compiles and installs perfectly after rebuilding newer version:
$ pamac build ocaml4 ocaml4-camlp-streams ocaml4-camlp4 ocaml4-compiler-libs ocaml4-findlib ocaml4-lablgtk2 ocaml4-num ocaml4-ocamlbuild
Offline