On Wed, 22 Jun 2005, Eesnimi Perenimi wrote:

> > > I got:
> > > utv
> >
> > Ok, so those letters aren't within the range a-z when you run
> > configure.
> > Maybe it's a locale issue - what have you set your locale to ?
> >
> > In your language (estonian?), are those letters outside the range
> > a-z (perhaps because none of them are used in native words) ?
>
> LC_ALL=et_EE.iso88591

 So, 't' is not in the sequence a-z, but it's part of your country code
and you have a "regular" iso8859-1 character set ?  That's just plain
weird, but I have no idea what is broken.  You probably need to use
LC_ALL=C when configuring whatever else you want to build, just in case.

>
> > Try
> >
> > LC_ALL=C ./configure ...
>
> Now it says only:
> configure: warning: transformiix,universalchardet,webservices,inspector,: 
> invalid host type
> configure: warning: gnomevfs,negotiateauth: invalid host type
> configure: error: can only configure for one host and one target at a time
>

 Now that is almost certainly a problem with copy-and-paste : the '\'
has to be the last thing on the line, otherwise it isn't treated as a
continuation.  The configure script thinks each of these lines is a
separate option, and it doesn't recognize them.  A strange error message
(until I looked at the configure script, I was going to ask what sort of
exotic host this was).  So, nearly there!

>
> > If that doesn't fix it, what system are you building on ? (LFS or
> > something else, and version) ?
>
> I'm building svn-LFS and svn-BLFS using knoppix-3.6 as host.

Ah, have you rebooted into LFS yet, or are you doing this in chroot ?

Ken
-- 
 das eine Mal als Tragödie, das andere Mal als Farce

--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to