Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 212415

Summary: app-office/openoffice-2.3.1-r1 doesn't compile with gcc-4.3 due to linker error
Product: Gentoo Linux Reporter: Andrzej Rybczak <electricityispower>
Component: [OLD] GCC PortingAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: patch taken from upstream which resolves linker error

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 ***