Cannot load module RESIDENTS

Begonnen von raxor, 19 April 2019, 23:42:11

Vorheriges Thema - Nächstes Thema

raxor

Logausgabe:

Attempt to reload Module/CoreList.pm aborted.
Compilation failed in require at FHEM/Meta.pm line 17.
BEGIN failed--compilation aborted at FHEM/Meta.pm line 17.
Compilation failed in require at (eval 41713) line 1.
BEGIN failed--compilation aborted at (eval 41713) line 1.

amenomade

Ich weiss immer noch nicht genau, aber Line 17 von Meta.pm ist:
use Module::CoreList;
Pi 3B, Alexa, CUL868+Selbstbau 1/2λ-Dipol-Antenne, USB Optolink / Vitotronic, Debmatic und HM / HmIP Komponenten, Rademacher Duofern Jalousien, Fritz!Dect Thermostaten, Proteus

CoolTux

Ähm ja sorry. Mein Fehler.

Nur Meta bitte.
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

Loredo

Module::CoreList ist eigentlich ein Perl Core Modul seit langer Zeit, von daher kann es eigentlich nicht fehlen.
Hat meine Arbeit dir geholfen? ⟹ https://paypal.me/pools/c/8gDLrIWrG9

Maintainer:
FHEM-Docker Image, https://github.com/fhem, Astro(Co-Maintainer), ENIGMA2, GEOFANCY, GUEST, HP1000, Installer, LaMetric2, MSG, msgConfig, npmjs, PET, PHTV, Pushover, RESIDENTS, ROOMMATE, search, THINKINGCLEANER

raxor

Zitat von: CoolTux am 20 April 2019, 13:44:21
Ähm ja sorry. Mein Fehler.

Nur Meta bitte.


{ Meta }


Bareword "Meta" not allowed while "strict subs" in use at (eval 69152) line 1.


Zitat von: Loredo am 20 April 2019, 14:10:41
Module::CoreList ist eigentlich ein Perl Core Modul seit langer Zeit, von daher kann es eigentlich nicht fehlen.

Sollte ich mich dann einmal schlau machen, wie man perl repariert?

Bei mir funktioiert es auch aktuell nicht perl pakete wie Crypt::Rijndael_PP oder Crypt::Cipher::AES zu installieren, obwohl ich eigentlich alles gerade erst anfang des Jahres neu aufgesetzt hatte ..

Aber das nur am Rande, falls es bei der eingenzung dieses Problems hilft:


sudo cpan Crypt::Rijndael_PP
...
'YAML' not installed, will not store persistent state
...
JSON::PP 2.27103 is not available
at /usr/share/perl/5.24/CPAN/Meta/Converter.pm line 57.
at /usr/share/perl/5.24/ExtUtils/MM_Any.pm line 978.
JSON::PP 2.27103 is not available
at /usr/share/perl/5.24/CPAN/Meta/Converter.pm line 57.



CoolTux

use Meta

nicht

Meta

;D

Also im ganzen dann


use Meta
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

raxor

#21
Zitat von: CoolTux am 20 April 2019, 15:23:49
use Meta

nicht

Meta

;D

Also im ganzen dann


use Meta


Ah okay ^^'

{ use Meta }

Attempt to reload Meta.pm aborted.
Compilation failed in require at (eval 92031) line 1.
BEGIN failed--compilation aborted at (eval 92031) line 1.


Nachtrag:

Komisch, habe es gerade nochmal ausgeführt und jetzt kommt wieder eine andere Ausgabe:

Can't locate meta.pm in @INC (you may need to install the meta module) (@INC contains: . /etc/perl /usr/local/lib/arm-linux-gnueabihf/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/arm-linux-gnueabihf/perl5/5.24 /usr/share/perl5 /usr/lib/arm-linux-gnueabihf/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/arm-linux-gnueabihf/perl-base ./FHEM ./FHEM/lib) at (eval 865) line 1.
BEGIN failed--compilation aborted at (eval 865) line 1.

raxor

Also irgendwas stimmt hier ganz und gar nicht ..

jetzt funktioniert nicht mal mehr apt-get update ...


sudo apt-get update
/usr/lib/apt/methods/http: error while loading shared libraries: lybstdc++.so.6: cannot open shared object file: No such file or directory


Bin fast am überlegen schon wieder neu anzufangen. Wenn der ganze Aufwand nicht wär  :/ ...

amenomade

Zitat von: raxor am 20 April 2019, 16:03:07

Nachtrag:

Komisch, habe es gerade nochmal ausgeführt und jetzt kommt wieder eine andere Ausgabe:

Can't locate meta.pm in @INC (you may need to install the meta module) (@INC contains: . /etc/perl /usr/local/lib/arm-linux-gnueabihf/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/arm-linux-gnueabihf/perl5/5.24 /usr/share/perl5 /usr/lib/arm-linux-gnueabihf/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/arm-linux-gnueabihf/perl-base ./FHEM ./FHEM/lib) at (eval 865) line 1.
BEGIN failed--compilation aborted at (eval 865) line 1.

Da hast Du wahrscheinlich meta statt Meta geschrieben
Pi 3B, Alexa, CUL868+Selbstbau 1/2λ-Dipol-Antenne, USB Optolink / Vitotronic, Debmatic und HM / HmIP Komponenten, Rademacher Duofern Jalousien, Fritz!Dect Thermostaten, Proteus

raxor

Zitat von: amenomade am 20 April 2019, 18:59:35
Da hast Du wahrscheinlich meta statt Meta geschrieben

Stimmt hast recht

Loredo

Das läuft auf einem Raspi, oder?
So wie sich das liest, hat sich deine Speicherkarte verabschiedet. Da hilft leider nur auf einer neuen komplett neu installieren.
Hat meine Arbeit dir geholfen? ⟹ https://paypal.me/pools/c/8gDLrIWrG9

Maintainer:
FHEM-Docker Image, https://github.com/fhem, Astro(Co-Maintainer), ENIGMA2, GEOFANCY, GUEST, HP1000, Installer, LaMetric2, MSG, msgConfig, npmjs, PET, PHTV, Pushover, RESIDENTS, ROOMMATE, search, THINKINGCLEANER

raxor

Zitat von: Loredo am 20 April 2019, 20:42:00
Das läuft auf einem Raspi, oder?
So wie sich das liest, hat sich deine Speicherkarte verabschiedet. Da hilft leider nur auf einer neuen komplett neu installieren.

Jep, hatte ich schon befürchtet und werde ich jetzt auch machen.

Vielen dank euch allen für eure Mühe und Hilfe! :-)

CoolTux

Julian ich habe hier etwas ähnlich gelagertes.

https://forum.fhem.de/index.php/topic,99810.msg932041.html#msg932041


ZitatUndefined subroutine &Module::CoreList::is_core called at FHEM/Meta.pm line 929.
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net