Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 630780 - dev-libs/libspt-1.1-r3 : sptconn.c:5:23: fatal error: rpc/types.h: No such file or directory
Summary: dev-libs/libspt-1.1-r3 : sptconn.c:5:23: fatal error: rpc/types.h: No such fi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: glibc-rpc
  Show dependency tree
 
Reported: 2017-09-12 07:49 UTC by Toralf Förster
Modified: 2017-12-09 13:34 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.67 KB, text/plain)
2017-09-12 07:49 UTC, Toralf Förster
Details
dev-libs:libspt-1.1-r3:20170912-064616.log (dev-libs:libspt-1.1-r3:20170912-064616.log,9.76 KB, text/plain)
2017-09-12 07:49 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,255.74 KB, text/plain)
2017-09-12 07:49 UTC, Toralf Förster
Details
environment (environment,15.89 KB, text/plain)
2017-09-12 07:49 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.38 KB, application/x-bzip)
2017-09-12 07:49 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,9.23 KB, application/x-bzip)
2017-09-12 07:49 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,8.02 KB, application/x-bzip)
2017-09-12 07:49 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-12 07:49:29 UTC
rm -f .libs/sptconn.lo
x86_64-pc-linux-gnu-gcc -c -Wall -g -pipe -O2 -pipe -march=native -Wall -DHAVE_CONFIG_H -I. sptconn.c  -fPIC -DPIC -o .libs/sptconn.lo
sptconn.c:5:23: fatal error: rpc/types.h: No such file or directory
 #include <rpc/types.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-libs/libspt
[ebuild  N    ] dev-libs/libspt-1.1-r3  USE="-suid"
Comment 1 Toralf Förster gentoo-dev 2017-09-12 07:49:32 UTC
Created attachment 494182 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-09-12 07:49:36 UTC
Created attachment 494184 [details]
dev-libs:libspt-1.1-r3:20170912-064616.log
Comment 3 Toralf Förster gentoo-dev 2017-09-12 07:49:40 UTC
Created attachment 494186 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-09-12 07:49:43 UTC
Created attachment 494188 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-09-12 07:49:47 UTC
Created attachment 494190 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-09-12 07:49:50 UTC
Created attachment 494192 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2017-09-12 07:49:54 UTC
Created attachment 494194 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2017-12-09 13:34:06 UTC
The bug has been closed via the following commit(s):

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

commit a6be33d66a7215a8f5f5ba63686090130b270151
Author:     Akinori Hattori <hattya@gentoo.org>
AuthorDate: 2017-12-09 13:32:22 +0000
Commit:     Akinori Hattori <hattya@gentoo.org>
CommitDate: 2017-12-09 13:33:18 +0000

    dev-libs/libspt: fix build with >=sys-libs/glibc-2.26
    
    Closes: https://bugs.gentoo.org/630780
    Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-libs/libspt/Manifest               |  2 +-
 dev-libs/libspt/files/libspt-rpc.patch | 22 ++++++++++++++++++++++
 dev-libs/libspt/libspt-1.1-r2.ebuild   | 25 +++++++++++++++++++++++--
 dev-libs/libspt/libspt-1.1-r3.ebuild   | 25 +++++++++++++++++++++++--
 dev-libs/libspt/metadata.xml           | 11 +++++++----
 5 files changed, 76 insertions(+), 9 deletions(-)