alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* alsa-lib-1.1.6.tar.bz2: some files are missing in the tarball
@ 2018-04-09 13:16 Lars Wendler
  2018-04-12 12:31 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Lars Wendler @ 2018-04-09 13:16 UTC (permalink / raw)
  To: alsa-devel; +Cc: alsa-bugs


[-- Attachment #1.1: Type: text/plain, Size: 1075 bytes --]

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?

Kind regards
Lars

[1] https://bugs.gentoo.org/652422
[2]
https://gitweb.gentoo.org/repo/gentoo.git/tree/media-libs/alsa-lib/files/alsa-lib-1.1.6-missing_files.patch

P.S.: Please CC me on replies as I am not subscribed to the list.

-- 
Lars Wendler
Gentoo package maintainer
GPG: 21CC CF02 4586 0A07 ED93  9F68 498F E765 960E 9B39

[-- Attachment #1.2: Digitale Signatur von OpenPGP --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: alsa-lib-1.1.6.tar.bz2: some files are missing in the tarball
  2018-04-09 13:16 alsa-lib-1.1.6.tar.bz2: some files are missing in the tarball Lars Wendler
@ 2018-04-12 12:31 ` Takashi Iwai
  2019-05-13  9:13   ` Lars Wendler
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2018-04-12 12:31 UTC (permalink / raw)
  To: Lars Wendler; +Cc: alsa-devel, alsa-bugs

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: alsa-lib-1.1.6.tar.bz2: some files are missing in the tarball
  2018-04-12 12:31 ` Takashi Iwai
@ 2019-05-13  9:13   ` Lars Wendler
  2019-05-13  9:26     ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Lars Wendler @ 2019-05-13  9:13 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, alsa-bugs


[-- Attachment #1.1: Type: text/plain, Size: 1410 bytes --]

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?

Lars

-- 
Lars Wendler
Gentoo package maintainer
GPG: 21CC CF02 4586 0A07 ED93  9F68 498F E765 960E 9B39

[-- Attachment #1.2: Digitale Signatur von OpenPGP --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: alsa-lib-1.1.6.tar.bz2: some files are missing in the tarball
  2019-05-13  9:13   ` Lars Wendler
@ 2019-05-13  9:26     ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2019-05-13  9:26 UTC (permalink / raw)
  To: Lars Wendler; +Cc: alsa-devel, alsa-bugs

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-05-13  9:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-09 13:16 alsa-lib-1.1.6.tar.bz2: some files are missing in the tarball Lars Wendler
2018-04-12 12:31 ` Takashi Iwai
2019-05-13  9:13   ` Lars Wendler
2019-05-13  9:26     ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).