[3075] in Kerberos-V5-bugs
Re: pending/716: build problem under linux
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Wed May 26 22:42:24 1999
Date: Wed, 26 May 1999 22:42:06 -0400 (EDT)
Message-Id: <199905270242.WAA16889@dcl.MIT.EDU>
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: krb5-bugs@MIT.EDU, Noah Treuhaft <treuhaft@CS.Berkeley.EDU>
Cc: gnats-admin@rt-11.MIT.EDU, krb5-prs@rt-11.MIT.EDU
In-Reply-To: Noah Treuhaft's message of Thu, 20 May 1999 17:05:01 -0400,
<199905202105.RAA25567@rt-11.MIT.EDU>
Date: Thu, 20 May 1999 14:04:28 -0700 (PDT)
From: Noah Treuhaft <treuhaft@CS.Berkeley.EDU>
The file config/config.sub distributed with krb5-1.0.6 is too old: it
does not know about the i686 processor. As a result, it cannot
convert i686-unknown-linux to i686-unknown-linux-gnu, and configure
fails for i686 machines. The fix for this is simple. Just get a
recent config.sub.
By the way, I had the same problem with krb5-1.0.5. I even sent mail
to krb5-bugs@mit.edu about it. Could you please send me a response to
this so I know that someone's at least see it?
Thanks, we've looked at it. The config.sub in the krb5-current (which
is our main development branch), does have this problem addressed. The
problem is that we only put bug fixes into the 1.0 branches, and this
particular change didn't get pulled up into the 1.0.6 bugfix release.
It is in our mainline development sources, and so it will be dealt with
in the 1.1 release.
- Ted