SliTaz SliTaz Forum

You are not logged in.

#1 2011-11-04 10:29:48

gdesilva
Member
Registered: 2011-04-07
Posts: 419

checkgmail

I just tried to see whether I can get a version of checkgmail running on Slitaz. When I ran, 'perl -d checkgmail' I got the following message;

Sorry!  CheckGmail can't find the following package(s) on your system.  These packages are needed for CheckGmail to run.

Gtk2::TrayIcon  threads  LWP::UserAgent  Crypt::SSLeay 

The threads packages are special: this means you're running a version of Perl that has been built without multi-threading support.  There may be a package for your distro that provides this, or you may have to rebuild Perl.

Is there a way to get the version of perl with above modules or is it all too complicated? This is not a critical issue but if it can be done it would be great.

Thanks

Offline

#2 2011-11-04 12:03:03

arsaber
Member
Registered: 2011-04-14
Posts: 52

Re: checkgmail

Have you tried :

#tazpkg get-install perl-gtk2 perl-lwp-useragent perl-net-ssleay

Offline

#3 2011-11-04 18:49:50

Trixar_za
Administrator
Registered: 2011-03-29
Posts: 1,506

Re: checkgmail

There is also of course Perl's internal CPAN install function, which can help you download and install the libraries. You start it with perl -MCPAN -e shell

Offline

#4 2011-11-05 02:50:30

gdesilva
Member
Registered: 2011-04-07
Posts: 419

Re: checkgmail

@arsaber - Slitaz repos do not have these modules.

@Trixar_za - attempted to download and install cpan. After a very long downloads and numereous attempts at install, the process failed. Error returned was

Running make install

  Make had returned bad status, install seems impossible

I think I will have to leave this in the too hard basket.

Offline

#5 2011-11-05 09:57:08

bellard
Administrator
Registered: 2011-03-28
Posts: 657

Re: checkgmail

@gdesilva - can you test these packages ?

http://mirror.slitaz.org/packages/undigest/perl-5.12.3.tazpkg

http://mirror.slitaz.org/packages/undigest/perl-crypt-ssleay-0.58.tazpkg

http://mirror.slitaz.org/packages/undigest/perl-gtk2-perl-1.240.tazpkg

http://mirror.slitaz.org/packages/undigest/perl-lwp-useragent-6.03.tazpkg

Offline

#6 2011-11-05 11:15:44

gdesilva
Member
Registered: 2011-04-07
Posts: 419

Re: checkgmail

@Bellard, lot more promising but still missing 'threads' and  'Gtk2-TrayIcon' modules.

EDIT: Downloaded Gtk2-TrayIcon from CPAN and compiled but still fails to find 'threads'.

Sorry!  CheckGmail can't find the following package(s) on your system.  These packages are needed for CheckGmail to run.

threads 

The threads packages are special: this means you're running a version of Perl that has been built without multi-threading support.  There may be a package for your distro that provides this, or you may have to rebuild Perl.

Offline

#7 2011-11-06 04:29:26

gdesilva
Member
Registered: 2011-04-07
Posts: 419

Re: checkgmail

@Bellard,

Downloaded threads from CPAN and tried to compile and I get the following warning...

# make test

PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/basic.t .......... skipped: Perl not compiled with 'useithreads'

t/blocks.t ......... skipped: Perl not compiled with 'useithreads'

t/context.t ........ skipped: Perl not compiled with 'useithreads'

t/end.t ............ skipped: Perl not compiled with 'useithreads'

t/err.t ............ skipped: Perl not compiled with 'useithreads'

t/exit.t ........... skipped: Perl not compiled with 'useithreads'

t/free.t ........... skipped: Perl not compiled with 'useithreads'

t/free2.t .......... skipped: Perl not compiled with 'useithreads'

t/join.t ........... skipped: Perl not compiled with 'useithreads'

t/kill.t ........... skipped: Perl not compiled with 'useithreads'

t/kill2.t .......... skipped: Perl not compiled with 'useithreads'

t/libc.t ........... skipped: Perl not compiled with 'useithreads'

t/list.t ........... skipped: Perl not compiled with 'useithreads'

t/no_threads.t ..... ok

t/pod.t ............ skipped: Module maintainer tests

t/problems.t ....... skipped: Perl not compiled with 'useithreads'

t/stack.t .......... skipped: Perl not compiled with 'useithreads'

t/stack_env.t ...... skipped: Perl not compiled with 'useithreads'

t/state.t .......... skipped: Perl not compiled with 'useithreads'

t/stress_cv.t ...... skipped: Perl not compiled with 'useithreads'

t/stress_re.t ...... skipped: Perl not compiled with 'useithreads'

t/stress_string.t .. skipped: Perl not compiled with 'useithreads'

t/thread.t ......... skipped: Perl not compiled with 'useithreads'

All tests successful.

Files=23, Tests=1,  1 wallclock secs ( 0.14 usr  0.11 sys +  0.30 cusr  0.13 csys =  0.68 CPU)

Result: PASS

I noticed that the receipt file for perl 5.12.3 does have the option usethreads and wondering whether there is any difference between usethreads and useithreads options???

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.017 seconds, 23 queries executed - Memory usage: 1.55 MiB (Peak: 1.77 MiB) ]