All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Landley <rob@landley.net>
To: Greg KH <gregkh@suse.de>
Cc: Samuel Masham <samuel.masham@gmail.com>,
	stable@kernel.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: 2.6.24.3 broke "make headers_install".
Date: Sun, 16 Mar 2008 17:09:51 -0500	[thread overview]
Message-ID: <200803161709.52389.rob@landley.net> (raw)
In-Reply-To: <20080311033306.GB9198@suse.de>

On Monday 10 March 2008 22:33:06 Greg KH wrote:
> On Tue, Mar 11, 2008 at 11:13:02AM +0900, Samuel Masham wrote:
> > Hi Stable, Greg, all,
> >
> > Just a quick ping.
> >
> > Still not seeing these on the stable queue? Any issue or am i just
> > looking in the wrong place:-
> >
> > http://www.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git
>
> You're looking in the right place, I'm just slow these days :)
>
> thanks,
>
> greg k-h

Speaking of the stable queue, I just tried 2.6.24.3 and "make headers_install" 
now dies with:

make[2]: *** No rule to make target 
`/home/landley/firmware/firmware/build/temp-i686/linux/include/linux/if_addrlabel.h', 
needed by 
`/home/landley/firmware/firmware/build/cross-compiler-i686/include/linux/if_addrlabel.h'.  
Stop.

I note that 2.6.24.2 didn't do that.

The problem seems t be this hunk:

diff -ru build.bak/sources/linux/include/linux/Kbuild 
build/sources/linux/includ
e/linux/Kbuild
--- build.bak/sources/linux/include/linux/Kbuild        2008-02-10 
23:51:11.0000
00000 -0600
+++ build/sources/linux/include/linux/Kbuild    2008-02-25 
18:20:20.000000000 -0
600
@@ -217,6 +217,7 @@
 unifdef-y += icmp.h
 unifdef-y += icmpv6.h
 unifdef-y += if_addr.h
+unifdef-y += if_addrlabel.h
 unifdef-y += if_arp.h
 unifdef-y += if_bridge.h
 unifdef-y += if_ec.h

The corresponding if_addrlabel.h file isn't in the 2.6.24.3 tarball, that I 
can find...

Rob
-- 
"One of my most productive days was throwing away 1000 lines of code."
  - Ken Thompson.

  reply	other threads:[~2008-03-16 22:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-25  1:36 2.6.24 patches for mips qemu target needed for stable Samuel Masham
2008-02-25  2:08 ` Ralf Baechle
2008-02-25  5:31   ` Rob Landley
2008-03-11  2:13 ` Samuel Masham
2008-03-11  3:33   ` Greg KH
2008-03-16 22:09     ` Rob Landley [this message]
2008-03-16 22:14       ` 2.6.24.3 broke "make headers_install" Randy Dunlap
2008-03-17  4:04         ` [stable] " Chris Wright

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=200803161709.52389.rob@landley.net \
    --to=rob@landley.net \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=samuel.masham@gmail.com \
    --cc=stable@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.