Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 699750 - sys-libs/db-4.7.25_p4-r1 - db_server.h: fatal error: rpc/rpc.h: No such file or directory
Summary: sys-libs/db-4.7.25_p4-r1 - db_server.h: fatal error: rpc/rpc.h: No such file ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: glibc-rpc
  Show dependency tree
 
Reported: 2019-11-10 15:58 UTC by Luis Ferreira
Modified: 2020-03-27 19:06 UTC (History)
0 users

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


Attachments
emerge --info '=sys-libs/db-4.7.25_p4-r1::gentoo' (file_699750.txt,11.02 KB, text/plain)
2019-11-10 16:00 UTC, Luis Ferreira
Details
emerge -pqv '=sys-libs/db-4.7.25_p4-r1::gentoo' (file_699750.txt,236 bytes, text/plain)
2019-11-10 16:00 UTC, Luis Ferreira
Details
sys-libs:db-4.7.25_p4-r1:20191110-155327.log (file_699750.txt,111.96 KB, text/plain)
2019-11-10 16:03 UTC, Luis Ferreira
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Luis Ferreira 2019-11-10 15:58:03 UTC
fatal error: rpc/rpc.h: No such file or directory
Comment 1 Luis Ferreira 2019-11-10 16:00:01 UTC
Created attachment 595654 [details]
emerge --info '=sys-libs/db-4.7.25_p4-r1::gentoo'
Comment 2 Luis Ferreira 2019-11-10 16:00:39 UTC
Created attachment 595656 [details]
emerge -pqv '=sys-libs/db-4.7.25_p4-r1::gentoo'
Comment 3 Luis Ferreira 2019-11-10 16:03:44 UTC
Created attachment 595658 [details]
sys-libs:db-4.7.25_p4-r1:20191110-155327.log
Comment 4 Larry the Git Cow gentoo-dev 2020-03-27 19:06:56 UTC
The bug has been closed via the following commit(s):

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

commit c4b03805ffa1b6b59109e356ea4e5752f3514da6
Author:     Robin H. Johnson <robbat2@gentoo.org>
AuthorDate: 2020-03-27 19:01:35 +0000
Commit:     Robin H. Johnson <robbat2@gentoo.org>
CommitDate: 2020-03-27 19:06:52 +0000

    sys-libs/db: remove USE=rpc support
    
    Remove USE=rpc support for all 4.x releases. Upstream removed RPC
    support in the 4.8 series, but it was still present in older releases.
    
    The upstream RPC server component (berkeley_db_svc) is single-threaded,
    has no security, and other limitations that make it not suited for many
    uses.
    
    It could be revived by porting to use libtirpc, see
    net-analyzer/argus/files/argus-3.0.8.2-rpc.patch as an example of some
    of the required changes.
    
    Fixes: https://bugs.gentoo.org/699750
    Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>

 sys-libs/db/{db-4.2.52_p5-r2.ebuild => db-4.2.52_p5-r3.ebuild} | 4 ++--
 sys-libs/db/{db-4.3.29_p1-r2.ebuild => db-4.3.29_p1-r3.ebuild} | 4 ++--
 sys-libs/db/{db-4.4.20_p4-r2.ebuild => db-4.4.20_p4-r3.ebuild} | 4 ++--
 sys-libs/db/{db-4.5.20_p2-r2.ebuild => db-4.5.20_p2-r3.ebuild} | 4 ++--
 sys-libs/db/{db-4.6.21_p4-r1.ebuild => db-4.6.21_p4-r2.ebuild} | 4 ++--
 sys-libs/db/{db-4.7.25_p4-r1.ebuild => db-4.7.25_p4-r2.ebuild} | 4 ++--
 sys-libs/db/metadata.xml                                       | 3 ---
 7 files changed, 12 insertions(+), 15 deletions(-)