Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] sys-libs/db-4.6.21_p1.ebuild wants rpcgen
Date: Mon, 14 Jul 2008 10:44:42
Message-Id: 20080714104437.GE941@gentoo.org
In Reply to: [gentoo-alt] sys-libs/db-4.6.21_p1.ebuild wants rpcgen by Greg Trigg
1 On 14-07-2008 05:35:40 -0500, Greg Trigg wrote:
2 > I can't build sys-libs/db-4.6.21_p1.ebuild do to the lack of rpcgen on
3 > my AIX box. Is rpcgen supposed to be on my native system? Would
4 > removing "--enable-rpc" from the ebuild break it? I can't find an rpc
5 > package that isn't masked. Is there maybe a use flag to disable it?
6
7 Hmm, the web
8 (http://publib.boulder.ibm.com/infocenter/systems/topic/com.ibm.aix.cmds/doc/aixcmds4/rpcgen.htm)
9 suggests that rpcgen should be on your system. I've had bad experiences
10 with using non-OS-provided rpcgen implementations, because they need to
11 closely match what's currently running. Anyway, if AIX really misses
12 it, I guess we could disable-rpc on AIX... haubi, thoughts?
13
14 > Here's what's happening:
15 >
16 > checking for powerpc-ibm-aix5.2.0.0-chmod... no
17 > checking for chmod... chmod
18 > checking for powerpc-ibm-aix5.2.0.0-cp... no
19 > checking for cp... cp
20 > checking for powerpc-ibm-aix5.2.0.0-ln... no
21 > checking for ln... ln
22 > checking for powerpc-ibm-aix5.2.0.0-mkdir... no
23 > checking for mkdir... mkdir
24 > checking for powerpc-ibm-aix5.2.0.0-rm... no
25 > checking for rm... rm
26 > checking for powerpc-ibm-aix5.2.0.0-rpcgen... no
27 > checking for rpcgen... no
28 > configure: error: No rpcgen utility found.
29 >
30 > !!! Please attach the following file when seeking support:
31 > !!!
32 > /home/greg/gentoo/var/tmp/portage/sys-libs/db-4.6.21_p1/work/db-4.6.21/build_unix/config.log
33 > * ERROR: sys-libs/db-4.6.21_p1 failed:
34 > * econf failed
35 > *
36 > * Call stack:
37 > * ebuild.sh: 49: <call src_compile>
38 > * environment:4642: <call econf
39 > '--prefix=/home/greg/gentoo/usr'
40 > '--mandir=/home/greg/gentoo/usr/share/man'
41 > '--infodir=/home/greg/gentoo/usr/share/info'
42 > '--datadir=/home/greg/gentoo/usr/share'
43 > '--sysconfdir=/home/greg/gentoo/etc'
44 > '--localstatedir=/home/greg/gentoo/var/lib'
45 > '--libdir=/home/greg/gentoo/usr/lib' '--enable-compat185'
46 > '--without-uniquename' '--enable-rpc' '--host=powerpc-ibm-aix5.2.0.0'
47 > '--enable-cxx' '--disable-tcl' '--disable-java'
48 > '--build=powerpc-ibm-aix5.2.0.0' '--disable-test' ''>
49 > * ebuild.sh: 538: die "econf failed"
50 > *
51 > * If you need support, post the topmost build error, and the call stack
52 > if relevant.
53 > !!! When you file a bug report, please include the following information:
54 > GENTOO_VM= CLASSPATH="" JAVA_HOME=""
55 > JAVACFLAGS="" COMPILER=""
56 > and of course, the output of emerge --info
57 > * build log:
58 > '/home/greg/gentoo/var/tmp/portage/sys-libs/db-4.6.21_p1/temp/build.log'
59 > * ebuild environment:
60 > '/home/greg/gentoo/var/tmp/portage/sys-libs/db-4.6.21_p1/temp/environment'
61 > * S:
62 > '/home/greg/gentoo/var/tmp/portage/sys-libs/db-4.6.21_p1/work/db-4.6.21/build_unix'
63
64
65 --
66 Fabian Groffen
67 Gentoo on a different level
68 --
69 gentoo-alt@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] sys-libs/db-4.6.21_p1.ebuild wants rpcgen Greg Trigg <trigggl@×××××.com>
Re: [gentoo-alt] sys-libs/db-4.6.21_p1.ebuild wants rpcgen Jeremy Olexa <darkside@g.o>