public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* Trouble with Locale
@ 2016-08-16  0:57 Kenneth Adam Miller
  2016-08-17  3:45 ` Kenneth Adam Miller
  0 siblings, 1 reply; 7+ messages in thread
From: Kenneth Adam Miller @ 2016-08-16  0:57 UTC (permalink / raw)
  To: crossgcc

Hello all,

I am building crosstool-ng starting with this small script:


curl -sL https://raw.githubusercontent.com/rust-lang/rust-buildbot/a35c53e21a789cc782ec51f2fdefc1e3f8767c42/slaves/linux-cross/build_toolchain_root.sh
| bash

mkdir /x-tools

mkdir ~/ct

cd ~/ct

ct-ng menuconfig

# Note: picked the following options...
# Target options > Target architecture = x86
# Target options > Bitness = 64
# Operating System > Linux kernel version = 3.2.72
# C-library > C library = uClibc
# C compiler > option "C++" enabled

ct-ng build


------

But I'm getting an error with
.build/x86_64-unknown-linux-uclibc/build/build-libc-headers/extra/locale/c8tables.h
containing a message about a missing information, asking to enable
en_US.utf-8


My thought is that I may be missing some locale package on my box that
I'm building with, but I have gcc-5-locales and locales packages each
installed on my ubuntu 16.04. I don't know what to do to get it to
move past this error.

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-08-17 20:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-16  0:57 Trouble with Locale Kenneth Adam Miller
2016-08-17  3:45 ` Kenneth Adam Miller
2016-08-17  4:09   ` Kenneth Adam Miller
2016-08-17  5:48     ` Waldemar Brodkorb
     [not found]       ` <CAK7rcp-XuU26jx1aSkKjXP88gEGy5E2K0XG=ZxzBT79rK9WwLQ@mail.gmail.com>
2016-08-17 14:29         ` Kenneth Adam Miller
2016-08-17 19:39         ` Waldemar Brodkorb
2016-08-17 20:20           ` Kenneth Adam Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).