Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 182956 - new ebuild: openrpcgen-4.1.1
Summary: new ebuild: openrpcgen-4.1.1
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement with 1 vote (vote)
Assignee: Default Assignee for New Packages
URL: http://dev.alpinelinux.org/openrpcgen
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 174393
  Show dependency tree
 
Reported: 2007-06-23 08:21 UTC by Natanael Copa
Modified: 2008-11-19 17:58 UTC (History)
5 users (show)

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


Attachments
openrpcgen-4.1.1.ebuild (openrpcgen-4.1.1.ebuild,566 bytes, text/plain)
2007-06-23 08:22 UTC, Natanael Copa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Natanael Copa 2007-06-23 08:21:26 UTC
Openrpcgen is a port of the openbsd rpcgen for uclibc.

Can be used to build sys-libs/db on uclibc.
Comment 1 Natanael Copa 2007-06-23 08:22:22 UTC
Created attachment 122873 [details]
openrpcgen-4.1.1.ebuild
Comment 2 Aidan Taniane 2007-12-14 15:20:06 UTC
stable on uclibc/x86

sys-libs/db builds with the tool.  Thanks for the port and the ebuild, just what I needed to build postfix.
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2008-08-16 22:32:09 UTC
embedded: see bug 174393, should probably just include this in the tree.
Comment 4 Tobias Leupold 2008-11-19 17:57:21 UTC
This part of the ebuild causes the error and does also collide with /usr/bin/rpcgen provided by dev-libs/openrpcgen (see http://bugs.gentoo.org/show_bug.cgi?id=182956 ):

    # uClibc doesn't provide rpcgen like glibc, so lets steal it from nfs-utils
    if ! use elibc_glibc ; then
        dobin tools/rpcgen/rpcgen || die "rpcgen"
        newdoc tools/rpcgen/README README.rpcgen
    fi
Comment 5 Tobias Leupold 2008-11-19 17:58:33 UTC
Sorry, this was the wrong bug ... I wanted to post it at Bug #144215 not here