[erledigt] Install libdigest-crc-perl schlägt fehl

Begonnen von Fritz Muster, 18 Juni 2019, 09:29:52

Vorheriges Thema - Nächstes Thema

Fritz Muster

Hallo in  die Runde,

ich versuche gerade meine Wetterstation WS3080 (868Mhz) via Signalduino in fhem zu integrieren.

Die Daten werden empfangen aber im Log steht

SD_WS09 CRC_not_load: Modul Digest::CRC fehlt: cpan install Digest::CRC or sudo apt-get install libdigest-crc-perl

Artig wie ich bin habe ich

sudo apt-get install libdigest-crc-perl ausgeführt. Die Installation bricht aber ab, da die Datei auf dem Server nicht gefunden wird.

pi@raspberrypi ~ $ sudo apt-get install libdigest-crc-perl
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  libdigest-crc-perl
0 upgraded, 1 newly installed, 0 to remove and 30 not upgraded.
Need to get 14.7 kB of archives.
After this operation, 82.9 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  libdigest-crc-perl
Install these packages without verification [y/N]? y
Err http://mirrordirector.raspbian.org/raspbian/ wheezy/main libdigest-crc-perl armhf 0.18-1
  404  Not Found
Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/libd/libdigest-crc-perl/libdigest-crc-perl_0.18-1_armhf.deb  404  Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
pi@raspberrypi ~ $


Dann habe ich

cpan install Digest::CRC versucht. Aber leider auch da Abbruch der Installation

pi@raspberrypi ~ $ cpan install Digest::CRC
Loading internal null logger. Install Log::Log4perl for logging messages
Reading '/home/pi/.cpan/Metadata'
  Database was generated on Tue, 23 May 2017 09:29:02 GMT
Reading '/home/pi/.cpan/sources/authors/01mailrc.txt.gz'
............................................................................DONE
Reading '/home/pi/.cpan/sources/modules/02packages.details.txt.gz'
Warning: Your /home/pi/.cpan/sources/modules/02packages.details.txt.gz does not contain a Line-Count header.
Please check the validity of the index file by comparing it to more
than one CPAN mirror. I'll continue but problems seem likely to
happen.
Warning: Your /home/pi/.cpan/sources/modules/02packages.details.txt.gz does not contain a Last-Updated header.
Please check the validity of the index file by comparing it to more
than one CPAN mirror. I'll continue but problems seem likely to
happen.
Could not split line["\cI<title>Student Services</title>"]
...Could not split line["<script type=\"text/javascript\">"]
Could not split line["(function(url){"]
.Could not split line["\cI\cI}"]
Giving up parsing your /home/pi/.cpan/sources/modules/02packages.details.txt.gz, too many errors
pi@raspberrypi ~ $


Im Netz mal nach dem Paket libdigest-crc-perl armhf 0.18-1 gesucht, aber leider nichts gefunden.

Wäre für Tipps und Hinweise dankbar.

Viele Grüße
Fritz
RasPi 3B+, Stretch, Fhem 5.9, DBlog SQLite
HMLAN, mapleCUN MAX/WMBus, mapleSduino 868/433/868
HM Sensoren/Aktoren ,Technoline TX 29 DTH-IT, TFA 30.3155WD, MAX!
Hour Counter, Astro, EletricityCounter, Statistics, Charting Frontend, TabletUI, Modbus

Wernieman

#1
was fehlt ist die Info, welche Distri verwendet wird ...

Edit:
Steht indirekt in der apt-zeile: Debian-Wheezy

Für Wheezy wirst Du keine Pakete mehr bekommen, da seit 26. April 2016  autdatet (Security seit 31. Mai 2018)

Da wirst Du um ein update auf Jessie oder besser gleich Stretch nicht rumkommen. Ist auch aus security-Gründen seeeehr empfehlenswert (und sogar notwendig).
- Bitte um Input für Output
- When there is a Shell, there is a Way
- Wann war Dein letztes Backup?

Wie man Fragen stellt: https://tty1.net/smart-questions_de.html

Fritz Muster

RasPi 3B+, Stretch, Fhem 5.9, DBlog SQLite
HMLAN, mapleCUN MAX/WMBus, mapleSduino 868/433/868
HM Sensoren/Aktoren ,Technoline TX 29 DTH-IT, TFA 30.3155WD, MAX!
Hour Counter, Astro, EletricityCounter, Statistics, Charting Frontend, TabletUI, Modbus

Wernieman

- Bitte um Input für Output
- When there is a Shell, there is a Way
- Wann war Dein letztes Backup?

Wie man Fragen stellt: https://tty1.net/smart-questions_de.html

Fritz Muster

RasPi 3B+, Stretch, Fhem 5.9, DBlog SQLite
HMLAN, mapleCUN MAX/WMBus, mapleSduino 868/433/868
HM Sensoren/Aktoren ,Technoline TX 29 DTH-IT, TFA 30.3155WD, MAX!
Hour Counter, Astro, EletricityCounter, Statistics, Charting Frontend, TabletUI, Modbus