Juergen,

Can we see your actual `./configure *` line? Were you able to build the
included qemu-xen and stubdom/pvgrub?

By the way, here is the Debian way to configure the Xen in repo:
(from https://anonscm.debian.org/cgit/pkg-xen/xen.git/tree/debian/rules.real
)
$(STAMPS_DIR)/setup-utils_$(ARCH):
    @rm -rf $(DIR)
    mkdir -p $(DIR)
    cp -al $(SOURCE_FILES) $(DIR)
    cp --remove-destination /usr/share/misc/config.guess
/usr/share/misc/config.sub $(DIR)
    cd $(DIR); \
        WGET=/bin/false \
        ./configure \
            --disable-docs --disable-stubdom --disable-xen \
            --prefix=/usr \
            --includedir=/usr/include \
            --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
            --mandir=/usr/share/man \
            --infodir=/usr/share/info \
            --sysconfdir=/etc \
            --localstatedir=/var \
            --disable-blktap1 \
            --disable-blktap2 \
            --disable-ocamltools \
            --disable-qemu-traditional --disable-rombios \
            --with-system-qemu=/usr/bin/qemu-system-i386 \
            --with-system-seabios=/usr/share/seabios/bios-256k.bin
    @$(stamp)

See how they disable and outsource so many parts of upstream Xen?

thanks,
PryMar56

On Mon, Oct 24, 2016 at 6:27 AM, Wei Liu <wei.l...@citrix.com> wrote:

> On Mon, Oct 24, 2016 at 02:14:26PM +0100, Juergen Schinker wrote:
> >
> > >
> > > still start up Problem with xenstored/oxenstored - I have to start it
> manually
> > >
> > > must be in Correlation with systemd
> > > </quote>
> > > xen 4.8-rc2 configure
> > > [ http://paste.ubuntu.net/23366138/ | http://paste.ubuntu.net/
> 23366138/ ]
> > >
> > > Above is a link to my `./configure` call in Xenial when building xen
> 4.8-rc2.
> > > It is easier to use xen when you do a proper configure of the build.
> The
> > > xenstored service should start with no trouble too.
> > >
> > > I tested:
> > > pvgrub
> >
> > Then why don't you write an Tes Report ?
>
> Juergen, please be courteous to fellow users. :-)
>
> There could be many reasons why Pry didn't send out a report. I think we
> should be grateful that he took the time to response to the issue you
> discovered.
>
> >
> > and I tested "your" Flags they set mostly Feature which are defaults
> > and you didn't test or report
> >
> > so what is the Point?
> >
> > Xen should compile cleanly with none or all Flags set...
> >
>
> I bet to differ.
>
> Those flags exist for a reason -- so that users can configure Xen as
> they see fit.
>
> It is quite often downstream packagers need to tune the paths to fit
> into the file system hierarchy of his or her distro.
>
>
> > I don't know which systemd service starts xentored coz it refuses
> > intentionally the restart and is not supposed to be an service on its
> > own
> >
> > maybe the devs can shed some light
>
> There are a bunch of systemd service files under
> tools/hotplug/Linux/systemd. I think you should build and install all of
> them. The logic in those scripts should sort out all the dependencies
> all by themselves.
>
>
> Wei.
>
>
> >
> >
> > J
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xen.org
> > https://lists.xen.org/xen-devel
>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to