Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 362760 Details for
Bug 490722
=net-libs/libgrss-0.5.0 fails to build due to missing includes with error "feeds-subscriber.c:425:21: error: storage size of ‘low_addr’ isn’t known"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Adds three missing includes and makes the build succeed.
missing-includes.patch (text/plain), 268 bytes, created by
Konstantin (elxa)
on 2013-11-07 23:20:28 UTC
(
hide
)
Description:
Adds three missing includes and makes the build succeed.
Filename:
MIME Type:
Creator:
Konstantin (elxa)
Created:
2013-11-07 23:20:28 UTC
Size:
268 bytes
patch
obsolete
>--- src/utils.h.old 2013-11-08 00:04:21.877945385 +0100 >+++ src/utils.h 2013-11-08 00:05:45.397901242 +0100 >@@ -34,6 +34,8 @@ > #include <errno.h> > #include <sys/types.h> > #include <sys/stat.h> >+#include <sys/socket.h> >+#include <arpa/inet.h> > > #include "libgrss.h" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 490722
: 362760 |
362766
|
362768