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: | base 3.14.12 problem on solaris-spac |
From: | Dirk Zimoch <[email protected]> |
To: | EPICS <[email protected]> |
Date: | Thu, 31 Mar 2011 15:01:45 +0200 |
Hi all,While building base 3.14.12 on solaris-sparc I get the following error message at several places:
gmake -C O.solaris-sparc -f ../Makefile TOP=../../.. T_A=solaris-sparc install Can't locate EPICS/Path.pm in @INC (@INC contains: /afs/psi.ch/group/8431/dirk/solaris/epics-3.14.12/bin/solaris-sparc/../../lib/perl /afs/psi.ch/group/8431/dirk/solaris/epics-3.14.12/bin/solaris-sparc /usr/local/lib/perl5/5.8.8/sun4-solaris /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/sun4-solaris /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl .) at /afs/psi.ch/group/8431/dirk/solaris/epics-3.14.12/bin/solaris-sparc/fullPathName.pl line 22. BEGIN failed--compilation aborted at /afs/psi.ch/group/8431/dirk/solaris/epics-3.14.12/bin/solaris-sparc/fullPathName.pl line 22.
The problem is that at an early stage when installing header files and $(INSTALL_LOCATION)/lib does not yet exist, perl is looking for already installed scripts.
To solve that problem, the perl scripts have to be installed early. Dirk