Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 630568 - dev-perl/Quota-1.7.2 : myconfig.h:18:21: fatal error: rpc/rpc.h: No such file or directory
Summary: dev-perl/Quota-1.7.2 : myconfig.h:18:21: 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: Christian Affolter
URL:
Whiteboard: ~arch only
Keywords:
Depends on:
Blocks: glibc-rpc
  Show dependency tree
 
Reported: 2017-09-10 08:46 UTC by Toralf Förster
Modified: 2018-04-22 19:54 UTC (History)
4 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.45 KB, text/plain)
2017-09-10 08:46 UTC, Toralf Förster
Details
dev-perl:Quota-1.7.2:20170910-080215.log (dev-perl:Quota-1.7.2:20170910-080215.log,2.65 KB, text/plain)
2017-09-10 08:47 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,191.01 KB, text/plain)
2017-09-10 08:47 UTC, Toralf Förster
Details
environment (environment,36.26 KB, text/plain)
2017-09-10 08:47 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.08 KB, application/x-bzip)
2017-09-10 08:47 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,11.89 KB, application/x-bzip)
2017-09-10 08:47 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-09-10 08:46:56 UTC
x86_64-pc-linux-gnu-gcc -c   -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -Wall   -DVERSION=\"1.7.2\" -DXS_VERSION=\"1.7.2\" -fPIC "-I/usr/lib64/perl5/5.24.2/x86_64-linux/CORE"   Quota.c
In file included from Quota.xs:11:0:
myconfig.h:18:21: fatal error: rpc/rpc.h: No such file or directory
 #include <rpc/rpc.h>
                     ^
compilation terminated.

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-desktop_20170905-225247

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
  [4]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.5.1 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv dev-perl/Quota
[ebuild  N    ] dev-perl/Quota-1.7.2
Comment 1 Toralf Förster gentoo-dev 2017-09-10 08:46:59 UTC
Created attachment 493650 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-09-10 08:47:02 UTC
Created attachment 493652 [details]
dev-perl:Quota-1.7.2:20170910-080215.log
Comment 3 Toralf Förster gentoo-dev 2017-09-10 08:47:06 UTC
Created attachment 493654 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-09-10 08:47:09 UTC
Created attachment 493656 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-09-10 08:47:12 UTC
Created attachment 493658 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-09-10 08:47:15 UTC
Created attachment 493660 [details]
temp.tbz2
Comment 7 Jonas Stein gentoo-dev 2017-09-10 14:00:18 UTC
could not assign ticket to c.affolter, because there was no bugzilla account. Please fix this.
Comment 8 Christian Affolter 2017-09-10 16:58:30 UTC
(In reply to Jonas Stein from comment #7)
> could not assign ticket to c.affolter, because there was no bugzilla
> account. Please fix this.

The account should match again, as soon as the following PR will be merged:
https://github.com/gentoo/gentoo/pull/5679
Comment 9 Christian Affolter 2017-09-14 20:12:23 UTC
What is the preferred way to proceed here? Shall the affected ebuild simply depend on "net-libs/libtirpc" or also on "sys-libs/glibc[rpc]" (as long as this is available)?
Comment 10 Jonas Stein gentoo-dev 2017-10-02 20:55:08 UTC
The bugtracker is not suited for discussions. Please join IRC #gentoo-proxy-maint 
for discussion or ask in a forum/mailinglist.
Comment 11 Larry the Git Cow gentoo-dev 2017-11-01 21:18:39 UTC
The bug has been closed via the following commit(s):

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

commit 1259579a303b3397efa95e9868c02d17d601d524
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2017-11-01 21:18:30 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2017-11-01 21:18:30 +0000

    dev-perl/Quota: Fix build with glibc-2.26, bug 630568
    
    Not sure if this is complete though... it compiles, but does it run?
    
    Closes: https://bugs.gentoo.org/630568
    Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-perl/Quota/Quota-1.7.2.ebuild | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)
Comment 12 Marcel Greter 2018-01-13 03:45:29 UTC
Changes lead to the following bug:
https://bugs.gentoo.org/644420
Also contains a IMO proper fix!
Thanks and have a nice day!