All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: "H. Peter Anvin" <hpa@zytor.com>
Cc: linux-kernel@vger.kernel.org,
	linux-kbuild <linux-kbuild@vger.kernel.org>
Subject: Re: 3.9-rc1: hz.bc compilation breakage
Date: Thu, 07 Mar 2013 16:55:08 +0100	[thread overview]
Message-ID: <5138B85C.5010501@free-electrons.com> (raw)
In-Reply-To: <5138ACE2.9030105@zytor.com>

Le 07/03/2013 16:06, H. Peter Anvin a écrit :
> On 03/07/2013 02:42 AM, Maxime Ripard wrote:
>>
>> I triggered this issue when switching to 3.9-rc1, and oldconfig runs at
>> that time, and now, running menuconfig doesn't generates it either.
>>
>>> I am not sure what you mean with "clean out-of-tree", however.
>>
>> make O=$(pwd) -C /path/to/linux/source some_configs
>> make
>>
> 
> Can you give the exact set of commands you are running when you see
> this?  I cannot reproduce this no matter what I do, and it doesn't seem
> like it is being a common problem.
> 
> In the example above the first "make" command does indeed not create any
> files in include/config, but they get created immediately on the second
> "make"...

Hmmm, It looks indeed that it can happen only on already existing
directories, I can't reproduce neither with a new build, and not
everyone seems to be impacted by that bug neither, since some colleagues
did the same thing without any trouble (with a completely different
architecture though).

So it's not that bad.

However, when I do:

In my source dir
git checkout v3.9-rc1

In my build dir
ARCH=arm make clean
ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- make zImage

And then it breaks.

So I suspect it's something not cleaned properly, or not generated
properly. Here is what's left after the make clean

http://code.bulix.org/eh1e6c-83108?raw

Thanks,
Maxime

-- 
Maxime Ripard, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

      reply	other threads:[~2013-03-07 15:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-06 14:36 3.9-rc1: hz.bc compilation breakage Maxime Ripard
2013-03-07  3:41 ` H. Peter Anvin
2013-03-07 10:42   ` Maxime Ripard
2013-03-07 15:06     ` H. Peter Anvin
2013-03-07 15:55       ` Maxime Ripard [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=5138B85C.5010501@free-electrons.com \
    --to=maxime.ripard@free-electrons.com \
    --cc=hpa@zytor.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.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.