Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 371775 - protobuf-c-0.15.ebuild (New Package) - C bindings for Google's Protocol Buffers
Summary: protobuf-c-0.15.ebuild (New Package) - C bindings for Google's Protocol Buffers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://protobuf-c.googlecode.com/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-15 14:05 UTC by Hans Nieser
Modified: 2013-03-05 04:53 UTC (History)
0 users

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


Attachments
protobuf-c-0.15.ebuild (protobuf-c-0.15.ebuild,604 bytes, text/plain)
2011-06-15 14:05 UTC, Hans Nieser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hans Nieser 2011-06-15 14:05:17 UTC
Created attachment 277127 [details]
protobuf-c-0.15.ebuild

Hi there,

Attached is an ebuild for 'protobuf-c' which in the words of their website (http://code.google.com/p/protobuf-c/) is "[a] package [providing] a code generator and runtime libraries to use Protocol Buffers [http://code.google.com/p/protobuf/] from pure C (not C++)". This is a dependency needed by another package (umurmur) that I've submitted an ebuild for at bug 371773

This ebuild was taken from user/benf at git.overlays.gentoo.org (http://git.overlays.gentoo.org/gitweb/?p=user/benf.git;a=tree;f=dev-libs/protobuf-c) and has two modifications:

1) Added dep for dev-libs/protobuf
2) Forced make to be called with -j1 due to a parallel make issue that causes occasional compile failures involving generated code

I wanted to thank marienz and ABCD on freenode for helping me with the diag. and workaround for 2) and for answering lots of other questions while I'm learning how to write proper ebuilds :)
Comment 1 Christoph Brill (egore) (RESIGNED) 2012-06-03 20:47:25 UTC
This is actually a dependency of osm2pgsql to be able to read pbf files.
Comment 2 Tim Harder gentoo-dev 2013-03-05 04:53:21 UTC
This has been in the tree for a while now.