From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: alsa-lib-1.1.6.tar.bz2: some files are missing in the tarball Date: Mon, 13 May 2019 11:26:07 +0200 Message-ID: References: <20180409151616.6c8338a7@abudhabi.paradoxon.rec> <20190513111358.73510257@abudhabi.paradoxon.rec> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.suse.de (mx2.suse.de [195.135.220.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 86C9AF8961A for ; Mon, 13 May 2019 11:26:07 +0200 (CEST) In-Reply-To: <20190513111358.73510257@abudhabi.paradoxon.rec> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" To: Lars Wendler Cc: alsa-devel@alsa-project.org, alsa-bugs@gentoo.org List-Id: alsa-devel@alsa-project.org On Mon, 13 May 2019 11:13:58 +0200, Lars Wendler wrote: > > On Thu, 12 Apr 2018 14:31:21 +0200 Takashi Iwai wrote: > > >On Mon, 09 Apr 2018 15:16:16 +0200, > >Lars Wendler wrote: > >> > >> Hello list, > >> > >> please have a look at this Gentoo bug report [1] where a user > >> reported that he cannot compile alsa-lib-1.1.6 with --enable-alisp > >> configure option. The error message is: > >> > >> make[3]: *** No rule to make target 'SI7018/sndoc-mixer.alisp', > >> needed by 'all-am'. Stop. > >> > >> This happens because the directory src/conf/cards/SI7018 is missing > >> as well as the following files: > >> > >> src/conf/cards/aliases.alisp > >> src/conf/smixer.conf > >> src/conf/sndo-mixer.alisp > >> > >> First I thought those files were removed intentionally but checking > >> the alsa-lib git tree I can see all files still being available. So > >> at Gentoo we fixed this by re-adding the files through a patch [2]. > >> > >> Any chance this was an accidental oversight? > > > >It's because the contents of EXTRA_DIST also depends on the configure > >option, and the tarball was created without enabling the feature, I > >suppose. Maybe we should fix EXTRA_DIST to list all files > >unconditionally. > > > > > >thanks, > > > >Takashi > > This is still an issue with latest 1.1.9 release tarball. Did you > forget about this or do you still look for a good solution? IMO, we should go for dropping alisp. Takashi