[xen-tools-discuss] Re: Some Problems building a checkout on an ubuntu system
Simon Hürlimann
simon.huerlimann at huerlisi.ch
Thu Jan 1 23:42:58 CET 2009
Wow, fast response!
I don't want to interrupt your holidays, but... well... here's some more
small things;-)
More Ubuntu support
===================
Possibly picky, but adding the following lines to xen-tools.conf seems
to be consequent, given the new hooks for these releases:
# mirror_hardy=http://archive.ubuntu.com/ubuntu
# mirror_intrepid=http://archive.ubuntu.com/ubuntu
Lintian warning
===============
The debian/copyright file doesn't have a year for your copyright claim.
Lintian doesn't like that.
Possible patch:
-Copyright Holder: Steve Kemp <steve at steve.org.uk>
+Copyright (C) 2005-2008 Steve Kemp <steve at steve.org.uk>
Well, you know better;-)
Ok, that's it for the moment:-) I've implemented simple DRBD support
some time ago, will look if I can create a patch to the current tree if
you're interested...
Thanx
Simon
Steve Kemp wrote:
> On Thu Jan 01, 2009 at 23:24:32 +0100, Simon H?rlimann wrote:
>
>> I'm trying to build the current sources from the mercurial repository.
>
>
>> The mercurial repository contains no 'man' directory, probably as it's
>> empty anyway.
>
> Yes, should be created via "make dist", I think. Or make install.
>
>> The 'release' target wants to use a directory under $TMP. When this
>> variable isn't set, then it tries to install somewhere below /:
>
> Indeed, thats a sloppy bug.
>
> Rationale is that only I am "allowed" to make a new release,
> and I have TMP setup always - so it works.
>
>> +TMP ?= /tmp
>
> Looks good.
>
>> Not knowing anymore if Debian systems have a TMP variable by default, I
>> checked mktemp(1) and tempfile(1): they both support TMPDIR, so maybe
>> using that one would make sense, too...
>
> Possibly - but your change is good enough.
>
> I'm still "on holiday", but there will be a new release in the next
> few days.
>
>> Well, that's it for now;-) Thanx for this nice peace of software!
>
> :)
>
> Steve
> --
> http://www.steve.org.uk/
>
>
More information about the xen-tools-discuss
mailing list