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  <20162017  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  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: RE: A Problem while Installing calc in synApps_5_5
From: "Mooney, Tim M." <[email protected]>
To: 정필규 <[email protected]>, "[email protected]" <[email protected]>
Date: Wed, 24 Aug 2016 04:41:07 +0000
Hi Jung,

synApps_5_8 is intended to build with either 3.14 or 3.15.  (I would recommend 3.14.12.5, or 3.15.3.)  I've been regarding 3.16.0 as a development version - an early look - that is mostly intended to give EPICS application developers a target to shoot at.  I haven't actually tried in earnest to hit that target yet.

Tim Mooney ([email protected]) (630)252-5417
Beamline Controls Group (www.aps.anl.gov)
Advanced Photon Source, Argonne National Lab


From: [email protected] [[email protected]] on behalf of 정필규 [[email protected]]
Sent: Tuesday, August 23, 2016 11:23 PM
To: [email protected]
Subject: A Problem while Installing calc in synApps_5_5

Hello, This is Jung who is a Epics beginner.

I installed epics R3.16.0.1, Extensions Top (R3.14) and so on.

here is a problem. when I install sysApps_5_8, I received this error.


-------------------------------------------------------------------------------------------


make -C /usr/local/epics/extensions/src/synApps_5_8/support/calc-R3-6-1 install
make[1]: Entering directory '/usr/local/epics/extensions/src/synApps_5_8/support/calc-R3-6-1'
make -C ./configure install
make[2]: Entering directory '/usr/local/epics/extensions/src/synApps_5_8/support/calc-R3-6-1/configure'
make -C O.linux-x86_64 -f ../Makefile TOP=../.. \
    T_A=linux-x86_64 install
make[3]: Entering directory '/usr/local/epics/extensions/src/synApps_5_8/support/calc-R3-6-1/configure/O.linux-x86_64'
perl -CSD /usr/local/epics/base/bin/linux-x86_64/convertRelease.pl checkRelease
make[3]: Leaving directory '/usr/local/epics/extensions/src/synApps_5_8/support/calc-R3-6-1/configure/O.linux-x86_64'
make[2]: Leaving directory '/usr/local/epics/extensions/src/synApps_5_8/support/calc-R3-6-1/configure'
make -C ./calcApp install
make[2]: Entering directory '/usr/local/epics/extensions/src/synApps_5_8/support/calc-R3-6-1/calcApp'
make -C ./src install
make[3]: Entering directory '/usr/local/epics/extensions/src/synApps_5_8/support/calc-R3-6-1/calcApp/src'
make -C O.linux-x86_64 -f ../Makefile TOP=../../.. \
    T_A=linux-x86_64 install
make[4]: Entering directory '/usr/local/epics/extensions/src/synApps_5_8/support/calc-R3-6-1/calcApp/src/O.linux-x86_64'
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -D_X86_64_  -DUNIX  -Dlinux     -O3 -g   -Wall      -mtune=generic     -m64 -fPIC -I. -I../O.Common -I. -I. -I.. -I../../../include/compiler/gcc -I../../../include/os/Linux -I../../../include      -I/usr/local/epics/extensions/src/synApps_5_8/support/sscan-2-10-1/include   -I/usr/local/epics/extensions/src/synApps_5_8/support/seq-2-2-1/include -I/usr/local/epics/base/include/compiler/gcc -I/usr/local/epics/base/include/os/Linux -I/usr/local/epics/base/include        -c ../sseqRecord.c
../sseqRecord.c: In function ‘putCallbackCB’:
../sseqRecord.c:536:42: error: ‘struct pv_link’ has no member named ‘precord’
  pR = (sseqRecord *)(plink->value.pv_link.precord);
                                          ^

../sseqRecord.c: In function ‘processCallback’:
../sseqRecord.c:604:18: warning: variable ‘did_putCallback’ set but not used [-Wunused-but-set-variable]
  int     status, did_putCallback=0;
                  ^~~~~~~~~~~~~~~
/usr/local/epics/base/configure/RULES_BUILD:220: recipe for target 'sseqRecord.o' failed
make[4]: *** [sseqRecord.o] Error 1
make[4]: Leaving directory '/usr/local/epics/extensions/src/synApps_5_8/support/calc-R3-6-1/calcApp/src/O.linux-x86_64'
/usr/local/epics/base/configure/RULES_ARCHS:61: recipe for target 'install.linux-x86_64' failed
make[3]: *** [install.linux-x86_64] Error 2
make[3]: Leaving directory '/usr/local/epics/extensions/src/synApps_5_8/support/calc-R3-6-1/calcApp/src'
/usr/local/epics/base/configure/RULES_DIRS:88: recipe for target 'src.install' failed
make[2]: *** [src.install] Error 2
make[2]: Leaving directory '/usr/local/epics/extensions/src/synApps_5_8/support/calc-R3-6-1/calcApp'
/usr/local/epics/base/configure/RULES_DIRS:88: recipe for target 'calcApp.install' failed
make[1]: *** [calcApp.install] Error 2
make[1]: Leaving directory '/usr/local/epics/extensions/src/synApps_5_8/support/calc-R3-6-1'
/usr/local/epics/base/configure/RULES_DIRS:88: recipe for target '/usr/local/epics/extensions/src/synApps_5_8/support/calc-R3-6-1.install' failed
make: *** [/usr/local/epics/extensions/src/synApps_5_8/support/calc-R3-6-1.install] Error 2


-------------------------------------------------------------------------------------------


I guess calc of apps has a problem.

PLEASE help me, How can I do..?


Best regards

Pilkyu Jung


Replies:
Re: A Problem while Installing calc in synApps_5_5 Ralph Lange
References:
A Problem while Installing calc in synApps_5_5 정필규

Navigate by Date:
Prev: A Problem while Installing calc in synApps_5_5 정필규
Next: RE: tpmac distribution ulrik.pedersen
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: A Problem while Installing calc in synApps_5_5 정필규
Next: Re: A Problem while Installing calc in synApps_5_5 Ralph Lange
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 24 Aug 2016 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·