From: Dietmar Hahn <dietmar.hahn@ts.fujitsu.com>
To: xen-devel@lists.xen.org, Ian Murray <murrayie@yahoo.co.uk>
Cc: Ian Campbell <Ian.Campbell@citrix.com>,
Russ Pavlicek <russell.pavlicek@xenproject.org>
Subject: Re: Test Day instructions: specific list of files to be removed?
Date: Mon, 17 Jun 2013 14:40:35 +0200 [thread overview]
Message-ID: <2999582.bulPD3XqYA@amur> (raw)
In-Reply-To: <1371465411.65325.YahooMailNeo@web171302.mail.ir2.yahoo.com>
Am Montag 17 Juni 2013, 11:36:51 schrieb Ian Murray:
>
> >> I know this is not a big deal to folks who are used to doing this, but
> >> for someone new to the test day process, this could be helpful.
> >
> > The goal is really just to avoid issues with running the old toolstack
> > (or linking the new libraries) when you think you are running the new.
> > Most of the time the new ones would overwrite to old so it's not all
> > that critical to get it right, as long as we on #xentest keep in mind
> > the possibility that an obscure bug (e.g. an unexplainable xl segfault)
> > might be down to picking up old versions of things.
>
>
> I just tried 4.3RC4 over the top of a working 4.22 yesterday and I had all sorts of problems of "permission denied" and "internal error" when doing basic stuff like xl destroy and xl list. A little googling told me that this was likely down to mixed versions and sure enough I ended up with at least two xl's and various other stuff duplicated. The only time I have used an option on configure is for lib/lib64 and never anything on this system, AFAIR.
>
> Unfortunately, I had to get it back in a working state as this machine is unattented Mon-Fri so pretty much took it back to 4.22 with without much investigation. Obviously by then I had some cleaning up still to do and AFAIR it looks like the path differences were along the lines of /usr/ vs /usr/local/ . As I said before I have never done anything specifically in the past around this so presumably the defaults have changed unless I am doing something wrong or missing something.
I had the same problem until I found the hint in the wiki to remove all stuff
before installing from source.
It would be good if the build environment would support the flag
-Wl,-rpath=DIR for the linker. So everybody could have installed multiple xen
versions in different directories beside the original version from the
distribution.
For the native xen libraries and tools this could be done via an addition
in $(XEN)/config/Tools.mk.in:
APPEND_LDFLAGS := -Wl,-rpath=$(prefix)/lib64
More problematic seem to be additional tools like qemu as these currently
dont support this flag.
And I don't know how command pathes are handled via fork/exec calls and in
scripts.
Dietmar.
--
Company details: http://ts.fujitsu.com/imprint.html
prev parent reply other threads:[~2013-06-17 12:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-15 3:53 Test Day instructions: specific list of files to be removed? Russ Pavlicek
2013-06-17 8:30 ` Ian Campbell
2013-06-17 10:36 ` Ian Murray
2013-06-17 12:40 ` Dietmar Hahn [this message]
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=2999582.bulPD3XqYA@amur \
--to=dietmar.hahn@ts.fujitsu.com \
--cc=Ian.Campbell@citrix.com \
--cc=murrayie@yahoo.co.uk \
--cc=russell.pavlicek@xenproject.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.