Hey everyone, there’s a merge request for the build patch eventually incoming upstream and it should be available soon: https://github.com/LMS-Community/slimserver-vendor/pull/109
Search Criteria
Package Details: logitechmediaserver-git 20240514.22852.251c1b0de-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/logitechmediaserver-git.git (read-only, click to copy) |
---|---|
Package Base: | logitechmediaserver-git |
Description: | Slimserver for Logitech Squeezebox players. This server is also called Logitech Media Server. (Git-Version, if you prefer stability consider using logitechmediaserver instead) |
Upstream URL: | https://github.com/Logitech/slimserver |
Keywords: | logitech slimserver squeezebox |
Licenses: | GPL, custom |
Provides: | logitechmediaserver |
Submitter: | stef.an |
Maintainer: | stef.an (FabioLolix) |
Last Packager: | stef.an |
Votes: | 9 |
Popularity: | 0.000003 |
First Submitted: | 2015-05-16 16:04 (UTC) |
Last Updated: | 2024-05-14 12:54 (UTC) |
Dependencies (10)
- perl (perl-gitAUR)
- perl-io-socket-ssl
- gd (gd-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- nasm (nasm-gitAUR) (make)
- rsync (rsync-gitAUR, rsync-reflink-gitAUR, rsync-reflinkAUR) (make)
- yasm (yasm-gitAUR) (make)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat) (make)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR) (optional, x86_64) – transcoding on 64-bit systems
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-eacAUR) (optional, x86_64) – transcoding on 64-bit systems
Required by (0)
Sources (3)
stef.an commented on 2025-09-19 10:26 (UTC)
jasonwryan commented on 2025-07-27 01:21 (UTC)
@stef.an thanks for the patch. It builds in a clean chroot, but namcap reports a missing dep:
Dependency zlib detected and not included (libraries ['usr/lib/libz.so.1'] needed in files ['opt/logitechmediaserver-git/CPAN/auto/Audio/Scan/Scan.so', 'opt/logitec
hmediaserver-git/CPAN/auto/Image/Scale/Scale.so'])
Starting then server fails with the error message:
The following modules failed to load: EV JSON::XS YAML::XS Sub::Name
Installing zlib makes no difference. I'll try and debug more during the week
stef.an commented on 2025-07-25 16:53 (UTC)
Here's a patch for the PKGBUILD to use an older version of ParseXS, we could push it to the package if it compiles (works for me):
3c3
< pkgver=20240514.22852.251c1b0de
---
> pkgver=20250725.23903.c7cb623c6
16a17
> "https://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-ParseXS-3.51.tar.gz"
19a21
> '82431a57425d78682acefb3a2cc9287683d091c8d034b825c584d9805bed6535'
37a40
> cp ExtUtils-ParseXS-3.51.tar.gz ${srcdir}/${url##*/}-vendor/CPAN
39a43
> sed -i '/build_module Audio-Scan-1\.10/i build_module ExtUtils-ParseXS-3.51' buildme.sh
stef.an commented on 2025-07-25 16:12 (UTC) (edited on 2025-07-25 16:12 (UTC) by stef.an)
@painlessjeff you're right, I think we'll have to wait for a fix on ParseXS
Bugs are filed https://rt.cpan.org/Public/Bug/Display.html?id=167903 https://bugs.gentoo.org/959573
painlessjeff commented on 2025-07-22 17:38 (UTC)
Doesn't build successfully anymore since perl version 5.42. Fails compiling on multiple dependencies pulled by the source (ie Audio::Scan and EV).
FabioLolix commented on 2025-04-13 13:41 (UTC)
@fvdb06
- please post on the correct page
- I don't have time for AUR helpers try with makepkg or devtools
- lyrionmusicserver have some problems but not related to build()
fvdb06 commented on 2025-04-13 08:18 (UTC)
During install I get the message:
==> Starting build()... /tmp/yay/lyrionmusicserver/PKGBUILD: line 39: ./buildme.sh: Permission denied ==> ERROR: A failure occurred in build(). Aborting... -> error making: lyrionmusicserver-exit status 4 . . . Directory Permissions of /tmp:
ls -l /tmp
total 0 srwxrwxrwx 1 root root 0 Apr 13 10:02
??? What happens during yay => aur/lyrionmusicserver 9.0.0-2
blackhole commented on 2024-10-03 09:49 (UTC)
It seems that only dowgrading perl to version 5.38.2 will fix the problem
blackhole commented on 2024-09-30 21:54 (UTC)
Same problem as before:
logitechmediaserver-git.service - Logitech Media Server Daemon
Loaded: loaded (/usr/lib/systemd/system/logitechmediaserver-git.service; enabled; preset: disabled)
Active: inactive (dead) since Mon 2024-09-30 23:47:06 CEST; 2min 51s ago
Duration: 82ms
Invocation: 3346fca0c4c241c2803c46f3640b0ada
Process: 172702 ExecStart=/opt/logitechmediaserver-git/slimserver.pl --prefsdir /opt/logitechmediaserver-git/prefs --cachedir /opt/logitechmediase>
Main PID: 172702 (code=exited, status=0/SUCCESS)
Mem peak: 20.1M
CPU: 66ms
set 30 23:47:06 archlinux systemd[1]: Started Logitech Media Server Daemon.
set 30 23:47:06 archlinux slimserver.pl[172702]: Old package separator "'" deprecated at /opt/logitechmediaserver-git/CPAN/Carp/Assert.pm line 385.
set 30 23:47:06 archlinux slimserver.pl[172702]: The following CPAN modules were found but cannot work with Lyrion Music Server:
set 30 23:47:06 archlinux slimserver.pl[172702]: Image::Scale (loaded 0.14, need 0.08)
set 30 23:47:06 archlinux slimserver.pl[172702]: To fix this problem you have several options:
set 30 23:47:06 archlinux slimserver.pl[172702]: 1. Install the latest version of the module(s) using CPAN: sudo cpan Some::Module
set 30 23:47:06 archlinux slimserver.pl[172702]: 2. Update the module's package using apt-get, yum, etc.
set 30 23:47:06 archlinux slimserver.pl[172702]: 3. Run the .tar.gz version of Lyrion Music Server which includes all required CPAN modules.
set 30 23:47:06 archlinux systemd[1]: logitechmediaserver-git.service: Deactivated successfully.
FabioLolix commented on 2024-05-26 08:41 (UTC)
-bin variant uploaded https://aur.archlinux.org/packages/logitechmediaserver-bin
Pinned Comments
FabioLolix commented on 2024-05-26 08:41 (UTC)
-bin variant uploaded https://aur.archlinux.org/packages/logitechmediaserver-bin