From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110538 invoked by alias); 6 Aug 2018 16:18:36 -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 110510 invoked by uid 89); 6 Aug 2018 16:18:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-1.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,KAM_INFOUSMEBIZ,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=the, the=c2, leo, Leo?= X-HELO: mail-it0-f49.google.com Received: from mail-it0-f49.google.com (HELO mail-it0-f49.google.com) (209.85.214.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 06 Aug 2018 16:18:34 +0000 Received: by mail-it0-f49.google.com with SMTP id d16-v6so12764495itj.0 for ; Mon, 06 Aug 2018 09:18:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=Ge6iolVdHfVXSr/fuaB358lLdcraPrnY1FOwbm8jtvc=; b=DWl3yUvkIU3j5b5ExfYP/LUgMAn/cKGA6mgLr/QEK866fB340iM5UZZ07fjYDS4/ab BZzB7LCvtP10ThQR4x7QZ2poOHu+IbbmkfKcLUuOD/QIUd4Tm47zIN+3gX7SMOliTqLU M9fKf4mEFKmdRYik97JfnDWU+HVyaYZgXECQgyROcqlYSWvghunlI54qOMqFK12wbt0h SfreBo44FkBXIbjiXgadvgBKsVI1o8rqy7OJklirauwKRuVwTt2b+ryzvh4UKJRU5Qn7 Qy34W1IzkNSKQBu2Zg5xjFrXBj5SnIxBE+i9MDyLzpoJmT/QzNmWu6b6VPFBCBsbQUed sJLw== MIME-Version: 1.0 From: Leo Butler Date: Mon, 06 Aug 2018 16:18:00 -0000 Message-ID: Subject: glibc 2.25 error during install To: libc-help@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-08/txt/msg00008.txt.bz2 Greetings! This is my first time posting to the list. I'm hoping someone can provide a little insight into a failure I'm getting while installing glibc in a Gentoo Prefix build under a CentOS 6.9 host OS. The step that's failing involves generating the libc.info* files; somewhere around the libc-texinfo.sh script, the file libc.info is found to be zero-length and the install fails. I've been looking for missing dependencies and I saw a reference to texi2dvi in the manual/Makefile so I installed the necessary tex* RPMs so it would be available, but that didn't allow the install to finish. I'm rebuilding glibc on the chance that it gets compiled first and installed later (seems to be how Prefix does it) so we'll see what happens in a few hours. In the meantime, if you have any suggestions, I'd sure welcome them. Here's the specific error I get: LANGUAGE=C LC_ALL=C makeinfo -P /auto/ins-tools/linux_rh6/var/tmp/portage/sys-libs/glibc-2.25-r11/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/ --output=/auto/ins-tools/linux_rh6/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 .././scripts/mkinstalldirs /auto/ins-tools/linux_rh6/var/tmp/portage/sys-libs/glibc-2.25-r11/image//auto/ins-tools/linux_rh6/usr/share/info mkdir -p -- /auto/ins-tools/linux_rh6/var/tmp/portage/sys-libs/glibc-2.25-r11/image//auto/ins-tools/linux_rh6/usr/share/info for file in /auto/ins-tools/linux_rh6/var/tmp/portage/sys-libs/glibc-2.25-r11/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/ libc.info*; do \ /auto/ins-tools/linux_rh6/usr/bin/install -c -m 644 $file /auto/ins-tools/linux_rh6/var/tmp/portage/sys-libs/glibc-2.25-r11/image//auto/ins-tools/linux_rh6/usr/share/info/; \ done install-info: /auto/ins-tools/linux_rh6/var/tmp/portage/sys-libs/glibc-2.25-r11/image//auto/ins-tools/linux_rh6/usr/share/info/ libc.info: empty file make[2]: *** [Makefile:180: install] Error 1 Thanks, - Leo