[BuildTools-tickets] [BuildTools] #88: coin.m4 does not work on AIX native shell

BuildTools coin-trac at coin-or.org
Tue Jun 14 13:56:21 EDT 2011


#88: coin.m4 does not work on AIX native shell
---------------------+------------------------------------------------------
Reporter:  andreasw  |       Owner:  stefan      
    Type:  defect    |      Status:  new         
Priority:  major     |   Component:  build system
 Version:  0.6       |    Keywords:              
---------------------+------------------------------------------------------
 Hi,

 I'm trying to configure Clp 1.13.1 on AIX. When I do not set
 CONFIG_SHELL=PATH/bash, the configure script of !CoinUtils fails and
 terminates without writing configuration files, but the overall
 configuration still continues:

 {{{
 checking for COIN-OR package Sample... skipped check via pkg-config,
 redirect to fallback
 checking for COIN-OR package Sample (fallback)... ./configure[34393]:
 projtoprocess=${projtoprocess/$proj/$projrequires}: bad substitution
 configure: configuring in Osi
 }}}

 It appears that the offending part is around line 4225 in coin.m4:

 {{{
       # add projrequires to the front of the list of projects that have to
 be processed next
       # at the same time, remove $proj from this list
       projtoprocess=${projtoprocess/$proj/$projrequires}
 }}}

 I don't know what this is supposed to do, so I cannot fix it.  But I
 suggest to avoid any non-standard shell tools.

 Thanks,

 Andreas

-- 
Ticket URL: <https://projects.coin-or.org/BuildTools/ticket/88>
BuildTools <http://projects.coin-or.org/BuildTools>
Tools for configuring and compiling COIN-OR codes



More information about the BuildTools-tickets mailing list