Applying this patch fixes the build inelegantly:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
- From 373d41cfb68bdacc0f619bced0237f1efe45c9cf Mon Sep 17 00:00:00 2001
From: Fredrick Brennan <copypaste@kittens.ph>
Date: Mon, 21 Aug 2023 03:15:56 -0400
Subject: [PATCH] [HACK] Fix build by ignoring multiple definition
- ---
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PKGBUILD b/PKGBUILD
index 4b04661..02321b6 100644
- --- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i -e 's/kernel26/linux/g' src/mondorestore/mondo-rstr-tools.c
./configure --prefix=/usr --sbindir=/usr/bin
- - make
+ make LDFLAGS="-z muldefs"
make DESTDIR=${pkgdir} install
mkdir -p ${pkgdir}/var/cache/${pkgname}
install -d ${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
- --
2.41.0
-----BEGIN PGP SIGNATURE-----
iHUEARYIAB0WIQS1rLeeEfG/f0nzK7hYUwVpYvFOWAUCZOMPjwAKCRBYUwVpYvFO
WJyzAP9HjJCRmmMt2OnoxbrSBvChIvxK3ND5u/vyvemS0fhslgD+M84bTelVH5Rc
1n6a/ydDZK9dBGpT8emk6JCr7jeYcgw=
=/WVA
-----END PGP SIGNATURE-----
Pinned Comments
stef204 commented on 2021-01-04 00:10 (UTC) (edited on 2021-01-04 16:00 (UTC) by stef204)
Adopted; in touch with upstream and will try to provide a working package for Arch. Happy to add co-maintainer(s) if you can contribute to getting us there.