-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing GM.pm in image v4 #258
Comments
I have excluded the GD package, but i can`t remeber why :( Maybe some issues installing it in the image. |
hmm, it was actually always in the image and my ePaper display has been running on it for several years without any problems. It would be nice if it were integrated into the image again. |
Im building a new development image, can you test it, when it is finished`? |
Yes of course, I'm happy to test it. Just an aside, I use the fhem-minimal image because I have hombridge and alexa-fhem running in their own container. |
This is the test image: ghcr.io/fhem/fhem-minimal-docker:pr-260-bullseye |
Please excuse the late reply. I was away for a few days. I have just created a container with your image and tried to install ESPEInk. Unfortunately, I still get the same error. |
Thank you for testing, this result wasn't expected because the build job ist looking not so bad:
|
I'm building a new image, should be ready in ~ 40 minutes. This should not fail with the same error. Same Tagname : ghcr.io/fhem/fhem-minimal-docker:pr-260-bullseye |
Hello Sidey, Wonderful, now it works perfectly. The device was created without an error message. Converting and uploading to the e-Paper also works. Many thanks for the quick help :-) |
I will make a new release this evening. |
Since the update to image V4, the ESPEInk module no longer works. The reason seems to be that GM.pm is missing. Here is the error message when FHEM tries to load the module 89_ESPEInk.pm.
2024.07.14 08:44:47 1: reload: Error:Modul 89_ESPEInk deactivated: Can't locate GD.pm in @INC (you may need to install the GD module) (@INC contains: ./FHEM/lib ./lib ./FHEM . /usr/src/app/core/lib/perl5/5.36.3/x86_64-linux-gnu /usr/src/app/core/lib/perl5/5.36.3 /usr/src/app/core/lib/perl5/x86_64-linux-gnu /usr/src/app/core/lib/perl5 /usr/local/lib/perl5/site_perl/5.36.3/x86_64-linux-gnu /usr/local/lib/perl5/site_perl/5.36.3 /usr/local/lib/perl5/vendor_perl/5.36.3/x86_64-linux-gnu /usr/local/lib/perl5/vendor_perl/5.36.3 /usr/local/lib/perl5/5.36.3/x86_64-linux-gnu /usr/local/lib/perl5/5.36.3) at ./FHEM/89_ESPEInk.pm line 24. BEGIN failed--compilation aborted at ./FHEM/89_ESPEInk.pm line 24.
After a downgrade to "fhem/fhem:3-bullseye" the module works fine again.
The text was updated successfully, but these errors were encountered: