Displaying 20 results from an estimated 2000 matches similar to: "[PATCH] Portability patch for tools/check"
2006 Nov 21
2
Buig in bin/R script (PR#9375)
Full_Name: Gordon Lack
Version: 2.4.0
OS: OSF1 v5.1
Submission from: (NULL) (198.28.92.5)
Changes to the bin/R front-end interlude script at 2.4.0 (cf: 2.2.0) have broken
R on (Dec/Compaq/HP) OSF1.
There are 3 occurrences of "${@}", but this is the incorrect syntax for adding
$@, as on older Bourne shells this will add an empty (but present) parameter.
The result is that the build
2010 Aug 26
1
[PATCH] libxl: minor portability nits
Hi!
Use #defines for network related default settinsg.
Distinguish between default Linux and NetBSD network bridge interfaces.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
--
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
Sitz: Dornach, Gemeinde Aschheim,
2008 Oct 09
9
[Bug 1530] New: ssh-copy-id: strip colon from end of hostname
https://bugzilla.mindrot.org/show_bug.cgi?id=1530
Summary: ssh-copy-id: strip colon from end of hostname
Product: Portable OpenSSH
Version: 5.1p1
Platform: Other
URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=22617
2
OS/Version: Linux
Status: NEW
Severity: trivial
Priority:
2008 Jul 18
6
Xen-3.2.1 Build Error
This is the error I get while building Xen-3.2.1 when I do a make
===============================================
make[2]: Entering directory `/usr/src/xen-3.2.1/tools/check''
LIBXENAPI_BINDINGS=n ACM_SECURITY=n ./chk build
Xen CHECK-BUILD Fri Jul 18 11:36:34 IST 2008
Checking check_crypto_lib: OK
Checking check_curl: unused, OK
Checking check_openssl_devel:
*** Check for openssl
2004 Sep 25
2
[LLVMdev] Sconstruct for win32
Here is the pre-pre-pre alpha of the file, llease be kind <g>
I give up on TableGen... cannot build the flex/bison emitted files ;-(
With my hacked version of the checkout the script build Fibonacci.exe
and HowToUseJIT.exe among with the proper libraries.
I included also a demo version of the HowToUseJIT Visual studio project
generated by the script.
You can debug the program in the
2011 Oct 26
2
Bug#646660: xen: FTBFS: Checking check_python: ./check_python: 10: ./check_python: python2.6: not found
Source: xen
Version: 4.1.1-2
Severity: serious
Tags: wheezy sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20111022 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> make[5]: Entering directory `/build/xen-njlTaX/xen-4.1.1/debian/build/build-utils_amd64/tools/check'
> PYTHON=python2.6
2004 Sep 25
0
[LLVMdev] Sconstruct for win32
On Sat, 2004-09-25 at 12:19, Paolo Invernizzi wrote:
> Here is the pre-pre-pre alpha of the file, llease be kind <g>
>
> I give up on TableGen... cannot build the flex/bison emitted files ;-(
> With my hacked version of the checkout the script build Fibonacci.exe
> and HowToUseJIT.exe among with the proper libraries.
>
> I included also a demo version of the
2007 Aug 16
4
[PATCH] small mca cleanup
Hi!
The MCG_CAP MSR never returns a negative count of available
error-reporting banks. Thus make nr_mce_banks unsigned.
While here, do some other minor cleanups.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
--
AMD Saxony, Dresden, Germany
Operating System Research Center
Legal Information:
AMD Saxony Limited Liability Company & Co. KG
Sitz (Geschäftsanschrift):
2008 Nov 10
5
[PATCH][IOEMU] build fix for BSD
Hi!
Attached patch makes git-ioemu compile on NetBSD.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
P.S.: I''m about sending the pieces to qemu-devel. The changes
in vl.c already went upstream in qemu''s svn c/s 5646.
--
AMD Saxony, Dresden, Germany
Operating System Research Center
Legal Information:
AMD Saxony Limited Liability Company & Co. KG
Sitz
2012 Oct 25
11
[PATCH] tools: use PREFIX when building upstream qemu
use PREFIX when building upstream qemu.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
--
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85689 Dornach b. Muenchen
Geschaeftsfuehrer: Alberto Bozzo
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632
2007 Mar 28
2
[LLVMdev] x86 in win32 folder
I don't want to drive this too off topic, but I should be clear that
I wasn't suggesting that the LLVM project adopt XPJ as it's official
config file format for Visual Studio. I have found it useful to use
XPJ to generate the initial VS projects for a code base that doesn't
already have VS projects. I also find it nice to be able to see all
of the config options in a
2007 Mar 28
0
[LLVMdev] x86 in win32 folder
On Wed, 2007-03-28 at 10:22 -0500, Christopher Lamb wrote:
> I don't want to drive this too off topic, but I should be clear that I
> wasn't suggesting that the LLVM project adopt XPJ as it's official
> config file format for Visual Studio. I have found it useful to use
> XPJ to generate the initial VS projects for a code base that doesn't
> already have VS projects.
2010 Dec 15
5
[PATCH] svm: support VMCB cleanbits
Hi,
Attached patch implements the VMCB cleanbits SVM feature.
Upcoming AMD CPUs introduce them and they are basically hints
for the CPU which vmcb values can be re-used from the previous
VMRUN instruction.
Each bit represents a certain set of fields in the VMCB.
Setting a bit tells the cpu it can re-use the cached value
from the previous VMRUN.
Clearing a bit tells the cpu to reload the values
2009 Jul 15
3
[PATCH] stubdom: make -> $(MAKE)
Hi!
Attached patch makes stubdom use of $(MAKE)
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
--
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Thomas M. McCoy, Giuliano Meroni
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632
2008 Jul 30
0
[LLVMdev] Is there room for another build system?
Hi Oscar,
On 30-Jul-08, at 9:41 AM, Ă“scar Fuentes wrote:
> 1. General LLVM users: Are you so happy with `configure' and hand-made
> makefiles that you wont consider an alternative? If you are
> interested,
> I can steer my work to cover all platforms.
We (RapidMind) are very interested. We would very much like to see a
unified build system across MSVC/Windows and gcc/Linux/OS
2006 Oct 17
6
[PATCH 3/3] Add support for OpenBSD
Hi!
This is the third and last patch.
This patch makes the xen kernel buildable on OpenBSD by adding support for
ProPolice. ProPolice has been added to standard GCC in version 4.1.x under
the name Stack Smashing Protection (SSP).
Cheers
Christoph
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2012 Feb 09
17
[PATCH] tools/seabios: override $(PYTHON)
Pass PYTHON=$(PYTHON) to gmake when building seabios.
This fixes seabios build error
''python not found''
along with the patches from Kevin O''Connor.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
--
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85689 Dornach b. Muenchen
Geschaeftsfuehrer: Alberto Bozzo,
2004 Sep 16
1
[LLVMdev] HowToUseJIT.cpp - file: 'llvm/ADT/iterator': No suchfile or directory
>From: Paolo Invernizzi <arathorn at fastwebnet.it>
>Date: Thu, 16 Sep 2004 10:20:39 +0200
>
>I'm using scons to generate that files from .in files. I implemented in it
>the configure check regarding iterators, hash and so on...
>something like:
>
Hey, you've found the tool that makes it possible to generically reading
Makefiles... Cool - The tool I've
2010 Aug 13
4
[PATCH] xl: Make blktap support optional
Make blktap support optional.
Enable it by default on Linux, disable it on non-Linux.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
--
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen,
2006 Jan 25
2
Only one app keeps me on Windows - Can WINE free me?
Currently, there is only one application that is keeping me on
Windows, and that is the TivoDesktop software that lets me DL episodes
from my Tivo, and in conjunction with the DirectDump tool, allows me
to convert those Tivo files to standard MPEG-2 files for editing.
Does anyone have experience running TivoDesktop under any version of
Wine under any distribution? I'm rather distro agnostic