All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Buildroot] An issue with alsa-plugins + alsa-utils
       [not found] <CADjhFRAiQKescNLz8wbeQx=+WfAA19hcLt=dbvm2XoYq6HnFMg@mail.gmail.com>
@ 2021-08-04 10:53 ` Arnout Vandecappelle
  2021-08-04 11:22   ` romain.tisserand
  2021-08-04 18:00   ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2021-08-04 10:53 UTC (permalink / raw)
  To: Gleb Mazovetskiy, cedric.chepied, buildroot, romain.tisserand,
	Peter Korsgaard



On 04/08/2021 12:12, Gleb Mazovetskiy wrote:
> Hi,
> 
> This is an issue originally reported to me by Romain Tisserand on Discord:
> 
> 1. alsa-plugins copies some files $(TARGET_DIR)/usr/share/alsa/alsa.conf.d
> 2. alsa-utils removes these files during installation ( |rm -rf
> $(TARGET_DIR)/usr/share/alsa/;|)
> 
> Cedric, can you please have a look?
> 
> I think a good option may be to not remove the |$(TARGET_DIR)/usr/share/alsa/|
> directory in alsa-utils.mk <http://alsa-utils.mk>

 Peter did the "rm -rf" 11 years ago as part of the fix for
https://bugs.buildroot.org/show_bug.cgi?id=1573
but I think the intention was just to make sure that you could unconfigure some
options, rebuild als-utils and it would leave only the configured utils. That's
a scenario that doesn't work anyway, so it's OK to remove the rm.

 Regards,
 Arnout
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* Re: [Buildroot] An issue with alsa-plugins + alsa-utils
  2021-08-04 10:53 ` [Buildroot] An issue with alsa-plugins + alsa-utils Arnout Vandecappelle
@ 2021-08-04 11:22   ` romain.tisserand
  2021-08-04 18:00   ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: romain.tisserand @ 2021-08-04 11:22 UTC (permalink / raw)
  To: Arnout Vandecappelle; +Cc: Gleb Mazovetskiy, buildroot, cedric.chepied

Thanks for the insight !
I actually stumbled on this because of the recent addition of alsa-plugins package.

Best Regards,
Romain Tisserand

Envoyé de mon iPhone

> Le 4 août 2021 à 12:53, Arnout Vandecappelle <arnout@mind.be> a écrit :
> 
> 
> 
>> On 04/08/2021 12:12, Gleb Mazovetskiy wrote:
>> Hi,
>> 
>> This is an issue originally reported to me by Romain Tisserand on Discord:
>> 
>> 1. alsa-plugins copies some files $(TARGET_DIR)/usr/share/alsa/alsa.conf.d
>> 2. alsa-utils removes these files during installation ( |rm -rf
>> $(TARGET_DIR)/usr/share/alsa/;|)
>> 
>> Cedric, can you please have a look?
>> 
>> I think a good option may be to not remove the |$(TARGET_DIR)/usr/share/alsa/|
>> directory in alsa-utils.mk <http://alsa-utils.mk>
> 
> Peter did the "rm -rf" 11 years ago as part of the fix for
> https://bugs.buildroot.org/show_bug.cgi?id=1573
> but I think the intention was just to make sure that you could unconfigure some
> options, rebuild als-utils and it would leave only the configured utils. That's
> a scenario that doesn't work anyway, so it's OK to remove the rm.
> 
> Regards,
> Arnout
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* Re: [Buildroot] An issue with alsa-plugins + alsa-utils
  2021-08-04 10:53 ` [Buildroot] An issue with alsa-plugins + alsa-utils Arnout Vandecappelle
  2021-08-04 11:22   ` romain.tisserand
@ 2021-08-04 18:00   ` Peter Korsgaard
  2021-08-25 15:17     ` Gleb Mazovetskiy
  1 sibling, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2021-08-04 18:00 UTC (permalink / raw)
  To: Arnout Vandecappelle
  Cc: Gleb Mazovetskiy, romain.tisserand, buildroot, cedric.chepied

>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:

 > On 04/08/2021 12:12, Gleb Mazovetskiy wrote:
 >> Hi,
 >> 
 >> This is an issue originally reported to me by Romain Tisserand on Discord:
 >> 
 >> 1. alsa-plugins copies some files $(TARGET_DIR)/usr/share/alsa/alsa.conf.d
 >> 2. alsa-utils removes these files during installation ( |rm -rf
 >> $(TARGET_DIR)/usr/share/alsa/;|)
 >> 
 >> Cedric, can you please have a look?
 >> 
 >> I think a good option may be to not remove the |$(TARGET_DIR)/usr/share/alsa/|
 >> directory in alsa-utils.mk <http://alsa-utils.mk>

 >  Peter did the "rm -rf" 11 years ago as part of the fix for
 > https://bugs.buildroot.org/show_bug.cgi?id=1573
 > but I think the intention was just to make sure that you could unconfigure some
 > options, rebuild als-utils and it would leave only the configured utils. That's
 > a scenario that doesn't work anyway, so it's OK to remove the rm.

Yes, I agree.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* Re: [Buildroot] An issue with alsa-plugins + alsa-utils
  2021-08-04 18:00   ` Peter Korsgaard
@ 2021-08-25 15:17     ` Gleb Mazovetskiy
  0 siblings, 0 replies; 4+ messages in thread
From: Gleb Mazovetskiy @ 2021-08-25 15:17 UTC (permalink / raw)
  To: Peter Korsgaard; +Cc: romain.tisserand, buildroot, cedric.chepied


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

Thanks all, sent
https://patchwork.ozlabs.org/project/buildroot/patch/20210825151659.59671-1-glex.spb@gmail.com/

On Wed, Aug 4, 2021 at 7:00 PM Peter Korsgaard <peter@korsgaard.com> wrote:

> >>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:
>
>  > On 04/08/2021 12:12, Gleb Mazovetskiy wrote:
>  >> Hi,
>  >>
>  >> This is an issue originally reported to me by Romain Tisserand on
> Discord:
>  >>
>  >> 1. alsa-plugins copies some files
> $(TARGET_DIR)/usr/share/alsa/alsa.conf.d
>  >> 2. alsa-utils removes these files during installation ( |rm -rf
>  >> $(TARGET_DIR)/usr/share/alsa/;|)
>  >>
>  >> Cedric, can you please have a look?
>  >>
>  >> I think a good option may be to not remove the
> |$(TARGET_DIR)/usr/share/alsa/|
>  >> directory in alsa-utils.mk <http://alsa-utils.mk>
>
>  >  Peter did the "rm -rf" 11 years ago as part of the fix for
>  > https://bugs.buildroot.org/show_bug.cgi?id=1573
>  > but I think the intention was just to make sure that you could
> unconfigure some
>  > options, rebuild als-utils and it would leave only the configured
> utils. That's
>  > a scenario that doesn't work anyway, so it's OK to remove the rm.
>
> Yes, I agree.
>
> --
> Bye, Peter Korsgaard
>

[-- Attachment #1.2: Type: text/html, Size: 2133 bytes --]

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

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-08-25 15:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CADjhFRAiQKescNLz8wbeQx=+WfAA19hcLt=dbvm2XoYq6HnFMg@mail.gmail.com>
2021-08-04 10:53 ` [Buildroot] An issue with alsa-plugins + alsa-utils Arnout Vandecappelle
2021-08-04 11:22   ` romain.tisserand
2021-08-04 18:00   ` Peter Korsgaard
2021-08-25 15:17     ` Gleb Mazovetskiy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.