All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sander Eikelenboom <linux@eikelenboom.it>
To: Ian Campbell <Ian.Campbell@citrix.com>
Cc: xen-devel@lists.xenproject.org,
	Daniel De Graaf <dgdegra@tycho.nsa.gov>,
	stefano.stabellini@eu.citrix.com
Subject: Re: xen-unstable stubdom build-failure when debug=n
Date: Mon, 28 Jul 2014 11:47:14 +0200	[thread overview]
Message-ID: <332553099.20140728114714@eikelenboom.it> (raw)
In-Reply-To: <1406538575.24842.76.camel@kazak.uk.xensource.com>


Monday, July 28, 2014, 11:09:35 AM, you wrote:

> On Sat, 2014-07-26 at 17:14 +0200, Sander Eikelenboom wrote:
>> Just tested some more with a strange outcome:
>> 
>> When doing:
>> ~# git checkout  RELEASE-4.4.0
>> ~# make mrproper && ./configure && make debug=n
>> 
>> It also fails with the error in dhcp i mentioned before.
>> 
>> However if i do:
>> ~# git checkout  RELEASE-4.4.0
>> ~# make mrproper && ./configure && make
>> 
>> It builds fine .. (and release-4.4.0 should have the implicit debug=n)
>> So what is different when explicitly giving debug=n ?

> The only thing I can thing of would be that specifying debug= on the
> make command line makes it enter the environment or MAKEFLAGS or
> something, whereas setting it in the Makefile or .config etc doesn't.
> (Perhaps e.g. "export debug" in Config.mk would make these two behave
> the same?)

> Anyway, that having happened the debug could then filter down and get
> picked up by the configure or build system of some sub-component in a
> way we aren't expecting.

> That's all 100% speculation though.

Well just setting it only in the Config.mk works fine.

Could be due to the mixing, i was used to not changing my Config.mk and just 
specifying "make debug=(y|n)" on the commandline.
So Config.mk had debug=y, while the make had debug=n.
However some googling didn't show much if that was even ever supported,
although it used to work fine ;-)

Should there just be a ./configure --debug=y ?

> Ian.

  reply	other threads:[~2014-07-28  9:47 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-17  8:27 xen-unstable stubdom build-failure when debug=n Sander Eikelenboom
2014-07-17 14:13 ` Ian Campbell
2014-07-17 14:25   ` Sander Eikelenboom
2014-07-21 16:13     ` Ian Campbell
2014-07-21 16:21       ` Olaf Hering
2014-07-21 16:27         ` Ian Campbell
2014-07-22  7:09           ` Olaf Hering
2014-07-21 16:31         ` Olaf Hering
2014-07-21 16:43           ` Olaf Hering
2014-07-21 16:48             ` Ian Campbell
2014-07-21 16:51               ` Olaf Hering
2014-07-21 16:24       ` Ian Campbell
2014-07-21 17:43         ` Olaf Hering
2014-07-21 18:13           ` Daniel De Graaf
2014-07-22  6:13             ` Olaf Hering
2014-07-22  7:11         ` Sander Eikelenboom
2014-07-26 15:14           ` Sander Eikelenboom
2014-07-28  9:09             ` Ian Campbell
2014-07-28  9:47               ` Sander Eikelenboom [this message]
2014-07-28  9:51                 ` Ian Campbell
2014-07-28  9:55                 ` Olaf Hering
2014-07-28  9:22           ` Ian Campbell

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=332553099.20140728114714@eikelenboom.it \
    --to=linux@eikelenboom.it \
    --cc=Ian.Campbell@citrix.com \
    --cc=dgdegra@tycho.nsa.gov \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=xen-devel@lists.xenproject.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.