EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  <20182019  2020  2021  2022  2023  2024  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  <20182019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: RE: Error compiling EPICS base-7.0.x on OpenSUSE 10.3
From: Mark Rivers via Tech-talk <[email protected]>
To: "'Woods, Russell'" <[email protected]>
Cc: "[email protected]" <[email protected]>
Date: Thu, 20 Dec 2018 19:22:01 +0000

Hi Russ,

 

I have successfully built base 7.0.2 and all of synApps including areaDetector on my old openSUSE machines that run the Pilatus 100K detectors. 

 

This is uname –a for that machine:

Linux gse-pilatus1 2.6.27.39-default #2 SMP PREEMPT Tue Dec 1 13:48:11 CET 2009 x86_64 x86_64 x86_64 GNU/Linux

 

It is perl 5.8.8 as you said:

/home/epics> perl --version

This is perl, v5.8.8 built for x86_64-linux-thread-multi

 

I thought I might have run into the error you are seeing when I first built 7.0.1.  But if I did I would have expected to find an e-mail to Andrew about the problem, and I can’t find one.

 

I don’t know enough about Perl to know what the problem might be.  Hopefully someone else will.

 

Mark

 

 

 

From: [email protected] <[email protected]> On Behalf Of Woods, Russell via Tech-talk
Sent: Thursday, December 20, 2018 12:18 PM
To: [email protected]
Subject: Error compiling EPICS base-7.0.x on OpenSUSE 10.3

 

Has anyone compiled base-7 on the OpenSUSE pilatus computers? I'm getting the error shown below. These computers have perl5.8.8

 

I didn't have any problem compiling on the newer CentOS 6.5 machines (perl5.10.1).

Thanks

Russ Woods

 

root:base-7.0.2# make                
make -C ./configure install
make[1]: Entering directory `/disk2/local/DPbin/epics/epics_2018-12-06/base-7.0.2/configure'
perl -CSD ../src/tools/makeMakefile.pl O.linux-x86_64 ../..
mkdir -p O.Common
make -C O.linux-x86_64 -f ../Makefile TOP=../.. \
        T_A=linux-x86_64 install
make[2]: Entering directory `/disk2/local/DPbin/epics/epics_2018-12-06/base-7.0.2/configure/O.linux-x86_64'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/disk2/local/DPbin/epics/epics_2018-12-06/base-7.0.2/configure/O.linux-x86_64'
make[1]: Leaving directory `/disk2/local/DPbin/epics/epics_2018-12-06/base-7.0.2/configure'
make -C ./src install
make[1]: Entering directory `/disk2/local/DPbin/epics/epics_2018-12-06/base-7.0.2/src'
make -C ./tools install
make[2]: Entering directory `/disk2/local/DPbin/epics/epics_2018-12-06/base-7.0.2/src/tools'
perl -CSD ../../src/tools/makeMakefile.pl O.linux-x86_64 ../../..
mkdir -p O.Common
make -C O.linux-x86_64 -f ../Makefile TOP=../../.. \
        T_A=linux-x86_64 install
make[3]: Entering directory `/disk2/local/DPbin/epics/epics_2018-12-06/base-7.0.2/src/tools/O.linux-x86_64'
Installing PERL_MODULES file ../../../lib/perl/EPICS/Copy.pm
mkdir ../../../lib/perl
mkdir ../../../lib/perl/EPICS
Installing PERL_MODULES file ../../../lib/perl/EPICS/Path.pm
Installing PERL_MODULES file ../../../lib/perl/EPICS/Release.pm
Installing PERL_MODULES file ../../../lib/perl/EPICS/Readfile.pm
Installing PERL_MODULES file ../../../lib/perl/EPICS/Getopts.pm
Installing PERL_MODULES file ../../../lib/perl/EpicsHostArch.pl
Installing script ../../../bin/linux-x86_64/assembleSnippets.pl
mkdir ../../../bin/linux-x86_64
Installing script ../../../bin/linux-x86_64/convertRelease.pl
Installing script ../../../bin/linux-x86_64/cvsclean.pl
Installing script ../../../bin/linux-x86_64/depclean.pl
Installing script ../../../bin/linux-x86_64/dos2unix.pl
Installing script ../../../bin/linux-x86_64/expandVars.pl
Installing script ../../../bin/linux-x86_64/fullPathName.pl
Installing script ../../../bin/linux-x86_64/installEpics.pl
Installing script ../../../bin/linux-x86_64/makeMakefile.pl
Installing script ../../../bin/linux-x86_64/makeTestfile.pl
Installing script ../../../bin/linux-x86_64/mkmf.pl
Installing script ../../../bin/linux-x86_64/munch.pl
Installing script ../../../bin/linux-x86_64/podToHtml.pl
Installing script ../../../bin/linux-x86_64/podRemove.pl
Installing script ../../../bin/linux-x86_64/replaceVAR.pl
Installing script ../../../bin/linux-x86_64/tap-to-junit-xml.pl
Installing script ../../../bin/linux-x86_64/useManifestTool.pl
Installing script ../../../bin/linux-x86_64/genVersionHeader.pl
Installing html ../../../html/./style.css
mkdir ../../../html
mkdir ../../../html/.
perl -CSD ../../../src/tools/podToHtml.pl -s -o Getopts.html ../EPICS/Getopts.pm
Can't locate object method "new" via package "Pod::Simple::HTML" (perhaps you forgot to load "Pod::Simple::HTML"?) at ../../../src/tools/podToHtml.pl line 89.
make[3]: *** [../O.Common/EPICS/Getopts.html] Error 25
make[3]: Leaving directory `/disk2/local/DPbin/epics/epics_2018-12-06/base-7.0.2/src/tools/O.linux-x86_64'
make[2]: *** [install.linux-x86_64] Error 2
make[2]: Leaving directory `/disk2/local/DPbin/epics/epics_2018-12-06/base-7.0.2/src/tools'
make[1]: *** [tools.install] Error 2
make[1]: Leaving directory `/disk2/local/DPbin/epics/epics_2018-12-06/base-7.0.2/src'
make: *** [src.install] Error 2

 


Replies:
Re: Error compiling EPICS base-7.0.x on OpenSUSE 10.3 Matt Newville via Tech-talk
References:
Error compiling EPICS base-7.0.x on OpenSUSE 10.3 Woods, Russell via Tech-talk

Navigate by Date:
Prev: Error compiling EPICS base-7.0.x on OpenSUSE 10.3 Woods, Russell via Tech-talk
Next: Stream fails on windows-x64 against base-7.0.2 Gofron, Kazimierz via Tech-talk
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  <20182019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Error compiling EPICS base-7.0.x on OpenSUSE 10.3 Woods, Russell via Tech-talk
Next: Re: Error compiling EPICS base-7.0.x on OpenSUSE 10.3 Matt Newville via Tech-talk
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  <20182019  2020  2021  2022  2023  2024 
ANJ, 20 Dec 2018 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·