similar to: xen-unstable - make[4]: [cpuperf-xen] Error 1

Displaying 20 results from an estimated 4000 matches similar to: "xen-unstable - make[4]: [cpuperf-xen] Error 1"

2006 Mar 14
0
Python error: must supply either home or prefix/exec-prefix -- not both
hello, in trying to build xen-unstable (up to changeset 9238) under x86_64 sles10 beta 7, gcc-4.1.0-3, python-2.4.2-9, i''m getting the following error during the build: building ''xs'' extension creating build/temp.linux-x86_64-2.4/xen/lowlevel/xs gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -O2 -f omit-frame-pointer
2014 Jan 01
1
Bug#733847: xen-utils-common: cpuperf-xen missing
Package: xen-utils-common Version: 4.3.0-3 Severity: normal # cpuperf-xen /usr/sbin/cpuperf-xen: 6: exec: /usr/lib/xen-4.3/bin/cpuperf-xen: not found Exit 127 # ls -l `which cpuperf-xen` lrwxrwxrwx 1 root root 39 Oct 17 17:24 /usr/sbin/cpuperf-xen -> ../lib/xen-common/bin/xen-utils-wrapper* I don't know what cpu-perf-xen does. But if it is supposed to be in the package, I expect to be
2007 May 11
0
xen 3.0.4 on FC6 x86_64 install problem with lcrypto
a clean new FC6 system downloading xen src tar ball I get make[3]: Entering directory `/opt/xen-3.0.4_1-src/tools/blktap/drivers'' gcc -O2 -fomit-frame-pointer -m64 -DNDEBUG -std=gnu99 -Wall -Wstrict- prototypes -Wno-unused-value -Wdeclaration-after-statement - D__XEN_TOOLS__ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Werror - Wno-unused -fno-strict-aliasing -I
2010 Apr 16
1
Trying to compile/pack the Xen 4 for Debian fail...
Guys, I'm trying to compile the Xen 4.0.0 via debian/rules makefile but I got this: administrativo at sid01:~/xen/xen-4/xen-4.0.0$ make -f debian/rules build-tools ..... make -C lib all make[7]: Entering directory `/home/administrativo/xen/xen-4/xen-4.0.0/debian/build/build-tools/tools/blktap2/vhd/lib' make[7]: Nothing to be done for `all'. make[7]: Leaving directory
2007 Sep 18
0
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
Package: xen-3 version: 3.1.0-2 Severity: serious User: debian-qa at lists.debian.org Usertags: qa-ftbfs-20070917 qa-ftbfs Justification: FTBFS on i386 Hi, During a rebuild of all packages in sid, your package failed to build on i386. Relevant part: make[5]: Entering directory `/build/user/xen-3-3.1.0/debian/build/build-utils_i386/tools/libxc' gcc -O2 -fomit-frame-pointer -m32 -march=i686
2006 Nov 20
1
compilation bug
Hello When i try to make world (any) from xen-3.0.2 to xen-unstable-src I gat following error : gcc -O2 -fomit-frame-pointer -DNDEBUG -m64 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/home/test1/xen-unstable/xen/include
2007 Nov 27
1
build error with current (changeset 16475) xen-unstable tree
I do recieve this error when building xen-unstable tree. gcc -O2 -fomit-frame-pointer -m32 -march=i686 -DNDEBUG -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -DVMXASSIST -nostdinc -fno-builtin -fno-common -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/home/xen-unstable.hg/xen/include
2006 Apr 16
2
Temporary fix for xen-tools build problem with python 2.4
(Short version:) Here is a temporary fix for a Xen build problem when using Python 2.4: cd xen-unstable/ sed -i ''s/--home/--prefix="" --home/'' tools/python/Makefile sed -i ''s/--home/--prefix="" --home/'' tools/pygrub/Makefile sed -i ''s/--home/--prefix="" --home/'' tools/security/Makefile (Long version:)
2009 Nov 17
0
Bug#556695: FTBFS with binutils-gold
Source: xen-3 Version: 3.4.0-2 Severity: minor User: peter.fritzsche at gmx.de Usertags: no-add-needed Tried to build your package and it fails to build with GNU binutils-gold. The important difference is that --no-add-needed is the default behavior of of GNU binutils-gold. Please provide all needed libraries to the linker when building your executables. More informations can be found at
2016 Mar 17
0
Bug#818525: Bug#818525: xen: FTBFS: error: unterminated comment
On Thu, Mar 17, 2016 at 6:58 PM, Martin Michlmayr <tbm at hpe.com> wrote: > Package: xen > Version: 4.6.0-1+nmu2 > Severity: serious > > This package fails to build in unstable: > >> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux > ... >> mkdir -p compat >> grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/grant_table.h | \
2006 Apr 20
3
[PATCH] fix tools compile issue on sles 10
With sles 10, ''make tools'' produces the following: CFLAGS="-O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -D__XEN_INTERFACE_VERSION__=0x00030101" python setup.py install --home="/root/xen/xen-unstable.hg/dist/install/usr" --force running install error: must supply either home or prefix/exec-prefix --
2006 Mar 23
0
Compile Error xen 3.0.1 on FC5 "cc1: warnings being treated as errors"
Hello, To get the binary vmxloader on FC5 i need to compile this from xen source with "make KERNELS=linux-2.6-xen world". There is a error "cc1: warnings being treated as errors" and compile aborts. --- make[3]: Entering directory `/tmp/xen-3.0.1/xen'' tools/figlet/figlet -d tools/figlet Xen 3.0.1 > include/xen/banner.h.new __ __ _____ ___ _ \ \/
2016 Mar 17
4
Bug#818525: xen: FTBFS: error: unterminated comment
Package: xen Version: 4.6.0-1+nmu2 Severity: serious This package fails to build in unstable: > sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux ... > mkdir -p compat > grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/grant_table.h | \ > python /<<PKGBUILDDIR>>/debian/build/build-hypervisor_amd64_amd64/xen/tools/compat-build-source.py
2006 Oct 24
1
[PATCH] libxc: Include path fix
Hi! There''s a include path mistake when trying to build tools/libxc on OpenBSD: gcc -O2 -fomit-frame-pointer -m32 -march=i686 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -D__XEN_TOOLS__ -Werror -fno-strict-aliasing -I. -Wp,-MD,.xc_core.o.d -c -o xc_core.o xc_core.c In file included from xc_private.h:18, from xg_private.h:16,
2007 Jun 28
1
Bug#430967: xen-3.0: FTBFS with gcc-4.2 [i386]: C99 inline functions are not supported
Package: xen-3.0 Version: 3.0.4-1-1 Severity: important From my pbuilder build log, using a chroot with packages mostly from sid except that gcc-defaults is from experimental: ... gcc -O2 -fomit-frame-pointer -m32 -march=i686 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include
2006 Sep 23
0
Compiling Xen-unstable, error in blktapctrl
Hi! When I try to compile xen-unstable on Sarge, I get this error and I don''t know how to solve it: make[3]: Entering directory `/root/xen-unstable/tools/blktap/drivers'' gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -D__XEN_TOOLS__ -fPIC -Wall -Werror -Wno-unused -g3 -fno-strict-aliasing -I ../../../tools/libxc -I ../../libaio/src -I..
2011 May 30
7
libxl build errors in xen-unstable
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 .......... make -C libxl install make[3]: Entering directory `/usr/src/packages/BUILD/xen-unstable.hg-4.2.23437/tools/libxl'' python gentypes.py libxl.idl __libxl_types.h __libxl_types.c rm -f _libxl_paths.h.tmp.tmp; echo
2015 Jul 21
0
Bug#793132: xen: FTBFS with glibc 2.21 and gcc-5
Source: xen Version: 4.4.1-9 Severity: normal >From my pbuilder build log, using a setup preferring glibc and gcc-defaults from experimental: ... gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG
2011 Mar 26
4
Unable to compile Wine 1.1.16
Hi, I must to compile Wine 1.1.16 to try a patch (it doesn't work with the latest Wine) and during the compilation, i have an error with gdi32. > make[2]: Leaving directory `/home/wine-1.1.16/dlls/gdi32/tests' > make[2]: Entering directory `/home/wine-1.1.16/dlls/gdi32/tests' > gcc -m32 -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe
2007 Jan 10
2
[PATCH] the address of ''symbols_addresses'' will always evaluate as ''true''
Hi; Attached patch adds "-Wno-always-true" CFLAGS into xen/arch/powerpc/Rules.mk and xen/arch/x86/Rules.mk, else compiling xen with latest gcc-4.2.0 snapshot fails, patch is against current xen-3.0.4-testing repo; make[3]: Entering directory `/var/pisi/xen-3.0.4.1-3/work/xen-3.0.4-testing.hg/xen/common'' gcc -O2 -fomit-frame-pointer -m32 -march=i686 -DNDEBUG -std=gnu99 -Wall