similar to: Gcc error with make world

Displaying 20 results from an estimated 4000 matches similar to: "Gcc error with make world"

2007 Apr 12
0
Problem with Xen3.0.4-1 ?
Hello all: My Environment: Ubuntu6.06 + Xen3.0.4 My XenLinux was booted successfully. But when i starting the "xend" service, errors displayed. I searched in google, but could not get an available solution. Please help me! Thank you very much! Error log: ----------------------------------------------------------------------------------------------- root@zwang-desktop:~#
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
2005 Feb 19
0
[PATCH] check read/write return values
The Fedora build system is in paranoid mode, and compiles everything with -Werror. Additionally, it checks that the return values of calls like read and write are checked. The build exits with errors like: xen/lowlevel/xc/xc.c: In function `pyxc_vmx_build'': xen/lowlevel/xc/xc.c:464: warning: ignoring return value of `sscanf'', declared with attribute warn_unused_result
2006 Oct 18
0
can''t start xend
Hi, I''m running a recent fedora-compiled xen kernel and the libs that come with it. I''m unable to start xend. I''ve tracked down the problem to the fact that xen.lowlevel.xc seems to be unable to talk to xen via /proc/xen/ privcmd. When I run the test program below, I get a "function not implemented" which I think results from the fact that an ioctl
2008 Jun 10
3
Bug#485598: xen-utils-3.0.3-1: xend doesn't start on amd64
Package: xen-utils-3.0.3-1 Version: 3.0.3-0-4 Severity: important # /etc/init.d/xend start Restarting XEN control daemon: xendTraceback (most recent call last): File "/usr/lib/xen-3.0.3-1/bin/xend", line 40, in <module> from xen.xend.server import SrvDaemon File "/usr/lib/xen-3.0.3-1/lib/python/xen/xend/server/SrvDaemon.py", line 17, in <module> import
2010 Oct 17
2
Problems with installing Xen 3.1.3 from source code.
Hi, I am trying to install Xen 3.1.3 from the source code. The machine on which I would like to install it doesn''t have access to the Internet. So I did a "make world" on a different machine, copied the files to where I actually wanted to install Xen and then re-built and installed it. However, when I boot into the new kernel and try to execute "xm" or
2005 May 31
0
[PATCH] Store page and evtchn in start_info_t
Hi all, This is a trivial patch which adds the two fields to start_info_t for the shared page and event channel port for the share. Feel free to destroy this in any way. The python binding just fills zeros in for the moment, making it harmless. Mike Wray has a nicer version in his tree, but this is the minimal version. (Thanks to Mike for the .esp fix, too). Cheers, Rusty. diff -ur
2007 Oct 11
0
Problems starting xend.
Hi all, I know that this list isn't for usage and install level questions, but the people at xen-users at lists.xensource.com had no idea of what could be the problem and told me to get hold of a "debian-xen"-type list. Which yours came closest to. :-) My setup is a little bit strange, since i change the motherboard and processor of the system from a K7 to an AMD 64 a couple of
2010 Jul 12
1
Bug#588811: pygrub fails to import xen.lowlevel.xc
Package: xen-utils-4.0 Version: 4.0.1~rc3-1 Severity: important When invoking pygrub either via command line or via bootloader being set in the configuration file, pygrub fails because it cannot import xen.lowlevel.xc. Example output: # /usr/lib/xen-default/bin/pygrub Traceback (most recent call last): File "/usr/lib/xen-default/bin/pygrub", line 20, in <module> import
2008 Apr 14
0
Bug#476201: Fails to start
Package: xen-utils-3.2-1 Severity: normal Starting xend in sid from today gives: Starting XEN control daemon: xendTraceback (most recent call last): File "/usr/lib/xen-default/bin/xend", line 38, in <module> from xen.xend.server import SrvDaemon File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/server/SrvDaemon.py", line 20, in <module> import
2006 Jul 31
1
[PATCH 5/6] xen, tools: calculate nr_cpus via num_online_cpus
Once Xen calculates nr_nodes properly, all nr_cpu calculations based on nr_nodes * sockets_per_node * cores_per_socket * threads_per_core are broken. The easy fix is to replace those calculations with a new field, nr_cpus in physinfo which is calculated by num_online_cpus(). This patch does so and attempts to change all users over to nr_cpus field in physinfo. This patch touches
2006 Sep 27
1
Trouble with xen-unstable x86_64
Hello, I downloaded the latest unstable and installed on 2 amd dual athalon 64 x2''s (dual cores). Kernel went fine. I''m getting this error when trying to start xend : ImportError: /usr/lib64/python/xen/lowlevel/xc.so: cannot open shared object file: No such file or directory .Traceback (most recent call last): File "/usr/sbin/xend", line 49, in ? from
2006 Aug 30
3
arch-specific xc.c code?
Hi Ewan/Alistair, I have a patch that looks like this: diff -r a39ad4c78850 tools/libxc/xenctrl.h --- a/tools/libxc/xenctrl.h Wed Aug 30 13:51:12 2006 +0100 +++ b/tools/libxc/xenctrl.h Wed Aug 30 15:11:20 2006 -0500 @@ -416,6 +416,10 @@ int xc_domain_memory_populate_physmap(in unsigned int address_bits, xen_pfn_t
2012 Apr 07
3
xenstored cannot start
Hi, My base system is Gentoo x64, and I compiled my kernel with Xen paravirtualization support. The kernel can boot without any problem in native mode. But when boot in Xen mode, I cannot start the xenstored service. This is my grub config file: title Gentoo x64 kernel-3.2.11-gentoo root (hd0,2) kernel /boot/kernel-3.2.11-gentoo root=UUID=38213e99-588e-4a7d-a215-8835f7afb1c4\
2005 Jul 25
1
Error in xend start of xen-unstable
xend cannot start with error: ...ption starting xend: ''module'' object has no attribute ''VIRQ_DOM_EXC'' Traceback (most recent call last): File "/usr/lib/python2.3/xen/xend/server/SrvDaemon.py", line 304, in run self.createFactories() File "/usr/lib/python2.3/xen/xend/server/SrvDaemon.py", line 319, in createFactories
2008 Aug 29
1
Debian version and xend
Hello, I just upgraded my 64-bits dom0 from Etch to Lenny, I am still running the 2.6.18 Xen kernel by apt-pinning it (see later). But now xend does not start anymore: ------------ xen:~# /etc/init.d/xend start Starting XEN control daemon: xendTraceback (most recent call last): File "/usr/lib/xen-3.0.3-1/bin/xend", line 40, in <module> from xen.xend.server import SrvDaemon
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:)
2011 Jul 11
5
Unable to start xend
Hi, I''m trying to install Xen on Ubuntu 11.04. I read somewhere (please correct me if this is wrong) that Ubuntu hasn''t had dom0 support since 8.04 LTS, and the recommended action was to grab a dom0-enabled kernel from Debian, so I did. I''m running 2.6.32-5-xen-amd64 and built Xen 4.1.1 from source. After installation and some troubleshooting, I tried to start
2006 Aug 17
4
[PATCH]configuration files(sched-credit)
Currently with the credit scheduler, cpu_weight cannot be assigned to guest domains at boot time.(it can be set with xm sched-weight after booting) This patch allows CPU weight, and CAP to be set by the Xen configuration files. Specification: The following can be added to the Xen configuration files. 1.CPU WEIGHT [OPTIONAL] cpu_weight = cpu weight value -sets the cpu time ratio to be
2007 Nov 06
3
Problem while installing XEN 3.1 on Fedora 6
Hi, I downloaded XEN 3.1 source code on a fedora 6 machine. I did # make world # make install It did not give me an error then when I restarted the machine the Grub did not have 2 options. It had only one option that was the kernel. On loading the OS, when i gave # xend it gives the following errors: [root@localhost sbin]# xend ERROR Internal error: Could not obtain handle on privileged command