Rainer M Krug <Rainer (AT) krugs (DOT) de> writes:
> Michael Herger <slim (AT) herger (DOT) net> writes:
>
>>>> Unfortunately TEN no longer supports any service but
>>>> Spotify.
>>>
>>> Is there any alternative which works better with Qobuz?
>>
>> Not that I'm aware of. Not for SB anyway.
>>
>>> Any chance of making the binary?
>>
>> It's relatively easy to compile if you have dev tools installed on
>> your device. "perl -MCPAN -e 'install Text::LevenshteinXS'" should do
>> it.
>
> OK - looks easy. Trying it.
Got it working - I think "install CPAN:Meta" did the job, and than
"install YAML".
There is nothing else to do? Do I have to restart the LMS server? Change
settings?
Is there anything else I could compile to make LMS faster (Installed
From .deb file)?
Thanks,
Rainer
>
> I have never used perl before - so apologies if this is basic.
>
> Problem:
>
> I have to install YAML before, and I get many of these errors on the
> perl shell:
>
> ,----
> | cpan[1]> install YAML
> | Going to read '/root/.cpan/Metadata'
> | Database was generated on Fri, 25 Mar 2016 09:29:02 GMT
> | Running install for module 'YAML'
> | Running make for I/IN/INGY/YAML-1.15.tar.gz
> | Checksum for /root/.cpan/sources/authors/id/I/IN/INGY/YAML-1.15.tar.gz ok
> | Scanning cache /root/.cpan/build for sizes
> | .................................................. ...........................DONE
> |
> | CPAN.pm: Going to build I/IN/INGY/YAML-1.15.tar.gz
> |
> | Checking if your kit is complete...
> | Looks good
> | Warning: prerequisite Test::YAML 1.05 not found.
> | Writing Makefile for YAML
> | Wide character in print at /usr/share/perl/5.14/ExtUtils/MakeMaker.pm line 1020.
> | Wide character in print at /usr/share/perl/5.14/ExtUtils/MakeMaker.pm line 1020.
> | Wide character in print at /usr/share/perl/5.14/ExtUtils/MakeMaker.pm line 1020.
> | Writing MYMETA.yml
> | Wide character in print at /usr/share/perl/5.14/ExtUtils/MM_Any.pm line 1172.
> | ---- Unsatisfied dependencies detected during ----
> | ---- INGY/YAML-1.15.tar.gz ----
> | Test::YAML [requires]
> | Running make test
> | Delayed until after prerequisites
> | Running make install
> | Delayed until after prerequisites
> | Running install for module 'Test::YAML'
> | Running make for I/IN/INGY/Test-YAML-1.06.tar.gz
> | Checksum for /root/.cpan/sources/authors/id/I/IN/INGY/Test-YAML-1.06.tar.gz ok
> |
> | CPAN.pm: Going to build I/IN/INGY/Test-YAML-1.06.tar.gz
> |
> | Checking if your kit is complete...
> | Looks good
> | Warning: prerequisite Test::Base 0.86 not found.
> | Writing Makefile for Test::YAML
> | Writing MYMETA.yml
> | utf8 "\xF6" does not map to Unicode at /usr/share/perl/5.14/Parse/CPAN/Meta.pm line 89, <$fh> chunk 1.
> | ---- Unsatisfied dependencies detected during ----
> `----
>
> and these errors
> ,----
> | utf8 "\xF6" does not map to Unicode at /usr/share/perl/5.14/Parse/CPAN/Meta.pm line 89, <$fh> chunk 1.
> `----
> occur for each module to be installed as dependency, and consequently YAML is not installed.
>
>
> perl version:
>
> ,----
> | root@pogoplug:~# perl --version
> |
> | This is perl 5, version 14, subversion 2 (v5.14.2) built for arm-linux-gnueabi-thread-multi-64int
> | (with 89 registered patches, see perl -V for more detail)
> |
> | Copyright 1987-2011, Larry Wall
> |
> | Perl may be copied only under the terms of either the Artistic License or the
> | GNU General Public License, which may be found in the Perl 5 source kit.
> |
> | Complete documentation for Perl, including FAQ lists, should be found on
> | this system using "man perl" or "perldoc perl". If you have access to the
> | Internet, point your browser at http://www.perl.org/, the Perl Home Page.
> `----
>
> Rainer
--
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany)
Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa
Tel : +33 - (0)9 53 10 27 44
Cell: +33 - (0)6 85 62 59 98
Fax : +33 - (0)9 58 10 27 44
Fax (D): +49 - (0)3 21 21 25 22 44
email: Rainer (AT) krugs (DOT) de
Skype: RMkrug
PGP: 0x0F52F982
> Michael Herger <slim (AT) herger (DOT) net> writes:
>
>>>> Unfortunately TEN no longer supports any service but
>>>> Spotify.
>>>
>>> Is there any alternative which works better with Qobuz?
>>
>> Not that I'm aware of. Not for SB anyway.
>>
>>> Any chance of making the binary?
>>
>> It's relatively easy to compile if you have dev tools installed on
>> your device. "perl -MCPAN -e 'install Text::LevenshteinXS'" should do
>> it.
>
> OK - looks easy. Trying it.
Got it working - I think "install CPAN:Meta" did the job, and than
"install YAML".
There is nothing else to do? Do I have to restart the LMS server? Change
settings?
Is there anything else I could compile to make LMS faster (Installed
From .deb file)?
Thanks,
Rainer
>
> I have never used perl before - so apologies if this is basic.
>
> Problem:
>
> I have to install YAML before, and I get many of these errors on the
> perl shell:
>
> ,----
> | cpan[1]> install YAML
> | Going to read '/root/.cpan/Metadata'
> | Database was generated on Fri, 25 Mar 2016 09:29:02 GMT
> | Running install for module 'YAML'
> | Running make for I/IN/INGY/YAML-1.15.tar.gz
> | Checksum for /root/.cpan/sources/authors/id/I/IN/INGY/YAML-1.15.tar.gz ok
> | Scanning cache /root/.cpan/build for sizes
> | .................................................. ...........................DONE
> |
> | CPAN.pm: Going to build I/IN/INGY/YAML-1.15.tar.gz
> |
> | Checking if your kit is complete...
> | Looks good
> | Warning: prerequisite Test::YAML 1.05 not found.
> | Writing Makefile for YAML
> | Wide character in print at /usr/share/perl/5.14/ExtUtils/MakeMaker.pm line 1020.
> | Wide character in print at /usr/share/perl/5.14/ExtUtils/MakeMaker.pm line 1020.
> | Wide character in print at /usr/share/perl/5.14/ExtUtils/MakeMaker.pm line 1020.
> | Writing MYMETA.yml
> | Wide character in print at /usr/share/perl/5.14/ExtUtils/MM_Any.pm line 1172.
> | ---- Unsatisfied dependencies detected during ----
> | ---- INGY/YAML-1.15.tar.gz ----
> | Test::YAML [requires]
> | Running make test
> | Delayed until after prerequisites
> | Running make install
> | Delayed until after prerequisites
> | Running install for module 'Test::YAML'
> | Running make for I/IN/INGY/Test-YAML-1.06.tar.gz
> | Checksum for /root/.cpan/sources/authors/id/I/IN/INGY/Test-YAML-1.06.tar.gz ok
> |
> | CPAN.pm: Going to build I/IN/INGY/Test-YAML-1.06.tar.gz
> |
> | Checking if your kit is complete...
> | Looks good
> | Warning: prerequisite Test::Base 0.86 not found.
> | Writing Makefile for Test::YAML
> | Writing MYMETA.yml
> | utf8 "\xF6" does not map to Unicode at /usr/share/perl/5.14/Parse/CPAN/Meta.pm line 89, <$fh> chunk 1.
> | ---- Unsatisfied dependencies detected during ----
> `----
>
> and these errors
> ,----
> | utf8 "\xF6" does not map to Unicode at /usr/share/perl/5.14/Parse/CPAN/Meta.pm line 89, <$fh> chunk 1.
> `----
> occur for each module to be installed as dependency, and consequently YAML is not installed.
>
>
> perl version:
>
> ,----
> | root@pogoplug:~# perl --version
> |
> | This is perl 5, version 14, subversion 2 (v5.14.2) built for arm-linux-gnueabi-thread-multi-64int
> | (with 89 registered patches, see perl -V for more detail)
> |
> | Copyright 1987-2011, Larry Wall
> |
> | Perl may be copied only under the terms of either the Artistic License or the
> | GNU General Public License, which may be found in the Perl 5 source kit.
> |
> | Complete documentation for Perl, including FAQ lists, should be found on
> | this system using "man perl" or "perldoc perl". If you have access to the
> | Internet, point your browser at http://www.perl.org/, the Perl Home Page.
> `----
>
> Rainer
--
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany)
Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa
Tel : +33 - (0)9 53 10 27 44
Cell: +33 - (0)6 85 62 59 98
Fax : +33 - (0)9 58 10 27 44
Fax (D): +49 - (0)3 21 21 25 22 44
email: Rainer (AT) krugs (DOT) de
Skype: RMkrug
PGP: 0x0F52F982