Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 579396 - app-office/texmacs-1.99.2-r1 posix sh incompatible code in configure
Summary: app-office/texmacs-1.99.2-r1 posix sh incompatible code in configure
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-09 07:15 UTC by Mikael Magnusson
Modified: 2016-04-13 06:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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