Bug 198345 - Package alsa-lib lacks IPv6 support
Summary: Package alsa-lib lacks IPv6 support
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: alsa-lib
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Martin Stransky
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: IPv6Blocker
TreeView+ depends on / blocked
 
Reported: 2006-07-11 09:50 UTC by Peter Vrabec
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-08-16 12:21:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Peter Vrabec 2006-07-11 09:50:15 UTC
This bug was reported automaticaly in connection with IPv6 project.
Our aim is to support IPv6 in all Fedora Core packages so FC6 and RHEL5 will be ready for IPv6.
			
This package seems to lack IPv6 support as is illustrated in attached log.
	
Here follows part of scanning log (grep -r F_INET *)/up to 30 lines: 

/alsa-lib-1.0.11rc2/src/control/control_shm.c:453:	sock = socket(PF_INET, SOCK_STREAM, 0);
/alsa-lib-1.0.11rc2/src/control/control_shm.c:457:	addr.sin_family = AF_INET;
/alsa-lib-1.0.11rc2/src/pcm/pcm_shm.c:646:	sock = socket(PF_INET, SOCK_STREAM, 0);
/alsa-lib-1.0.11rc2/src/pcm/pcm_shm.c:652:	addr.sin_family = AF_INET;
/alsa-lib-1.0.11rc2/src/socket.c:119:	s = socket(PF_INET, SOCK_STREAM, 0);
/alsa-lib-1.0.11rc2/src/socket.c:147:		s_in->sin_family = AF_INET;
/alsa-lib-1.0.11rc2/aserver/aserver.c:89:	sock = socket(PF_INET, SOCK_STREAM, 0);
/alsa-lib-1.0.11rc2/aserver/aserver.c:96:	addr.sin_family = AF_INET;

Comment 1 Martin Stransky 2006-08-30 09:28:43 UTC
I work on it, it should not be a big deal...

Comment 2 Peter Vrabec 2007-03-16 14:12:13 UTC
Is it anythink new here?

Comment 3 Martin Stransky 2007-08-16 12:21:41 UTC
It's a minor functionality and we don't use that network interface in Fedora. If
you believe it should be fixed, please report it at ALSA project
(www.alsa-project.org)


Note You need to log in before you can comment on or make changes to this bug.