X-Spam-Checker-Version: SpamAssassin 3.3.0-rupdated (updated) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.0-rupdated Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id n1QI9Tsk001405 for ; Thu, 26 Feb 2009 12:09:29 -0600 X-ASG-Debug-ID: 1235671738-173e00540000-NocioJ X-Barracuda-URL: http://cuda.sgi.com:80/cgi-bin/mark.cgi Received: from smtp.gentoo.org (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 0621919B0C6C for ; Thu, 26 Feb 2009 10:08:58 -0800 (PST) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by cuda.sgi.com with ESMTP id nozjGBo3l5KutvSl for ; Thu, 26 Feb 2009 10:08:58 -0800 (PST) Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 4044B65144; Thu, 26 Feb 2009 18:08:57 +0000 (UTC) From: Mike Frysinger Organization: wh0rd.org To: Andreas Gruenbacher X-ASG-Orig-Subj: Re: [patch] fix parallel build failures in xfsprogs-3.0.0 Subject: Re: [patch] fix parallel build failures in xfsprogs-3.0.0 Date: Thu, 26 Feb 2009 13:08:54 -0500 User-Agent: KMail/1.11.0 (Linux/2.6.28; KDE/4.2.0; x86_64; ; ) Cc: Christoph Hellwig , Felix Blyakher , Eric Sandeen , "xfs-oss" References: <200902240010.25434.vapier@gentoo.org> <200902261017.30017.vapier@gentoo.org> <200902261817.02604.agruen@suse.de> In-Reply-To: <200902261817.02604.agruen@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902261308.56198.vapier@gentoo.org> X-Barracuda-Connect: smtp.gentoo.org[140.211.166.183] X-Barracuda-Start-Time: 1235671740 X-Barracuda-Bayes: INNOCENT GLOBAL 0.0000 1.0000 -2.0210 X-Barracuda-Virus-Scanned: by cuda.sgi.com at sgi.com X-Barracuda-Spam-Score: -2.02 X-Barracuda-Spam-Status: No, SCORE=-2.02 using per-user scores of TAG_LEVEL=2.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=2.1 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.1.18911 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on oss.sgi.com X-Virus-Status: Clean On Thursday 26 February 2009 12:17:02 Andreas Gruenbacher wrote: > On Thursday, 26 February 2009 16:17:28 Mike Frysinger wrote: > > yes. i dont know why the xfs progs have been packaging these > > autogenerated files by themselves. > > > > - remove aclocal.m4 from git > > - run `aclocal -I m4` > > - run `libtoolize -c -f` > > - run `autoconf` > > You mean this should become the normal build process? > > I was actually more thinking along the lines of reducing build dependencies > by adding a few more generated files like ./configure ... no, this is the process for going from live git to a dist tarball. people who download tarballs should never need autotools installed. people who build from live scms should. -mike