<quote who="Gavin Carr">
> On Fri, Feb 11, 2005 at 12:03:12PM +1100, Voytek wrote:

> Do a search for 'text html' on search.cpan.org - there's about a 100
> perl modules that do different variants on this. HTML::FromText,
> HTML::TextToHTML, and Text::Decorator are probably useful places to
> start.


Gavin,

I eventually succeded in installing one of these 3, HTML::FromText

how do I invoke it now...?


the other two fail to install, though, if I figure out how to invoke
HTML::FromText it might do the trick

meanwhile, I'll start pasting <BR><BR>; OOPS, <P>s


---------------------------------------------------
HTML::TextToHTML fails with:

txt2html-2.33/INSTALL
txt2html-2.33/Makefile.PL

  CPAN.pm: Going to build R/RU/RUBYKAT/txt2html-2.33.tar.gz

# running Build.PL
/usr/local/bin/perl -I_build/lib Build.PL
Checking whether your kit is complete...
Looks good
 * ERROR: Version 0.78 of Filter::Simple is installed, but we need version
>= 0.
79
ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
 of the modules indicated above before proceeding with this installation.

Creating new 'Build' script for 'txt2html' version '2.33'
Can't locate MyBuilder.pm in @INC (@INC contains: _build/lib
/usr/local/lib/perl
5/5.8.6/i686-linux-thread-multi /usr/local/lib/perl5/5.8.6
/usr/local/lib/perl5/
site_perl/5.8.6/i686-linux-thread-multi
/usr/local/lib/perl5/site_perl/5.8.6 /us
r/local/lib/perl5/site_perl .) at Makefile.PL line 30.
Running make test
  Make had some problems, maybe interrupted? Won't test
Running make install
  Make had some problems, maybe interrupted? Won't install

========================
I've tried installing Filter::Simple, it said :

---
Writing Makefile for Filter::Simple
cp lib/Filter/Simple.pm blib/lib/Filter/Simple.pm
Manifying blib/man3/Filter::Simple.3
  /usr/bin/make  -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harne
ss(0, 'blib/lib', 'blib/arch')" t/*.t
t/data...........ok
t/export.........ok
t/filter.........ok
t/filter_only....ok
t/import.........ok
All tests successful.
Files=5, Tests=26,  2 wallclock secs ( 1.11 cusr +  0.14 csys =  1.25 CPU)
  /usr/bin/make test -- OK
Running make install
Writing
/usr/local/lib/perl5/site_perl/5.8.6/i686-linux-thread-multi/auto/Filter
/Simple/.packlist
Appending installation info to
/usr/local/lib/perl5/5.8.6/i686-linux-thread-mult
i/perllocal.pod
  /usr/bin/make install  -- OK

-----

but, still fails to install HTML::TextToHTML with same error as before

------
attempting to install Text:Decorator fails with

cpan> install Text::Decorator

t/quoted......dubious
        Test returned status 255 (wstat 65280, 0xff00)
t/ttbridge....Can't use filter Text::Decorator::Filter::TTBridge at
t/ttbridge.t
 line 7
# Looks like your test died before it could output anything.
t/ttbridge....dubious
        Test returned status 255 (wstat 65280, 0xff00)
t/urifind.....Can't use filter Text::Decorator::Filter::TTBridge at
t/urifind.t
line 7
# Looks like your test died before it could output anything.
t/urifind.....dubious
        Test returned status 255 (wstat 65280, 0xff00)
Failed Test  Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/4.t         255 65280    ??   ??       %  ??
t/quoted.t    255 65280    ??   ??       %  ??
t/ttbridge.t  255 65280    ??   ??       %  ??
t/urifind.t   255 65280    ??   ??       %  ??
Failed 4/7 test scripts, 42.86% okay. 0/15 subtests failed, 100.00% okay.
make: *** [test] Error 2
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force

cpan>

should I force it ?

-- 
Voytek
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to