After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 169627 - IPv6 support did broke libesd on remote connections (for usage with arts)
IPv6 support did broke libesd on remote connections (for usage with arts)
Status: RESOLVED DUPLICATE of bug 167609
Product: esound
Classification: Deprecated
Component: general
0.2.31
Other All
: High normal
: ---
Assigned To: Esound Maintainers
Esound Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-08 17:20 UTC by Fabian Franz
Modified: 2005-05-25 23:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix wrong overwrite of ESPEAKER environment variable (667 bytes, patch)
2005-03-08 23:56 UTC, Fabian Franz
none Details | Review

Description Fabian Franz 2005-03-08 17:20:11 UTC
Please describe the problem:
Hi,

IPv6 support (r. 1.85 of libesd.c) was a really bad patch as it duplicated lots
of code and does modify the environment variable ESPEAKER, which means a program
can't call esd_open_sound and esd_play_stream after another.

Steps to reproduce:
1. ESPEAKER=127.0.0.1:6543 artsd -a esd



Actual results:
does not work.

Expected results:
That it does work.

Does this happen every time?
Yes.

Other information:
See above.
Comment 1 Fabian Franz 2005-03-08 23:55:32 UTC
Hi,

sorry for the rant. I was quite upset, when I debugged this problem all day and
finally found out that its an esound bug rather than a KDE bug.

The patch for ipv6 is OK, it just has this little problem, which really seems
just to affect this corner case, which explains why it has not been found since
2003.

I'll submit a patch asap.

- Fabian
Comment 2 Fabian Franz 2005-03-08 23:56:47 UTC
Created attachment 38440 [details] [review]
Fix wrong overwrite of ESPEAKER environment variable

Hi,

this patch fixes the problems mentioned above.

- Fabian
Comment 3 David Schleef 2005-05-25 23:47:26 UTC

*** This bug has been marked as a duplicate of 167609 ***