All of lore.kernel.org
 help / color / mirror / Atom feed
* Bug 0002542
@ 2011-01-24 20:10 George Morgan
  2011-01-24 20:25 ` Jaroslav Kysela
  0 siblings, 1 reply; 4+ messages in thread
From: George Morgan @ 2011-01-24 20:10 UTC (permalink / raw)
  To: Alsa-devel

Looking at the notes for Bug 0002542 (as a guest) it looks like there is an
issue in the file:

alsa-oss-1.0.17/alsa/aoss.in

I think line 10 should be:

  LD_PRELOAD=@libdir@/libaoss.so${LD_PRELOAD:+:LD_PRELOAD} exec "$@"

instead of:

  LD_PRELOAD=${exec_prefix}/\$LIB/libaoss.so${LD_PRELOAD:+:LD_PRELOAD} exec
"$@"

Let me know if I need to create an account in bugtrack and submit a patch.

Thanks.

George Morgan

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

* Re: Bug 0002542
  2011-01-24 20:10 Bug 0002542 George Morgan
@ 2011-01-24 20:25 ` Jaroslav Kysela
  2011-01-24 20:55   ` George Morgan
  2011-01-24 21:04   ` George Morgan
  0 siblings, 2 replies; 4+ messages in thread
From: Jaroslav Kysela @ 2011-01-24 20:25 UTC (permalink / raw)
  To: George Morgan; +Cc: Alsa-devel

On Mon, 24 Jan 2011, George Morgan wrote:

> Looking at the notes for Bug 0002542 (as a guest) it looks like there is an
> issue in the file:
>
> alsa-oss-1.0.17/alsa/aoss.in
>
> I think line 10 should be:
>
>  LD_PRELOAD=@libdir@/libaoss.so${LD_PRELOAD:+:LD_PRELOAD} exec "$@"
>
> instead of:
>
>  LD_PRELOAD=${exec_prefix}/\$LIB/libaoss.so${LD_PRELOAD:+:LD_PRELOAD} exec
> "$@"
>
> Let me know if I need to create an account in bugtrack and submit a patch.

See this:

https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1390

and this..

http://git.alsa-project.org/?p=alsa-oss.git;a=commitdiff;h=9916731b29f07a52451d9d663a7d365ead8e9dfe

 					Jaroslav

-----
Jaroslav Kysela <perex@perex.cz>
Linux Kernel Sound Maintainer
ALSA Project, Red Hat, Inc.

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

* Re: Bug 0002542
  2011-01-24 20:25 ` Jaroslav Kysela
@ 2011-01-24 20:55   ` George Morgan
  2011-01-24 21:04   ` George Morgan
  1 sibling, 0 replies; 4+ messages in thread
From: George Morgan @ 2011-01-24 20:55 UTC (permalink / raw)
  To: Jaroslav Kysela; +Cc: Alsa-devel

On Mon, Jan 24, 2011 at 3:25 PM, Jaroslav Kysela <perex@perex.cz> wrote:

> On Mon, 24 Jan 2011, George Morgan wrote:
>
>  Looking at the notes for Bug 0002542 (as a guest) it looks like there is
>> an
>> issue in the file:
>>
>> alsa-oss-1.0.17/alsa/aoss.in
>>
>> I think line 10 should be:
>>
>>  LD_PRELOAD=@libdir@/libaoss.so${LD_PRELOAD:+:LD_PRELOAD} exec "$@"
>>
>> instead of:
>>
>>  LD_PRELOAD=${exec_prefix}/\$LIB/libaoss.so${LD_PRELOAD:+:LD_PRELOAD} exec
>> "$@"
>>
>> Let me know if I need to create an account in bugtrack and submit a patch.
>>
>
> See this:
>
> https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1390
>
> and this..
>
>
> http://git.alsa-project.org/?p=alsa-oss.git;a=commitdiff;h=9916731b29f07a52451d9d663a7d365ead8e9dfe
>
>                                        Jaroslav
>
> -----
> Jaroslav Kysela <perex@perex.cz>
> Linux Kernel Sound Maintainer
> ALSA Project, Red Hat, Inc.
>
>
Yes that is the bug that actually talks about what I was trying to fix.  The
bug I mentioned is affected by the bug you mentioned.

Incidentally https://bugtrack.alsa-project.org/ has an expired security
certificate...firefox says: "The certificate expired on 7/19/2009 6:18 AM"

George Morgan

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

* Re: Bug 0002542
  2011-01-24 20:25 ` Jaroslav Kysela
  2011-01-24 20:55   ` George Morgan
@ 2011-01-24 21:04   ` George Morgan
  1 sibling, 0 replies; 4+ messages in thread
From: George Morgan @ 2011-01-24 21:04 UTC (permalink / raw)
  To: Alsa-devel

On Mon, Jan 24, 2011 at 3:25 PM, Jaroslav Kysela <perex@perex.cz> wrote:

> On Mon, 24 Jan 2011, George Morgan wrote:
>
>  Looking at the notes for Bug 0002542 (as a guest) it looks like there is
>> an
>> issue in the file:
>>
>> alsa-oss-1.0.17/alsa/aoss.in
>>
>> I think line 10 should be:
>>
>>  LD_PRELOAD=@libdir@/libaoss.so${LD_PRELOAD:+:LD_PRELOAD} exec "$@"
>>
>> instead of:
>>
>>  LD_PRELOAD=${exec_prefix}/\$LIB/libaoss.so${LD_PRELOAD:+:LD_PRELOAD} exec
>> "$@"
>>
>> Let me know if I need to create an account in bugtrack and submit a patch.
>>
>
> See this:
>
> https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1390
>
> and this..
>
>
> http://git.alsa-project.org/?p=alsa-oss.git;a=commitdiff;h=9916731b29f07a52451d9d663a7d365ead8e9dfe
>
>                                        Jaroslav
>
> -----
> Jaroslav Kysela <perex@perex.cz>
> Linux Kernel Sound Maintainer
> ALSA Project, Red Hat, Inc.
>
> Ok, the "fix" in git.alsa-project.org link above for "alsa/aoss.in"
actually breaks aoss.in...  The old line [-] works correctly.  The new line
[+] appears to be wrong.  I had to look at it twice to notice.  The other
changes in that diff look ok as far as I can tell.  The line that I quoted
is from the latest stable source tarball on the alsa-project.org website
(1.0.17).

George Morgan

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

end of thread, other threads:[~2011-01-24 21:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-24 20:10 Bug 0002542 George Morgan
2011-01-24 20:25 ` Jaroslav Kysela
2011-01-24 20:55   ` George Morgan
2011-01-24 21:04   ` George Morgan

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.