Hi! I''ve been working for a while to build a package that automatically builds and installs xen-unstable. I don''t want to go into package build steps because I think it is irrelevant. I sorted out all problems with the package itself but I found out I''m getting the below errors: make -C cpuperf make[4]: Entering directory `/var/abs/local/xen/src/xen-unstable/tools/misc/cpuperf'' gcc -march=i686 -O2 -pipe -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Werror -I ../../tools/python/xen/lowlevel/xc -I ../../tools/libxc -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -I ../../../tools/libxc -L../../../tools/libxc -lxenctrl -DXENO -o cpuperf-xen cpuperf.c cc1: warnings being treated as errors In file included from cpuperf.c:49: cpuperf_xeno.h:17: warning: function declaration isn''t a prototype make[4]: *** [cpuperf-xen] Error 1 make[4]: Leaving directory `/var/abs/local/xen/src/xen-unstable/tools/misc/cpuperf'' make[3]: *** [build] Error 2 make[3]: Leaving directory `/var/abs/local/xen/src/xen-unstable/tools/misc'' make[2]: *** [install] Error 2 make[2]: Leaving directory `/var/abs/local/xen/src/xen-unstable/tools'' make[1]: *** [install-tools] Error 2 make[1]: Leaving directory `/var/abs/local/xen/src/xen-unstable'' make: *** [world] Error 2 I''m sure I did not get it a week ago. Could anybody tell me what it is related to? Thanks a lot! waldek _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2006-Mar-14 14:37 UTC
Re: [Xen-devel] xen-unstable - make[4]: [cpuperf-xen] Error 1
On 14 Mar 2006, at 13:44, waldek wrote:> Hi! > I''ve been working for a while to build a package that automatically > builds and installs xen-unstable. I don''t want to go into package build > steps because I think it is irrelevant. I sorted out all problems with > the package itself but I found out I''m getting the below errors:We added -Wstrict-prototype to CFLAGS which is causing this build failure. I''ve now checked in a fix. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
waldek
2006-Mar-14 15:08 UTC
[Xen-devel] Re: xen-unstable - make[4]: [cpuperf-xen] Error 1
Keir Fraser wrote:> > On 14 Mar 2006, at 13:44, waldek wrote: > >> Hi! >> I''ve been working for a while to build a package that automatically >> builds and installs xen-unstable. I don''t want to go into package build >> steps because I think it is irrelevant. I sorted out all problems with >> the package itself but I found out I''m getting the below errors: > > We added -Wstrict-prototype to CFLAGS which is causing this build > failure. I''ve now checked in a fix.thanks a lot. I''ll try again later. regards waldek _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Possibly Parallel Threads
- Python error: must supply either home or prefix/exec-prefix -- not both
- Bug#733847: xen-utils-common: cpuperf-xen missing
- xen 3.0.4 on FC6 x86_64 install problem with lcrypto
- Trying to compile/pack the Xen 4 for Debian fail...
- Bug#443024: xen-3: FTBFS: xc_core.c:195: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false