Tiny Core Linux
Tiny Core Base => Micro Core => Topic started by: sosjozsef on January 02, 2012, 04:45:04 PM
-
Sorry, I speak a little English.
tc@box:~$ tce-load -wi irssi.tcz
tc@box:~$ irssi
NO WINDOWS: -!- Irssi: Invalid charset: CP1252
What the problem?
-
I can't be sure myself, but a google search indicates to try loading the perl extension and trying again.
-
perl
tc@box:~$ tce-load -wi perl5.tcz
perl5 is already installed!
-
ok, well it is asking about a charset, at a guess, I could only suggest loading perl_Encode_Locale.tcz and give that a try. Otherwise, maybe wait for someone else who can help better.
-
The problem is not solved, but thanks.
-
According Info file, contact "Kingdomcome"
-
Another, final, stab in the dark. After downloading the source and configuring it, it looks like it might be wanting terminfo. Have you tried installing ncurses-terminfo.tcz as well?
-
terminfo
tc@box:~$ tce-load -wi ncurses-terminfo.tcz
tc@box:~$ terminfo
tc@box:~$ -sh: terminfo: not found
-
Try eglibc_gconv.
-
eglibc_gconv
(http://sosjozsef.hu/2012-01-04.jpg)
-
Can't locate Symbol.pm in @INC (@INC contains: /usr/local/lib/perl5/5.10.1/i686-linux /usr/local/lib/perl5/5.10.1 /usr/local/lib/perl5/site_perl/5.10.1/i686-linux /usr/local/lib/perl5/site_perl/5.10.1 /usr/local/lib/perl5/vendor_perl/5.10.1/i686-linux /usr/local/lib/perl5/vendor_perl/5.10.1 /usr/local/lib/perl5/vendor_perl .) at (eval 9) line 9.
BEGIN failed--compilation aborted at (eval 9) line 9.
This topic should be moved to tce/bugs with notice to Kingdomcome. This needs to be rebuilt/reconfigured against Perl-5.14.1.
-
As we don't know how quickly the maintainer will be able to produce a new extension that works with the updated Perl version, why not build one yourself?
There is a build script (http://distro.ibiblio.org/tinycorelinux/2.x/tce/src/irssi/buildirssi) available that was most likely used for the existing extension. After downloading it one would have have to (at the very least) address the issues of changed tools and dependencies, e.g. via
sed -i 's#squashfs-tools-4\.0#squashfs-tools-4.x#' buildirssi
sed -i 's#openssl-0\.9\.8#openssl-1.0.0#' buildirssi
followed by the execution of the build script (e.g. via sudo sh buildirssi)
All going well one should end up with a new set of extensions, that could be used for some local testing. Please note, that there will be more changes required to create a "proper" new extension (e.g. to provide a working solution for icons etc., and an update of the info file), but I guess this is at least a start.
-
I'm also facing the same issue. Was this solved at all?
-
whats the problem perl or irssi? if its irssi have you tried
tce-run irssi ?
-
in case this comes up again:
tce-load -wi ncurses-terminfo