Displaying 20 results from an estimated 300 matches similar to: "[PATCH] Fixes for linking on Solaris"
2006 Oct 17
0
[PATCH] misc compile fixes for tools on Solaris
# HG changeset patch
# User john.levon@sun.com
# Date 1161090738 25200
# Node ID 74d0bc37ec06da88b0c38a1c34c8cc95bc28bdbd
# Parent 7a86cb5bb6b6e9164bec378b5fb0a270625a2452
A couple of simple compile fixes for tools/ on Solaris.
Signed-off-by: John Levon <john.levon@sun.com>
diff --git a/config/Linux.mk b/config/Linux.mk
--- a/config/Linux.mk
+++ b/config/Linux.mk
@@ -21,6 +21,7 @@
2005 Oct 17
2
libxenstat python bindings
Hi
I seem to be having a little trouble with libxenstat, and was wondering
if the xenstat guys might be able to help.
I''ve pulled the xen-unstable.hg tree and done a somewhat clean install
(ie, post-make uninstall, as well as deleting the relevant libxenstat
libraries).
Next, I entered the tools/xenstat/libxenstat directory and modified the
Makefile so that the shared libraries would
2011 Nov 03
3
[PATCH 0 of 2 RESEND] tools: add two new compile flags and perform checks on user defined folders.
Added two new sets of compile flags, and pass them to the check scripts, so libraries and includes are searched there also.
Resend this patches because they suffered some modifications and where scattered along the mailing list.
Please review, thanks Roger.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2006 Oct 17
4
[PATCH] Fix tools build on Solaris
# HG changeset patch
# User john.levon@sun.com
# Date 1161090606 25200
# Node ID c6bfe43048f3becda6966deceb7b70baea833b7c
# Parent 03d4223c846b14fc415cfd05d970c7b4d688fddb
Many of the tools use C99 features such as bool, or expect certain functions.
Fix the CFLAGS to enable these on Solaris.
Signed-off-by: John Levon <john.levon@sun.com>
diff --git a/config/SunOS.mk b/config/SunOS.mk
---
2005 May 28
2
[PATCH] Makefile uninstall not to remove libxutil
libxutil is not build and installed by default, so "Makefile
uninstall" will not try to remove it. This patch is against -unstable,
ChangeSet@1.1575
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
===== Makefile 1.94 vs edited =====
--- 1.94/Makefile 2005-05-25 03:54:03 +09:00
+++ edited/Makefile 2005-05-28 02:09:46 +09:00
@@ -160,7 +160,7 @@
uninstall:
[ -d
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
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
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
2006 Aug 10
0
[RFC][PATCH][TOOLS] CONFIG to build and link to local libaio
LOCAL_LIBAIO is prolly a crappy name, but this patch will enable a
tool build to select either the local or the system provided libaio.
Note, it only builds the local libaio.a so the linker get the right
one automatically, so you''ll want to "make -C tools/libaio clean".
-JX
---
diff -r 1f611b58729f tools/Makefile
--- a/tools/Makefile Wed Aug 09 18:53:00 2006 -0400
+++
2004 Aug 06
0
small icecast fix
Hi,
I had an issue with the build of icecast failing because libxslt wasn't
found (it's in ~/garnome).
This small patch fixes it for me :
RCS file: /usr/local/cvsroot/icecast/src/Makefile.am,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile.am
--- src/Makefile.am 18 Aug 2002 05:06:58 -0000 1.8
+++ src/Makefile.am 28 Aug 2002 10:30:22 -0000
@@ -16,8 +16,8 @@ icecast_SOURCES = config.c
2004 Dec 21
1
64-bit R failed to compile some packages (PR#7440)
Full_Name: Vincent Yau
Version: 2.0.1
OS: Solaris SPARC 9
Submission from: (NULL) (137.53.23.145)
We have recently upgraded to using 64-bit R. Was trying to install
a SOM library by using:
install.packages(c("som"));
from http://cran.r-project.org/src/contrib/Descriptions/som.html
I got this error message:
ld: fatal: file som.o: wrong ELF class: ELFCLASS64
I was able to
2005 Mar 22
18
[PATCH] tools top level makefile cleanup
I cleaned up the top level makefile in the tools directory. No major
changes. Except I have it so that ioemmu is compiled only with x86_32.
Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
--- tools/Makefile.orig 2005-03-17 21:03:44.000000000 -0600
+++ tools/Makefile 2005-03-22 15:05:20.000000000 -0600
@@ -1,37 +1,33 @@
+XEN_ROOT = ../
+include $(XEN_ROOT)/tools/Rules.mk
-all:
-
2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
V4 of the patch, incorporating Bastian's suggestions.
Jon
---
xen/debian/patches/series | 1 +
xen/debian/patches/tools-ocaml-fix-build.diff | 81 +++++++++++++++++++++++++
xen/debian/rules | 5 ++
xen/debian/rules.real | 39 ++++++++++++
xen/debian/templates/control.main.in | 16 +++++
2011 Nov 22
7
[PATCH] use ncurses-config to find all curses related libs
After a split of libtinfo from libncurses in openSuSE Factory the tools
will not link anymore. In the URL below it was suggested to use
''ncurses-config --libs'' to find the correct linker options. But
ncurses-config does not exist neither in SLES11 nor in openSuSE. So
check for both ncurses5-config and ncurses-config, if the latter happens
to exist in other environments.
With
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..
2013 Sep 06
0
Compiling libvirt for Xenserver 6.2
Hi,
I am trying to compile libvirt-1.1.2 for Xenserver 6.2 using there DDK VM, however, it keeps giving error saying that it needs xenstore.h header file. However, I think Xenserver 6.2 is using older xs.h header file. Here is the excerpt of the beginning and end of the configure command
./configure
.
.
checking for xenstore.h... no
checking for xen/xen.h... yes
checking for xen/version.h... yes
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 +=
2005 Aug 02
4
Re: [Xen-changelog] Fixes.
On Tuesday 02 August 2005 10:42, Xen patchbot -unstable wrote:
> # HG changeset patch
> # User smh22@firebug.cl.cam.ac.uk
> # Node ID 59e76450e286240decceda23eca343ec4604124f
> # Parent 48dea637aac96bcbabe788d036b52570520cc82e
> Fixes.
Sorry, but could we not make checkin comments like "Fixes."? It would just
take a few more seconds to describe it in a complete
2010 May 15
1
Unable to build tools/libxl for weeks
Hi,
I am unable to build libxl from the tools. I am getting always the
following error. Disabling Werror did not solve the problem:
=== PCI passthrough capability has been enabled ===
=== PCI passthrough capability has been enabled ===
make[4]: Entering directory
`/usr/src/xen-unstable.hg/tools/ioemu-remote/i386-dm''
/usr/src/xen-unstable.hg//tools/cross-install -d -m0755 -p
2005 May 16
6
x86_64 build broken?
I am not able to build the latest x86_64 xen-unstable on SLES9 SP1
x86_64. Here is the build output. Am I doing anything wrong here?
Aravindh
gcc -DPIC -m64 -Wall -Werror -O3 -fno-strict-aliasing -I
../../tools/libxutil -I. -Wp,-MD,.xc_ptrace.opic.d -fPIC -c -o
xc_ptrace.opic xc_ptrace.c
In file included from /usr/include/asm/sigcontext.h:4,
from