search for: built_in

Displaying 20 results from an estimated 28 matches for "built_in".

Did you mean: buildin
2006 Nov 20
1
compilation bug
...e/xen/include/asm-x86/mach-generic -I/home/test1/xen-unstable/xen/include/asm-x86/mach-default -msoft-float -mno-red-zone -fpic -fno-reorder-blocks -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -g -D__XEN__ -c vmcb.c -o vmcb.o make -f /home/test1/xen-unstable/xen/Rules.mk -C x86_64 built_in.o make[8]: Entering directory `/home/test1/xen-unstable/xen/arch/x86/hvm/svm/x86_64'' gcc -O2 -fomit-frame-pointer -DNDEBUG -m64 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -p...
2008 Mar 18
1
Compilation failure
Compilation failure on c/s 17194 is as follows: /root/randy/vtd-stage/xen/common/built_in.o: In function `guest_remove_page'': /root/randy/vtd-stage/xen/common/memory.c:172: undefined reference to `__bitop_bad_size'' /root/randy/vtd-stage/xen/common/memory.c:172: relocation truncated to fit: R_X86_64_PC32 against undefined symbol `__bitop_bad_size'' /root/randy/v...
2008 Mar 07
6
where is the location of definition of "do_xen_version"?
...ut i can not find the location of definition of "do_xen_version". who can help me? i have get some resualts as follows: [root@vt-0 xen-3.1.0-src]# find ./ -name "*.*" | xargs grep "do_xen_version" ./xen/include/xen/hypercall.h:do_xen_version( Binary file ./xen/common/built_in.o matches Binary file ./xen/common/kernel.o matches ./xen/arch/x86/x86_32/entry.S: .long do_xen_version ./xen/arch/x86/x86_32/entry.S: .byte 2 /* do_xen_version */ Binary file ./xen/arch/x86/x86_32/built_in.o matches Binary file ./xen/arch/x86/x86_32/entry.o matches ./xen/arch/x...
2012 Apr 18
1
Ether setup
...ome/user/ether/xen-3.1.0-src/xen/common/symbols-dummy.c -o /home/user/ether/xen-3.1.0-src/xen/common/symbols-dummy.o make[5]: Leaving directory `/home/user/ether/xen-3.1.0-src/xen/arch/x86'' ld -melf_x86_64 -T xen.lds -N \ boot/x86_64.o /home/user/ether/xen-3.1.0-src/xen/common/built_in.o /home/user/ether/xen-3.1.0-src/xen/drivers/built_in.o /home/user/ether/xen-3.1.0-src/xen/arch/x86/built_in.o \ /home/user/ether/xen-3.1.0-src/xen/common/symbols-dummy.o -o /home/user/ether/xen-3.1.0-src/xen/.xen-syms.0 /home/user/ether/xen-3.1.0-src/xen/arch/x86/built_in.o: In functio...
2006 Jun 12
9
Several issues in ChangeSet 10319
We found several issues in ChangeSet 10319. ChangeSet 10314 should work according to our test log. 1, xen0 can not be compiled for IA-32/IA-32pae host since ChangeSet 10318. We tried gcc 3.4.2 and 4.1.0 but both failed. 2. On IA32e host, VMX can not be created. "xm cr" complains: Error: Not an HVM capable platform, we stop creating. 3, On IA32e host, "reboot" can not
2015 Feb 12
4
Bug#778181: xen: ftbfs with GCC-5
...on -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /??PKGBUILDDIR??/debian/build/build-hypervisor_amd64_amd64/xen/include/xen/config.h -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_PCI -DHAS_IOPORTS -MMD -MF .head.o.d -c head.S -o head.o ld -melf_x86_64 -r -o built_in.o head.o make[6]: Leaving directory '/??PKGBUILDDIR??/debian/build/build-hypervisor_amd64_amd64/xen/arch/x86/boot' /usr/bin/make -f /??PKGBUILDDIR??/debian/build/build-hypervisor_amd64_amd64/xen/Rules.mk -C /??PKGBUILDDIR??/debian/build/build-hypervisor_amd64_amd64/xen/arch/x86/efi built_in...
2015 Oct 24
0
Bug#802870: xen: FTBFS: error: array subscript is above array bounds
...failed make[6]: *** [symbols.o] Error 1 make[6]: Leaving directory '/xen-4.4.1/debian/build/build-hypervisor_amd64_amd64/xen/common' /xen-4.4.1/debian/build/build-hypervisor_amd64_amd64/xen/Rules.mk:153: recipe for target '/xen-4.4.1/debian/build/build-hypervisor_amd64_amd64/xen/common/built_in.o' failed make[5]: *** [/xen-4.4.1/debian/build/build-hypervisor_amd64_amd64/xen/common/built_in.o] Error 2 make[5]: Leaving directory '/xen-4.4.1/debian/build/build-hypervisor_amd64_amd64/xen/arch/x86' Makefile:100: recipe for target '/xen-4.4.1/debian/build/build-hypervisor_amd64_...
2007 Dec 21
1
in_place_editor not working for Internationalization
...s fine, however, I can''t get in_place_editor to work to translate the strings. My controller: class Admin::TranslateController < ApplicationController in_place_edit_for :translation, :text def index @view_translations = ViewTranslation.find(:all, :conditions => [ ''built_in IS NULL AND language_id = ?'', Locale.language.id ], :order => ''text'') end def translation_text @translation = ViewTranslation.find(params[:id]) render :text => @translation.text || "" end def set_translation_text @translation = ViewTr...
2007 Nov 27
1
build error with current (changeset 16475) xen-unstable tree
...treated as errors x86_emulate.c: In function âx86_emulateâ: x86_emulate.c:2709: warning: âea.bytesâ is used uninitialized in this function make[5]: *** [x86_emulate.o] Fehler 1 make[5]: Leaving directory `/home/xen-unstable.hg/xen/arch/x86'' make[4]: *** [/home/xen-unstable.hg/xen/arch/x86/built_in.o] Fehler 2 make[4]: Leaving directory `/home/xen-unstable.hg/xen/arch/x86'' make[3]: *** [/home/xen-unstable.hg/xen/xen] Fehler 2 make[3]: Leaving directory `/home/xen-unstable.hg/xen'' make[2]: *** [install] Fehler 2 make[2]: Leaving directory `/home/xen-unstable.hg/xen''...
2015 Jul 21
0
Bug#793132: xen: FTBFS with glibc 2.21 and gcc-5
...Error 1 make[6]: Leaving directory '/tmp/buildd/xen-4.4.1/debian/build/build-hypervisor_amd64_amd64/xen/common' /tmp/buildd/xen-4.4.1/debian/build/build-hypervisor_amd64_amd64/xen/Rules.mk:153: recipe for target '/tmp/buildd/xen-4.4.1/debian/build/build-hypervisor_amd64_amd64/xen/common/built_in.o' failed make[5]: *** [/tmp/buildd/xen-4.4.1/debian/build/build-hypervisor_amd64_amd64/xen/common/built_in.o] Error 2 make[5]: Leaving directory '/tmp/buildd/xen-4.4.1/debian/build/build-hypervisor_amd64_amd64/xen/arch/x86' Makefile:100: recipe for target '/tmp/buildd/xen-4.4.1/deb...
2010 Feb 24
4
Re: [Xen-changelog] [xen-3.4-testing] x86: Generalise BUGFRAME_dump mechanism to allow polled UART irq to
...d error with this patch... MRJ ---- new warnings/errors for xen ---- keyhandler.c: In function `__dump_execstate'': keyhandler.c:96: warning: asm operand 1 probably doesn''t match constraints gmake[5]: *** [keyhandler.o] Error 1 gmake[4]: *** [/tank/ws/xvm-3.4.3/xen.hg/xen/common/built_in.o] Error 2 gmake[3]: *** [/tank/ws/xvm-3.4.3/xen.hg/xen/xen] Error 2 static void __dump_execstate(void *unused) { dump_execution_state(); <==== keyhandler.c:96 > +#define dump_execution_state() run_in_exception_handler(show_execution_state) > +#define run_in_exception_handler(fn)...
2008 Sep 11
5
[PATCH] Fix arguments passed to SHADOW_PRINTK
Hi. When I compiled xen-3.3-testing with DEBUG_TRACE_DUMP in xen/include/xen/lib.h turned on, I got some errors at SHADOW_PRINTK. The following patch will fix the arguments passed to SHADOW_PRINTK in xen/arch/x86/mm/shadow/common.c and xen/arch/x86/mm/shadow/multi.c. Although I haven''t tested, it is the same for xen-unstable.hg Thanks, Yoshi Signed-off-by: Yoshi Tamura
2011 Sep 14
1
[PATCH] xen/xsm: Compile error due to naming clash between XSM and EFI runtime
...being treated as errors /home/jwcart2/src/xen/my-xen-unstable/xen/include/xsm/xsm.h:560:1: error: control reaches end of non-void function make[5]: *** [platform_hypercall.o] Error 1 make[5]: Leaving directory `/home/jwcart2/src/xen/my-xen-unstable/xen/arch/x86/x86_64'' make[4]: *** [x86_64/built_in.o] Error 2 The problem is that efi_runtime_call is the name of both a function in xen/arch/x86/efi/runtime.c and a member of the xsm_operations struct in xen/include/xsm/xsm.h. This causes the macro "#define efi_runtime_call(x) efi_compat_runtime_call(x)" on line 15 of xen/arch/x86/x86_...
2008 Oct 01
0
[PATCH] [IA64] Compilation fix to cpufreq stuff.
...#39;s patch. However he is off this week, so I''m sending the workaround patch. [IA64] Compilation fix to cpufreq stuff. This patch fixes the following compilation error by defining stubs. This patch is just band aid patch until those functions are implemented later. > .../xen/drivers/built_in.o: In function `set_px_pminfo'': > .../xen/drivers/cpufreq/cpufreq.c:226: undefined reference to `get_cpu_id'' > .../xen/drivers/cpufreq/cpufreq.c:268: undefined reference to `xenpf_copy_px_states'' > .../xen/drivers/cpufreq/cpufreq.c:303: undefined reference to `cp...
2007 Jun 28
1
Bug#430967: xen-3.0: FTBFS with gcc-4.2 [i386]: C99 inline functions are not supported
...ng use -fgnu89-inline or the gnu_inline function attribute make[6]: *** [page_alloc.o] Error 1 make[6]: Leaving directory `/tmp/buildd/xen-3.0-3.0.4-1/debian/build/build-hypervisor_i386_i386/xen/common' make[5]: *** [/tmp/buildd/xen-3.0-3.0.4-1/debian/build/build-hypervisor_i386_i386/xen/common/built_in.o] Error 2 make[5]: Leaving directory `/tmp/buildd/xen-3.0-3.0.4-1/debian/build/build-hypervisor_i386_i386/xen/arch/x86' make[4]: *** [/tmp/buildd/xen-3.0-3.0.4-1/debian/build/build-hypervisor_i386_i386/xen/xen] Error 2 make[4]: Leaving directory `/tmp/buildd/xen-3.0-3.0.4-1/debian/build/build-...
2010 Jan 13
0
Bug#565048: xen-3: ftbfs with gcc-4.5
...e scope make[6]: *** [grant_table.o] Error 1 make[6]: Leaving directory `/build/user-xen-3_3.4.2-2-amd64-H2KV0w/xen-3-3.4.2/debian/build/build-hypervisor_amd64_amd64/xen/common' make[5]: *** [/build/user-xen-3_3.4.2-2-amd64-H2KV0w/xen-3-3.4.2/debian/build/build-hypervisor_amd64_amd64/xen/common/built_in.o] Error 2 make[5]: Leaving directory `/build/user-xen-3_3.4.2-2-amd64-H2KV0w/xen-3-3.4.2/debian/build/build-hypervisor_amd64_amd64/xen/arch/x86' make[4]: *** [/build/user-xen-3_3.4.2-2-amd64-H2KV0w/xen-3-3.4.2/debian/build/build-hypervisor_amd64_amd64/xen/xen] Error 2 make[4]: Leaving director...
2007 Jan 10
2
[PATCH] the address of ''symbols_addresses'' will always evaluate as ''true''
...of ''symbols_addresses'' will always evaluate as ''true'' make[3]: *** [symbols.o] Error 1 make[3]: Leaving directory `/var/pisi/xen-3.0.4.1-3/work/xen-3.0.4-testing.hg/xen/common'' make[2]: *** [/var/pisi/xen-3.0.4.1-3/work/xen-3.0.4-testing.hg/xen/common/built_in.o] Error 2 make[2]: Leaving directory `/var/pisi/xen-3.0.4.1-3/work/xen-3.0.4-testing.hg/xen/arch/x86'' make[1]: *** [/var/pisi/xen-3.0.4.1-3/work/xen-3.0.4-testing.hg/xen/xen] Error 2 make[1]: Leaving directory `/var/pisi/xen-3.0.4.1-3/work/xen-3.0.4-testing.hg/xen'' make: ***...
2010 Jan 13
0
Bug#565047: xen-unstable: ftbfs with gcc-4.5
...-unstable_3.3-unstable+hg17961-1-amd64-zX009M/xen-unstable-3.3-unstable+hg17961/debian/build/build-hypervisor_amd64_amd64/xen/common' make[5]: *** [/build/user-xen-unstable_3.3-unstable+hg17961-1-amd64-zX009M/xen-unstable-3.3-unstable+hg17961/debian/build/build-hypervisor_amd64_amd64/xen/common/built_in.o] Error 2 make[5]: Leaving directory `/build/user-xen-unstable_3.3-unstable+hg17961-1-amd64-zX009M/xen-unstable-3.3-unstable+hg17961/debian/build/build-hypervisor_amd64_amd64/xen/arch/x86' make[4]: *** [/build/user-xen-unstable_3.3-unstable+hg17961-1-amd64-zX009M/xen-unstable-3.3-unstable+hg17...
2017 Jan 31
7
Bug#853710: xen: ftbfs with GCC-7
...y '/<<PKGBUILDDIR>>/debian/build/build-hypervisor_amd64_amd64/xen/arch/x86/efi' /<<PKGBUILDDIR>>/debian/build/build-hypervisor_amd64_amd64/xen/Rules.mk:166: recipe for target '/<<PKGBUILDDIR>>/debian/build/build-hypervisor_amd64_amd64/xen/arch/x86/efi/built_in.o' failed make[5]: *** [/<<PKGBUILDDIR>>/debian/build/build-hypervisor_amd64_amd64/xen/arch/x86/efi/built_in.o] Error 2 make[5]: Leaving directory '/<<PKGBUILDDIR>>/debian/build/build-hypervisor_amd64_amd64/xen/arch/x86' Makefile:135: recipe for target '/<...
2011 May 03
2
Bug#625438: xen: ftbfs with gcc-4.6 -Werror
Package: xen Version: 4.1.0-3 Severity: important Tags: wheezy sid User: debian-gcc at lists.debian.org Usertags: ftbfs-gcc-4.6 ftbfs-werror This package builds with -Werror, and GCC 4.6 triggers new warnings which will make the package fail to build. Currently a Debian patch just passes -Wno-error=unused-but-set-variable and -Wno-error=unused-but-set-parameter to avoid build failures,