Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 643676 - dev-cpp/libjson-rpc-cpp add tcp-socket-client/tcp-socket-server
Summary: dev-cpp/libjson-rpc-cpp add tcp-socket-client/tcp-socket-server
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-06 11:30 UTC by EoD
Modified: 2018-01-06 12:24 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description EoD 2018-01-06 11:30:49 UTC
Some code I am compiling requires <jsonrpccpp/server/connectors/tcpsocketserver.h>, but the gentoo package in the tree does not provide it.

There is an ebuild from the reagentoo overlay which does add these useflags to version 1.0.0: https://github.com/reagentoo/gentoo-overlay/tree/master/dev-cpp/libjson-rpc-cpp

Could this be added to the gentoo tree as well?
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-01-06 11:47:36 UTC
Sure, I thought they were enabled by default. Will fix in a minute.
Comment 2 Larry the Git Cow gentoo-dev 2018-01-06 12:24:01 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c91390d2662b1324a5b132e8b3d1a9d76b4d0075

commit c91390d2662b1324a5b132e8b3d1a9d76b4d0075
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2018-01-06 12:21:48 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-01-06 12:23:57 +0000

    dev-cpp/libjson-rpc-cpp: Enable UNIX & TCP socket client/server
    
    Closes: https://bugs.gentoo.org/643676

 .../libjson-rpc-cpp-1.1.0-r1.ebuild                | 67 ++++++++++++++++++++++
 .../libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild    |  7 ++-
 2 files changed, 73 insertions(+), 1 deletion(-)