From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80856 invoked by alias); 1 Jun 2018 11:33:18 -0000 Mailing-List: contact libc-help-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: libc-help-owner@sourceware.org Received: (qmail 80841 invoked by uid 89); 1 Jun 2018 11:33:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:961, upload, funny, HTo:D*googlemail.com X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 01 Jun 2018 11:33:16 +0000 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7E53480825A5; Fri, 1 Jun 2018 11:33:14 +0000 (UTC) Received: from oldenburg.str.redhat.com (dhcp-192-212.str.redhat.com [10.33.192.212]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1862C10F1BEF; Fri, 1 Jun 2018 11:33:13 +0000 (UTC) Subject: Re: Building 2.27 on CentOS To: Andreas Hubert Cc: libc-help@sourceware.org References: <73359be3-8709-5740-c0c6-63896d4106df@redhat.com> <8B580C00-0D93-4DB3-990F-9E7EAA734358@googlemail.com> From: Florian Weimer Message-ID: <6f6bafab-d9ad-9e39-3255-670deebcca9f@redhat.com> Date: Fri, 01 Jun 2018 11:33:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg00001.txt.bz2 On 06/01/2018 12:45 PM, Andreas Hubert wrote: > To have a really clean environment for testing, I just tried it with a docker container based on centos/devtoolset-7-toolchain-centos7 and just added bison and make. So that’s my docker file: > > ``` > FROM centos/devtoolset-7-toolchain-centos7 > > USER 0 > RUN yum install -y --setopt=tsflags=nodocs bison devtoolset-7-make && yum clean all -y > USER 1001 > ``` > > From there I was just running `configure —prefix=/my/new/dir` and then make > Still facing the same error: > > ``` > make[3]: Leaving directory '/builddir/rpmbuild/SOURCES/glibc-2.27/elf' This looks like you are running under rpmbuild. Please post the spec file, or upload it somewhere where we can see it. You also have a funny character in the configure command line, but I assume that's just your email client. All I can say so far that the glibc-2.27 tag generally builds fine with DTS 7. Thanks, Florian