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  <20132014  2015  2016  2017  2018  2019  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  <20132014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: EPICS base Installation Error- Need Help
From: Vikas Kumthekar <[email protected]>
To: [email protected]
Date: Tue, 24 Sep 2013 20:10:39 +0530
Hi All,

Thanks for your replies. I tried with

yum install perl-devel readline-devel gcc-c++ re2c

However, I have run into another set of errors as depicted below. Attaching the detailed error list for the reference in .pdf format.

Can any one help in this..

I was just wondering if, there is any installation document which will help for the beginners like me.

/usr/bin/gcc -c  -D_POSIX_C_SOURCE=199506L -D_POSIX_THREADS -D_XOPEN_SOURCE=500           -D_X86_  -DUNIX  -D_BSD_SOURCE -Dlinux  -D_REENTRANT   -O3 -g   -Wall   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64   -m32     -fPIC -MMD -I. -I../O.Common -I. -I.. -I../../../include/os/Linux -I../../../include    -I/usr/lib/perl5/CORE    Cap5.c
../Cap5.xs: In function ‘CA_put’:
../Cap5.xs:598:16: warning: ‘p.dbr’ may be used uninitialized in this function [-Wmaybe-uninitialized]
         status = ca_array_put(type, num_values, pch->chan, p.dbr);
                ^
../Cap5.xs: In function ‘CA_put_callback’:
../Cap5.xs:691:16: warning: ‘p.dbr’ may be used uninitialized in this function [-Wmaybe-uninitialized]
         status = ca_array_put_callback(type, num_values, pch->chan, p.dbr,
                ^
/usr/bin/g++ -o libCap5.so -shared -fPIC -Wl,-hlibCap5.so -L/home/159251/Downloads/base-3.14.12.3/lib/linux-x86 -Wl,-rpath,/home/159251/Downloads/base-3.14.12.3/lib/linux-x86       -m32               Cap5.o    -lca -lCom   -lpthread   -lreadline -lm -lrt -ldl -lgcc
Installing loadable shared library ../../../lib/linux-x86/libCap5.so
Installing PERL_MODULES file ../../../lib/perl/CA.pm
Installing loadable shared library ../../../lib/perl/5.16.3/i386-linux-thread-multi/libCap5.so
mkdir ../../../lib/perl/5.16.3
mkdir ../../../lib/perl/5.16.3/i386-linux-thread-multi
Installing script ../../../bin/linux-x86/cainfo.pl
Installing script ../../../bin/linux-x86/caput.pl
Installing script ../../../bin/linux-x86/caget.pl
Installing script ../../../bin/linux-x86/capr.pl
Installing script ../../../bin/linux-x86/camonitor.pl
rm -f CA.html
podchecker ../CA.pm && pod2html --infile=../CA.pm --outfile=CA.html
/bin/sh: podchecker: command not found
make[3]: *** [CA.html] Error 127
make[3]: Leaving directory `/home/159251/Downloads/base-3.14.12.3/src/cap5/O.linux-x86'
make[2]: *** [install.linux-x86] Error 2
make[2]: Leaving directory `/home/159251/Downloads/base-3.14.12.3/src/cap5'
make[1]: *** [cap5.install] Error 2
make[1]: Leaving directory `/home/159251/Downloads/base-3.14.12.3/src'
make: *** [src.install] Error 2

Thanks and Regards
Vikas Kumthekar


[email protected] wrote: -----
To: [email protected]
From: Miroslav Mihaylov
Sent by: [email protected]
Date: 09/24/2013 01:52AM
Subject: Re: EPICS base Installation Error- Need Help

I think it is the readline library.

Install these packages and then try to compile base again.

 

yum install perl-devel readline-devel gcc-c++ re2c

 

Miroslav

 

 

On Monday, September 23, 2013 08:33:57 PM Vikas Kumthekar wrote:

Hi

I am trying to install EPICS base-3.14.12.3 version, on Linux Fedora (Desktop)

I am getting following errors, while installing. Will be useful, if someone there could help me to resolve these errors. Does anyone has a updated installation procedure/ standard procedure for the installation.


compilation terminated.
make[3]: *** [epicsReadline.o] Error 1
make[3]: Leaving directory `/home/159251/Desktop/Vikas/base-3.14.12.3/src/libCom/O.linux-x86'
make[2]: *** [install.linux-x86] Error 2
make[2]: Leaving directory `/home/159251/Desktop/Vikas/base-3.14.12.3/src/libCom'
make[1]: *** [libCom.install] Error 2
make[1]: Leaving directory `/home/159251/Desktop/Vikas/base-3.14.12.3/src'
make: *** [src.install] Error 2


Thanks in advance!

Regards
Vikas Hariharrao Kumthekar
Tata Consultancy Services
1, Mangaldas Road,
Pune - 411001,Maharashtra
India
Ph:- +91 20 66086004
Mailto: [email protected]
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Consulting
____________________________________________

=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you

 



--

Mirolslav Mihaylov

University of Illinois at Chicago

Department of Physics

845 West Taylor Street 2336 SES

Chicago, IL 60607

312-355-0225

Attachment: EPICS_Installation_Errors.pdf
Description: Adobe PDF document


Replies:
RE: EPICS base Installation Error- Need Help Mark Rivers
Re: EPICS base Installation Error- Need Help Andrew Johnson
Re: EPICS base Installation Error- Need Help Ganesh Jangir
References:
Re: EPICS base Installation Error- Need Help Miroslav Mihaylov
EPICS base Installation Error- Need Help Vikas Kumthekar

Navigate by Date:
Prev: Version strings to track not only EPICS BASE but other IOC modules/components Williams Jr., Ernest L.
Next: RE: EPICS base Installation Error- Need Help Mark Rivers
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  <20132014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: EPICS base Installation Error- Need Help Miroslav Mihaylov
Next: RE: EPICS base Installation Error- Need Help Mark Rivers
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  <20132014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 20 Apr 2015 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·