This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/306] New: Bug in added structs in libc/inet/netinet/in.h


I'm getting the following compile errors when trying to build iproute2 on a
system with today's glibc (2004-08-06) and gcc 3.3.4:

In file included from ll_map.c:19:
/usr/include/netinet/in.h:283: field `gr_group' has incomplete type
/usr/include/netinet/in.h:292: field `gsr_group' has incomplete type
/usr/include/netinet/in.h:295: field `gsr_source' has incomplete type
/usr/include/netinet/in.h:327: field `gf_group' has incomplete type
/usr/include/netinet/in.h:335: field `gf_slist' has incomplete type
make[1]: *** [ll_map.o] Error 1
make[1]: Leaving directory `/usr/src/iproute2-2.4.7-now-ss020116-try/lib'
make: *** [all] Error 2

The same version of iproute2 compiled fine with glibc cvs as of 2004-07-19. The
reason for the problem seems to be today's added structs in
libc/inet/netinet/in.h I'm rebuilding right now with glibc cvs as of yesterday
and will post here results when done.

I can supply more information about my system if that helps.

-- 
           Summary: Bug in added structs in libc/inet/netinet/in.h
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: j at bitron dot ch
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://sources.redhat.com/bugzilla/show_bug.cgi?id=306

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]