Buildworld without_gssapi=1...

Hi All,

I have a question whereby I seek enlightenment...

I am trying to perform a [cmd=]make buildworld[/cmd] using a source tree downed by csup using RELENG_9_0, and am having grief.

The issue I have is that I am getting a stop
Code:
don't know how to make lib/libgssapi__L
and noticed in my /etc/make.conf I had a line stating
Code:
without_gssapi=1

I'm making buildworld again with the
Code:
without_gssapi=1
line commented out, and am guessing that is my problem.

What effect does
Code:
without_gssapi=1
have?

James.
 
Many thanks. :-)

By commenting out the
Code:
WITHOUT_GSSAPI=1
in /etc/make.conf I was able to build my world again! It was indeed in CAPS, but was transfering the detail by hand, hence the human factor...

Is /etc/src.conf a replacement for /etc/make.conf or are the two read and merged, or does one take presendence over the other?
 
Hello again,

I have a question, that follows on from this thread: I don't have an /etc/src.conf file!

The heritage of my machine was installed with 9.0-RC2 and have only recently updated the kernel to 9.0-RELEASE-p4 via svn and am working my way through the ports via portupdate. (Woe is me on this machine...)

I have double checked in mergermaster, but no src.conf file...

Would I be correct in thinking that this is created by a human only if there was a need to specify kernel only options?

James.
 
Back
Top