Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 212415 - app-office/openoffice-2.3.1-r1 doesn't compile with gcc-4.3 due to linker error
Summary: app-office/openoffice-2.3.1-r1 doesn't compile with gcc-4.3 due to linker error
Status: RESOLVED DUPLICATE of bug 212115
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-03-05 19:43 UTC by Andrzej Rybczak
Modified: 2008-03-05 20:24 UTC (History)
0 users

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


Attachments
patch taken from upstream which resolves linker error (basic.gcc-4.3.0.notfooled.patch,639 bytes, patch)
2008-03-05 19:46 UTC, Andrzej Rybczak
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrzej Rybczak 2008-03-05 19:43:49 UTC
Openoffice-2.3.1-r1 fails with gcc-4.3 because of the following linker error:

undefined reference to `PCodeBuffConvertor<unsigned short, unsigned
long>::convert()'

the issue is described more comprehensively here -> http://www.openoffice.org/issues/show_bug.cgi?id=84499

The patch from above bug resolves this issue and openoffice compiles successfully after applying it.

Reproducible: Always

Steps to Reproduce:
Comment 1 Andrzej Rybczak 2008-03-05 19:46:23 UTC
Created attachment 145381 [details, diff]
patch taken from upstream which resolves linker error
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2008-03-05 20:24:11 UTC

*** This bug has been marked as a duplicate of bug 212115 ***