https://bugzilla.wikimedia.org/show_bug.cgi?id=18767

           Summary: ./configure does not work properly, it produces garbage
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Lucene Search
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=6107)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6107)
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.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to