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: Can't find file 'devSequencer.dbd'
From: l123173 <[email protected]>
To: [email protected]
Date: Tue, 19 Jul 2016 20:48:16 +0800 (CST)
Hi all,
I use synapp_5_8, seq-2-2-1,  motor-6-9, Fedora 23,epics 3.15.3
I want to use the example in motor. So I change the Makefile in motor-6-9 as the motor-6-9/Makefile said. Then I "make clean uninstall" and "make".
Error came.

I noticed the http://www.aps.anl.gov/epics/tech-talk/2016/msg00379.php  has met the same question, so I install the seq-2-2-3 as the web sadi. But it still has the error.

The motor-6-9/Makefile is like these,
***************
#Makefile at top of application tree
# "#!" marks lines that can be uncommented.
TOP = .
include $(TOP)/configure/CONFIG

DIRS += configure motorApp
motorApp_DEPEND_DIRS   = configure

# To build motor examples;
# 1st - uncomment lines below.
# 2nd - uncomment required support module lines at the bottom of
#       <motor>/configure/RELEASE.
# 3rd - make clean uninstall
# 4th - make
DIRS += motorExApp iocBoot
motorExApp_DEPEND_DIRS = motorApp
iocBoot_DEPEND_DIRS    = motorExApp

include $(TOP)/configure/RULES_TOP
*************************************
I changed the /motor-6-9/Makefile, then when I make ,the error came out.
 

This is part of output of make( the whole is too much ):
**************************************
make[3]: Entering directory '/opt/epics/synApps_5_8/support/motor-6-9/motorExApp/WithAsyn/O.linux-x86_64'
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE            -D_X86_64_  -DUNIX  -Dlinux     -O3 -g   -Wall      -mtune=generic     -m64  -I. -I../O.Common -I. -I. -I.. -I../../../include/compiler/gcc -I../../../include/os/Linux -I../../../include      -I/opt/epics/synApps_5_8/support/asyn-4-26/include   -I/opt/epics/synApps_5_8/support/seq-2-2-3/include   -I/opt/epics/synApps_5_8/support/busy-1-6-1/include -I/opt/epics/base/include/compiler/gcc -I/opt/epics/base/include/os/Linux -I/opt/epics/base/include   -I/opt/epics/synApps_5_8/support/ipac-2-13/include        -MM -MF WithAsynMain.d  ../WithAsynMain.c
Creating dbd file WithAsyn.dbd
perl -CSD /opt/epics/base/bin/linux-x86_64/dbdExpand.pl   -I. -I.. -I../O.Common -I../../../dbd -I/opt/epics/synApps_5_8/support/asyn-4-26/dbd -I/opt/epics/synApps_5_8/support/seq-2-2-3/dbd -I/opt/epics/synApps_5_8/support/busy-1-6-1/dbd -I/opt/epics/base/dbd -I/opt/epics/synApps_5_8/support/ipac-2-13/dbd -o WithAsyn.dbd base.dbd motorSupport.dbd devAcsMotor.dbd devImsMotor.dbd devMclennanMotor.dbd devMicos.dbd devMicroMo.dbd devNewport.dbd LdevNewportTS.dbd devPIMotor.dbd devOms.dbd devSoftMotor.dbd motorSimSupport.dbd devSmartMotorMotor.dbd devKohzuMotor.dbd devAttocube.dbd devAerotech.dbd ACRMotorSupport.dbd asyn.dbd drvAsynSerialPort.dbd drvAsynIPPort.dbd busySupport.dbd PI_GCS2Support.dbd phytron.dbd devSequencer.dbd
dbdExpand.pl: Duplicate definition of record type ''
Context: recordtype(asyn) in file '/opt/epics/synApps_5_8/support/asyn-4-26/dbd/asynRecord.dbd' in file '/opt/epics/synApps_5_8/support/asyn-4-26/dbd/asyn.dbd' in file '../../../dbd/PI_GCS2Support.dbd'
  while reading 'PI_GCS2Support.dbd' to create 'WithAsyn.dbd'
dbdExpand.pl: Can't find file 'devSequencer.dbd'
  while reading 'devSequencer.dbd' to create 'WithAsyn.dbd'
  Your Makefile may need this dependency rule:
    $(COMMON_DIR)/WithAsyn.dbd: $(COMMON_DIR)/devSequencer.dbd
dbdExpand.pl: Exiting due to errors
/opt/epics/base/configure/RULES.Db:402: recipe for target '../O.Common/WithAsyn.dbd' failed
make[3]: *** [../O.Common/WithAsyn.dbd] Error 2
make[3]: Leaving directory '/opt/epics/synApps_5_8/support/motor-6-9/motorExApp/WithAsyn/O.linux-x86_64'
/opt/epics/base/configure/RULES_ARCHS:61: recipe for target 'install.linux-x86_64' failed
make[2]: *** [install.linux-x86_64] Error 2
make[2]: Leaving directory '/opt/epics/synApps_5_8/support/motor-6-9/motorExApp/WithAsyn'
/opt/epics/base/configure/RULES_DIRS:88: recipe for target 'WithAsyn.install' failed
make[1]: *** [WithAsyn.install] Error 2
make[1]: Leaving directory '/opt/epics/synApps_5_8/support/motor-6-9/motorExApp'
/opt/epics/base/configure/RULES_DIRS:88: recipe for target 'motorExApp.install' failed
make: *** [motorExApp.install] Error 2

Thank you.
Li xing


 


Replies:
Re: Can't find file 'devSequencer.dbd' Benjamin Franksen

Navigate by Date:
Prev: Re: how to disable PVs in SNL bob dalesio
Next: Re: how to disable PVs in SNL Benjamin Franksen
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: Re: how to disable PVs in SNL Benjamin Franksen
Next: Re: Can't find file 'devSequencer.dbd' Benjamin Franksen
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, 19 Jul 2016 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·