EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: EPICS Base R3.14.10-pre1 available for testing
From: Andrew Johnson <[email protected]>
To: Kazuro FURUKAWA <[email protected]>
Cc: EPICS core-talk <[email protected]>
Date: Fri, 3 Oct 2008 12:32:42 -0500
Hi Kazuro,

On Thursday 02 October 2008 18:21:54 Kazuro FURUKAWA wrote:
>
> cap5 was enabled in RC1 but Tru64unix (osf-alpha) cannot co-op with
> the build script.  On Tru64unix,
>
>   perl is in /usr/bin/
>   perl and xsubpp is in /usr/lib/perl-5.8.0/bin/
>   (and I have perl and xsubpp in /usr/new/pkg/perl5.8/bin/)
>
> I've tried several PATH orders, but somehow the error persists;
>
>   /bin/sh: xsubpp: not found
> or
>   /bin/sh: /usr/ucb/xsubpp: not found
>
> It seems that the typemap file location is recognized correctly.
> So I don't understand the behavior yet.  I'll look it in later.

There is a problem with the installation of the xsubpp program from Perl 
versions before about 5.8.4: if you look at the first line it 
says "#!./miniperl" — the miniperl interpreter is part of the Perl build 
system which is not installed, but xsubpp can also be run by the regular Perl 
interpreter.  Newer Perl versions insert the following 3-line prologue (or 
its equivalent) at the top of the file when they install xsubpp:

#!/usr/bin/perl
    eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
        if $running_under_some_shell;

I suspect if you add the above to your xsubpp, the build will complete 
properly.

- Andrew
-- 
Talk is cheap. Show me the code. -- Linus Torvalds


Replies:
Re: EPICS Base R3.14.10-pre1 available for testing Andrew Johnson
Re: EPICS Base R3.14.10-pre1 available for testing Kazuro FURUKAWA
References:
Re: EPICS Base R3.14.10-pre1 available for testing Kazuro FURUKAWA

Navigate by Date:
Prev: vxWorks 6.6 on MVME3100 target: libCom test harness for EPICS R3.14.10-RC1 Ernest L. Williams Jr.
Next: Re: EPICS Base R3.14.10-pre1 available for testing Andrew Johnson
Index: 2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: EPICS Base R3.14.10-pre1 available for testing Kazuro FURUKAWA
Next: Re: EPICS Base R3.14.10-pre1 available for testing Andrew Johnson
Index: 2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 02 Feb 2012 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·