From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15425 invoked by alias); 1 Jun 2018 13:54:04 -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 15328 invoked by uid 89); 1 Jun 2018 13:54:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=mounted, Hx-languages-length:1781, H*c:HHHHHHHH, H*c:HHHH X-HELO: mail-wm0-f54.google.com Received: from mail-wm0-f54.google.com (HELO mail-wm0-f54.google.com) (74.125.82.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 01 Jun 2018 13:54:02 +0000 Received: by mail-wm0-f54.google.com with SMTP id v131-v6so2789585wma.1 for ; Fri, 01 Jun 2018 06:54:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:message-id:mime-version:subject:date :in-reply-to:cc:to:references; bh=9LzukwnFtz5a2bRnozTwU5Rx81JsySOzMN/s8dtCwj8=; b=VhEF3e6voJsCKxGcV7JF0FG57KjTxrJsBq3n9EL1w7Wi8A+hec5iyD4cFjuWYgKIbI Jqki2R83JtF9EVoeD7T4LGUpcf28HY3sl4DfQJ2eAd1F9a7I1G3u9/VjWKIYJliwC+pD lNt7XhZ/ewFeg1KhIY6Zwr2vZPnc9O52XY0eshK0C+D08eZGxTwIQOky6r5Xj5ZTHFh2 9puNWlsELEto1U2LLLKA1aum8WOSUxnQ0q8LPCXJTmUq03JSEjlSABzBbcBvRwNo0Dpi HX/MCG7s5YzwqySsEittHR2gQ0/QjU9umZGFi59BeK2nkanhvF5DhPyDsSa+j37ymm9+ YCcw== X-Gm-Message-State: ALKqPwd5Pg/t+J/qQ0phouvFPYVJ2UJVM2y7UEISOph+tAbLNQZTmF0j 23pr72GhWPGQBVZASDlnfafBnF3d X-Google-Smtp-Source: ADUXVKKObqE7LPXIS8RB8zQgxDxllhbqOJQwrwbnSzlGGUVIGwSHXMgN8Ez0R9SLJ8SZYFK08CPUOA== X-Received: by 2002:a1c:d287:: with SMTP id j129-v6mr2587040wmg.106.1527861240048; Fri, 01 Jun 2018 06:54:00 -0700 (PDT) Received: from [10.153.1.84] ([213.95.221.8]) by smtp.googlemail.com with ESMTPSA id c11-v6sm23345239wrm.65.2018.06.01.06.53.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Jun 2018 06:53:58 -0700 (PDT) From: Andreas Hubert Message-Id: <37524AAC-FFE3-4254-B1CE-FC64CA4727E8@googlemail.com> Content-Type: multipart/signed; boundary="Apple-Mail=_243636BD-5E9B-466B-8874-D2BC8CFE4304"; protocol="application/pgp-signature"; micalg=pgp-sha256 Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Subject: Re: Building 2.27 on CentOS Date: Fri, 01 Jun 2018 13:54:00 -0000 In-Reply-To: <2b24fce5-9b5c-1edd-eb30-3448a5894657@redhat.com> Cc: libc-help@sourceware.org To: Florian Weimer References: <73359be3-8709-5740-c0c6-63896d4106df@redhat.com> <8B580C00-0D93-4DB3-990F-9E7EAA734358@googlemail.com> <6f6bafab-d9ad-9e39-3255-670deebcca9f@redhat.com> <2A9E5497-DC73-4EC9-9936-CC136918748E@googlemail.com> <2b24fce5-9b5c-1edd-eb30-3448a5894657@redhat.com> X-SW-Source: 2018-06/txt/msg00004.txt.bz2 --Apple-Mail=_243636BD-5E9B-466B-8874-D2BC8CFE4304 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Content-length: 1831 The commands I provided where the exact ones, just double dash is garbled b= y my mail client: =E2=80=94 vs -- But I think I found now the reason. Since you claimed you always compile li= ke that and never had issues, I tried with a vagrant virtual box on centos = and it worked without any problem and also way faster. The problem I had was because I was running the build in docker container o= n MacOS inside a mounted volume. So I will try to first copy my base directory inside the docker container t= o build it there and then copy back the resulting files and if this still f= ails I have to check how I could run my builds on a VM directly instead of = docker. Thanks for your hints which took me to the conclusion that something with m= y environment must be wrong. > Am 01.06.2018 um 13:43 schrieb Florian Weimer : >=20 > On 06/01/2018 01:38 PM, Andreas Hubert wrote: >> My goal is to pack this in a RPM, but currently I just try to build it d= irectly on the command line. Only after that works my next step would be to= make it work with a spec file. >=20 > In this case, please show us the *exact* commands you use, not garbled by= your mail client. This includes the SCL activation step. >=20 >> Maybe I have something wrong with my DTS 7 setup.. do you maybe have any= sources you follow to setup you build environment that I could try to foll= ow? >=20 > I install devtoolset-7-gcc and devtoolset-7-gcc-c++, and the configure gl= ibc with: >=20 > ../git/configure --prefix=3D/usr CC=3D/opt/rh/devtoolset-7/root/usr/bin/g= cc CXX=3D/opt/rh/devtoolset-7/root/usr/bin/g++ > make -j4 >=20 > Alternatively, running >=20 > scl enable devtoolset-7 -- bash >=20 > and entering >=20 > ../git/configure --prefix=3D/usr > make -j4 >=20 > in the subshell (!) works as well. >=20 > Thanks, > Florian --Apple-Mail=_243636BD-5E9B-466B-8874-D2BC8CFE4304 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP Content-length: 873 -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iQIzBAEBCAAdFiEE8CEAGqeise3zVDVtyAbRQLLL3CcFAlsRT/QACgkQyAbRQLLL 3Cf5bA//VhiwQS7RLq3nJw2ivdH7OIyLbnuWM06SknzTSMZcanCzQ1PoQpIfghsd TabyE20zIE5RjuuWDw0VNH4/2jxWHXPAxMt79WyisKEubic8LEUUzVx79rsdAXAL rESXB9AgL5ofWIMVkzlg0z0JqildKaHb/GDJ3mk01oGMeYsbycMQTRMAV6gFcL42 CREn5IFMF+AzL4GiUUpGyTEvRTflm4+1RyV6JIap1R4bHnWHLLd0gs74ilRt6PyK ixw3z3yL0xrUgzWS31VONbmiwPCRx8WRiRcYi3afTTloOEDSSogTG+M/W/eyWi9B egvWel3WYrGwuWXpZH1/5xlLDpb97xtvVgRF0LiJqlenVRfc9d3MsgE2fvTpZZal lUD0XKapAihiDnneXgIWiFUmzZQ5g+wm9POqatSwHRSo+6SSXhUgvmQVOuowVepF 7GA1L1/i+P6O0/XiTRbFQC/1dJrMdPQG+vQlzpaKlOvVGrKfTDCta4Ryh1DT+SK3 0WZyEL03f96oCZvcKwm4WbQj9c/ykNxSd33UZYbBUc7aFfNnBWzeHVGY1UvXBscR fAokv8Qwxjov2Gfyv+TOrDMxkRAylPh1MPwt/yKYg59w82KsEjOX6drBOiOUdoZX tGGJ5wzWQD3yIGnJiz9rQgG0+oBxY3tuVNR3c7n9zzlEhmNyATI= =xhf5 -----END PGP SIGNATURE----- --Apple-Mail=_243636BD-5E9B-466B-8874-D2BC8CFE4304--