[alsa-devel] Bug 0002542
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
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=9916731b29f07a524...
Jaroslav
----- Jaroslav Kysela perex@perex.cz Linux Kernel Sound Maintainer ALSA Project, Red Hat, Inc.
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=9916731b29f07a524...
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
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=9916731b29f07a524...
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
participants (2)
-
George Morgan
-
Jaroslav Kysela