From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108481 invoked by alias); 6 Aug 2018 20:32:51 -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 108451 invoked by uid 89); 6 Aug 2018 20:32:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,KAM_INFOUSMEBIZ,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=newly, packaged, H*c:alternative X-HELO: mail-it0-f52.google.com Received: from mail-it0-f52.google.com (HELO mail-it0-f52.google.com) (209.85.214.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 06 Aug 2018 20:32:48 +0000 Received: by mail-it0-f52.google.com with SMTP id d9-v6so19186420itf.2 for ; Mon, 06 Aug 2018 13:32:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=tnRXNgDU7lQ9qypQymnNd2xR4wMbsIGegLzmKjsUI0I=; b=G/Uh3dQEMGSyxCBRArcYtWqOiK8kdDzYSBCYP+y3y+dzj5Nk7YU4OGGT8ppNGiHGwH daCbjIGYA8/YhJfLK1hdEgqKfz7t9CZW74eD7YXXZpGD90C0BJ5zzuXJuVOqkWe1yIPw dQlNkwPqivPAn8fUptRdqcf35dHNTQCrcPHlqIhBM36SGUmiftFpJA/XU8iPgZEiSvBT lCG6JFajK/Mv3Z5g55X4Ka2WmfHdwmZMrrPMFHbnuvvRKHWDSDzVbbvBaL8O2Sik1yR4 ap9gCkp2+k2R2uBrezCiwlonQhEw+9jLBuwytJvRKNL86pVF1xKyxpiZcXSiPA8Nd+Bw p2OA== MIME-Version: 1.0 References: <06a0d1fe-75bd-4af4-6ab1-de80ba5f9443@redhat.com> In-Reply-To: From: Leo Butler Date: Mon, 06 Aug 2018 20:32:00 -0000 Message-ID: Subject: Re: glibc 2.25 error during install To: carlos@redhat.com Cc: libc-help@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-08/txt/msg00014.txt.bz2 Hi Carlos, Here you go: bash-4.1$ grep makeinfo config.log configure:4843: checking for makeinfo configure:4859: found /auto/ins-tools/linux_cel69/usr/bin/makeinfo configure:4870: result: makeinfo configure:4885: checking version of makeinfo ac_cv_prog_MAKEINFO=makeinfo MAKEINFO='makeinfo' bash-4.1$ makeinfo --version makeinfo GNU texinfo 4.13 touch (GNU coreutils) 8.30 Packaged by Gentoo (8.30 (p01)) Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later < https://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Paul Rubin, Arnold Robbins, Jim Kingdon, David MacKenzie, and Randy Smith. There is a /usr/bin/makeinfo on the system, but it's not being used. I intentionally added the Gentoo Prefix EPREFIX bin paths into the front of the PATH variable before beginning to be absolutely sure newly built tools are found in the correct location. I think the bootstrap script provided by Prefix does that already, though. - Leo On Mon, Aug 6, 2018 at 12:29 PM Carlos O'Donell wrote: > On 08/06/2018 03:16 PM, Leo Butler wrote: > > Removing the empty manual/libc.info and running "make info" generates > > another empty libc.info. > > > > bash-4.1$ rm manual/libc.info > > bash-4.1$ make info > > make -r PARALLELMFLAGS="" -C > > > /auto/ins-tools/linux_cel69/var/tmp/portage/sys-libs/glibc-2.25-r11/work/glibc-2.25 > > objdir=`pwd` info > > make[1]: Entering directory > > > '/auto/ins-tools/linux_cel69/var/tmp/portage/sys-libs/glibc-2.25-r11/work/glibc-2.25' > > make -C manual info > > make[2]: Entering directory > > > '/auto/ins-tools/linux_cel69/var/tmp/portage/sys-libs/glibc-2.25-r11/work/glibc-2.25/manual' > > LANGUAGE=C LC_ALL=C makeinfo -P > > > /auto/ins-tools/linux_cel69/var/tmp/portage/sys-libs/glibc-2.25-r11/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/ > > > --output=/auto/ins-tools/linux_cel69/var/tmp/portage/sys-libs/glibc-2.25-r11/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/ > > libc.info libc.texinfo > > makeinfo GNU texinfo 4.13 > > make[2]: Leaving directory > > > '/auto/ins-tools/linux_cel69/var/tmp/portage/sys-libs/glibc-2.25-r11/work/glibc-2.25/manual' > > make[1]: Leaving directory > > > '/auto/ins-tools/linux_cel69/var/tmp/portage/sys-libs/glibc-2.25-r11/work/glibc-2.25' > > bash-4.1$ !find > > find . -name libc.info > > ./manual/libc.info > > bash-4.1$ ls -rlt manual/libc.info > > -rw-r--r-- 1 insrgr eng 0 Aug 6 12:01 manual/libc.info > > > > I do see the texinfo file, looks like it's part of the source tarball > (not > > generated): > > > > bash-4.1$ ls -rlt > > > /auto/ins-tools/linux_rh6/var/tmp/portage/sys-libs/glibc-2.25-r11/work/glibc-2.25/manual/libc.texinfo > > -rw-r--r-- 1 insrgr eng 4460 Feb 5 2017 > > > /auto/ins-tools/linux_rh6/var/tmp/portage/sys-libs/glibc-2.25-r11/work/glibc-2.25/manual/libc.texinfo > > It should be doing way more work than this. > > grep 'makeinfo' config.log > configure:4799: checking for makeinfo > configure:4815: found /usr/bin/makeinfo > configure:4826: result: makeinfo > configure:4841: checking version of makeinfo > ac_cv_prog_MAKEINFO=makeinfo > MAKEINFO='makeinfo' > > Which makeinfo is being used? > > Then run makeinfo --version? > > -- > Cheers, > Carlos. >