[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8bd0f97a0902180910wafd35ceo47aeb9f3cc6733f3@mail.gmail.com>
Date: Wed, 18 Feb 2009 12:10:59 -0500
From: Mike Frysinger <vapier.adi@...il.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: "Sachin P. Sant" <sachinp@...ibm.com>,
Rusty Russell <rusty@...tcorp.com.au>,
linux-s390@...r.kernel.org, linux-next@...r.kernel.org,
LKML <linux-kernel@...r.kernel.org>, schwidefsky@...ibm.com,
heiko.carstens@...ibm.com
Subject: Re: [s390] next Feb 18: defconfig build break
On Wed, Feb 18, 2009 at 06:45, Stephen Rothwell wrote:
> On Wed, 18 Feb 2009 15:59:20 +0530 "Sachin P. Sant" wrote:
>> Next Feb 18 defconfig build on s390 fails with following error.
>>
>> CC arch/s390/lib/string.o
>> In file included from include/linux/bitmap.h:8,
>> from include/linux/cpumask.h:142,
>> from include/linux/smp.h:12,
>> from /usr/local/autobench/var/tmp/build/linux/arch/s390/include/asm/spinlock.h:14,
>> from include/linux/spinlock.h:88,
>> from include/linux/seqlock.h:29,
>> from include/linux/time.h:8,
>> from include/linux/stat.h:60,
>> from include/linux/module.h:10,
>> from arch/s390/lib/string.c:13:
>> include/linux/string.h: In function 'strstarts':
>> include/linux/string.h:124: error: implicit declaration of function 'strlen'
>> include/linux/string.h:124: warning: incompatible implicit declaration of built-in function 'strlen'
>> make[1]: *** [arch/s390/lib/string.o] Error 1
>> make: *** [arch/s390/lib] Error 2
>
> That would be a side effect of commit 43a47c6ca0e0b5479ae316e188a28b7e625d41e5 ("misc:strstarts") from the rr tree. Rusty cc'd.
breaks all Blackfin ports as well:
In file included from include/linux/bitmap.h:9,
from include/linux/nodemask.h:90,
from include/linux/mmzone.h:17,
from include/linux/gfp.h:5,
from include/linux/kmod.h:23,
from include/linux/module.h:14,
from arch/blackfin/lib/strncmp.c:14:
include/linux/string.h: In function 'strstarts':
include/linux/string.h:124: error: implicit declaration of function 'strncmp'
make[1]: *** [arch/blackfin/lib/strncmp.o] Error 1
make: *** [arch/blackfin/lib] Error 2
-mike
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists