Displaying 17 results from an estimated 17 matches for "lxenstor".
Did you mean:
lxenstore
2006 Oct 17
0
[PATCH] Fixes for linking on Solaris
...MAJOR)
diff --git a/tools/console/Makefile b/tools/console/Makefile
--- a/tools/console/Makefile
+++ b/tools/console/Makefile
@@ -22,11 +22,11 @@ clean:
xenconsoled: $(patsubst %.c,%.o,$(wildcard daemon/*.c))
$(CC) $(CFLAGS) $^ -o $@ -L$(XEN_LIBXC) -L$(XEN_XENSTORE) \
- -lxenctrl -lxenstore
+ $(SOCKET_LIBS) -lxenctrl -lxenstore
xenconsole: $(patsubst %.c,%.o,$(wildcard client/*.c))
$(CC) $(CFLAGS) $^ -o $@ -L$(XEN_LIBXC) -L$(XEN_XENSTORE) \
- -lxenctrl -lxenstore
+ $(SOCKET_LIBS) -lxenctrl -lxenstore
.PHONY: install
install: $(BIN)
diff --git a/tools...
2006 Sep 23
0
Compiling Xen-unstable, error in blktapctrl
...-aliasing -I ../../../tools/libxc -I ../../libaio/src
-I.. -I../lib -I. -I../../xenstore -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE
-Wp,-MD,.blktapctrl.d -o blktapctrl -L. -L.. -L../lib
-L../../../tools/libxc -lblktap -lcrypto -lz -L../../../tools/xenstore
-lxenstore blktapctrl.c
/usr/lib/libc_nonshared.a(elf-init.oS)(.text.__i686.get_pc_thunk.bx+0x0):
In function `__i686.get_pc_thunk.bx'':
: multiple definition of `__i686.get_pc_thunk.bx''
/tmp/ccOyfIDQ.o(.gnu.linkonce.t.__i686.get_pc_thunk.bx+0x0):/root/xen-unstable/tools/blktap/drivers/blkt...
2007 May 11
0
xen 3.0.4 on FC6 x86_64 install problem with lcrypto
...ARGEFILE64_SOURCE -Werror -
Wno-unused -fno-strict-aliasing -I ../../../tools/libxc -I ../../
libaio/src -I.. -I../lib -I. -I../../xenstore -D_GNU_SOURCE -Wp,-
MD,.blktapctrl.d -o blktapctrl -L. -L.. -L../lib -L../../../tools/
libxc -lblktap -lxenctrl -lcrypto -lz -L../../../tools/xenstore -
lxenstore blktapctrl.c
/usr/bin/ld: skipping incompatible /usr/lib/libcrypto.so when
searching for -lcrypto
/usr/bin/ld: skipping incompatible /usr/lib/libcrypto.a when
searching for -lcrypto
/usr/bin/ld: cannot find -lcrypto
collect2: ld returned 1 exit status
make[3]: *** [blktapctrl] Error 1
make[3]:...
2006 Mar 14
0
Python error: must supply either home or prefix/exec-prefix -- not both
...-x86_64-2.4/xen/lowlevel/xs/xs.o -fno-strict-aliasing
-Wall -Werror
gcc -pthread -shared -O2 -fomit-frame-pointer -DNDEBUG -m64 -Wall
-Wstrict-prototypes -Wdeclaration-a fter-statement
build/temp.linux-x86_64-2.4/xen/lowlevel/xs/xs.o -L../../tools/libxc
-L../../tools/xen store -lxenctrl -lxenguest -lxenstore -o
build/lib.linux-x86_64-2.4/xen/lowlevel/xs.so
CFLAGS="-O2 -fomit-frame-pointer -DNDEBUG -m64 -Wall -Wstrict-prototypes
-Wdeclaration-after-statemen t " python setup.py install
--home="/home/unisys/xen-unstable.hg/dist/install/usr" --force
running install
error: must supply e...
2006 Aug 10
0
[RFC][PATCH][TOOLS] CONFIG to build and link to local libaio
...= .*.d
DEPS = .*.d
THREADLIB := -lpthread -lz
-LIBS := -L. -L.. -L../lib
+LIBS := $(LIBAIO_INCLUDE_DIR-$(LOCAL_LIBAIO))
+LIBS += -L. -L.. -L../lib
LIBS += -L$(XEN_LIBXC)
LIBS += -lblktap
LIBS += -lcrypto
LIBS += -lz
LIBS += -L$(XEN_XENSTORE) -lxenstore
-AIOLIBS := $(LIBAIO_DIR)/libaio.a
+AIOLIBS := -laio
BLK-OBJS := block-aio.o
BLK-OBJS += block-sync.o
diff -r 1f611b58729f tools/libaio/Makefile
--- a/tools/libaio/Makefile Wed Aug 09 18:53:00 2006 -0400
+++ b/tools/libaio/Makefile Thu Aug 10 15:16:17 2006 -0400
@@ -12,7 +12,7 @@ def...
2009 Nov 17
0
Bug#556695: FTBFS with binutils-gold
...LE_SOURCE -D_LARGEFILE64_SOURCE -Werror -Wno-unused -fno-strict-aliasing -I../../tools/libxc -I../../tools/include -I../../tools/xenstore -I../../tools/include -I.. -I../lib -I. -D_GNU_SOURCE -o fs-backend fs-xenbus.o fs-ops.o -L. -L.. -L../lib -L../../tools/libxc -lxenctrl -L../../tools/xenstore -lxenstore -lrt fs-backend.c
/usr/bin/ld: /tmp/ccyhtSwn.o: in function main:fs-backend.c:392: error: undefined reference to 'pthread_sigmask'
collect2: ld returned 1 exit status
make[5]: *** [fs-backend] Error 1
2013 Sep 06
0
Compiling libvirt for Xenserver 6.2
....
.
checking for xenstore.h... no
checking for xen/xen.h... yes
checking for xen/version.h... yes
checking for xen/dom0_ops.h... yes
checking for xen/sys/privcmd.h... no
checking for xen/linux/privcmd.h... no
configure: error: You must install the Xen development package to compile Xen driver with -lxenstore
How do compile with libvirt to look at xs.h file.
Thanks
2005 Aug 02
4
Re: [Xen-changelog] Fixes.
...;
> -all: $(BIN) xc_console
> +all: $(BIN)
>
> clean:
> - $(RM) *.a *.so *.o *.rpm $(BIN) xc_console
> + $(RM) *.a *.so *.o *.rpm $(BIN)
>
> -$(BIN): $(OBJS)
> +consoled: $(OBJS)
> $(CC) $(CFLAGS) $^ -o $@ -L$(XEN_LIBXC) -L$(XEN_XENSTORE) \
> -lxc -lxenstore
>
> @@ -41,8 +41,8 @@
>
> $(OBJS): $(HDRS)
>
> -install: $(BIN) xc_console
> +install: $(BIN)
> $(INSTALL_DIR) -p $(DESTDIR)/$(CONSOLED_INSTALL_DIR)
> - $(INSTALL_PROG) $(BIN) $(DESTDIR)/$(CONSOLED_INSTALL_DIR)
> + $(INSTALL_PROG) consoled $(DESTDIR)/$(CONSOLED_INS...
2010 May 15
1
Unable to build tools/libxl for weeks
...bling-calls -m64 -g
-fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes
-Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD
-MF .xenpmd.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Werror
-I../../tools/xenstore -I../../tools/include xenpmd.c
-L../../tools/xenstore -lxenstore -o xenpmd
../../tools/cross-install -d -m0755 -p
/usr/src/xen-unstable.hg/dist/install/usr/sbin
../../tools/cross-install -m0755 -p xenpmd
/usr/src/xen-unstable.hg/dist/install/usr/sbin
make[3]: Leaving directory `/usr/src/xen-unstable.hg/tools/xenpmd''
make[2]: Leaving directory `/usr/s...
2008 May 21
7
Debugging the hypervisor
I am trying to debug the Xen hypervisor from a second computer over the
serial port, but nothing seems to work. Using mercurial, I got
xen-3.2-testing.hg. I followed the steps in crashdb.txt in the docs/misc/
folder:
set debug=y in Config.mk, crash_debug=y in xen/Rules.mk
I also added -fno-omit-frame-pointer to these file as well.
I compiled with no errors and booted with minicom connected to
2009 May 28
1
[PATCH] blktap2: fix makefile of vhd for parallel make
blktap2: fix makefile of vhd for parallel make
With parallel make, libvhd might not be created before
link resulting in link error. This patch guarantees it.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
diff --git a/tools/blktap2/vhd/Makefile b/tools/blktap2/vhd/Makefile
--- a/tools/blktap2/vhd/Makefile
+++ b/tools/blktap2/vhd/Makefile
@@ -12,6 +12,9 @@ CFLAGS +=
2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
...$(XEN_VERSION)
+
+ CFLAGS_libxenguest = -I$(XEN_LIBXC) $(CFLAGS_include)
+ LDLIBS_libxenguest = $(XEN_LIBXC)/libxenguest-$(XEN_VERSION).so
++LDLIBS_libxenguest_SYSTEM = -lxenguest-$(XEN_VERSION)
+
+ CFLAGS_libxenstore = -I$(XEN_XENSTORE) $(CFLAGS_include)
+ LDLIBS_libxenstore = -L$(XEN_XENSTORE) -lxenstore
+@@ -58,7 +60,7 @@
+ LDFLAGS += $(shell getconf LFS_LDFLAGS)
+ endif
+
+-# Xen tools build is currently incompatible with ld --as-needed
++
+ LDFLAGS += -Wl,--no-as-needed
+
+ # 32-bit x86 does not perform well with -ve segment accesses on Xen.
diff --git a/xen/debian/rules b/xen/debian/rules
in...
2019 Feb 04
2
Installing libvirt and Xen on Red Hat 7.5
...-lgnutls ')
configure: hal: no
configure: libiscsi: no
configure: libnl: yes (CFLAGS=' ' LIBS='-lnl ')
configure: libpcap: no
configure: libssh: no
configure: libxl: yes (CFLAGS=' -DLIBXL_API_VERSION=0x040500'
LIBS='-lxenlight -lxlutil -lxenstore -lxentoollog')
configure: libxml: yes (CFLAGS='-I/usr/include/libxml2 ' LIBS='-lxml2
')
configure: macvtap: yes (CFLAGS='' LIBS='')
configure: netcf: no
configure: NLS: yes
configure: nss: yes
configure: numactl: no
configure: open...
2011 Nov 29
6
[OCAML 0/7] V4 or so of the xen ocaml packaging patches
Here is the latest version of the patches to package the ocaml libraries. Changes
since last time:
* rename the packages from libxen-4.1-ocaml* to libxen-ocaml* - we wont be
looking to install multiple concurrent versions of the same package, so
the version doesn't need to be in the package name
* Removed superfluous GENCONTROL definitions - dh_ocaml does what we need
* Removed
2006 Jun 19
24
[PATCH] Blktap: Userspace file-based image support. (RFC)
Attached to this email is a patch containing the (new and improved)
blktap Linux driver and associated userspace tools for Xen. In
addition to being more flavourful, containing half the fat, and
removing stains twice as well as the old driver, this stuff adds a
userspace block backend and let you use raw (without loopback), qcow,
and vmdk-based image files for your domUs. There''s also a
2011 Feb 26
1
make world error
..._SOURCE -mno-tls-direct-seg-refs -Werror -Wno-unused
-fno-strict-aliasing -I../../tools/libxc -I../../tools/include
-I../../tools/xenstore -I../../tools/include -I.. -I../lib -I.
-D_GNU_SOURCE -o fs-backend fs-xenbus.o fs-ops.o -L. -L.. -L../lib
-L../../tools/libxc -lxenctrl -L../../tools/xenstore -lxenstore -lrt
-lpthread fs-backend.c
../../tools/cross-install -m0755 -p fs-backend
/usr/src/xen-4.0.1/dist/install/usr/sbin
make[4]: Leaving directory `/usr/src/xen-4.0.1/tools/fs-back''
make[3]: Leaving directory `/usr/src/xen-4.0.1/tools''
make[3]: Entering directory `/usr/src/xen-4.0.1/...
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled
functionality into the qemu-dm code. The general approach taken is to have
qemu-dm provide two machine types - one for xen paravirt, the other for
fullyvirt. For compatability the later is the default. The goals overall
are to kill LibVNCServer, remove alot of code duplication and/or parallel
impls of the same concepts, and