Tiny Core Linux

Tiny Core Base => Micro Core => Topic started by: sosjozsef on January 02, 2012, 04:45:04 PM

Title: Irssi
Post by: sosjozsef on January 02, 2012, 04:45:04 PM
Sorry, I speak a little English.

Code: [Select]
tc@box:~$ tce-load -wi irssi.tcz
tc@box:~$ irssi
NO WINDOWS: -!- Irssi: Invalid charset: CP1252

What the problem?
Title: Re: Irssi
Post by: martin on January 02, 2012, 06:48:02 PM
I can't be sure myself, but a google search indicates to try loading the perl extension and trying again.
Title: Re: Irssi
Post by: sosjozsef on January 02, 2012, 06:56:16 PM
perl
Code: [Select]
tc@box:~$ tce-load -wi perl5.tcz
perl5 is already installed!
Title: Re: Irssi
Post by: martin on January 02, 2012, 07:21:57 PM
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.
Title: Re: Irssi
Post by: sosjozsef on January 03, 2012, 04:48:36 AM
The problem is not solved, but thanks.
Title: Re: Irssi
Post by: floppy on January 03, 2012, 03:40:18 PM
According Info file, contact "Kingdomcome"
Title: Re: Irssi
Post by: martin on January 03, 2012, 07:15:42 PM
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?
Title: Re: Irssi
Post by: sosjozsef on January 04, 2012, 06:23:54 AM
terminfo
Code: [Select]
tc@box:~$ tce-load -wi ncurses-terminfo.tcz
tc@box:~$ terminfo
tc@box:~$ -sh: terminfo: not found
Title: Re: Irssi
Post by: curaga on January 04, 2012, 02:36:30 PM
Try eglibc_gconv.
Title: Re: Irssi
Post by: sosjozsef on January 04, 2012, 05:02:12 PM
eglibc_gconv
(http://sosjozsef.hu/2012-01-04.jpg)
Title: Re: Irssi
Post by: genec on January 11, 2012, 11:29:13 PM
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.
Title: Re: Irssi
Post by: maro on January 12, 2012, 10:56:21 PM
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.
Title: Re: Irssi
Post by: Holmes.Sherlock on May 21, 2012, 03:02:49 AM
I'm also facing the same issue. Was this solved at all?
Title: Re: Irssi
Post by: crunchylinux on July 29, 2012, 09:21:37 PM
whats the problem perl or irssi? if its irssi have you tried

tce-run irssi  ?
Title: Re: Irssi
Post by: hiro on December 13, 2015, 07:06:22 PM
in case this comes up again:
tce-load -wi ncurses-terminfo