You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Main branch at commit 9a6a210 has an updated install-packages.sh for ubuntu 22.04. After running install-packages.sh and install-source-dependencies.sh the build-sources.sh script bailed building SDN_1.0.12_nonCCS with several errors
open62541 does not appear to contain CMakeLists.txt
epics-base-7.0.2 : No such file or directory
MARTe2-sigtools/MARTe2-dev/MakeDefaults/MakeStdLibRules.gcc-dynamic: No such file or directory
SDN_1.0.12_nonCCS svnversion not found
Compiling SDN any-object.cpp error in ../include/net-tools.h:204 ordered comparison of pointer with integer zero (Handle < 0)
The text was updated successfully, but these errors were encountered:
The working location is a VirtualBox fresh Ubuntu 22.04 installation.
In respect of sub-issue (2) - the git clone of github.com/epics-base appears to have failed. Repeating the clone command interactively has no error. Perhaps attribute this to a temporary network issue and note a need to make the build process both self contained and to keep a log of all of the standard output - possibly using tmux.
Second comment is on the use of the scripts interactively (outside of a Dockerfile).
The environment as set up having run the installation as follows
This has been established through setenv.sh which is NOT invoked by install-source-dependencies.sh.
In a fresh shell without this, we attempt the following repairs
(1) Clone the epics repository so that the build directory is populated as if the install-source-dependencies.sh had worked.
(2) Repeat the build : by inspection, this will fail because the symbolic link set up for the OPCUA is broken.
(3) Note that issue 3 is to do with the polluted environment which will have the MARTe2 build seeking build files in the wrong location.
(4) The absence of svnversion is explained by the failure to install this in the install-dependencies script.
(5) The SDN build error could be that on 22.04 the default version of gcc is 11.4.0.
Main branch at commit 9a6a210 has an updated install-packages.sh for ubuntu 22.04. After running install-packages.sh and install-source-dependencies.sh the build-sources.sh script bailed building SDN_1.0.12_nonCCS with several errors
The text was updated successfully, but these errors were encountered: