Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 203514
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Andrew Church <gentoo4@achurch.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
tetrinet-no-ipv6-fix.patch Proposed ebuild patch patch Andrew Church 2007-12-27 20:51 0000 3.59 KB Details | Diff
tetrinet-no-ipv6-fix.patch Proposed patch without extra junk patch Andrew Church 2007-12-27 20:55 0000 1.06 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 203514 depends on: Show dependency tree
Bug 203514 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-12-27 20:51 0000
Bug 32860 forces IPv6 support on regardless of the state of the ipv6 USE flag
due to a compilation error (rather embarrassing, since the error was mine). 
The proper fix is to patch the source:

--- ../tetrinet-0.11-orig/sockets.c     2003-09-10 04:15:04 +0900
+++ sockets.c   2007-12-28 05:35:49 +0900
@@ -188,7 +188,7 @@
        return -1;
     }
     if (ipbuf)
-       memcpy(retbuf, &sa.sin_addr, 4);
+       memcpy(ipbuf, &sa.sin_addr, 4);
 #endif

     return sock;

------- Comment #1 From Andrew Church 2007-12-27 20:51:52 0000 -------
Created an attachment (id=139461) [details]
Proposed ebuild patch

------- Comment #2 From Andrew Church 2007-12-27 20:55:05 0000 -------
Created an attachment (id=139462) [details]
Proposed patch without extra junk

Oops!  Didn't mean to include the Manifest junk in there...

------- Comment #3 From Tristan Heaven 2008-01-15 10:27:25 0000 -------
Fixed, thanks.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug