Skip Menu |

This queue is for tickets about the HTML-Strip CPAN distribution.

Report information
The Basics
Id: 99219
Status: resolved
Priority: 0/
Queue: HTML-Strip

People
Owner: Nobody in particular
Requestors: ccli [...] exch.mail.umd.edu
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 1.10



Subject: Bug HTML Strip
Date: Mon, 29 Sep 2014 19:29:42 -0400
To: <bug-HTML-Strip [...] rt.cpan.org>
From: Congcong <ccli [...] exch.mail.umd.edu>
Dear Sir or Madam, I am unable to install HTML::Strip to my laptops. I tried two laptops but neither one was able to install the module. Could you please help me? Best Congcong *Congcong Li** ("Congcong" is pronounced as /chong'chong/) PhD Candidate 2015 Robert H. Smith School of Business University of Maryland **_ _**919-257-9650* <tel:919-257-9650>* MOBILE*_ _ccli@rhsmith.umd.edu <mailto:rfelix@rhsmith.umd.edu>_ _http://www.rhsmith.umd.edu <http://www.rhsmith.umd.edu/>
From: mcgrath.martin [...] gmail.com
On Tue Sep 30 00:30:09 2014, ccli@exch.mail.umd.edu wrote: Show quoted text
> Dear Sir or Madam, > > I am unable to install HTML::Strip to my laptops. I tried two laptops > but neither one was able to install the module. Could you please help me? > > Best > Congcong > > > *Congcong Li** > ("Congcong" is pronounced as /chong'chong/) > PhD Candidate 2015 > Robert H. Smith School of Business > University of Maryland > **_ > _**919-257-9650* <tel:919-257-9650>* MOBILE*_ > _ccli@rhsmith.umd.edu <mailto:rfelix@rhsmith.umd.edu>_ > _http://www.rhsmith.umd.edu <http://www.rhsmith.umd.edu/>
This isn't a bug report or an error report. How did you try to install the module? How did it fail? The module installs without error on linux and windows using a modern version of perl (www.strawberryperl.com) using the following from the command prompt: cpan HTML::Strip
From: mcgrath.martin [...] gmail.com
On Tue Sep 30 00:30:09 2014, ccli@exch.mail.umd.edu wrote: Show quoted text
> Dear Sir or Madam, > > I am unable to install HTML::Strip to my laptops. I tried two laptops > but neither one was able to install the module. Could you please help me? > > Best > Congcong > > > *Congcong Li** > ("Congcong" is pronounced as /chong'chong/) > PhD Candidate 2015 > Robert H. Smith School of Business > University of Maryland > **_ > _**919-257-9650* <tel:919-257-9650>* MOBILE*_ > _ccli@rhsmith.umd.edu <mailto:rfelix@rhsmith.umd.edu>_ > _http://www.rhsmith.umd.edu <http://www.rhsmith.umd.edu/>
Actually it seems that the latest release which had not made it to my cpan mirror yet fails for windows. Sorry for jumping the gun on this one. Test offbyone.t is failing. The following is an attempt to install on Windows 7 64bit, Strawberry Perl v5.20.0 (also 64bit) using the latest source from github: D:\HTML-Strip-master>dmake cp Strip.pm blib\lib\HTML\Strip.pm Running Mkbootstrap for HTML::Strip () D:\perl\perl\bin\perl.exe -MExtUtils::Command -e chmod -- 644 Strip.bs D:\perl\perl\bin\perl.exe D:\perl\perl\lib\ExtUtils\xsubpp -typemap D:\perl\perl\lib\ExtUtils\typemap -typemap typemap Strip.xs > Strip.xsc && D:\perl\perl\bin\perl.exe -MExtUtils::Command -e mv -- Strip.xsc Strip.c gcc -c -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -s -O2 -DVERSION=\"1.08\" -DXS_VERSION=\"1.08\" "-ID:\perl\perl\lib\CORE" Strip.c gcc -c -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -s -O2 -DVERSION=\"1.08\" -DXS_VERSION=\"1.08\" "-ID:\perl\perl\lib\CORE" strip_html.c D:\perl\perl\bin\perl.exe -MExtUtils::Mksymlists \ -e "Mksymlists('NAME'=>\"HTML::Strip\", 'DLBASE' => 'Strip', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" dlltool --def Strip.def --output-exp dll.exp g++.exe -o blib\arch\auto\HTML\Strip\Strip.xs.dll -Wl,--base-file -Wl,dll.base -mdll -s -L"D:\perl\perl\lib\CORE" -L"D:\perl\c\lib" Strip.o strip_html.o D:\perl\perl\lib\CORE\libperl520.a -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 dll.exp dlltool --def Strip.def --base-file dll.base --output-exp dll.exp g++.exe -o blib\arch\auto\HTML\Strip\Strip.xs.dll -mdll -s -L"D:\perl\perl\lib\CORE" -L"D:\perl\c\lib" Strip.o strip_html.o D:\perl\perl\lib\CORE\libperl520.a -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 dll.exp D:\perl\perl\bin\perl.exe -MExtUtils::Command -e chmod -- 755 blib\arch\auto\HTML\Strip\Strip.xs.dll D:\HTML-Strip-master>dmake test D:\perl\perl\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/auto-reset.t ................ ok t/basic.t ..................... ok t/comment.t ................... ok t/edge-case.t ................. ok t/filter.t .................... ok t/mathematical-comparisons.t .. ok t/offbyone.t .................. < was unexpected at this time. t/offbyone.t .................. No subtests run t/striptags.t ................. ok t/whitespace-single-char.t .... ok Test Summary Report ------------------- t/offbyone.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: No plan found in TAP output Files=9, Tests=50, 1 wallclock secs ( 0.08 usr + 0.01 sys = 0.09 CPU) Result: FAIL Failed 1/9 test programs. 0/50 subtests failed. dmake: Error code 255, while making 'test_dynamic' The issue lies within this test, perhaps a shell quoting issue.
RT-Send-CC: ccli [...] exch.mail.umd.edu
I've disabled that test in v1.09 when running under windows. That version should compile for you successfully, once it's available. If you need a working version in the interim, the git repo for HTML::Strip is here: https://github.com/kilinrax/HTML-Strip
Subject: RE: [rt.cpan.org #99219] Bug HTML Strip
Date: Tue, 30 Sep 2014 12:59:44 +0000
To: "bug-HTML-Strip [...] rt.cpan.org" <bug-HTML-Strip [...] rt.cpan.org>
From: Congcong Li <ccli [...] umd.edu>
Dear Alex, Thank you very much for your email! Could you please give me more instructions for installing the module? I downloaded the zip file via the link you gave me. But when I typed "make", I got a error message "make is not recognized as an internal or external command". Thank you very much! Regards Congcong Congcong Li ("Congcong" is pronounced as /chong'chong/) PhD Student 2015 Robert H. Smith School of Business University of Maryland 919-257-9650 MOBILE ccli@rhsmith.umd.edu http://www.rhsmith.umd.edu Show quoted text
________________________________________ From: Alex Bowley via RT [bug-HTML-Strip@rt.cpan.org] Sent: Tuesday, September 30, 2014 6:53 AM To: Congcong Li Subject: [rt.cpan.org #99219] Bug HTML Strip <URL: https://rt.cpan.org/Ticket/Display.html?id=99219 > I've disabled that test in v1.09 when running under windows. That version should compile for you successfully, once it's available. If you need a working version in the interim, the git repo for HTML::Strip is here: https://github.com/kilinrax/HTML-Strip
On Tue Sep 30 09:00:03 2014, ccli@umd.edu wrote: Show quoted text
> Thank you very much for your email! Could you please give me more > instructions for installing the module? I downloaded the zip file via > the link you gave me. But when I typed "make", I got a error message > "make is not recognized as an internal or external command". Thank you > very much!
The install process is the (old, admittedly) ExtUtils::MakeMaker standard: perl Makefile.PL make make test make install I'm guessing you are installing on Windows/StrawberryPerl if that is failing?
Subject: Re: [rt.cpan.org #99219] Bug HTML Strip
Date: Tue, 30 Sep 2014 12:34:06 -0400
To: "<bug-HTML-Strip [...] rt.cpan.org>" <bug-HTML-Strip [...] rt.cpan.org>
From: Congcong <ccli [...] umd.edu>
That's true. I am using windows strawberry perl. Any idea that i can install the module? thank you very much! Best Congcong Sent from my iPhone Congcong Li ("Congcong" is pronounced as /chong'chong/) PhD Candidate 2015 Robert H. Smith School of Business University of Maryland 919-257-9650 MOBILE ccli@rhsmith.umd.edu http://www.rhsmith.umd.edu Show quoted text
> On Sep 30, 2014, at 12:10 PM, Alex Bowley via RT <bug-HTML-Strip@rt.cpan.org> wrote: > > <URL: https://rt.cpan.org/Ticket/Display.html?id=99219 > >
>> On Tue Sep 30 09:00:03 2014, ccli@umd.edu wrote: >> Thank you very much for your email! Could you please give me more >> instructions for installing the module? I downloaded the zip file via >> the link you gave me. But when I typed "make", I got a error message >> "make is not recognized as an internal or external command". Thank you >> very much!
> > The install process is the (old, admittedly) ExtUtils::MakeMaker standard: > > perl Makefile.PL > make > make test > make install > > I'm guessing you are installing on Windows/StrawberryPerl if that is failing?
On Tue Sep 30 12:34:15 2014, ccli@umd.edu wrote: Show quoted text
> That's true. I am using windows strawberry perl. Any idea that i can > install the module? thank you very much!
I just downloaded the new Windows 10 technical preview to install in a VM with strawberry perl. "cpan HTML::Strip" from the select perl command line installed v1.10 just fine.
Subject: Re: [rt.cpan.org #99219] Bug HTML Strip
Date: Fri, 3 Oct 2014 11:26:58 -0400
To: "bug-HTML-Strip [...] rt.cpan.org" <bug-HTML-Strip [...] rt.cpan.org>
From: Congcong <ccli [...] exch.mail.umd.edu>
Hi Alex, thank you very much! On 10/3/2014 11:25 AM, Alex Bowley via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=99219 > > > On Tue Sep 30 12:34:15 2014, ccli@umd.edu wrote:
>> That's true. I am using windows strawberry perl. Any idea that i can >> install the module? thank you very much!
> I just downloaded the new Windows 10 technical preview to install in a VM with strawberry perl. "cpan HTML::Strip" from the select perl command line installed v1.10 just fine.
On Fri Oct 03 11:27:31 2014, ccli@exch.mail.umd.edu wrote: Show quoted text
> Hi Alex, thank you very much!
:) Closing as resolved.