Gentoo Archives: gentoo-dev

From: Chris Smith <chris.rs@×××××××.nz>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] cvs ebuild problem?
Date: Mon, 16 Feb 2004 21:27:58
Message-Id: 200402171025.17699.chris.rs@xtra.co.nz
In Reply to: [gentoo-dev] cvs ebuild problem? by Michael Rash
1 On Monday 16 February 2004 20:51, Michael Rash wrote:
2 > client.c: In function `start_tcp_server':
3 > client.c:4028: warning: passing arg 6 of `krb_sendauth' discards qualifiers
4 > from pointer target type client.c:4028: error: incompatible type for
5 > argument 10 of `krb_sendauth' make[2]: *** [client.o] Error 1
6 > make[2]: *** Waiting for unfinished jobs....
7 > make[2]: Leaving directory
8 > `/usr/local/tmp/portage/cvs-1.11.11/work/cvs-1.11.11/src' make[1]: ***
9 > [all-recursive] Error 1
10 > make[1]: Leaving directory
11 > `/usr/local/tmp/portage/cvs-1.11.11/work/cvs-1.11.11' make: *** [all] Error
12 > 2
13
14 Hey Michael,
15
16 Looks like it's a problem with CVS's kerberos support. Do you have the
17 "kerberos" use flag set? If you don't need kerberos support, try this:
18
19 USE="-kerberos" emerge cvs
20
21 Which will build cvs without kerberos support.
22
23 Hope that helps,
24 Cheers,
25 Chris.
26
27
28 --
29 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] cvs ebuild problem? Donnie Berkholz <spyderous@g.o>
Re: [gentoo-dev] cvs ebuild problem? Jeremy Huddleston <eradicator@g.o>