Perl in Debian Jessis rootfs - installed but not installed? Error in rootfs? June 19, 2016 05:28AM |
Registered: 10 years ago Posts: 169 |
root@lms:~# dpkg --install logitechmediaserver_7.9.0~1466175427_arm.deb Selecting previously unselected package logitechmediaserver. (Reading database ... 12657 files and directories currently installed.) Preparing to unpack logitechmediaserver_7.9.0~1466175427_arm.deb ... locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory Unpacking logitechmediaserver (7.9.0~1466175427) ... dpkg: dependency problems prevent configuration of logitechmediaserver: logitechmediaserver depends on perl (>= 5.8.8); however: Package perl is not installed. dpkg: error processing package logitechmediaserver (--install): dependency problems - leaving unconfigured Processing triggers for systemd (215-17+deb8u3) ... Errors were encountered while processing: logitechmediaserver root@lms:~#
root@lms:~# perl --version perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = "en_US.UTF-8", LC_CTYPE = "UTF-8", LANG = "C" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). This is perl 5, version 20, subversion 2 (v5.20.2) built for arm-linux-gnueabi-thread-multi-64int (with 45 registered patches, see perl -V for more detail) Copyright 1987-2015, 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. root@lms:~#
root@lms:~# apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done The following packages were automatically installed and are no longer required: acl libbind9-80 libcryptsetup4 libdb5.1 libdns88 libgcrypt11 libgnutls26 libgssglue1 libisc84 libisccc80 libisccfg82 liblwres80 libprocps0 libsystemd-login0 libtasn1-3 systemd Use 'apt-get autoremove' to remove them. The following extra packages will be installed: perl perl-modules Suggested packages: perl-doc libterm-readline-gnu-perl libterm-readline-perl-perl make libb-lint-perl libcpanplus-dist-build-perl libcpanplus-perl libfile-checktree-perl liblog-message-simple-perl liblog-message-perl libobject-accessor-perl Recommended packages: rename libarchive-extract-perl libmodule-pluggable-perl libpod-latex-perl libterm-ui-perl libtext-soundex-perl libcgi-pm-perl libmodule-build-perl libpackage-constants-perl The following NEW packages will be installed: perl perl-modules 0 upgraded, 2 newly installed, 0 to remove and 4 not upgraded. 1 not fully installed or removed. Need to get 4589 kB of archives. After this operation, 26.5 MB of additional disk space will be used. Do you want to continue? [Y/n] y Err http://ftp.us.debian.org/debian/ jessie/main perl-modules all 5.20.2-3+deb8u3 404 Not Found [IP: 2610:148:1f10:3::89 80] Err http://ftp.us.debian.org/debian/ jessie/main perl armel 5.20.2-3+deb8u3 404 Not Found [IP: 2610:148:1f10:3::89 80] E: Failed to fetch http://ftp.us.debian.org/debian/pool/main/p/perl/perl-modules_5.20.2-3+deb8u3_all.deb 404 Not Found [IP: 2610:148:1f10:3::89 80] E: Failed to fetch http://ftp.us.debian.org/debian/pool/main/p/perl/perl_5.20.2-3+deb8u3_armel.deb 404 Not Found [IP: 2610:148:1f10:3::89 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? root@lms:~#
root@lms:~# apt-get --fix-missing install Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: logitechmediaserver : Depends: perl (>= 5.8.8) but it is not installed E: Unmet dependencies. Try using -f. root@lms:~#
root@lms:~# which perl /usr/bin/perl root@lms:~#
Re: Perl in Debian Jessis rootfs - installed but not installed? Error in rootfs? June 19, 2016 05:29AM |
Registered: 10 years ago Posts: 169 |
Re: Perl in Debian Jessis rootfs - installed but not installed? Error in rootfs? June 19, 2016 02:56PM |
Admin Registered: 13 years ago Posts: 19,094 |
apt-get install locales
Re: Perl in Debian Jessis rootfs - installed but not installed? Error in rootfs? June 19, 2016 04:25PM |
Registered: 10 years ago Posts: 169 |
root@lms:~# dpkg --install logitechmediaserver_7.9.0~1466175427_all.deb Selecting previously unselected package logitechmediaserver. (Reading database ... 13279 files and directories currently installed.) Preparing to unpack logitechmediaserver_7.9.0~1466175427_all.deb ... Unpacking logitechmediaserver (7.9.0~1466175427) ... dpkg: dependency problems prevent configuration of logitechmediaserver: logitechmediaserver depends on perl (>= 5.8.8); however: Package perl is not installed. dpkg: error processing package logitechmediaserver (--install): dependency problems - leaving unconfigured Processing triggers for systemd (215-17+deb8u3) ... Errors were encountered while processing: logitechmediaserver root@lms:~# perl --version This is perl 5, version 20, subversion 2 (v5.20.2) built for arm-linux-gnueabi-thread-multi-64int (with 45 registered patches, see perl -V for more detail) Copyright 1987-2015, 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. root@lms:~#
Re: Perl in Debian Jessis rootfs - installed but not installed? Error in rootfs? June 19, 2016 05:32PM |
Registered: 9 years ago Posts: 429 |
Re: Perl in Debian Jessis rootfs - installed but not installed? Error in rootfs? June 19, 2016 05:32PM |
Registered: 10 years ago Posts: 1,037 |
dpkg-reconfigure locales & dpkg-reconfigure tzdata
have packaged those files you mentioned into the folder you listed and thats as far as i can take this. linky here : logitechmediaserver-patch.deb Let me know if this works or not and i will either remove the link or find some better way of sharing it Steps to take - install your 7.9.0 deb file then install the patch.deb over the top - tjat seems to match what i have read on the forum posts
Re: Perl in Debian Jessis rootfs - installed but not installed? Error in rootfs? June 21, 2016 03:36AM |
Registered: 10 years ago Posts: 169 |
Re: Perl in Debian Jessis rootfs - installed but not installed? Error in rootfs? March 01, 2020 05:30PM |
Registered: 7 years ago Posts: 13 |
samba : Depends: update-inetd but it is not going to be installed
Depends: perl (>= 5.6.0-16) but it is not going to be installed
Depends: perl-base (= 5.20.2-3+deb8u11) but 5.20.2-3+deb8u12 is to be installed
apt-get install perl-base=5.20.2-3+deb8u11
Re: Perl in Debian Jessis rootfs - installed but not installed? Error in rootfs? March 04, 2020 08:04PM |
Registered: 9 years ago Posts: 429 |