Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 2015 10:54:02 -1000
From:      Adam McDougall <mcdouga9@egr.msu.edu>
To:        freebsd-ports@freebsd.org
Subject:   Re: poudriere dying in ftp/curl configure
Message-ID:  <554144EA.1040304@egr.msu.edu>
In-Reply-To: <5540F24A.6010605@pinyon.org>
References:  <553BDE35.9070100@pinyon.org> <554085AA.8050002@citrin.ru> <5540EA00.2050202@pinyon.org> <5540EAA5.5040205@FreeBSD.org> <5540F24A.6010605@pinyon.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 4/29/2015 5:01 AM, Russell L. Carter wrote:
>
>
> On 04/29/15 07:28, Matthew Seaman wrote:
>> On 2015/04/29 15:26, Russell L. Carter wrote:
>>> I'd love to have a look at the config.log, but this is running under
>>> poudriere, which seems to clean up after errors.  I tried ^Z right
>>> after curl fails, and then find . -name config.log at the top of the
>>> poudriere tree, and there doesn't seem to be a config.log. Any tips
>>> here would be appreciated.
>>>
>>> It's still failing, and there are 238 ports skipped because of it.
>>
>> Poudriere has a handy option to save a tarball of the work directory if
>> the build fails.  Add this to poudriere.conf:
>>
>> SAVE_WRKDIR=yes
>>
>
> Thanks Matthew!  The problem is here:
>
> configure:4240: cc -I/usr/include -O2 -pipe  -fstack-protector 
> -fno-strict-aliasing -I/usr/include -I/usr/include -L/usr/lib 
> -L/usr/lib -L/usr/lib -Wl,-rpath,/usr/lib:/usr/local/lib -L/usr/lib 
> -Wl,-rpath,/usr/lib:/usr/local/lib -fstack-protector conftest.c -lkrb5 
> -lgssapi -lgssapi_krb5 -lkrb5 -lgssapi -lgssapi_krb5 >&5
> /usr/bin/ld: cannot find -lkrb5
> cc: error: linker command failed with exit code 1 (use -v to see 
> invocation)
>
> So Anton guessed correctly, as I have WITHOUT_KERBEROS=yes in
> src.conf(5).
>
> And of course in 'poudriere options ftp/curl' I have GSSAPI_NONE
> selected.  So that's a bug.
>
> This is the first glitch I've encountered with about 6 months
> experience running WITHOUT_KERBEROS=yes.  Frankly I was expecting
> quite a bit more.
>
> Russell

It is a little unintuitive the way those GSSAPI_ options are designed.  Try:

ftp_curl_SET=GSSAPI_NONE
ftp_curl_UNSET=GSSAPI_BASE




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?554144EA.1040304>