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: Multiple pointers to /usr/lib/epics |
From: | Ralph Lange via Tech-talk <tech-talk at aps.anl.gov> |
To: | EPICS Tech Talk <tech-talk at aps.anl.gov> |
Date: | Wed, 23 Nov 2022 10:07:35 +0100 |
After upgrading to EPICS 7, we now get the following warning(s) when building packages with multiple dependencies:
>/usr/lib/epics/configure/RULES_BUILD:601: Warning: Base configure/RULES_BUILD file included more than once. Does configure/RELEASE have multiple pointers to /usr/lib/epics?
Our convention is as Mark describes here: https://epics.anl.gov/tech-talk/2021/msg00813.php . Our add-ons are essentially all installed into a flat /usr/lib/epics directory, and our experience is the same as Mark described – as long as any miscellaneous package that is _not_ in /usr/lib/epics is defined before anything that _is_ in /usr/lib/epics, everything works fine. Now that we are getting these warnings, can they be ignored, or is this convention broken/otherwise disfavored in EPICS 7?