From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113072 invoked by alias); 17 Aug 2016 04:09:47 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 112864 invoked by uid 89); 17 Aug 2016 04:09:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=1399, kennethadammiller@gmail.com, kennethadammillergmailcom, H*r:sk:crossgc X-HELO: mail-ua0-f178.google.com Received: from mail-ua0-f178.google.com (HELO mail-ua0-f178.google.com) (209.85.217.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 17 Aug 2016 04:09:36 +0000 Received: by mail-ua0-f178.google.com with SMTP id 97so154511563uav.3 for ; Tue, 16 Aug 2016 21:09:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=Du0TmPvbjTqm5oN95dchez3EZ3LkwoO11DYzGXEag7Q=; b=QiFOQk6h6CT+vgdUEm1A3P5MoXuLiufHJH3DvbTXm1uD3DlaTjJfExsjnM4shVrf4/ ESMnw7nHVZOGuzlBTsURJEe9g/PttHdJYk/xLa3XXdm3OQnYJkFoYTwbme2+390kzgEE y3DIIknF9J+W4fYUhjXqJ/ou647k97i4NPAoykKijAwA/V/12MolDvjSZ2J5kP9uKbVS cSpvdhjSwBD8ClpAoskyaXu87w5lvxDVdh7yZJa8yXCyz1ApXd2ZnBKtrp5oABNtTzu+ 1zVQl7usSpHAmT+kOMxHHItWu6FrqN7t3DAEK9DSr+iu0opfi9wqQISrn0WzDT14R13U vfkA== X-Gm-Message-State: AEkoouuysv1OwkvtTyxhB0Gh0nlpSubqaWXUnui5YFFkbaws8DLY0yMQzkAM8uJl39OzFHlqaP6SxveRbAbdAw== X-Received: by 10.176.80.229 with SMTP id d34mr11592140uaa.24.1471406974547; Tue, 16 Aug 2016 21:09:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.41.204 with HTTP; Tue, 16 Aug 2016 21:09:34 -0700 (PDT) In-Reply-To: References: From: Kenneth Adam Miller Date: Wed, 17 Aug 2016 04:09:00 -0000 Message-ID: Subject: Re: Trouble with Locale To: crossgcc@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-08/txt/msg00009.txt.bz2 In addition, the particular error I got was: [INFO ] Installing C library headers [ERROR] make[2]: *** [../..//extra/locale/c8tables.h] Error 1 [ERROR] make[1]: *** [headers] Error 2 [ERROR] [ERROR] >> [ERROR] >> Build failed in step 'Installing C library headers' [ERROR] >> called in step '(top-level)' [ERROR] >> [ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@257] [ERROR] >> called from: do_libc_start_files[scripts/build/libc/uClibc.sh@117] [ERROR] >> called from: main[scripts/crosstool-NG.sh@646] [ERROR] >> [ERROR] >> For more info on this error, look at the file: 'build.log' [ERROR] >> There is a list of known issues, some with workarounds, in: [ERROR] >> '/usr/local/share/doc/crosstool-ng/crosstool-ng-1.22.0/B - Known issues.txt' [ERROR] [ERROR] (elapsed: 16:13.99) [16:15] / make: *** [build] Error 2 And the file c8tables.h contains: "could not find a UTF8 locale ... please enable en_US.UTF-8" On Tue, Aug 16, 2016 at 11:44 PM, Kenneth Adam Miller wrote: > > I did have a setting wherein I specified a local configuration for the > uclibc library to be built by, and had enabled locales and wchar... > > On Mon, Aug 15, 2016 at 8:57 PM, Kenneth Adam Miller > wrote: > > 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