Hello,
As there is no LMS 8.2 package in the Arch Linux user repository, I've built slimserver-vendor for Perl 5.34 - all good.
Now I'm wanting to build a package, but get warnings
Someone pointed me here -> https://wiki.archlinux.org/title/Mak...nce_to_$srcdir
Should I be concerned about the warnings?
(I've asked on the Arch forum, but thought I'd ask here too.)
As there is no LMS 8.2 package in the Arch Linux user repository, I've built slimserver-vendor for Perl 5.34 - all good.
Now I'm wanting to build a package, but get warnings
Code:
==> WARNING: Package contains reference to $srcdir
opt/logitechmediaserver/CPAN/arch/5.34/x86_64-linux-thread-multi/auto/DBD/SQLite/SQLite.so
opt/logitechmediaserver/CPAN/arch/5.34/x86_64-linux-thread-multi/auto/Media/Scan/Scan.soCode:
$ grep -R "$PWD/src" pkg/
grep: pkg/logitechmediaserver/opt/logitechmediaserver/CPAN/arch/5.34/x86_64-linux-thread-multi/auto/DBD/SQLite/SQLite.so: binary file matches
grep: pkg/logitechmediaserver/opt/logitechmediaserver/CPAN/arch/5.34/x86_64-linux-thread-multi/auto/Media/Scan/Scan.so: binary file matches(I've asked on the Arch forum, but thought I'd ask here too.)