| Summary: | Mediawiki failure /bad package): "Utf8Case.ser is missing, please run "make" in the serialized directory" | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David Tonhofer <bughunt> |
| Component: | mediawiki | Assignee: | Michael Cronenworth <mike> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | mike, puiterwijk |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | mediawiki-1.21.2-2.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-13 19:54:55 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Ah no, hold on. There is "/usr/share/mediawiki/serialized" ... with a Makefile in it. But also "Utf8Case.ser" Hmm.... --------------- # make Warning: messages are no longer serialized by this makefile. --------------- Bizarre. I should add that the I set the language to french. Will test with SELinux disabled. Ok, found it There needs to be an additional symlink /var/www/wiki/serialized --> /usr/share/mediawiki/serialized/ mediawiki-1.21.2-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/mediawiki-1.21.2-2.fc20 mediawiki-1.21.2-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/mediawiki-1.21.2-2.fc19 Package mediawiki-1.21.2-2.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing mediawiki-1.21.2-2.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-18413/mediawiki-1.21.2-2.fc20 then log in and leave karma (feedback). mediawiki-1.21.2-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. mediawiki-1.21.2-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: ----------------------- On the Fedora 19 Amazon EC2 image: Install mediawiki-1.21.1-4.fc19.noarch Go to setup page. Failure ensues: -------- Utf8Case.ser is missing, please run "make" in the serialized directory Backtrace: #0 /usr/share/mediawiki/languages/Language.php(2304): Language::getCaseMaps() #1 [internal function]: Language->lcCallback(Array) #2 /usr/share/mediawiki/languages/Language.php(2418): preg_replace_callback('/([A-Z]|[\xc0-\...', Array, 'sp??cial') #3 /usr/share/mediawiki/includes/parser/Parser.php(4895): Language->lc('sp??cial') etc. -------- Not sure what the "serialized directory" is, it should probably be in /var/www/wiki?