Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82329 - mediawiki-1.4.0_beta6.ebuild does not install includes/normal
Summary: mediawiki-1.4.0_beta6.ebuild does not install includes/normal
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Christian Parpart (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-17 02:46 UTC by Michael Gisbers
Modified: 2005-02-17 17:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Gisbers 2005-02-17 02:46:01 UTC
A small typo causes mediawiki-1.4.0_beta6.ebuild not to install includes/normal

Reproducible: Always
Steps to Reproduce:
1. emerge =www-apps/mediawiki-1.4.0_beta6
2. install mediawiki using webapp-config
3. check if includes/nomal exists

Actual Results:  
Installed wiki is not useable: 
 
Warning: main(normal/UtfNormalUtil.php) [function.main]: failed to open 
stream: No such file or directory 
in /var/www/wiki/htdocs/includes/GlobalFunctions.php on line 32 
  
 Fatal error: main() [function.require]: Failed opening required 
'normal/UtfNormalUtil.php' (include_path='.:/var/www/wiki/htdocs:/var/www/wiki/htdocs/includes:/var/www/wiki/htdocs/languages') 
in /var/www/wiki/htdocs/includes/GlobalFunctions.php on line 32 


Following, small, patch can solve this problem: 
 
--- mediawiki-1.4.0_beta6.ebuild~       2005-02-17 11:37:40.624740128 +0100 
+++ mediawiki-1.4.0_beta6.ebuild        2005-02-17 11:37:40.624740128 +0100 
@@ -44,7 +44,7 @@ 
                extensions 
                images 
                includes 
-               includes/norma 
+               includes/normal 
                includes/template 
                includes/zhtable 
                irc
Comment 1 Michael Gisbers 2005-02-17 03:03:17 UTC
Because of another typo includes/templates is not installed.

--- mediawiki-1.4.0_beta6.ebuild~       2005-02-17 12:01:23.448438048 +0100
+++ mediawiki-1.4.0_beta6.ebuild        2005-02-17 12:01:23.448438048 +0100
@@ -45,7 +45,7 @@
                images
                includes
                includes/normal
-               includes/template
+               includes/templates
                includes/zhtable
                irc
                languages

Comment 2 Christian Parpart (RETIRED) gentoo-dev 2005-02-17 17:09:50 UTC
wuuuuhgh... that's ugly. thx for the notice. It's because of the ugly windows putty client I used to bump to 1.4.0_beta6, that damn keyboard ;-)

Thanks for the diffs, btw, this really speeds up fixing :D

Fixed in CVS and though shall be up to the mirrors soon...