1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 <2018> 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 <2018> 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | RE: Error compiling EPICS base-7.0.x on OpenSUSE 10.3 |
From: | "Woods, Russell via Tech-talk" <[email protected]> |
To: | "Rivers, Mark L." <[email protected]> |
Cc: | "[email protected]" <[email protected]> |
Date: | Sat, 22 Dec 2018 16:20:47 +0000 |
I tried installing with cpan:
root:epics# cpan install Pod::Simple::HTML
CPAN: Storable loaded ok
CPAN: LWP::UserAgent loaded ok
Fetching with LWP:
ftp://ftp.perl.org/pub/CPAN/authors/01mailrc.txt.gz
It hangs up on the ftp command. I think it's probably possible to configure span to work around this problem, but I don't know how to do it.
Mark
-----Original Message-----
From: Johnson, Andrew N. <[email protected]>
Sent: Saturday, December 22, 2018 8:21 AM
To: Mark Rivers <[email protected]>
Cc: Peterson, Kevin M. <[email protected]>; Woods, Russell <[email protected]>; [email protected]
Subject: Re: Error compiling EPICS base-7.0.x on OpenSUSE 10.3
Sorry for the delay, I’ve been traveling (and my wife says I’m on holiday and shouldn’t be working anyway)...
> On Dec 21, 2018, at 9:29 AM, Mark Rivers via Tech-talk <[email protected]> wrote:
>
> I verified my suspicion. I deleted the base-7.0.2/html directory and did "make clean" on the Pilatus architecture.
>
> I then got the perl errors:
> gse-pilatus1 epics-devel/base-7.0.2> make -sj4 Can't locate
> Pod/Simple/HTML.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at ../../../src/tools/podToHtml.pl line 15.
> BEGIN failed--compilation aborted at ../../../src/tools/podToHtml.pl line 15.
Apparently Perl 5.8.8 didn’t come with the Pod::Simple::HTML module which I use to convert POD (Plain Old Documentation) into HTML files in the EPICS INSTALL_HTML directory, it first appeared in Perl 5.10 (which was released in December 2007). In an earlier response Matt Newville gave explicit instructions on how to install the module, which should work. Mark’s solution of first building for a different host architecture which has that Perl module is your best workaround if you can’t install it using cpan or some equivalent such as the OpenSUSE package management system.
- Andrew