Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] OO fails with useless 65280 error on unoxml
Date: Mon, 30 Nov 2009 16:49:51
Message-Id: 200911301848.12079.alan.mckinnon@gmail.com
In Reply to: Re: [gentoo-user] OO fails with useless 65280 error on unoxml by daid kahl
1 On Monday 30 November 2009 18:09:47 daid kahl wrote:
2 > >> I've been getting the same silly OpenOffice compile error for a couple
3 > >> weeks now. Nothing I can search up or think of seems to do the trick.
4 > >>
5 > >> Here's the end of the output during compile:
6 > >>
7 > >> 1 module(s):
8 > >> unoxml
9 > >> need(s) to be rebuilt
10 > >
11 > > I had hoped to never ever see this error again, looks like my hopes were
12 > > dashed.
13 > >
14 > > Long answer: The reason for the failure is in the build log, but it is
15 > > never just above the error message. It is often many 1000s of lines
16 > > higher. bugs.gentoo.org is infested with bug reports of this kind of
17 > > thing, to get any meaningful answer you MUST follow the instructions in
18 > > the ebuild and build with "MAKEOPTS=-j1", also switch off distcc and
19 > > cachecc as well.
20 >
21 > Using the ebuild instructions for building, the compile still fails,
22 > but the error above the fail is very slightly more useful:
23 >
24 > Entering
25 > /var/tmp/portage/app-office/openoffice-3.1.1/work/ooo/build/ooo310-m19/uno
26 > xml/source/rdf 217 Compiling: unoxml/unxlngi6/misc/unordf_dflt_version.c
27 > 218 Compiling: unoxml/source/rdf/CBlankNode.cxx
28 > 219 Compiling: unoxml/source/rdf/CURI.cxx
29 > 220 Compiling: unoxml/source/rdf/CLiteral.cxx
30 > 221 Compiling: unoxml/source/rdf/librdf_repository.cxx
31 > 222 Compiling: unoxml/source/rdf/librdf_services.cxx
32 > 223 Making: libunordfli.so
33 > 224 : ERROR: ../../unxlngi6.pro/lib/check_libunordfli.so: undefined
34 > symbol: librdf_free_storage
35 >
36
37 redland and the whole rdf system has been horribly problematic for a while
38 now, I've lost count of the number of bugs I've read about it.
39
40 FWIW, here's what I have (my OOo build works fine):
41
42 dev-libs/redland-1.0.9-r1
43 dev-java/lucene - 2.3.2
44 app-office/openoffice-3.1.1 (bash-completion cups dbus gstreamer gtk java
45 kde ldap -mono -odk)
46
47
48
49 --
50 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] OO fails with useless 65280 error on unoxml daid kahl <daidxor@×××××.com>