public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libmudflap/12939] New: libmudflap/mf-hooks2.c:1657: error: union has no member named `__buf' at FreeBSD 5.1
@ 2003-11-07  9:36 wanderer at rsu dot ru
  2003-11-07 15:49 ` [Bug libmudflap/12939] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: wanderer at rsu dot ru @ 2003-11-07  9:36 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 4004 bytes --]

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12939

           Summary: libmudflap/mf-hooks2.c:1657: error: union has no member
                    named `__buf' at FreeBSD 5.1
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libmudflap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: wanderer at rsu dot ru
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-unknown-freebsd5.1
  GCC host triplet: i386-unknown-freebsd5.1
GCC target triplet: i386-unknown-freebsd5.1

libmudflap fail to build at FreeBSD 5.1 with message:
----8X------------------------------------------------
/bin/sh ./libtool --
mode=compile /usr/home/wanderer/pkg/build/gcc/obj/gcc/xgcc -
B/usr/home/wanderer/pkg/build/gcc/obj/gcc/ -B/home/wanderer/pkg/gcc/i386-
unknown-freebsd5.1/bin/ -B/home/wanderer/pkg/gcc/i386-unknown-freebsd5.1/lib/ -
isystem /home/wanderer/pkg/gcc/i386-unknown-freebsd5.1/include -
isystem /home/wanderer/pkg/gcc/i386-unknown-freebsd5.1/sys-include -
DHAVE_CONFIG_H -I. -I/home/wanderer/pkg/build/gcc/src/gcc_ssa/gcc/libmudflap -
I.   -O2 -g -O2 -Wall -O2 -g -O2 -DWRAP_$hook -
c /home/wanderer/pkg/build/gcc/src/gcc_ssa/gcc/libmudflap/mf-hooks2.c -o 
semctl-hook.lo
/usr/home/wanderer/pkg/build/gcc/obj/gcc/xgcc -
B/usr/home/wanderer/pkg/build/gcc/obj/gcc/ -B/home/wanderer/pkg/gcc/i386-
unknown-freebsd5.1/bin/ -B/home/wanderer/pkg/gcc/i386-unknown-freebsd5.1/lib/ -
isystem /home/wanderer/pkg/gcc/i386-unknown-freebsd5.1/include -
isystem /home/wanderer/pkg/gcc/i386-unknown-freebsd5.1/sys-include -
DHAVE_CONFIG_H -I. -I/home/wanderer/pkg/build/gcc/src/gcc_ssa/gcc/libmudflap -
I. -O2 -g -O2 -Wall -O2 -g -O2 -DWRAP_semctl -
c /home/wanderer/pkg/build/gcc/src/gcc_ssa/gcc/libmudflap/mf-hooks2.c  -fPIC -
DPIC -o .libs/semctl-hook.o
/home/wanderer/pkg/build/gcc/src/gcc_ssa/gcc/libmudflap/mf-hooks2.c: In 
function `__mfwrap_semctl':

/home/wanderer/pkg/build/gcc/src/gcc_ssa/gcc/libmudflap/mf-hooks2.c:1657: 
error: union has no member named `__buf'
/home/wanderer/pkg/build/gcc/src/gcc_ssa/gcc/libmudflap/mf-hooks2.c:1657: 
error: union has no member named `__buf'
/home/wanderer/pkg/build/gcc/src/gcc_ssa/gcc/libmudflap/mf-hooks2.c:1657: 
error: union has no member named `__buf'
/home/wanderer/pkg/build/gcc/src/gcc_ssa/gcc/libmudflap/mf-hooks2.c:1657: 
error: union has no member named `__buf'
/home/wanderer/pkg/build/gcc/src/gcc_ssa/gcc/libmudflap/mf-hooks2.c:1657: 
error: union has no member named `__buf'
/home/wanderer/pkg/build/gcc/src/gcc_ssa/gcc/libmudflap/mf-hooks2.c:1657: 
error: union has no member named `__buf'
/home/wanderer/pkg/build/gcc/src/gcc_ssa/gcc/libmudflap/mf-hooks2.c:1657: 
error: union has no member named `__buf'
/home/wanderer/pkg/build/gcc/src/gcc_ssa/gcc/libmudflap/mf-hooks2.c:1657: 
error: union has no member named `__buf'
/home/wanderer/pkg/build/gcc/src/gcc_ssa/gcc/libmudflap/mf-hooks2.c:1657: 
error: union has no member named `__buf'
/home/wanderer/pkg/build/gcc/src/gcc_ssa/gcc/libmudflap/mf-hooks2.c:1657: 
error: union has no member named `__buf'
/home/wanderer/pkg/build/gcc/src/gcc_ssa/gcc/libmudflap/mf-hooks2.c:1657: 
error: union has no member named `__buf'
gmake[4]: *** [semctl-hook.lo] ïÛÉÂËÁ 1
gmake[4]: Leaving directory `/usr/home/wanderer/pkg/build/gcc/obj/i386-unknown-
freebsd5.1/libmudflap'
gmake[3]: *** [all-recursive] ïÛÉÂËÁ 1
gmake[3]: Leaving directory `/usr/home/wanderer/pkg/build/gcc/obj/i386-unknown-
freebsd5.1/libmudflap'
gmake[2]: *** [all-recursive-am] ïÛÉÂËÁ 2
gmake[2]: Leaving directory `/usr/home/wanderer/pkg/build/gcc/obj/i386-unknown-
freebsd5.1/libmudflap'
gmake[1]: *** [all-target-libmudflap] ïÛÉÂËÁ 2
gmake[1]: Leaving directory `/usr/home/wanderer/pkg/build/gcc/obj'
gmake: *** [bootstrap] ïÛÉÂËÁ 2
----X8------------------------------------------------


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libmudflap/12939] libmudflap/mf-hooks2.c:1657: error: union has no member named `__buf' at FreeBSD 5.1
  2003-11-07  9:36 [Bug libmudflap/12939] New: libmudflap/mf-hooks2.c:1657: error: union has no member named `__buf' at FreeBSD 5.1 wanderer at rsu dot ru
@ 2003-11-07 15:49 ` pinskia at gcc dot gnu dot org
  2003-11-07 19:07 ` fche at redhat dot com
  2003-11-20 21:52 ` fche at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-07 15:49 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12939


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
   Target Milestone|---                         |tree-ssa


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libmudflap/12939] libmudflap/mf-hooks2.c:1657: error: union has no member named `__buf' at FreeBSD 5.1
  2003-11-07  9:36 [Bug libmudflap/12939] New: libmudflap/mf-hooks2.c:1657: error: union has no member named `__buf' at FreeBSD 5.1 wanderer at rsu dot ru
  2003-11-07 15:49 ` [Bug libmudflap/12939] " pinskia at gcc dot gnu dot org
@ 2003-11-07 19:07 ` fche at redhat dot com
  2003-11-20 21:52 ` fche at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fche at redhat dot com @ 2003-11-07 19:07 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12939


fche at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-07 19:07:29
               date|                            |


------- Additional Comments From fche at redhat dot com  2003-11-07 19:07 -------
It looks like freebsd defines the IPC_INFO macro in the user headers,
but doesn't document the operation nor implement it widely.  I suspect
it's easiest to disable IPC_INFO checking on freebsd with a simple
#ifdef in mf-hooks2.c for semctl.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libmudflap/12939] libmudflap/mf-hooks2.c:1657: error: union has no member named `__buf' at FreeBSD 5.1
  2003-11-07  9:36 [Bug libmudflap/12939] New: libmudflap/mf-hooks2.c:1657: error: union has no member named `__buf' at FreeBSD 5.1 wanderer at rsu dot ru
  2003-11-07 15:49 ` [Bug libmudflap/12939] " pinskia at gcc dot gnu dot org
  2003-11-07 19:07 ` fche at redhat dot com
@ 2003-11-20 21:52 ` fche at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fche at redhat dot com @ 2003-11-20 21:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fche at redhat dot com  2003-11-20 21:52 -------
patch committed

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12939


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-11-20 21:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-07  9:36 [Bug libmudflap/12939] New: libmudflap/mf-hooks2.c:1657: error: union has no member named `__buf' at FreeBSD 5.1 wanderer at rsu dot ru
2003-11-07 15:49 ` [Bug libmudflap/12939] " pinskia at gcc dot gnu dot org
2003-11-07 19:07 ` fche at redhat dot com
2003-11-20 21:52 ` fche at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).