Websuche :: Felix Ostmann
2012-Mar-22 08:45 UTC
[Xapian-devel] Warning from ExtUtils::MakeMaker
Installation was OK and all works well, but this warning is bad :-/ tried 15 min to find the failure (there is no failure) ... $ perl Makefile.PL XAPIAN_CONFIG=/root/build/xapian-core/bin/xapian-config PREFIX=/root/build/Search-Xapian Checking if your kit is complete... Looks good 'XAPIAN_CONFIG' is not a known MakeMaker parameter name. Writing Makefile for Search::Xapian $ perl -MExtUtils::MakeMaker\ 9999 ExtUtils::MakeMaker version 9999 required--this is only version 6.55_02. BEGIN failed--compilation aborted. $ perl -v This is perl, v5.10.1 (*) built for x86_64-linux-gnu-thread-multi (with 56 registered patches, see perl -V for more detail) ... $ cat /etc/debian_version 6.0.4 -- Mit freundlichem Gru? Felix Ostmann ----------------------------------------------------------- Websuche Search Technology GmbH & Co. KG Martinistra?e 3, D-49080 Osnabr?ck, Germany ----------------------------------------------------------- Tel.: +49 (0) 541 / 40666 0, Fax: +49 (0) 541 / 40666 22 Email: info at websuche.com, Web: www.websuche.com ----------------------------------------------------------- AG Osnabr?ck - HRA 200252, Ust-IdNr.: DE814737310 ----------------------------------------------------------- Komplement?rin: Websuche Search Technology Verwaltungs GmbH AG Osnabr?ck - HRB 200359, Gesch?ftsf?hrer: Ansas Meyer ----------------------------------------------------------- Die in dieser Email enthaltenen Informationen sind vertrau- lich zu behandeln und ausschlie?lich f?r den Adressaten be- stimmt. Jegliche Ver?ffentlichung, Verteilung oder sonstige in diesem Zusammenhang stehende Handlung wird ausdr?cklich untersagt. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20120322/08bb43a0/attachment-0001.html>
On Thu, Mar 22, 2012 at 09:45:24AM +0100, Websuche :: Felix Ostmann wrote:> Installation was OK and all works well, but this warning is bad :-/ tried > 15 min to find the failure (there is no failure) ... > > $ perl Makefile.PL XAPIAN_CONFIG=/root/build/xapian-core/bin/xapian-config > PREFIX=/root/build/Search-Xapian > Checking if your kit is complete... > Looks good > 'XAPIAN_CONFIG' is not a known MakeMaker parameter name. > Writing Makefile for Search::XapianAh, we have code to suppress this warning, but it seems to have stopped working with newer versions of Perl. Thanks for reporting this - I have put a different approach in place which works with newer Perl too. Cheers, Olly