All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chuck Lever <chuck.lever@oracle.com>
To: "J. Bruce Fields" <bfields@fieldses.org>
Cc: Neil Brown <neilb@suse.de>,
	Linux NFS mailing list <nfs@lists.sourceforge.net>
Subject: Re: [PATCH] fix broken compile due to missing pseudoflavors.h
Date: Mon, 16 Jul 2007 13:18:56 -0400	[thread overview]
Message-ID: <469BA880.1010900@oracle.com> (raw)
In-Reply-To: <20070716170608.GD2817@fieldses.org>

[-- Attachment #1: Type: text/plain, Size: 2067 bytes --]

Yeah, this makes sense.  I tried just doing a "make" in utils/mount/ 
last night and it did indeed spot the missing pseudoflavors.h header.

I'll give this a shot.

J. Bruce Fields wrote:
> From: J. Bruce Fields <bfields@citi.umich.edu>
> 
> Commit e9b0bed761bc77ba046f53be2ec324c4b61357ff should also have added
> this file.
> 
> Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
> ---
>  support/include/pseudoflavors.h |   17 +++++++++++++++++
>  1 files changed, 17 insertions(+), 0 deletions(-)
>  create mode 100644 support/include/pseudoflavors.h
> 
> On Sun, Jul 15, 2007 at 07:59:18PM -0400, Chuck Lever wrote:
>> Making all in nfs
>> make[2]: Entering directory `/u/cel/nfs-utils/support/nfs'
>> gcc -DHAVE_CONFIG_H -I. -I../../support/include  -I../../support/include 
>> -D_GNU_SOURCE -Wall  -pipe -g -O2 -MT exports.o -MD -MP -MF 
>> .deps/exports.Tpo -c -o exports.o exports.c
>> exports.c:33:27: error: pseudoflavors.h: No such file or directory
> 
> Whoops, I should have actually looked at the compile output yesterday
> before jumping to conclusions.  Looks like pseudoflavors.h didn't get
> added to the git repo.  (Neil--just pipe a mailbox to "git am", and
> it'll take care of adding new files.)
> 
> (I haven't checked yet whether it's still OK with --disable-gss and
> --disable-nfsv4....)
> 
> --b.
> 
> diff --git a/support/include/pseudoflavors.h b/support/include/pseudoflavors.h
> new file mode 100644
> index 0000000..c21087b
> --- /dev/null
> +++ b/support/include/pseudoflavors.h
> @@ -0,0 +1,17 @@
> +#define RPC_AUTH_GSS_KRB5       390003
> +#define RPC_AUTH_GSS_KRB5I      390004
> +#define RPC_AUTH_GSS_KRB5P      390005
> +#define RPC_AUTH_GSS_LKEY       390006
> +#define RPC_AUTH_GSS_LKEYI      390007
> +#define RPC_AUTH_GSS_LKEYP      390008
> +#define RPC_AUTH_GSS_SPKM       390009
> +#define RPC_AUTH_GSS_SPKMI      390010
> +#define RPC_AUTH_GSS_SPKMP      390011
> +
> +struct flav_info {
> +	char    *flavour;
> +	int     fnum;
> +};
> +
> +extern struct flav_info flav_map[];
> +extern const int flav_map_size;

[-- Attachment #2: chuck.lever.vcf --]
[-- Type: text/x-vcard, Size: 290 bytes --]

begin:vcard
fn:Chuck Lever
n:Lever;Chuck
org:Oracle Corporation;Corporate Architecture: Linux Projects Group
adr:;;1015 Granger Avenue;Ann Arbor;MI;48104;USA
title:Principal Member of Staff
tel;work:+1 248 614 5091
x-mozilla-html:FALSE
url:http://oss.oracle.com/~cel
version:2.1
end:vcard


[-- Attachment #3: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

[-- Attachment #4: Type: text/plain, Size: 140 bytes --]

_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

  reply	other threads:[~2007-07-16 17:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-15 23:59 build problems with latest nfs-utils Chuck Lever
2007-07-16  1:31 ` J. Bruce Fields
2007-07-16  2:05   ` Chuck Lever
2007-07-16 17:06 ` [PATCH] fix broken compile due to missing pseudoflavors.h J. Bruce Fields
2007-07-16 17:18   ` Chuck Lever [this message]
2007-07-16 17:26   ` Chuck Lever

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=469BA880.1010900@oracle.com \
    --to=chuck.lever@oracle.com \
    --cc=bfields@fieldses.org \
    --cc=neilb@suse.de \
    --cc=nfs@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.