From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Hofman Subject: Re: Compiling alsa-utils Date: Mon, 26 Jul 2010 11:17:24 +0200 Message-ID: <4C4D52A4.3000003@ivitera.com> References: <4C4D4E21.5030705@ivitera.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from cable.insite.cz (upc-plzen.insite.cz [84.242.100.8]) by alsa0.perex.cz (Postfix) with ESMTP id F285C103860 for ; Mon, 26 Jul 2010 11:17:24 +0200 (CEST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Takashi Iwai Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Takashi Iwai napsal(a): > At Mon, 26 Jul 2010 10:58:09 +0200, > Pavel Hofman wrote: >> Hi, >> >> after clean git clone of git://git.alsa-project.org/alsa-utils.git I >> got the following error: >> >> pavel@sara:~/install/alsa/alsa-utils$ autoheader >> configure.in:268: error: `po/Makefile.in' is already registered with >> AC_CONFIG_FILES. >> ../../lib/autoconf/status.m4:311: AC_CONFIG_FILES is expanded from... >> configure.in:268: the top level >> autom4te: /usr/bin/m4 failed with exit status: 1 >> autoheader: '/usr/bin/autom4te' failed with exit status: 1 >> >> >> After deleting po/Makefile.in from the list of AC_OUTPUT in >> configure.in:268 the compilation proceeded fine. >> >> Ubuntu 9.10. > > It's f*** auto-tools, that tells everything :) > > Doesn't the simple gitcompile work after the clean clone? > > Thanks, the gitcompile script works fine. I followed the procedure in INSTALL: aclocal gettextize autoheader automake --foreign --copy --add-missing autoconf ./configure make Perhaps we could either update this sequence (but I have no idea how :) ), or delete the procedure and just mention the gitcompile script (that one I can post as a patch). Thanks, Pavel.