Skip to Content.
Sympa Menu

sm-grimoire - Re: [SM-Grimoire] krb5

sm-grimoire AT lists.ibiblio.org

Subject: Discussion of Spells and Grimoire items

List archive

Chronological Thread  
  • From: Andrew <afrayedknot AT thefrayedknot.armory.com>
  • To: Grimoire <sm-grimoire AT lists.ibiblio.org>
  • Subject: Re: [SM-Grimoire] krb5
  • Date: Tue, 10 Jun 2003 07:12:36 -0700

> ../lib/libkrb5.a(fcc_gennew.o): In function `krb5_fcc_generate_new':
> fcc_gennew.o(.text+0x66): the use of `mktemp' is dangerous, better use
> `mkstemp'
> ../lib/libkrb4.a(in_tkt.o): In function `in_tkt':
> in_tkt.o(.text+0x1a5): undefined reference to `errno'
> collect2: ld returned 1 exit status
> make[2]: *** [k524init] Error 1
> make[2]: Leaving directory `/usr/src/krb5-1.2.6/src/krb524'
> make[1]: *** [all-recurse] Error 1
> make[1]: Leaving directory `/usr/src/krb5-1.2.6/src'

i'll venture a guess.

but just real quick (cause i have to get out the door), this looks like
an issue between the new and old glibc's. I run qmail, and it actually
got the same thing, it assumes that errno is defined somewhere and just
names it as an extern. The old glibc did that for you, but not anymore,
so you have to declare it youself somewhere or something. Basically
someone has to write a quick and dirty patch to replace some occurence
of extern int errno with int errno, or something equivalent.

Cheers
Andrew




Archive powered by MHonArc 2.6.24.

Top of Page