Re: [SlimDevices: Unix] LMS on ARM Goflex Home with Debian 9 Start Error

2017-08-04 Thread Michael Herger

Oh, it runs in an error


And what does it say?

Can't locate inc/Module/Install.pm in @INC (you may need to install the inc::Module::Install module) (@INC contains: 


--

Michael
___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS on ARM Goflex Home with Debian 9 Start Error

2017-08-04 Thread droidbox

Oh, it runs in an error
Code:

rm -f \
  Parser.bso Parser.def \
  Parser.exp Parser.x \
  blib/arch/auto/XML/Parser/extralibs.all \
  blib/arch/auto/XML/Parser/extralibs.ld Makefile.aperl \
  *.a *.o \
  *perl.core MYMETA.json \
  MYMETA.yml blibdirs.ts \
  core core.*perl.*.? \
  core.[0-9] core.[0-9][0-9] \
  core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \
  core.[0-9][0-9][0-9][0-9][0-9] libParser.def \
  mon.out perl \
  perl perl.exe \
  perlmain.c pm_to_blib \
  pm_to_blib.ts so_locations \
  tmon.out
  rm -rf \
  blib
  mv Makefile Makefile.old > /dev/null 2>&1
  build_module run tests:0 clean:1 hints 1 YAML-LibYAML-0.35
  tar zxvf YAML-LibYAML-0.35.tar.gz
  tar done
  '../hints' -> './hints'
  '../hints/darwin.pl' -> './hints/darwin.pl'
  Can't locate inc/Module/Install.pm in @INC (you may need to install the 
inc::Module::Install module) (@INC contains: 
/root/slimserver-vendor-public-7.9/CPAN/build/5.24/lib/perl5/arm-linux-gnueabi-thread-multi-64int
 /root/slimserver-vendor-public-7.9/CPAN/build/5.24/lib/perl5 /etc/perl 
/usr/local/lib/arm-linux-gnueabi/perl/5.24.1 /usr/local/share/perl/5.24.1 
/usr/lib/arm-linux-gnueabi/perl5/5.24 /usr/share/perl5 
/usr/lib/arm-linux-gnueabi/perl/5.24 /usr/share/perl/5.24 
/usr/local/lib/site_perl /usr/lib/arm-linux-gnueabi/perl-base) at Makefile.PL 
line 1.
  BEGIN failed--compilation aborted at Makefile.PL line 1.
  make: *** No targets specified and no makefile found.  Stop.
  make failed, aborting




droidbox's Profile: http://forums.slimdevices.com/member.php?userid=66696
View this thread: http://forums.slimdevices.com/showthread.php?t=107797

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS on ARM Goflex Home with Debian 9 Start Error

2017-08-04 Thread paul-

Been awhile since I've built, but it Sounds about right.



paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=107797

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS on ARM Goflex Home with Debian 9 Start Error

2017-08-04 Thread droidbox

Okay. Time is not the problem.

Is this the right way to new compile?

Code:


  wget --no-check-certificate 
https://github.com/Logitech/slimserver-vendor/archive/public/7.9.zip  
  unzip 7.9.zip 
  cd slimserver-vendor-public-7.9/CPAN/
  ./buildme.sh


After the build:

Code:

cd build/arch/5.24
  sudo cp -Rf * /usr/share/squeezeboxserver/CPAN/arch/5.24
  chown -R root:root /usr/share/squeezeboxserver/CPAN/arch/5.24


Is the right?



droidbox's Profile: http://forums.slimdevices.com/member.php?userid=66696
View this thread: http://forums.slimdevices.com/showthread.php?t=107797

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS on ARM Goflex Home with Debian 9 Start Error

2017-08-04 Thread drmatt

It's also gonna be pretty slow I would say. But agree with the above
guys, you need to build the full perl blob for your architecture. I've
done it on x86 and it took half an hour or so; on there it might take
days.


-Transcoded from Matt's brain by Tapatalk-



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=107797

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS on ARM Goflex Home with Debian 9 Start Error

2017-08-03 Thread paul-

That processor is an armv5 processor.  The current perl binaries
supplied with LMS are compiled for armv6.  I'm not an arm expert, but I
would suspect there is no way for the code to be backwards compatable.

You will probably need to compile the perl binaries for LMS

https://github.com/Logitech/slimserver-vendor



paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=107797

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS on ARM Goflex Home with Debian 9 Start Error

2017-08-03 Thread droidbox

mherger wrote: 
> >  root@audioserver:~# /usr/sbin/squeezeboxserver
> >The following modules failed to load: DBI EV XML::Parser::Expat
> HTML::Parser JSON::XS Digest::SHA1 YAML::XS Sub::Name
> 
> What does "perl -v" say?
> 


Code:

# perl -v
  
  This is perl 5, version 24, subversion 1 (v5.24.1) built for 
arm-linux-gnueabi-thread-multi-64int
  (with 73 registered patches, see perl -V for more detail)




droidbox's Profile: http://forums.slimdevices.com/member.php?userid=66696
View this thread: http://forums.slimdevices.com/showthread.php?t=107797

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS on ARM Goflex Home with Debian 9 Start Error

2017-08-03 Thread droidbox

Some more infos about my system.

Code:

# cat /proc/cpuinfo 
  processor : 0
  model name: Feroceon 88FR131 rev 1 (v5l)
  BogoMIPS  : 400.00
  Features  : swp half thumb fastmult edsp 
  CPU implementer   : 0x56
  CPU architecture: 5TE
  CPU variant   : 0x2
  CPU part  : 0x131
  CPU revision  : 1
  
  Hardware  : Marvell Kirkwood (Flattened Device Tree)
  Revision  : 
  Serial: 



Download .deb from here

Code:


http://downloads.slimdevices.com/LogitechMediaServer_v7.9.0/logitechmediaserver_7.9.0_arm.deb




droidbox's Profile: http://forums.slimdevices.com/member.php?userid=66696
View this thread: http://forums.slimdevices.com/showthread.php?t=107797

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS on ARM Goflex Home with Debian 9 Start Error

2017-08-03 Thread Michael Herger

 root@audioserver:~# /usr/sbin/squeezeboxserver
   The following modules failed to load: DBI EV XML::Parser::Expat HTML::Parser 
JSON::XS Digest::SHA1 YAML::XS Sub::Name


What does "perl -v" say?

--

Michael
___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


[SlimDevices: Unix] LMS on ARM Goflex Home with Debian 9 Start Error

2017-08-03 Thread droidbox

Hi.

I installed the LMS 7.90 on an ARM Device Goflex Home.

The LMS start show okay, but the Port 9000 isnt available.

When i start the LMS manuel it show:

Code:

root@audioserver:~# /usr/sbin/squeezeboxserver
  The following modules failed to load: DBI EV XML::Parser::Expat HTML::Parser 
JSON::XS Digest::SHA1 YAML::XS Sub::Name



How can i fix it?

Regards Markus



droidbox's Profile: http://forums.slimdevices.com/member.php?userid=66696
View this thread: http://forums.slimdevices.com/showthread.php?t=107797

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix