Last modified: 2013-03-26 11:24:11 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T20767, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 18767 - ./configure does not work properly, it produces garbage
./configure does not work properly, it produces garbage
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
lucene-search-2 (Other open bugs)
unspecified
All Linux
: Normal normal (vote)
: ---
Assigned To: Robert Stojnic
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-05-11 15:11 UTC by Johannes Weberhofer
Modified: 2013-03-26 11:24 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
Fix parsing issus in Configuration.java (3.78 KB, patch)
2009-05-11 15:11 UTC, Johannes Weberhofer
Details

Description Johannes Weberhofer 2009-05-11 15:11:49 UTC
Created attachment 6107 [details]
Fix parsing issus in Configuration.java

Configure is using

 echo "return \$wgDBname" | php -n maintenance/eval.php

to evaluate values from the wiki configuration. The result is (at least on OSS 11.0) something like the below two lines starting with ">":
===========
> mediawiki
>
===========

This is not what configure java expects and therefore the configuration files is unuseable. The applied patch uses sed to remove the "> " characters and all empty lines from the result, so that generated configuration files work properly again.
Comment 1 Robert Stojnic 2009-08-19 11:39:28 UTC
Fixed in r55318
Comment 2 Andre Klapper 2013-03-26 11:24:11 UTC
[Merging "MediaWiki extensions/Lucene Search" into "Wikimedia/lucene-search2", see bug 46542. You can filter bugmail for: search-component-merge-20130326 ]

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links