Package Details: lyrionmusicserver-git 9.0.2.r191.gb0aa22c-1

Git Clone URL: https://aur.archlinux.org/lyrionmusicserver-git.git (read-only, click to copy)
Package Base: lyrionmusicserver-git
Description: Slimserver for Logitech Squeezebox players. This server is also called Logitech Media Server)
Upstream URL: https://github.com/LMS-Community/slimserver
Licenses: GPL-2.0-only
Submitter: FabioLolix
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 1
Popularity: 0.23
First Submitted: 2025-03-23 22:23 (UTC)
Last Updated: 2025-03-23 22:23 (UTC)

Pinned Comments

FabioLolix commented on 2025-08-11 13:25 (UTC)

The pkgbuild is maintained at https://github.com/FabioLolix/PKGBUILD

FabioLolix commented on 2025-08-11 13:25 (UTC)

Currently broken https://github.com/LMS-Community/Audio-Scan/issues/8

Latest Comments

FabioLolix commented on 2025-08-11 13:25 (UTC)

The pkgbuild is maintained at https://github.com/FabioLolix/PKGBUILD

FabioLolix commented on 2025-08-11 13:25 (UTC)

Currently broken https://github.com/LMS-Community/Audio-Scan/issues/8

jonoke commented on 2025-07-24 21:58 (UTC) (edited on 2025-07-24 22:02 (UTC) by jonoke)

Recent update to perl has caused problems (here and with logitechmediaserver.git).

jon@majaro:/usr/local/src$ git clone https://aur.archlinux.org/lyrionmusicserver-git.git
Cloning into 'lyrionmusicserver-git'...
remote: Enumerating objects: 6, done.
remote: Counting objects: 100% (6/6), done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 6 (delta 0), reused 6 (delta 0), pack-reused 0 (from 0)
Receiving objects: 100% (6/6), done.
jon@majaro:/usr/local/src$ cd lyrionmusicserver-git/
jon@majaro:/usr/local/src/lyrionmusicserver-git$ makepkg
==> Making package: lyrionmusicserver-git 9.0.2.r191.gb0aa22c-1 (Fri 25 Jul 2025 07:33:43)
==> Checking runtime dependencies...
==> Missing dependencies:
-> perl<=5.42
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.

I modified the PKGBUILD ... just in case:

depends=('perl>=5.40' 'perl<=5.52' glibc gcc-libs zlib)

and the build errors out:
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Scan.bs blib/arch/auto/Audio/Scan/Scan.bs 644
Unparseable XSUB parameter: 'char ' in Scan.xs, line 220
Unparseable XSUB parameter: 'char
' in Scan.xs, line 272
Unparseable XSUB parameter: 'char ' in Scan.xs, line 288
Unparseable XSUB parameter: 'char
' in Scan.xs, line 312
Unparseable XSUB parameter: 'char ' in Scan.xs, line 328
Unparseable XSUB parameter: 'char
' in Scan.xs, line 366
Please specify prototyping behavior for Scan.xs (see perlxs manual)
make: *** [Makefile:363: Scan.c] Error 1
make failed, aborting

blackhole commented on 2025-06-15 13:39 (UTC)

You are right. This is not consistent. User and group must be the same everywhere. I hope for a fix soon.

higzbosun commented on 2025-05-04 20:28 (UTC)

Hello, I noticed the git version, lyrionmusicserver.install file creates and chowns user and owner as 'logitechms'.

The bin version however creates and chowns user and owner as 'lyrionms'.

And the service file for both bin and git has user and group as 'lyrionmusicserver'. Should the service file have the same user and owner as the install file?

Curious why the two install files have different user:group?