Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 521882 - dev-libs/protobuf: disable RTTI (e.g. to make it work with www-client/chromium)
Summary: dev-libs/protobuf: disable RTTI (e.g. to make it work with www-client/chromium)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tim Harder
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-01 10:03 UTC by Paweł Hajdan, Jr. (RETIRED)
Modified: 2014-09-26 05:57 UTC (History)
1 user (show)

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


Attachments
protobuf.patch (protobuf.patch,731 bytes, patch)
2014-09-01 10:03 UTC, Paweł Hajdan, Jr. (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2014-09-01 10:03:08 UTC
Created attachment 384052 [details, diff]
protobuf.patch

protobuf tries to use RTTI, but if the binary it's loaded to doesn't support it, it crashes (e.g. bug #503084)

Please see attached patch that fixes it.

Also see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192821
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2014-09-26 05:57:26 UTC
This is fixed now with dev-libs/protobuf-2.5.0-r1 .