Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103713 - Don't emege mediawiki with math support
Summary: Don't emege mediawiki with math support
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-25 08:47 UTC by Alexey
Modified: 2005-08-25 08:51 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 Alexey 2005-08-25 08:47:45 UTC
Portage 2.0.51.22-r2 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r1,
2.6.12-gentoo-r9 i686)
=================================================================
System uname: 2.6.12-gentoo-r9 i686 Intel(R) Pentium(R) 4 CPU 4.00GHz
Gentoo Base System version 1.12.0_pre6
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.5, 2.4.1-r1
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/bind
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
MAKEOPTS="-j4

Reproducible: Always
Steps to Reproduce:
1. emerge sync && emerge mediawiki

Actual Results:  
>>> Unpacking source...
>>> Unpacking mediawiki-1.4.8.tar.gz to /var/tmp/portage/mediawiki-1.4.8/work
>>> Source unpacked.
 * Compiling math support
ocamlopt -c util.ml
ocamlc -c render_info.mli
ocamlyacc parser.mly
ocamllex lexer.mll
ocamlc -c tex.mli
ocamlc -c parser.mli
ocamlc -c html.mli
ocamlc -c mathml.mli
ocamlopt -c mathml.ml
File "mathml.ml", line 20, characters 28-40:
Unbound value Util.mapjoin
make: *** [mathml.cmx] Ошибка 2
make: *** Ожидание завершения заданий...
188 states, 3222 transitions, table size 14016 bytes
rm parser.ml lexer.ml

!!! ERROR: www-apps/mediawiki-1.4.8 failed.
!!! Function src_compile, Line 30, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-08-25 08:51:04 UTC
Hmm, try again with LC_MESSAGES set to C, this is completely unreadable.