Bug 198365 - Package gdb lacks IPv6 support
Summary: Package gdb lacks IPv6 support
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gdb
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jan Kratochvil
QA Contact:
URL:
Whiteboard: bzcl34nup
Depends On:
Blocks: IPv6Blocker 209547 881849
TreeView+ depends on / blocked
 
Reported: 2006-07-11 10:17 UTC by Peter Vrabec
Modified: 2012-11-29 16:55 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-05-07 00:36:21 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
IPv6 support; still to be tested a bit more (19.91 KB, patch)
2006-09-26 23:31 UTC, Jan Kratochvil
no flags Details | Diff

Description Peter Vrabec 2006-07-11 10:17:08 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: 

/gdb-6.3/gdb/gdbserver/gdbreplay.c:115:      tmp_desc = socket (PF_INET, SOCK_STREAM, 0);
/gdb-6.3/gdb/gdbserver/gdbreplay.c:124:      sockaddr.sin_family = PF_INET;
/gdb-6.3/gdb/gdbserver/remote-utils.c:132:      tmp_desc = socket (PF_INET, SOCK_STREAM, 0);
/gdb-6.3/gdb/gdbserver/remote-utils.c:141:      sockaddr.sin_family = PF_INET;
/gdb-6.3/gdb/wince-stub.c:571:  if ((s = socket (AF_INET, SOCK_STREAM, 0)) < 0)
/gdb-6.3/gdb/remote-vx.c:884:  destAddr.sin_family = AF_INET;
/gdb-6.3/gdb/ser-tcp.c:97:    scb->fd = socket (PF_INET, SOCK_DGRAM, 0);
/gdb-6.3/gdb/ser-tcp.c:99:    scb->fd = socket (PF_INET, SOCK_STREAM, 0);
/gdb-6.3/gdb/ser-tcp.c:104:  sockaddr.sin_family = PF_INET;
/gdb-6.3/gdb/wince.c:1682:  if ((s0 = socket (AF_INET, SOCK_STREAM, 0)) < 0)
/gdb-6.3/gdb/wince.c:1692:  sin.sin_family = AF_INET;
/gdb-6.3/gdb/rdi-share/etherdrv.c:146:    ia->sin_family = AF_INET;
/gdb-6.3/gdb/rdi-share/etherdrv.c:192:    if ((sfd = socket(AF_INET, SOCK_DGRAM, 0)) == INVALID_SOCKET)
/gdb-6.3/gdb/rdi-share/etherdrv.c:195:    if ((sfd = socket(AF_INET, SOCK_DGRAM, 0)) < 0)
/gdb-6.3/gdb/rdi-share/etherdrv.c:232:    local.sin_family = AF_INET;
/gdb-6.3/sim/common/dv-sockser.c:165:  sockser_listen_fd = socket (PF_INET, SOCK_STREAM, 0);
/gdb-6.3/sim/common/dv-sockser.c:173:  sockaddr.sin_family = PF_INET;

Comment 1 Jan Kratochvil 2006-09-26 23:31:50 UTC
Created attachment 137183 [details]
IPv6 support; still to be tested a bit more

Comment 2 Jan Kratochvil 2006-09-27 16:39:31 UTC
Fixed in gdb-6.5-10.


Comment 3 Jan Kratochvil 2006-10-09 00:09:24 UTC
Temporarily undoed for gdb-6.5-12 until the user visible "tcp6:" interface gets
approved upstream.


Comment 4 Bug Zapper 2008-04-03 17:38:53 UTC
Based on the date this bug was created, it appears to have been reported
against rawhide during the development of a Fedora release that is no
longer maintained. In order to refocus our efforts as a project we are
flagging all of the open bugs for releases which are no longer
maintained. If this bug remains in NEEDINFO thirty (30) days from now,
we will automatically close it.

If you can reproduce this bug in a maintained Fedora version (7, 8, or
rawhide), please change this bug to the respective version and change
the status to ASSIGNED. (If you're unable to change the bug's version
or status, add a comment to the bug and someone will change it for you.)

Thanks for your help, and we apologize again that we haven't handled
these issues to this point.

The process we're following is outlined here:
http://fedoraproject.org/wiki/BugZappers/F9CleanUp

We will be following the process here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this
doesn't happen again.

Comment 5 Mark McClelland 2008-05-06 22:44:39 UTC
Was there ever any word from upstream on this?

Comment 6 Bug Zapper 2008-05-07 00:36:19 UTC
This bug has been in NEEDINFO for more than 30 days since feedback was
first requested. As a result we are closing it.

If you can reproduce this bug in the future against a maintained Fedora
version please feel free to reopen it against that version.

The process we're following is outlined here:
http://fedoraproject.org/wiki/BugZappers/F9CleanUp


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