EPICS Home

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: Error in installing asyn driver
From: Mark Rivers <[email protected]>
To: nalaka samarasinghe <[email protected]>
Cc: "[email protected]" <[email protected]>
Date: Wed, 2 Jan 2013 20:37:15 +0000
Hi Nalaka,

You have 2 choices to avoid that error:

1) Do what Keith suggested, install the sequencer package and edit configure/RELEASE to point to it.

2) Comment out the line in configure/RELEASE that defines SNCSEQ by placing a "#" character at the start, like the following:

#SNCSEQ=$(SUPPORT)/seq-2-1-10

If you do that and then run "make" at the top-level in asyn it will not build the testIPServerApp directory, and you will not get the error.

Mark



-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Keith Thorne
Sent: Wednesday, December 26, 2012 7:20 AM
To: nalaka samarasinghe
Cc: [email protected]
Subject: Re: Error in installing asyn driver

Dear Nalaka

I am an EPICS user, not developer.  But I think I can help here.

To convert ipSNCServer.st to ipSNCServer.o for asyn, you need to
 first install the sequencer and SNL (State Notation Language) compiler.

- Look in EPICS modules list for sequencer (Now maintained by BESSY staff)
http://www-csr.bessy.de/control/SoftDist/sequencer/

Once you install that, edit the configure/RELEASE file so the SNCSEQ macro points to that installation location

			Keith Thorne

On Dec 25, 2012, at 11:20 AM, nalaka samarasinghe wrote:

> 
> 
> 
> Dear Sir,
> 
> When i am trying to build asyn package,following error appears. Please kindly let me know where i have gone wrong.I have successfully installed EPICS base.
> 
> Thanks & Regards,
> 
> Nalaka Samarasinghe
> 
> Please see the output  below:
> 
> 
> nalaka@nalaka-laptop:~/opt1/epics/modules$ cd asyn
> nalaka@nalaka-laptop:~/opt1/epics/modules/asyn$ make
> make -C ./configure install 
> make[1]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/configure'
> perl /home/nalaka/opt1/epics/base/bin/linux-x86/convertRelease.pl checkRelease
> make -C O.linux-x86 -f ../Makefile TOP=../.. T_A=linux-x86 install
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/configure/O.linux-x86'
> make[2]: Nothing to be done for `install'.
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/configure/O.linux-x86'
> make[1]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/configure'
> make -C ./makeSupport install 
> make[1]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/makeSupport'
> make -C O.linux-x86 -f ../Makefile TOP=../.. T_A=linux-x86 install
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/makeSupport/O.linux-x86'
> make[2]: Nothing to be done for `install'.
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/makeSupport/O.linux-x86'
> make[1]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/makeSupport'
> make -C ./asyn install 
> make[1]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/asyn'
> make -C O.linux-x86 -f ../Makefile TOP=../.. T_A=linux-x86 install
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/asyn/O.linux-x86'
> make[2]: Nothing to be done for `install'.
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/asyn/O.linux-x86'
> make[1]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/asyn'
> make -C ./testApp install 
> make[1]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testApp'
> make -C ./src install 
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testApp/src'
> make -C O.linux-x86 -f ../Makefile TOP=../../.. T_A=linux-x86 install
> make[3]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testApp/src/O.linux-x86'
> make[3]: Nothing to be done for `install'.
> make[3]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testApp/src/O.linux-x86'
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testApp/src'
> make -C ./Db install 
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testApp/Db'
> make -C O.linux-x86 -f ../Makefile TOP=../../.. T_A=linux-x86 install
> make[3]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testApp/Db/O.linux-x86'
> make[3]: Nothing to be done for `install'.
> make[3]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testApp/Db/O.linux-x86'
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testApp/Db'
> make[1]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testApp'
> make -C ./testGpibApp install 
> make[1]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibApp'
> make -C ./src install 
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibApp/src'
> make -C O.linux-x86 -f ../Makefile TOP=../../.. T_A=linux-x86 install
> make[3]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibApp/src/O.linux-x86'
> make[3]: Nothing to be done for `install'.
> make[3]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibApp/src/O.linux-x86'
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibApp/src'
> make -C ./Db install 
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibApp/Db'
> make -C O.linux-x86 -f ../Makefile TOP=../../.. T_A=linux-x86 install
> make[3]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibApp/Db/O.linux-x86'
> make[3]: Nothing to be done for `install'.
> make[3]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibApp/Db/O.linux-x86'
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibApp/Db'
> make[1]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibApp'
> make -C ./testGpibSerialApp install 
> make[1]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibSerialApp'
> make -C ./src install 
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibSerialApp/src'
> make -C O.linux-x86 -f ../Makefile TOP=../../.. T_A=linux-x86 install
> make[3]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibSerialApp/src/O.linux-x86'
> make[3]: Nothing to be done for `install'.
> make[3]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibSerialApp/src/O.linux-x86'
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibSerialApp/src'
> make[1]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibSerialApp'
> make -C ./testEpicsApp install 
> make[1]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testEpicsApp'
> make -C ./src install 
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testEpicsApp/src'
> make -C O.linux-x86 -f ../Makefile TOP=../../.. T_A=linux-x86 install
> make[3]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testEpicsApp/src/O.linux-x86'
> make[3]: Nothing to be done for `install'.
> make[3]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testEpicsApp/src/O.linux-x86'
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testEpicsApp/src'
> make -C ./Db install 
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testEpicsApp/Db'
> make -C O.linux-x86 -f ../Makefile TOP=../../.. T_A=linux-x86 install
> make[3]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testEpicsApp/Db/O.linux-x86'
> make[3]: Nothing to be done for `install'.
> make[3]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testEpicsApp/Db/O.linux-x86'
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testEpicsApp/Db'
> make[1]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testEpicsApp'
> make -C ./testManagerApp install 
> make[1]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testManagerApp'
> make -C O.linux-x86 -f ../Makefile TOP=../.. T_A=linux-x86 install
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testManagerApp/O.linux-x86'
> make[2]: Nothing to be done for `install'.
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testManagerApp/O.linux-x86'
> make[1]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testManagerApp'
> make -C ./testIPServerApp install 
> make[1]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testIPServerApp'
> make -C ./src install 
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testIPServerApp/src'
> make -C O.linux-x86 -f ../Makefile TOP=../../.. T_A=linux-x86 install
> make[3]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testIPServerApp/src/O.linux-x86'
> make[3]: *** No rule to make target `ipSNCServer.o', needed by `libtestIPServerSupport.a'.  Stop.
> make[3]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testIPServerApp/src/O.linux-x86'
> make[2]: *** [install.linux-x86] Error 2
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testIPServerApp/src'
> make[1]: *** [src.install] Error 2
> make[1]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testIPServerApp'
> make: *** [testIPServerApp.install] Error 2
> nalaka@nalaka-laptop:~/opt1/epics/modules/asyn$ 
> 
> 



------
Keith Thorne <[email protected]>
CDS Software Engineer
LIGO Livingston Laboratory
Livingston, LA 70754
Phone: (225)686-3168 Fax: (225)686-7189




Navigate by Date:
Prev: unable to see epics variables James F Ross
Next: Question from the dark past: CGIExport Maren Purves
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: unable to see epics variables James F Ross
Next: RE: Error in installing asyn driver 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