[PPL-devel] ppl build error...

Roberto Bagnara bagnara at cs.unipr.it
Thu Aug 6 21:28:19 CEST 2009


Tovrea, George W (US SSA) wrote:
> Ooops. I meant to say "I am NOW" getting the indicated error...
> 
> -----Original Message-----
> From: Tovrea, George W (US SSA) 
> Sent: Thursday, August 06, 2009 10:06 AM
> To: 'ppl-devel at cs.unipr.it'
> Subject: ppl build error...
> 
> Having resolved my configure issues and "undefined" issues and old
> version of m4 issues, I am not getting the following error:

Hi Bill,

sorry for the delay: today I have been completely busy working on
other things.  From what you write I gather you have solver the
problems you described in the previous messages, right?

> make[4]: Entering directory
> `/net/whistler/auto/users/tovrea/GCC_SGI/ppl-0.10.2/build_sol2/interface
> s'
> make[4]: Nothing to be done for `all-am'.
> make[4]: Leaving directory
> `/net/whistler/auto/users/tovrea/GCC_SGI/ppl-0.10.2/build_sol2/interface
> s'
> Making all in C
> make[4]: Entering directory
> `/net/whistler/auto/users/tovrea/GCC_SGI/ppl-0.10.2/build_sol2/interface
> s/C'
> make[4]: Warning: File
> `../../interfaces/ppl_interface_instantiations.m4' has modification time
> 1.8e+02 s in the future
> /net/whistler/auto/users/tovrea/local/sol2/bin/m4 --prefix-builtin -I..
> -I../../../interfaces/C -I../../../interfaces/C/.. \
>            ../../../interfaces/C/ppl_interface_generator_c_h.m4 >
> ppl_c_domains.h
> ../../utils/build_header \
> 		-I ../../interfaces/C -I ../../../src \
> 		../../../interfaces/C/ppl_c_header.h >ppl_c.h
> /net/whistler/auto/users/tovrea/local/sol2/bin/m4 --prefix-builtin -I..
> -I../../../interfaces/C -I../../../interfaces/C/.. \
>            ../../../interfaces/C/ppl_interface_generator_c_hh_files.m4 \
>                 > ppl_c_hh_blob
> ../../../utils/cm_cleaner.sh < ppl_c_hh_blob
> ../../../utils/cm_cleaner.sh: -r: is not an identifier

Hmmm, I think this is our fault.  In cm_cleaner.sh we have the line

while IFS= read -r line

However, as the Autoconf manual says
(http://www.gnu.org/software/hello/manual/autoconf/Limitations-of-Builtins.html#Limitations-of-Builtins):

read
     No options are portable, not even support -r (Solaris /bin/sh for example).

We will try to come up with a solution as soon as possible.
All the best,

    Roberto

-- 
Prof. Roberto Bagnara
Computer Science Group
Department of Mathematics, University of Parma, Italy
http://www.cs.unipr.it/~bagnara/
mailto:bagnara at cs.unipr.it



More information about the PPL-devel mailing list