-
LRR Version and OS Bug Details How to reproduce this error:
Matching Logs
Screenshots |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
I don't use Arch so I'm afraid I don't have many pointers here - It's probably worth checking the cpan build log, you might just be missing a crypto library here. |
Beta Was this translation helpful? Give feedback.
-
I am sorry for that. Here is the build log. PKGBUILD:
#Maintainer: SadaoMaou
#Contributor: Satiricon
#Contributor: Alexbrenvero
pkgname=lanraragi build() { cd LANraragi-${pkgver} package() { install -D -m 644 "${srcdir}/lanraragi.service" "${pkgdir}/usr/lib/systemd/system/lanraragi.service" grep -rnwl ${pkgdir} -e ${srcdir} | xargs -I % sed -i 's,'"$srcdir"',.,g' % } Build log: cpanm (App::cpanminus) 1.7047 on perl 5.040000 built for x86_64-linux-thread-multi Written by John Gilmore and Jay Fenlason. ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions Created MYMETA.yml and MYMETA.json ==> Found dependencies: Crypt::DES |
Beta Was this translation helpful? Give feedback.
-
Marked as resolved since Archlinux repo provides the binary package for this perl module in [Extra] and this error therefore can be bypassed: https://archlinux.org/packages/extra/x86_64/perl-crypt-des/ Others may add the module as dependancy in PKGBUILD to aviod this build error. |
Beta Was this translation helpful? Give feedback.
Marked as resolved since Archlinux repo provides the binary package for this perl module in [Extra] and this error therefore can be bypassed:
https://archlinux.org/packages/extra/x86_64/perl-crypt-des/
Others may add the module as dependancy in PKGBUILD to aviod this build error.