Gentoo Archives: gentoo-dev

From: Sylvain Meilard <Sylvain.Meilard@×××××××.fr>
To: gentoo-dev@g.o
Subject: [gentoo-dev] OpenOffice compiled from sources, in french ...
Date: Tue, 22 Oct 2002 11:26:57
Message-Id: <3DA24B4A00905F9A@mel-rta8.wanadoo.fr> (added by postmaster@wanadoo.fr)
1 Hello !
2
3 I am trying to get open office working, compiled from sources.
4 To do that, i've changed 2 lines in the ebuild :
5 1) i changed the configure option '--with-lang=ENUS' by this
6 one : '--with-lang=ALL' (FREN doesn't compile)
7 2) i change the line '[ -z "${LANGUAGE}" ] && LANGUAGE=01'
8 where i replaced 01 by 33 (which is the right code for France)
9
10 I've read informations at http://www.openoffice.org/dev_docs/source/build_linux.html
11
12 I've merged oo this way :
13 ebuild openoffice-1.0.1-r1.ebuild unpack
14 ebuild openoffice-1.0.1-r1.ebuild compile
15 [ here i unzipped files corresponfing to the french manual, as
16 described in build_linux.html]
17 ebuild openoffice-1.0.1-r1.ebuild install
18 ebuild openoffice-1.0.1-r1.ebuild qmerge
19
20 Everything seems good, but when i launch oowrite (for example),
21 all what i get is a very short message : "Aborted"
22 Then, an "echo $?" tells me "134"
23
24 I've also tried to make it launched with strace as described here (4th msg)
25 http://forums.gentoo.org/viewtopic.php?t=14220&highlight=openoffice+aborted
26 But the resulting strace's logs doesn't help me :-(
27
28 I have already compiled oo without changing the ebuil, so i suppose it
29 comes from 'my french manipulations'.
30
31 If someone knows something about it, i would be very interested :-)
32
33 sylvain