There is a known problem with MIPS tinderbox.

Jayachandran C. c.jayachandran at gmail.com
Fri Apr 6 07:38:16 UTC 2012


On Fri, Apr 6, 2012 at 12:01 PM, Stanislav Sedov <stas at freebsd.org> wrote:
>
> On Apr 5, 2012, at 11:08 PM, Jayachandran C. wrote:
>>
>>
>> The asn1 library has a export map containing 'global: *', this exports
>> two symbols _fdata and _ftext versioned.  When libkafs5 is linked,
>> these symbols confuse the bfd code and the entries corresponding to
>> theses (index 13, and 16) are left un-initialized.
>>
>> One workaround I see is to change the export 'global: *' in
>> kerberos5/lib/libasn1 to the actual list of exported symbols.
>>
>
> Thanks.  What I'm also trying right now is to add a version map to the
> libkafs -- this might help binutils to link it properly as well.  If it
> fails, we can try adding a proper one for libasn1.

The libasn1 workaround is here:
http://people.freebsd.org/~jchandra/libasn1.diff

I have not actually tested the resulting binaries, but this should
help the build issue.


JC.


More information about the freebsd-tinderbox mailing list