[Xapian-tickets] [Xapian] #405: xapian-config contains bash-specific code

Xapian nobody at xapian.org
Sat Sep 19 12:37:04 BST 2009


#405: xapian-config contains bash-specific code
------------------------+---------------------------------------------------
 Reporter:  dmichelsen  |        Type:  defect
   Status:  new         |    Priority:  normal
Milestone:              |   Component:  other 
  Version:  1.0.11      |    Severity:  normal
 Keywords:              |   Blockedby:        
 Platform:  Solaris     |    Blocking:        
------------------------+---------------------------------------------------
 xapian-config contains bash-specific code which fails on systems where sh
 != bash:
 {{{
 build8st# bash xapian-config --ltlibs
 /opt/csw/lib/libxapian.la
 build8st# sh xapian-config --ltlibs
 /opt/csw/lib/libxapian.la
 build8st# Usage: grep -hblcnsviw pattern file . . .
 }}}
 The expansion at eval-time doesn't seem to work in the classic bourne
 shell.

 BTW, the usage of the libtool .la-file can be difficult when the
 distribution policy excludes libtool-files. A standalone-solution of
 xapian-config without utilization of libxapian.la would IMHO be more
 compatible.

-- 
Ticket URL: <http://trac.xapian.org/ticket/405>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list