xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Pry Mar <pryorm09@gmail.com>
To: Wei Liu <wei.liu2@citrix.com>
Cc: Juergen Schinker <ba1020@homie.homelinux.net>,
	xen-devel <xen-devel@lists.xen.org>
Subject: Re: Test Xen 4.8 RC3 FULL SUCCESS 21.10.16
Date: Mon, 24 Oct 2016 12:42:15 -0700	[thread overview]
Message-ID: <CAHnBbQ9j44o_hAGVX7vZRP2PNO40CS=s7cUwoZYYLGuKKZSSPw@mail.gmail.com> (raw)
In-Reply-To: <20161024132752.GG3543@citrix.com>


[-- Attachment #1.1: Type: text/plain, Size: 3231 bytes --]

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.liu2@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
>

[-- Attachment #1.2: Type: text/html, Size: 4659 bytes --]

[-- Attachment #2: Type: text/plain, Size: 127 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

  parent reply	other threads:[~2016-10-24 19:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-22 20:04 Test Xen 4.8 RC3 FULL SUCCESS 21.10.16 Pry Mar
2016-10-24 13:14 ` Juergen Schinker
2016-10-24 13:27   ` Wei Liu
2016-10-24 17:57     ` Juergen Schinker
2016-10-24 18:16       ` Wei Liu
2016-10-24 18:49         ` Juergen Schinker
2016-10-25  9:42           ` Wei Liu
2016-10-25 12:55             ` Juergen Schinker
2016-10-25 13:22               ` Wei Liu
2016-10-24 19:42     ` Pry Mar [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-21 21:27 Juergen Schinker
2016-10-26 16:09 ` Dario Faggioli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHnBbQ9j44o_hAGVX7vZRP2PNO40CS=s7cUwoZYYLGuKKZSSPw@mail.gmail.com' \
    --to=pryorm09@gmail.com \
    --cc=ba1020@homie.homelinux.net \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).