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

Bug 559148

Summary: dev-lang/mono-4.0.3.20 - configure: 25692: test: xno: unexpected operator
Product: Gentoo Linux Reporter: Mikael Magnusson <mikachu>
Component: Current packagesAssignee: dotnet project <dotnet>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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