Hi Pete,
Base-3.15 compiles its own version of msi which has some additional
features. Please switch to using that instead of the copy from the
extensions tree, which cannot be used with the 3.15 build rules anyway
(which require support for a -D flag to have it output dependency data).
I have deliberately not published a version of msi that builds against
base-3.15.
- Andrew
On 12/02/2015 01:56 PM, Jemian, Pete R. wrote:
ran into this problem when building msi with base-3.15.3
-----------------------------% clip here %-----------------------------
prjemian@poka /usr/local/epics/extensions/src $ make
make -C ./msi install
make[1]: Entering directory `/usr/local/epics/extensions/src/msi'
perl -CSD /usr/local/epics/base/bin/linux-x86_64/makeMakefile.pl O.linux-x86_64 ../../..
mkdir O.Common
make -C O.linux-x86_64 -f ../Makefile TOP=../../.. \
T_A=linux-x86_64 install
make[2]: Entering directory `/usr/local/epics/extensions/src/msi/O.linux-x86_64'
../../../configure/RULES_PYTHON:44: *** target file `clean' has both : and :: entries. Stop.
make[2]: Leaving directory `/usr/local/epics/extensions/src/msi/O.linux-x86_64'
make[1]: *** [install.linux-x86_64] Error 2
make[1]: Leaving directory `/usr/local/epics/extensions/src/msi'
make: *** [msi.install] Error 2
-----------------------------% clip here %-----------------------------
Fixed it for me by removing the second colon from that line.
Is that the _correct_ fix?
Here's the versions of my EPICS components in my build:
-rw-r--r-- 1 prjemian prjemian 1603523 Dec 2 10:54 base-3.15.3.tar.gz
-rw-r--r-- 1 prjemian prjemian 6476 Dec 2 13:45 extensionsConfigure_20070703.tar.gz
-rw-r--r-- 1 prjemian prjemian 12409 Dec 2 13:45 extensionsTop_20120904.tar.gz
-rw-r--r-- 1 prjemian prjemian 12015 Dec 2 13:48 msi1-7.tar.gz