Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 559148 - dev-lang/mono-4.0.3.20 - configure: 25692: test: xno: unexpected operator
Summary: dev-lang/mono-4.0.3.20 - configure: 25692: test: xno: unexpected operator
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-30 07:11 UTC by Mikael Magnusson
Modified: 2016-09-21 11:31 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 2015-08-30 07:11:28 UTC
In configure.ac, these should only be a single =

109:
if test "x$host" == "x$build" -a "x$host" == "x$target"; then

2525:
if test "x$test_perf_events" == "xyes"; then

2697:
if test "x$enable_llvm_version_check" == "xyes"; then

results in

checking if inter-process shared handles are requested... yes
/var/tmp/portage/dev-lang/mono-4.0.3.20/work/mono-4.0.3/configure: 25692: test: xno: unexpected operator
checking if big-arrays are to be enabled... no
Comment 1 Pacho Ramos gentoo-dev 2016-09-21 11:31:54 UTC
looks like 4.4.1.0 compiles fine