Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error when compiling via synapps #133

Open
sjstein opened this issue Jul 12, 2022 · 2 comments
Open

Build error when compiling via synapps #133

sjstein opened this issue Jul 12, 2022 · 2 comments

Comments

@sjstein
Copy link

sjstein commented Jul 12, 2022

When attempting to build by using the assemble_synApps.sh script found at the synapps repo, the following failure occurs during the make (within synapps/support):

make[1]: Entering directory '/root/EPICS/synApps/support/opcua-v0-9-3/exampleTop'
/root/EPICS/epics-base/configure/CONFIG:21: *** EPICS_BASE must be set in a configure/RELEASE file.  Stop.
make[1]: Leaving directory '/root/EPICS/synApps/support/opcua-v0-9-3/exampleTop'
make: *** [/root/EPICS/epics-base/configure/RULES_DIRS:85: exampleTop.install] Error 2
root@5a416bcdcaf4:~/EPICS/synApps/support/opcua-v0-9-3#

A couple of things to note:

  • The assemble_synapps.sh script is grabbing tag 0-9-3 of opcua which appears to be one version behind
  • It appears the error is referencing the epics base structure, not that within synapps/support (?)
@ralphlange
Copy link
Member

Why and how would this be related to the opcua module?

@realjinge
Copy link

Maybe you need to set 'EPICS_BASE' in the '/root/EPICS/synApps/support/opcua-v0-9-3/exampleTop/configure/RELEASE' file.

When attempting to build by using the assemble_synApps.sh script found at the synapps repo, the following failure occurs during the make (within synapps/support):

make[1]: Entering directory '/root/EPICS/synApps/support/opcua-v0-9-3/exampleTop'
/root/EPICS/epics-base/configure/CONFIG:21: *** EPICS_BASE must be set in a configure/RELEASE file.  Stop.
make[1]: Leaving directory '/root/EPICS/synApps/support/opcua-v0-9-3/exampleTop'
make: *** [/root/EPICS/epics-base/configure/RULES_DIRS:85: exampleTop.install] Error 2
root@5a416bcdcaf4:~/EPICS/synApps/support/opcua-v0-9-3#

A couple of things to note:

  • The assemble_synapps.sh script is grabbing tag 0-9-3 of opcua which appears to be one version behind
  • It appears the error is referencing the epics base structure, not that within synapps/support (?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants