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 | 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: EPICS make runtests fails |
From: | Dirk Zimoch <[email protected]> |
To: | <[email protected]> |
Date: | Wed, 17 Oct 2018 09:23:05 +0200 |
It seems the file "Test/More.pm" is missing.Test::More is a Perl module that used to be included in all Perl installations. On my RHEL7 system it is in the RPM perl-Test-Simple-0.98-243.el7.noarch We have been using this module in 3.15's src/tools/test programs since before 3.15.0 came out, so if you used to be able to build the 3.15 branch something has changed on your system; maybe a new installation of Perl on /usr/local needs to have that module adding? - Andrew
Hi Andrew,Thanks for the hint. I will have a look at our Perl installation. I thought the file was meant to be part of EPICS.
Dirk