Displaying 7 results from an estimated 7 matches for "lblktap".
Did you mean:
blktap
2006 Sep 23
0
Compiling Xen-unstable, error in blktapctrl
...-fPIC -Wall -Werror -Wno-unused
-g3 -fno-strict-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...
2007 May 11
0
xen 3.0.4 on FC6 x86_64 install problem with lcrypto
...after-statement -
D__XEN_TOOLS__ -D_LARGEFILE_SOURCE -D_LARGEFILE64_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 retu...
2006 Aug 10
0
[RFC][PATCH][TOOLS] CONFIG to build and link to local libaio
..._SOURCE -D_LARGEFILE64_SOURCE
CFLAGS += -D_GNU_SOURCE
@@ -26,14 +30,15 @@ DEPS = .*.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 -04...
2011 Jul 07
6
Xen unstable on NetBSD
...sweb.netbsd.org/bsdweb.cgi/pkgsrc/sysutils/xentools41/files/?only_with_tag=MAIN
(I don''t know which of these patches have been applied to xen
unstable, so I''ve tried to apply all of them, and copied blk files to
/tools/blktap/drivers/ because xen was complaining about not finding
-lblktap while compiling). After all that, when doing a "gmake dist" I
get the following error:
gcc -DNDEBUG -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O1
-fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall
-Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-st...
2013 Aug 16
0
Build fixes for pkg-xen svn
...xen-hooks.mak 2013-08-15 17:08:41.338047177 +0100
+@@ -47,9 +47,11 @@
+ OBJS += xenfbfront.o
+ else
+ ifndef CONFIG_NetBSD
+-CPPFLAGS+= -I$(XEN_ROOT)/tools/blktap/lib
++ifneq ($(CONFIG_BLKTAP1),n)
++CPPFLAGS+= -DCONFIG_BLKTAP1 -I$(XEN_ROOT)/tools/blktap/lib
+ LIBS += -L$(XEN_ROOT)/tools/blktap/lib -lblktap
+ OBJS += xen_blktap.o
++endif
+ OBJS += tpm_tis.o
+ endif
+ endif
+Index: xen/config/Tools.mk.in
+===================================================================
+--- xen.orig/config/Tools.mk.in 2013-08-15 17:08:41.342047187 +0100
++++ xen/config/Tools.mk.in 2013-08-15 17:08:41.338047177 +0100...
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 +=
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