2006-07-10 22:10:26

by Usha Ketineni

[permalink] [raw]
Subject: nfs-utils-1.0.9 compilation failed!

Hi,

Compilation of nfs-utils-1.0.9 failed with the below error on my machine.
I don't see the function "write_oid()" being defined in the source code.
Anyone hit this error or am I missing something?

gssd-context_mit.o(.text+0x268): In function `serialize_krb5_ctx':
/home/ketineni/nfs-utils-1.0.9/utils/gssd/context_mit.c:346: undefined
reference to `write_oid'
collect2: ld returned 1 exit status
make[2]: *** [gssd] Error 1
make[2]: Leaving directory `/home/ketineni/nfs-utils-1.0.9/utils/gssd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ketineni/nfs-utils-1.0.9/utils'
make: *** [all-recursive] Error 1


Thanks
Usha


Attachments:
(No filename) (375.00 B)
(No filename) (140.00 B)
Download all attachments

2006-07-10 22:27:38

by Usha Ketineni

[permalink] [raw]
Subject: Re: nfs-utils-1.0.9 compilation failed!

[email protected] wrote on 07/10/2006 03:10:17 PM:

>
> Hi,
>
> Compilation of nfs-utils-1.0.9 failed with the below error on my
machine.
> I don't see the function "write_oid()" being defined in the source code.

> Anyone hit this error or am I missing something?
>

write_oid() has been defined in nfs-utils-1.0.8 version and used in couple
of function calls in utils/gssd/context_mit.c. I believe some changes
might have
happened in the release 1.0.9.



Attachments:
(No filename) (375.00 B)
(No filename) (140.00 B)
Download all attachments

2006-07-10 23:04:52

by Kevin Coffman

[permalink] [raw]
Subject: Re: nfs-utils-1.0.9 compilation failed!

write_oid() should be defined in utils/gssd/write_bytes.h as an inline function.

On 7/10/06, Usha Ketineni <[email protected]> wrote:
>
>
> [email protected] wrote on 07/10/2006
> 03:10:17 PM:
>
>
> >
> > Hi,
> >
> > Compilation of nfs-utils-1.0.9 failed with the below error on my machine.
> > I don't see the function "write_oid()" being defined in the source code.
> > Anyone hit this error or am I missing something?
> >
>
>
> write_oid() has been defined in nfs-utils-1.0.8 version and used in couple
> of function calls in utils/gssd/context_mit.c. I believe some changes might
> have
> happened in the release 1.0.9.
>
>
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
>
> _______________________________________________
> NFS maillist - [email protected]
> https://lists.sourceforge.net/lists/listinfo/nfs
>
>
>


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs

2006-07-10 23:57:42

by Usha Ketineni

[permalink] [raw]
Subject: Re: nfs-utils-1.0.9 compilation failed!

[email protected] wrote on 07/10/2006 04:04:46 PM:

> write_oid() should be defined in utils/gssd/write_bytes.h as an
> inline function.
>

hmm...I don't see it defined in write_bytes.h in the nfs-utils-1.0.9
source and hence the compilation error.
Just added it as inline function myself from the previous release and it
compiled just fine.
I guess the nfs-utils-1.0.9 package is broken then.

Thanks
Usha


Attachments:
(No filename) (375.00 B)
(No filename) (140.00 B)
Download all attachments

2006-07-11 00:07:03

by Aníbal Monsalve Salazar

[permalink] [raw]
Subject: Re: nfs-utils-1.0.9 compilation failed!

On Mon, Jul 10, 2006 at 04:57:30PM -0700, Usha Ketineni wrote:
>[email protected] wrote on 07/10/2006 04:04:46 PM:
>
>>write_oid() should be defined in utils/gssd/write_bytes.h as an
>>inline function.
>
>hmm...I don't see it defined in write_bytes.h in the nfs-utils-1.0.9
>source and hence the compilation error.
>Just added it as inline function myself from the previous release and it
>compiled just fine.
>I guess the nfs-utils-1.0.9 package is broken then.

It has been compiled successfully twice on 12 different arches. See:

http://buildd.debian.org/build.php?pkg=nfs-utils

>Thanks
>Usha

An?bal Monsalve Salazar
--
http://v7w.com/anibal


Attachments:
(No filename) (0.00 B)
(No filename) (375.00 B)
(No filename) (140.00 B)
Download all attachments

2006-07-11 20:40:21

by Usha Ketineni

[permalink] [raw]
Subject: Re: nfs-utils-1.0.9 compilation failed!

> >>write_oid() should be defined in utils/gssd/write_bytes.h as an
> >>inline function.
> >
> >hmm...I don't see it defined in write_bytes.h in the nfs-utils-1.0.9
> >source and hence the compilation error.
> >Just added it as inline function myself from the previous release and
it
> >compiled just fine.
> >I guess the nfs-utils-1.0.9 package is broken then.
>
> It has been compiled successfully twice on 12 different arches. See:
>
> http://buildd.debian.org/build.php?pkg=nfs-utils
>

I think nfs-util-1.0.9 compilation succeeds properly only in the case
either HAVE_KRB5 or HAVE_LUCID_CONTEXT_SUPPORT is not defined.


Thanks
Usha


Attachments:
(No filename) (375.00 B)
(No filename) (140.00 B)
Download all attachments