WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

Resp.: [Xen-ia64-devel] Compiling error: libxc (xc_core)

To: "Tristan Gingold" <tgingold@xxxxxxx>
Subject: Resp.: [Xen-ia64-devel] Compiling error: libxc (xc_core)
From: "Rodrigo Lord" <lord.listas@xxxxxxxxx>
Date: Mon, 9 Apr 2007 15:32:48 -0300
Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 09 Apr 2007 11:31:22 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=pKz3b/tK51PoVzqo81/2bX+0WzfRaxRgV2yL/mU4AvQUytc9Vz/yBkQcGKJYF9z8Ko7kT5VggIQaJvA44D51Q9mniwSFDI49GS4IyM0Q6SDJ3JCHFKSmldNyrIhdRp2GRTJRqibWKlIlETwgZjZbLCCWlVj0Ya1KfHiPBPx36Jk=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=Bzl0vL8kpbFHd2xItju4Ff/aZuOsouFqMsBjX1NIyukMQy6jJK0X37P7YoC6Imls3ThdKf71lnCQvcvtjCizZzsfqeKQLI+oNaU92gMV0B5MgmbEIXFlwYoYZxL1mu+Opscw0xgcvl62HjOihnaE88QBViUpRdJ1hWO8aSFgZUE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi Tristan!

Can you send me the patch for my compiling error?

Thanks!

############################
.
.
.
(...)
Checking check_crypto_lib: OK
Checking check_libvncserver: unused, OK
Checking check_openssl_devel: OK
Checking check_python: OK
Checking check_python_devel: OK
Checking check_sdl: unused, OK
Checking check_x11_devel: OK
Checking check_zlib_devel: OK
Checking check_zlib_lib: OK
make[3]: Saindo do diretório `/root/xen-ia64-unstable.hg/tools/check'
make[3]: Entrando no diretório `/root/xen-ia64-unstable.hg/tools/libxc'
mkdir -p xen
( cd xen && ln -sf ../../../xen/include/public/*.h . )
mkdir -p xen/hvm
( cd xen/hvm && ln -sf ../../../../xen/include/public/hvm/*.h . )
mkdir -p xen/io
( cd xen/io && ln -sf ../../../../xen/include/public/io/*.h . )
mkdir -p xen/arch-x86
( cd xen/arch-x86 && ln -sf ../../../../xen/include/public/arch-x86/*.h . )
mkdir -p xen/foreign
( cd xen/foreign && ln -sf ../../../../xen/include/public/foreign/Makefile . )
( cd xen/foreign && ln -sf
../../../../xen/include/public/foreign/reference.size . )
( cd xen/foreign && ln -sf ../../../../xen/include/public/foreign/*.py . )
make -C xen/foreign
make[4]: Entrando no diretório
`/root/xen-ia64-unstable.hg/tools/libxc/xen/foreign'
python mkheader.py x86_32 x86_32.h ../arch-x86/xen-x86_32.h
../arch-x86/xen.h ../xen.h
python mkheader.py x86_64 x86_64.h ../arch-x86/xen-x86_64.h
../arch-x86/xen.h ../xen.h
python mkheader.py ia64 ia64.h ../arch-ia64.h ../xen.h
python mkchecker.py ia64 checker.c x86_32 x86_64 ia64
gcc -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer  -o
checker checker.c
./checker > ia64.size
diff -u reference.size ia64.size
make[4]: Saindo do diretório
`/root/xen-ia64-unstable.hg/tools/libxc/xen/foreign'
mkdir -p xen/linux
( cd xen/linux && \
 ln -sf ../../../../linux-2.6-xen-sparse/include/xen/public/*.h . )
( cd xen && rm -f sys && ln -sf linux sys )
make libxenctrl.a libxenctrl.so libxenctrl.so.3.0 libxenctrl.so.3.0.0
libxenguest.a libxenguest.so libxenguest.so.3.0 libxenguest.so.3.0.0
make[4]: Entrando no diretório `/root/xen-ia64-unstable.hg/tools/libxc'
gcc  -O2 -fomit-frame-pointer -DNDEBUG -std=gnu99 -Wall
-Wstrict-prototypes -Wno-unused-value   -D__XEN_TOOLS__
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -Werror
-Wmissing-prototypes -fno-strict-aliasing  -I. -I../xenstore
-Wp,-MD,.xc_core.o.d -c -o xc_core.o xc_core.c
In file included from xc_core.h:26,
                from xc_core.c:53:
xen/elfstructs.h:247:1: "ELF_DATA" redefined
In file included from /usr/include/sys/procfs.h:32,
                from /usr/include/thread_db.h:29,
                from xenctrl.h:124,
                from xg_private.h:14,
                from xc_core.c:52:
/usr/include/asm/elf.h:25:1: this is the location of the previous definition
make[4]: ** [xc_core.o] Erro 1
make[4]: Saindo do diretório `/root/xen-ia64-unstable.hg/tools/libxc'
make[3]: ** [build] Erro 2
make[3]: Saindo do diretório `/root/xen-ia64-unstable.hg/tools/libxc'
make[2]: ** [install] Erro 2
make[2]: Saindo do diretório `/root/xen-ia64-unstable.hg/tools'
make[1]: ** [install-tools] Erro 2
make[1]: Saindo do diretório `/root/xen-ia64-unstable.hg'
make: ** [world] Erro 2

#########################################

2007/3/22, Tristan Gingold <tgingold@xxxxxxx>:
On Thu, Mar 22, 2007 at 10:10:20AM -0300, Rodrigo Lord wrote:
> Hi Tristan!
>
> I'm just a xen tester, not a programmer! :)
> Can you get me more details?
Unfortunatly I don't have the patch here.  I will post it as soon as I put
my hand on it.

Tristan.


_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel

<Prev in Thread] Current Thread [Next in Thread>