public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* glibc Hurd build failure (msg_align redefined)
@ 2023-01-19 19:29 Joseph Myers
  2023-01-19 22:32 ` Samuel Thibault
  0 siblings, 1 reply; 2+ messages in thread
From: Joseph Myers @ 2023-01-19 19:29 UTC (permalink / raw)
  To: libc-alpha; +Cc: samuel.thibault

My glibc bots are showing a new build failure for i686-gnu:

../sysdeps/mach/hurd/ioctl.c: In function '__ioctl':
../sysdeps/mach/hurd/ioctl.c:55: error: "msg_align" redefined [-Werror]
   55 | #define msg_align(x) \
      | 
In file included from ../mach/mach/mach_traps.h:27,
                 from ../sysdeps/mach/include/mach/mach_traps.h:2,
                 from ../mach/mach.h:32,
                 from ../sysdeps/mach/include/mach.h:2,
                 from ../hurd/hurd.h:26,
                 from ../sysdeps/hurd/include/hurd.h:2,
                 from ../sysdeps/mach/hurd/ioctl.c:20:
/scratch/jmyers/glibc-bot/install/compilers/i686-gnu/sysroot/include/mach/message.h:330: note: this is the location of the previous definition
  330 | #define msg_align(x)    \
      | 
cc1: all warnings being treated as errors

-- 
Joseph S. Myers
joseph@codesourcery.com

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

* Re: glibc Hurd build failure (msg_align redefined)
  2023-01-19 19:29 glibc Hurd build failure (msg_align redefined) Joseph Myers
@ 2023-01-19 22:32 ` Samuel Thibault
  0 siblings, 0 replies; 2+ messages in thread
From: Samuel Thibault @ 2023-01-19 22:32 UTC (permalink / raw)
  To: Joseph Myers; +Cc: libc-alpha, luca

Hello,

Joseph Myers, le jeu. 19 janv. 2023 19:29:03 +0000, a ecrit:
> My glibc bots are showing a new build failure for i686-gnu:
> 
> ../sysdeps/mach/hurd/ioctl.c: In function '__ioctl':
> ../sysdeps/mach/hurd/ioctl.c:55: error: "msg_align" redefined [-Werror]

Ah, yes, that was unexpectedly exposed by the mach headers. I have now
fixed it in mach's git.

Thanks!
Samuel

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

end of thread, other threads:[~2023-01-19 22:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-19 19:29 glibc Hurd build failure (msg_align redefined) Joseph Myers
2023-01-19 22:32 ` Samuel Thibault

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).