azynheira / mu0

Automatically exported from code.google.com/p/mu0
0 stars 0 forks source link

configure fails for xapian version 1.2.12 #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install a Fedora 17 system
2. download and unpack mu-0.9.8.4.tar.gz
3. run the confgure stage

What is the expected output? What do you see instead?

configure should run without errors if all dependencies are fulfilled and 
produce a valid Makefile.
In stead I observed the following error:

checking for xapian-config... xapian-config
configure: error: *** xapian version >= 1.2 needed, but version 1.2.12 found.

This seems caused by the fact that the configure script tries to match the 
xapian version number with this expression: 1.[2-9].[0-9]
and does not take the possibility into account for a value above 9 for the 3rd 
term in the version number.

What version of the product are you using? On what operating system?

see above

Please provide any additional information below.

Original issue reported on code.google.com by josdek...@gmail.com on 8 Oct 2012 at 8:05

GoogleCodeExporter commented 8 years ago
Sorry, I overlooked this was already reported in bug 55.
Issue is fixed in mu version 0.9.8.5

Original comment by josdek...@gmail.com on 8 Oct 2012 at 8:08

GoogleCodeExporter commented 8 years ago
Ok, thanks.

Original comment by digg...@gmail.com on 10 Oct 2012 at 9:23