1994 1995 1996 1997 1998 1999 2000 2001 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 | 1994 1995 1996 1997 1998 1999 2000 2001 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: sequencer installation |
From: | Vikram Bhagat <[email protected]> |
To: | Ralph Lange <[email protected]> |
Cc: | EPICS Tech-Talk <[email protected]> |
Date: | Sun, 22 Jun 2014 00:01:46 -0700 |
Hi,From base folder$ pwd/opt/epics/base-3.14.12.4
and in sncseq/configure/RELEASE#EPICS_BASE=/home/phoebus/ANJ/epics/base/3-14-devEPICS_BASE=/opt/epics/base-3.14.12.4
what is wrong with this setting?
With Best RegardsVikram
On Friday, June 13, 2014 7:41 PM, Mark Rivers <[email protected]> wrote:
It looks to me like you have not correctly defined EPICS_BASE in sncseq/configure/RELEASE.MarkFrom: Vikram Bhagat [mailto:[email protected]]
Sent: Friday, June 13, 2014 12:39 PM
To: Mark Rivers; epics talk
Subject: Re: sequencer installationI installed base3.14.12.4 but for installation of sequencer, i have
below error
make[1]: Leaving directory `/opt/epics/modules/sncseq/configure'
make -C ./src install
make[1]: Entering directory `/opt/epics/modules/sncseq/src'
make -C ./pv install
make[2]: Entering directory `/opt/epics/modules/sncseq/src/pv'
make -C O.linux-x86_64 -f ../Makefile TOP=../../.. T_A=linux-x86_64
install
make[3]: Entering directory
`/opt/epics/modules/sncseq/src/pv/O.linux-x86_64'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory
`/opt/epics/modules/sncseq/src/pv/O.linux-x86_64'
make[2]: Leaving directory `/opt/epics/modules/sncseq/src/pv'
make -C ./seq install
make[2]: Entering directory `/opt/epics/modules/sncseq/src/seq'
make -C O.linux-x86_64 -f ../Makefile TOP=../../.. T_A=linux-x86_64
install
make[3]: Entering directory
`/opt/epics/modules/sncseq/src/seq/O.linux-x86_64'
make[3]: *** No rule to make target
`../../../lib/linux-x86_64/libiocsh.a', needed by `libseq.a'. Stop.
make[3]: Leaving directory
`/opt/epics/modules/sncseq/src/seq/O.linux-x86_64'
make[2]: *** [install.linux-x86_64] Error 2
make[2]: Leaving directory `/opt/epics/modules/sncseq/src/seq'
make[1]: *** [seq.install] Error 2
make[1]: Leaving directory `/opt/epics/modules/sncseq/src'
make: *** [src.install] Error 2
Please suggest me how to come out from this problem.
With best Regards
VikramOn Wednesday, June 4, 2014 10:40 PM, Mark Rivers <[email protected]> wrote:I would suggest using 3.14.12.4 and see if you still have a problem.
________________________________
From: Vikram Bhagat [[email protected]]
Sent: Wednesday, June 04, 2014 3:14 PM
To: Mark Rivers; epics talk
Subject: Re: sequencer installation
Dear Mark
There nothing special to use EPICS3.15, i am installing in my system so just took latest.
Vikram
On Wednesday, June 4, 2014 10:09 PM, Mark Rivers <[email protected]> wrote:
You are using EPICS 3.15. Do you have a reason for using that? It is still not ready for production systems. Should you be using 3.14.12.4 instead?
Mark
________________________________
From: [email protected]<mailto:[email protected]> [[email protected]<mailto:[email protected]>] on behalf of Vikram Bhagat [[email protected]<mailto:[email protected]>]
Sent: Wednesday, June 04, 2014 3:02 PM
To: epics talk
Subject: sequencer installation
Hello,
I am trying to install sequencer but could not build
Below is the log an anyone guide me what is wrong with installation.
[root@sarva-PC<mailto:root@sarva-PC> sncseq]# make
make -C ./configure install
make[1]: Entering directory `/opt/epics/modules/sncseq/configure'
make -C O.linux-x86_64 -f ../Makefile TOP=../.. T_A=linux-x86_64 install
make[2]: Entering directory `/opt/epics/modules/sncseq/configure/O.linux-x86_64'
perl -CSD /opt/epics/base/bin/linux-x86_64/convertRelease.pl checkRelease
make[2]: Leaving directory `/opt/epics/modules/sncseq/configure/O.linux-x86_64'
make[1]: Leaving directory `/opt/epics/modules/sncseq/configure'
make -C ./src install
make[1]: Entering directory `/opt/epics/modules/sncseq/src'
make -C ./pv install
make[2]: Entering directory `/opt/epics/modules/sncseq/src/pv'
make -C O.linux-x86_64 -f ../Makefile TOP=../../.. T_A=linux-x86_64 install
make[3]: Entering directory `/opt/epics/modules/sncseq/src/pv/O.linux-x86_64'
make[3]: *** No rule to make target `/opt/epics/base-3.15.0.1/include/shareLib.h', needed by `pvNew.o'. Stop.
make[3]: Leaving directory `/opt/epics/modules/sncseq/src/pv/O.linux-x86_64'
make[2]: *** [install.linux-x86_64] Error 2
make[2]: Leaving directory `/opt/epics/modules/sncseq/src/pv'
make[1]: *** [pv.install] Error 2
make[1]: Leaving directory `/opt/epics/modules/sncseq/src'
make: *** [src.install] Error 2
[root@sarva-PC<mailto:root@sarva-PC> sncseq]#
I set
EPICS_BASE=/opt/epics/base
in configure/RELEASE
Thanks
Vikram