xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* xen-unstable stubdom build-failure when debug=n
@ 2014-07-17  8:27 Sander Eikelenboom
  2014-07-17 14:13 ` Ian Campbell
  0 siblings, 1 reply; 22+ messages in thread
From: Sander Eikelenboom @ 2014-07-17  8:27 UTC (permalink / raw)
  To: Ian Campbell, stefano.stabellini; +Cc: xen-devel

Hi,

Today i tried to do a debug=n build of xen-unstable and ran into the build error 
below.

--
Sander

gcc -mno-red-zone -O2 -fomit-frame-pointer  -m64 -mno-red-zone -fno-reorder-blocks -fno-asynchronous-unwind-tables -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -fno-stack-protector -fno-exceptions -DCONFIG_SPARSE_BSS -DCONFIG_QEMU_XS_ARGS -DCONFIG_PCIFRONT -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -fno-builtin -Wall -Werror -Wredundant-decls -Wno-format -Wno-redundant-decls -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-asynchronous-unwind-tables -isystem /usr/src/new/xen-unstable/stubdom/../extras/mini-os/include -D__MINIOS__ -DHAVE_LIBC -isystem /usr/src/new/xen-unstable/stubdom/../extras/mini-os/include/posix -isystem /usr/src/new/xen-unstable/stubdom/../tools/xenstore  -isystem /usr/src/new/xen-unstable/stubdom/../extras/mini-os/include/x86 -isystem /usr/src/new/xen-unstable/stubdom/../extras/mini-os/include/x86/x86_64 -U __linux__ -U __FreeBSD__ -U __sun__ -nostdinc -isystem /usr/src/new/xen-unstable/stubdom/../extras/mini-os/include/posix -isystem /usr/src/new/xen-unstable/stubdom/cross-root-x86_64/x86_64-xen-elf/include -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -isystem /usr/src/new/xen-unstable/stubdom/lwip-x86_64/src/include -isystem /usr/src/new/xen-unstable/stubdom/lwip-x86_64/src/include/ipv4 -I/usr/src/new/xen-unstable/stubdom/include -I/usr/src/new/xen-unstable/stubdom/../xen/include -isystem /usr/src/new/xen-unstable/extras/mini-os/../../extras/mini-os/include -D__MINIOS__ -DHAVE_LIBC -isystem /usr/src/new/xen-unstable/extras/mini-os/../../extras/mini-os/include/posix -isystem /usr/src/new/xen-unstable/extras/mini-os/../../tools/xenstore -DHAVE_LWIP -isystem /usr/src/new/xen-unstable/stubdom/lwip-x86_64/src/include -isystem /usr/src/new/xen-unstable/stubdom/lwip-x86_64/src/include/ipv4 -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /usr/src/new/xen-unstable/extras/mini-os/../../extras/mini-os/include/x86 -isystem /usr/src/new/xen-unstable/extras/mini-os/../../extras/mini-os/include/x86/x86_64  -c -o /usr/src/new/xen-unstable/stubdom/lwip-x86_64/src/core/dhcp.o /usr/src/new/xen-unstable/stubdom/lwip-x86_64/src/core/dhcp.c
/usr/src/new/xen-unstable/stubdom/lwip-x86_64/src/core/dhcp.c: In function ‘dhcp_create_request’:
/usr/src/new/xen-unstable/stubdom/lwip-x86_64/src/core/dhcp.c:1359:71: error: array subscript is above array bounds [-Werror=array-bounds]
/usr/src/new/xen-unstable/stubdom/lwip-x86_64/src/core/dhcp.c:1359:71: error: array subscript is above array bounds [-Werror=array-bounds]
/usr/src/new/xen-unstable/stubdom/lwip-x86_64/src/core/dhcp.c:1359:71: error: array subscript is above array bounds [-Werror=array-bounds]
/usr/src/new/xen-unstable/stubdom/lwip-x86_64/src/core/dhcp.c:1359:71: error: array subscript is above array bounds [-Werror=array-bounds]
/usr/src/new/xen-unstable/stubdom/lwip-x86_64/src/core/dhcp.c:1359:71: error: array subscript is above array bounds [-Werror=array-bounds]
/usr/src/new/xen-unstable/stubdom/lwip-x86_64/src/core/dhcp.c:1359:71: error: array subscript is above array bounds [-Werror=array-bounds]
/usr/src/new/xen-unstable/stubdom/lwip-x86_64/src/core/dhcp.c:1359:71: error: array subscript is above array bounds [-Werror=array-bounds]
/usr/src/new/xen-unstable/stubdom/lwip-x86_64/src/core/dhcp.c:1359:71: error: array subscript is above array bounds [-Werror=array-bounds]
/usr/src/new/xen-unstable/stubdom/lwip-x86_64/src/core/dhcp.c:1359:71: error: array subscript is above array bounds [-Werror=array-bounds]
/usr/src/new/xen-unstable/stubdom/lwip-x86_64/src/core/dhcp.c:1359:71: error: array subscript is above array bounds [-Werror=array-bounds]
cc1: all warnings being treated as errors
make[2]: *** [/usr/src/new/xen-unstable/stubdom/lwip-x86_64/src/core/dhcp.o] Error 1
make[2]: Leaving directory `/usr/src/new/xen-unstable/extras/mini-os'
make[1]: *** [ioemu-stubdom] Error 2
make[1]: Leaving directory `/usr/src/new/xen-unstable/stubdom'
make: *** [install-stubdom] Error 2


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

end of thread, other threads:[~2014-07-28  9:55 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-17  8:27 xen-unstable stubdom build-failure when debug=n Sander Eikelenboom
2014-07-17 14:13 ` Ian Campbell
2014-07-17 14:25   ` Sander Eikelenboom
2014-07-21 16:13     ` Ian Campbell
2014-07-21 16:21       ` Olaf Hering
2014-07-21 16:27         ` Ian Campbell
2014-07-22  7:09           ` Olaf Hering
2014-07-21 16:31         ` Olaf Hering
2014-07-21 16:43           ` Olaf Hering
2014-07-21 16:48             ` Ian Campbell
2014-07-21 16:51               ` Olaf Hering
2014-07-21 16:24       ` Ian Campbell
2014-07-21 17:43         ` Olaf Hering
2014-07-21 18:13           ` Daniel De Graaf
2014-07-22  6:13             ` Olaf Hering
2014-07-22  7:11         ` Sander Eikelenboom
2014-07-26 15:14           ` Sander Eikelenboom
2014-07-28  9:09             ` Ian Campbell
2014-07-28  9:47               ` Sander Eikelenboom
2014-07-28  9:51                 ` Ian Campbell
2014-07-28  9:55                 ` Olaf Hering
2014-07-28  9:22           ` Ian Campbell

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 NNTP newsgroup(s).