I updated the PKGBUILD to use Class-XSAccessor-1.19.tar.gz but makepkg only gets so far as the error below. I might not have the time to look into this quite soon.
cc -c -I. -I.. -Isrc -Iinclude -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -DVERSION=\"0.93\" -DXS_VERSION=\"0.93\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" -O2 -Wall -Wno-unused-value -Wno-format-security Scan.c
In file included from Scan.xs:26:0:
src/asf.c: In function ‘_parse_file_properties’:
src/asf.c:430:3: internal compiler error: Segmentation fault
my_hv_store( asf->info, "max_bitrate", newSViv(max_bitrate) );
^
cc: internal compiler error: Segmentation fault (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://github.com/archlinuxarm/PKGBUILDs/issues> for instructions.
Makefile:339: recipe for target 'Scan.o' failed
make: *** [Scan.o] Error 4
make failed, aborting
Search Criteria
Package Details: logitechmediaserver 8.5.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/logitechmediaserver.git (read-only, click to copy) |
---|---|
Package Base: | logitechmediaserver |
Description: | Slimserver for Logitech Squeezebox players. This server is also called Logitech Media Server. (Release-Version, if you prefer bleeding edge consider using logitechmediaserver-git instead) |
Upstream URL: | https://github.com/LMS-Community/slimserver |
Keywords: | logitech slimserver squeezebox |
Licenses: | GPL, custom |
Submitter: | vesath |
Maintainer: | stef.an (FabioLolix) |
Last Packager: | stef.an |
Votes: | 72 |
Popularity: | 0.000023 |
First Submitted: | 2011-11-03 06:54 (UTC) |
Last Updated: | 2024-07-01 19:06 (UTC) |
Dependencies (10)
- perl (perl-gitAUR)
- perl-io-socket-ssl
- gd (gd-gitAUR) (make)
- nasm (nasm-gitAUR) (make)
- rsync (rsync-gitAUR, rsync-reflink-gitAUR, rsync-reflinkAUR) (make)
- wget (wget-gitAUR, wurlAUR) (make, aarch64)
- yasm (yasm-gitAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-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-linux4AUR, lib32-glibc-eacAUR, lib32-glibc-eac-binAUR) (optional, x86_64) – transcoding on 64-bit systems
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 19 20 21 22 23 24 25 26 27 28 29 .. 50 Next › Last »
vesath commented on 2014-01-25 01:35 (UTC)
TwoNotes commented on 2014-01-25 01:35 (UTC)
There is a version 1.19 at the same location.
vesath commented on 2014-01-25 00:59 (UTC)
Looks like somebody was bad and removed a file from the Internet...
I'll hunt a new version of the Class-XSAccessor tarball but this might take a while as I am on a slow connection at the moment.
In the meantime feel free to use the armv7h package I built: http://arch.vesath.org/all/
gps1539 commented on 2014-01-24 20:34 (UTC)
Same 404 on the link under Sources "http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/Class-XSAccessor-1.13.tar.gz"
gps1539 commented on 2014-01-24 20:32 (UTC)
Hi
Thanks for putting this together.
I'm trying to install on a armv7 device and hitting a 404 error partway throught the download phase.
.
.
A CPAN.upstream/libmediascan-0.1.tar.gz
A CPAN.upstream/expat-2.0.1.tar.gz
Checked out revision 34139.
-> Downloading Class-XSAccessor-1.13.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
==> ERROR: Failure while downloading Class-XSAccessor-1.13.tar.gz
Aborting...
==> ERROR: Makepkg was unable to build logitechmediaserver.
==> Restart building logitechmediaserver ? [y/N]
jcharbar commented on 2013-12-26 22:57 (UTC)
vesath: I'm a fan of your work.
vesath commented on 2013-12-25 02:18 (UTC)
jcharbar: You could also ask me to add "armv6h" to the list of supported arches... Here, let me add it for you.
jcharbar commented on 2013-12-24 20:45 (UTC)
If you're getting the error:
-The following modules failed to load: EV JSON::XS Digest::SHA1 YAML::XS Sub::Name
It's most likely because those modules haven't been built and included in the package. This can occur if you run out of memory during a build - manifests it self as an internal compiler error (happened during the compilation of sqlite3.c in my case). The solution is to create a swap file and enable it when building. See: https://wiki.archlinux.org/index.php/swap. I was building on a RaspberryPi and I created a swap of 1GB and it was successful. It will probably work with a much smaller swap file.
The PKGBUILD is missing the 'armv6h' architecture so when your building for the RaspberryPi add it to the PKGBUILD or use 'makepkg -s -A'.
TwoNotes commented on 2013-12-08 23:19 (UTC)
A bit of googling shows several other people getting segfaults from svn,
so I will persue that before dragging out my old project.
It is nice to know LMS works on Arch ARM as well, as I have some
hardware that would be perfect for that.
Pinned Comments
FabioLolix commented on 2024-05-26 08:40 (UTC)
-bin variant uploaded https://aur.archlinux.org/packages/logitechmediaserver-bin