-
Notifications
You must be signed in to change notification settings - Fork 51
Install of XMLTV::Usage is impossible on armhf/perl #45
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
Comments
Hi @Paullux, thanks for the report! I just checked xmltv and it does seem to be like one of those rare modules that has been maintained elsewhere instead, as it now seems that the updated upstream dist (0.5.69, compared to CPAN's 0.5.33) is on SourceForge. As the newest version needs at least FROM armhf/perl:5.24.1
RUN curl -SLO https://sourceforge.net/projects/xmltv/files/xmltv/0.5.69/xmltv-0.5.69.tar.bz2 \
&& tar xjf xmltv-0.5.69.tar.bz2 \
&& cd xmltv-0.5.69 \
&& cpanm Term::ReadKey \
&& echo y | cpanm --verbose . If you build that into e.g. an
|
Thank that works correctly but i needed add modules at xmltv image : FROM armhf/perl:5.24.1 |
Glad it worked! 👍 |
I am having another problem. |
Tried using the full path to the |
error backup.log just after the launch of the script by cronie (it's like the docker isn't launch)
script :
crontab :
|
Hmm, try using |
I tried with /bin/bash and without
And there is the same issue. |
Ah, I missed your invocation of |
You might also consider to use something like https://github.com/MasteryConnect/docker-cron |
thank you remove "-it" was the good solution |
Also worth noting that https://hub.docker.com/r/armhf/perl/ is deprecated (as noted in the image description), and that with #43, it should be possible to build |
I need to install XMLTV to run a script on my Raspberry Pi with an ARM CPU.
But I have an error when i try to install it :
How to resolve this problem ?
The text was updated successfully, but these errors were encountered: