From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: libxl build errors in xen-unstable Date: Mon, 30 May 2011 18:33:26 +0200 Message-ID: <20110530163326.GA24266@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org There are new build errors in xen-unstable since revision 23368. Wether the _libxl_paths.h.tmp/_libxl_paths.h errros/warnings are new, no idea. Olaf =2E......... make -C libxl install make[3]: Entering directory `/usr/src/packages/BUILD/xen-unstable.hg-4.2.23= 437/tools/libxl' python gentypes.py libxl.idl __libxl_types.h __libxl_types.c rm -f _libxl_paths.h.tmp.tmp; echo "SBINDIR=3D\"/usr/sbin\"" >> _libxl_path= s.h.tmp.tmp; echo "BINDIR=3D\"/usr/bin\"" >> _libxl_paths.h.tmp.tmp; echo "= LIBEXEC=3D\"/usr/lib/xen/bin\"" >> _libxl_paths.h.tmp.tmp; echo "LIBDIR=3D\= "/usr/lib64\"" >> _libxl_paths.h.tmp.tmp; echo "SHAREDIR=3D\"/usr/share\"" = >> _libxl_paths.h.tmp.tmp; echo "PRIVATE_BINDIR=3D\"/usr/lib64/xen/bin\"" >= > _libxl_paths.h.tmp.tmp; echo "XENFIRMWAREDIR=3D\"/usr/lib/xen/boot\"" >> = _libxl_paths.h.tmp.tmp; echo "XEN_CONFIG_DIR=3D\"/etc/xen\"" >> _libxl_path= s.h.tmp.tmp; echo "XEN_SCRIPT_DIR=3D\"/etc/xen/scripts\"" >> _libxl_paths.h= =2Etmp.tmp; echo "XEN_LOCK_DIR=3D\"/var/lock\"" >> _libxl_paths.h.tmp.tmp; = if ! cmp _libxl_paths.h.tmp.tmp _libxl_paths.h.tmp; then mv -f _libxl_paths= =2Eh.tmp.tmp _libxl_paths.h.tmp; fi cmp: _libxl_paths.h.tmp: No such file or directory sed -e "s/\([^=3D]*\)=3D\(.*\)/#define \1 \2/g" _libxl_paths.h.tmp >_libxl_= paths.h.2.tmp if ! cmp _libxl_paths.h.2.tmp _libxl_paths.h; then mv -f _libxl_paths.h.2.t= mp _libxl_paths.h; fi Parsing libxl.idl cmp: _libxl_paths.h: No such file or directory outputting libxl type definitions to __libxl_types.h outputting libxl type implementations to __libxl_types.c mv __libxl_types.h _libxl_types.h mv __libxl_types.c _libxl_types.c gcc -fmessage-length=3D0 -O2 -Wall -D_FORTIFY_SOURCE=3D2 -funwind-tables = -fasynchronous-unwind-tables -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdecla= ration-after-statement -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-ali= asing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaratio= n-after-statement -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing= -std=3Dgnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-aft= er-statement -D__XEN_TOOLS__ -MMD -MF .subdirs-install.d -D_LARGEFILE_SOU= RCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -O1 -fno-omit-frame-p= ointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes = -Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD -MF .= subdir-install-libxl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-opti= mize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing= -std=3Dgnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-aft= er-statement -D__XEN_TOOLS__ -MMD -MF .libxl_exec.o.d -D_LARGEFILE_SOURCE= -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -Werror -Wno-format-zero= -length -Wmissing-declarations -I. -fPIC -I/usr/src/packages/BUILD/xen-unst= able.hg-4.2.23437/tools/libxl/../../tools/libxc -I/usr/src/packages/BUILD/x= en-unstable.hg-4.2.23437/tools/libxl/../../tools/include -I/usr/src/package= s/BUILD/xen-unstable.hg-4.2.23437/tools/libxl/../../tools/libxc -I/usr/src/= packages/BUILD/xen-unstable.hg-4.2.23437/tools/libxl/../../tools/include -I= /usr/src/packages/BUILD/xen-unstable.hg-4.2.23437/tools/libxl/../../tools/x= enstore -I/usr/src/packages/BUILD/xen-unstable.hg-4.2.23437/tools/libxl/../= =2E./tools/include -I/usr/src/packages/BUILD/xen-unstable.hg-4.2.23437/tool= s/libxl/../../tools/blktap2/control -I/usr/src/packages/BUILD/xen-unstable.= hg-4.2.23437/tools/libxl/../../tools/blktap2/include -I/usr/src/packages/BU= ILD/xen-unstable.hg-4.2.23437/tools/libxl/../../tools/include -c -o libxl_= exec.o libxl_exec.c cc1: warnings being treated as errors libxl_exec.c: In function 'check_open_fds': libxl_exec.c:48: error: ignoring return value of 'atoi', declared with attr= ibute warn_unused_result gcc -fmessage-length=3D0 -O2 -Wall -D_FORTIFY_SOURCE=3D2 -funwind-tables = -fasynchronous-unwind-tables -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdecla= ration-after-statement -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-ali= asing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaratio= n-after-statement -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing= -std=3Dgnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-aft= er-statement -D__XEN_TOOLS__ -MMD -MF .subdirs-install.d -D_LARGEFILE_SOU= RCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -O1 -fno-omit-frame-p= ointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes = -Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD -MF .= subdir-install-libxl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-opti= mize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing= -std=3Dgnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-aft= er-statement -D__XEN_TOOLS__ -MMD -MF .libxl_device.o.d -D_LARGEFILE_SOUR= CE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -Werror -Wno-format-ze= ro-length -Wmissing-declarations -I. -fPIC -I/usr/src/packages/BUILD/xen-un= stable.hg-4.2.23437/tools/libxl/../../tools/libxc -I/usr/src/packages/BUILD= /xen-unstable.hg-4.2.23437/tools/libxl/../../tools/include -I/usr/src/packa= ges/BUILD/xen-unstable.hg-4.2.23437/tools/libxl/../../tools/libxc -I/usr/sr= c/packages/BUILD/xen-unstable.hg-4.2.23437/tools/libxl/../../tools/include = -I/usr/src/packages/BUILD/xen-unstable.hg-4.2.23437/tools/libxl/../../tools= /xenstore -I/usr/src/packages/BUILD/xen-unstable.hg-4.2.23437/tools/libxl/.= =2E/../tools/include -I/usr/src/packages/BUILD/xen-unstable.hg-4.2.23437/to= ols/libxl/../../tools/blktap2/control -I/usr/src/packages/BUILD/xen-unstabl= e.hg-4.2.23437/tools/libxl/../../tools/blktap2/include -I/usr/src/packages/= BUILD/xen-unstable.hg-4.2.23437/tools/libxl/../../tools/include -c -o libx= l_device.o libxl_device.c libxl_exec.c: In function 'libxl__spawn_spawn': libxl_exec.c:224: error: ignoring return value of 'write', declared with at= tribute warn_unused_result make[3]: *** [libxl_exec.o] Error 1 cc1: warnings being treated as errors libxl_device.c: In function 'libxl__wait_for_device_model': libxl_device.c:488: error: ignoring return value of 'read', declared with a= ttribute warn_unused_result make[3]: *** [libxl_device.o] Error 1