From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18052 invoked by alias); 14 Oct 2011 06:52:21 -0000 Received: (qmail 18044 invoked by uid 22791); 14 Oct 2011 06:52:20 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,TW_BJ X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 14 Oct 2011 06:52:03 +0000 Received: from ams by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1REbch-00087A-76; Fri, 14 Oct 2011 02:52:03 -0400 Date: Fri, 14 Oct 2011 06:52:00 -0000 Message-Id: From: ams@gnu.org (Alfred M. Szmidt) To: Jan Kratochvil CC: pmuldoon@redhat.com, joseph@codesourcery.com, gdb@sourceware.org In-reply-to: <20111014060106.GA9490@host1.jankratochvil.net> (message from Jan Kratochvil on Fri, 14 Oct 2011 08:01:06 +0200) Subject: Re: GIT and CVS Reply-to: ams@gnu.org References: <20111014060106.GA9490@host1.jankratochvil.net> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-10/txt/msg00107.txt.bz2 On Fri, 14 Oct 2011 01:50:49 +0200, Alfred M. Szmidt wrote: > I'm not debating that a unified source is useful, of course it is. > I personally build GDB on Fedora, and beyond what is in the tree, > there are many non-inclusive packages I have to find to build GDB. > > Do you have examples? I don't install any strange dependencies most > of the time... To name those usually not present on the system: flex bison expat-devel zlib-devel python-devel texinfo Only required when having modified files that are used as input for generation, I tend to make a tarball with freshly regenerated files and push that to the host I wish to test. So no need for any of that on the build platform. for testsuite at least: dejagnu gcc-gfortran gcc-java gcc-objc prelink fpc gcc-gnat glibc-static valgrind And tcl. The testsuite is a bit awkward to get up at times, fully agree there.