Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 579396

Summary: app-office/texmacs-1.99.2-r1 posix sh incompatible code in configure
Product: Gentoo Linux Reporter: Mikael Magnusson <mikachu>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mikael Magnusson 2016-04-09 07:15:32 UTC
checking current Subversion revision number... ./configure: 2930: ./configure: Bad substitution

The code in question is
SVNREV=`svnversion -n . 2>/dev/null`
SVNREV=${SVNREV/:/_}
Comment 1 Mikael Magnusson 2016-04-09 07:17:25 UTC
As a bonus, there's also

./configure: 7913: test: unexpected operator

  if test "$QT_LDFLAGS" == ""; then