Date: Wed, 14 Oct 2009 15:45:58 +0900 From: Alexander Nedotsukov <bland@FreeBSD.org> To: =?UTF-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no> Cc: arm@FreeBSD.org, FreeBSD Tinderbox <tinderbox@FreeBSD.org>, current@FreeBSD.org Subject: Re: [head tinderbox] failure on arm/arm Message-ID: <fd3881c866aeca4b642d9e1c37fec682@mail> In-Reply-To: <86aazuet4c.fsf@ds4.des.no> References: <200910122344.n9CNijv9037645@freebsd-current.sentex.ca> <de7143aa0910121719rd1eae44he9dba22f23149279@mail.gmail.com> <86vdijdu0r.fsf@ds4.des.no> <de7143aa0910131628k74549410j471131ba7fe2ac60@mail.gmail.com> <86my3uetzr.fsf@ds4.des.no> <de7143aa0910131653v57b6e26n3f3bd5984af9516a@mail.gmail.com> <86aazuet4c.fsf@ds4.des.no>
next in thread | previous in thread | raw e-mail | index | archive | help
Heh. You just repeat my mistake (presumably with a bit of help from my side though). Those warning lines are really provoking :-) While missed #include issue still true it was not a source of build failure. libgssapi_krb5 now have libgssapi as a dependency but stay first in the _prebuild_libs list and nothing said build framework why it must build it in a different order. I committed the fix yesterday: http://svn.freebsd.org/viewvc/base?view=revision&revision=198020 Alexander. ps. I noticed that mails from tinderbox.freebsd.org contains link to not existed tinderbox.des.no host. On Wed, 14 Oct 2009 02:06:43 +0200, Dag-Erling Smørgrav <des@des.no> wrote: > quickembed <quickembed@gmail.com> writes: >> should not it say "unresolved external function...." etc if the >> compiler can not find the function body? > > Yes, that's exactly what it does: > > /src/kerberos5/lib/libgssapi_krb5/gss_krb5.c: In function > 'gsskrb5_extract_authz_data_from_sec_context': > /src/kerberos5/lib/libgssapi_krb5/gss_krb5.c:591: warning: implicit > declaration of function 'der_get_oid' > /src/kerberos5/lib/libgssapi_krb5/gss_krb5.c:601: warning: implicit > declaration of function 'der_free_oid' > /src/kerberos5/lib/libgssapi_krb5/gss_krb5.c:614: warning: implicit > declaration of function 'der_length_oid' > /src/kerberos5/lib/libgssapi_krb5/gss_krb5.c:622: warning: implicit > declaration of function 'der_put_oid' > > DES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?fd3881c866aeca4b642d9e1c37fec682>