From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20865 invoked by alias); 10 Nov 2011 20:06:10 -0000 Received: (qmail 20854 invoked by uid 22791); 10 Nov 2011 20:06:08 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 10 Nov 2011 20:05:56 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pAAK5sDk000594 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 10 Nov 2011 15:05:55 -0500 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id pAAK5pKY010015 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Thu, 10 Nov 2011 15:05:53 -0500 Message-ID: <4EBC2E9F.9030209@redhat.com> Date: Thu, 10 Nov 2011 20:06:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0 MIME-Version: 1.0 To: sandip gangakhedkar CC: insight@sourceware.org Subject: Re: make fails on ubuntu 11.04 VM, References: <4EB341A1.2070201@redhat.com> <4EB36769.20903@redhat.com> <4EB42FBE.6050604@redhat.com> <4EB43706.8020509@redhat.com> <4EBBFDB3.2010404@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2011-q4/txt/msg00013.txt.bz2 On 11/10/2011 11:54 AM, sandip gangakhedkar wrote: > The build is failing on Ubuntu 11.04. Attached is the log for make. I looked at your log. It is "failing" in etc/ because makeinfo is missing. It looks like etc/ is requiring this, even though it probably shouldn't. I would recommend you install the appropriate package (that's in the "texinfo" package for Fedora-based machines). You can, however, by-pass etc/ and other "superfluous" stuff by doing "make all-gdb install-gdb" instead of simply "make all install". Honestly, I *will* do a 7.4-based release in a few weeks! Keith