When I try to compile stubdoms, I get the following build failure: ld -nostdlib -L/xensource/hg/open-source/xen-unstable.hg/stubdom/cross-root-i686/i686-xen-elf/lib -m elf_i386 -T arch/x86/minios-x86_32.lds /xensource/hg/open-source/xen-unstable.hg/stubdom/mini-os-x86_32-ioemu/mini-os.o -o /xensource/hg/open-source/xen-unstable.hg/stubdom/mini-os-x86_32-ioemu/mini-os /xensource/hg/open-source/xen-unstable.hg/stubdom/mini-os-x86_32-ioemu/mini-os.o: In function `xenstore_dom_chmod'': /xensource/hg/open-source/xen-unstable.hg/stubdom/ioemu/xenstore.c:1531: undefined reference to `xs_strings_to_perms'' /xensource/hg/open-source/xen-unstable.hg/stubdom/ioemu/xenstore.c:1532: undefined reference to `xs_set_permissions'' make[2]: *** [/xensource/hg/open-source/xen-unstable.hg/stubdom/mini-os-x86_32-ioemu/mini-os] Error 1 make[2]: Leaving directory `/xensource/hg/open-source/xen-unstable.hg/extras/mini-os'' make[1]: *** [ioemu-stubdom] Error 2 make[1]: Leaving directory `/xensource/hg/open-source/xen-unstable.hg/stubdom'' make: *** [install-stubdom] Error 2 If I do a recursive grep, I can see xs_strings_to_perms() in libxc, so I''m not sure what the problem is... -George _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Wed, 29 Jul 2009, George Dunlap wrote:> When I try to compile stubdoms, I get the following build failure: > > ld -nostdlib -L/xensource/hg/open-source/xen-unstable.hg/stubdom/cross-root-i686/i686-xen-elf/lib > -m elf_i386 -T arch/x86/minios-x86_32.lds > /xensource/hg/open-source/xen-unstable.hg/stubdom/mini-os-x86_32-ioemu/mini-os.o > -o /xensource/hg/open-source/xen-unstable.hg/stubdom/mini-os-x86_32-ioemu/mini-os > /xensource/hg/open-source/xen-unstable.hg/stubdom/mini-os-x86_32-ioemu/mini-os.o: > In function `xenstore_dom_chmod'': > /xensource/hg/open-source/xen-unstable.hg/stubdom/ioemu/xenstore.c:1531: > undefined reference to `xs_strings_to_perms'' > /xensource/hg/open-source/xen-unstable.hg/stubdom/ioemu/xenstore.c:1532: > undefined reference to `xs_set_permissions'' > make[2]: *** [/xensource/hg/open-source/xen-unstable.hg/stubdom/mini-os-x86_32-ioemu/mini-os] > Error 1 > make[2]: Leaving directory > `/xensource/hg/open-source/xen-unstable.hg/extras/mini-os'' > make[1]: *** [ioemu-stubdom] Error 2 > make[1]: Leaving directory `/xensource/hg/open-source/xen-unstable.hg/stubdom'' > make: *** [install-stubdom] Error 2 > > > If I do a recursive grep, I can see xs_strings_to_perms() in libxc, so > I''m not sure what the problem is...That is a known issue I haven''t had the time to fix yet. But you just need to downgrade qemu before ad202d4194eab87d3645f13e7726a4d609e42fe8 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On 29/07/2009 15:37, "George Dunlap" <George.Dunlap@eu.citrix.com> wrote:> If I do a recursive grep, I can see xs_strings_to_perms() in libxc, so > I''m not sure what the problem is...Probably undefined for xc_minios.c. I fixed this by reverting QEMU_TAG in xen-unstable''s Config.mk. So you still have the old tag, or somesuch. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel