From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752156AbbE0KBV (ORCPT ); Wed, 27 May 2015 06:01:21 -0400 Received: from mailsafe.webbplatsen.se ([94.247.172.109]:20277 "EHLO mailsafe.webbplatsen.se" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751263AbbE0KBS convert rfc822-to-8bit (ORCPT ); Wed, 27 May 2015 06:01:18 -0400 X-Greylist: delayed 964 seconds by postgrey-1.27 at vger.kernel.org; Wed, 27 May 2015 06:01:17 EDT X-MailSafe-Halon-Scanned: 4c1bd37c1789d0092bbe14e6524d82bc3d95da37 Date: Wed, 27 May 2015 11:44:57 +0200 From: Joakim Hernberg To: Sebastian Andrzej Siewior Cc: linux-rt-users , LKML , Thomas Gleixner , rostedt@goodmis.org, John Kacur Subject: Re: [ANNOUNCE] 4.0.4-rt1 Message-ID: <20150527114457.6d5ac8d5@balder.valhalla.alchemy.lu> In-Reply-To: <20150519213923.GA26363@linutronix.de> References: <20150519213923.GA26363@linutronix.de> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 19 May 2015 23:39:23 +0200 Sebastian Andrzej Siewior wrote: > Dear RT folks! > > I'm pleased to announce the v4.0.4-rt1 patch set. I see the following trying to build based on archlinux' default config: jack@balder /home/jack/archaudio/linux-rt-new/src/linux-4.0 $ make CHK include/config/kernel.release CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h CALL scripts/checksyscalls.sh CHK include/generated/compile.h kernel/Makefile:133: *** No X.509 certificates found *** CHK kernel/config_data.h CC [M] sound/soc/intel/sst/sst.o CC [M] sound/soc/intel/sst/sst_ipc.o In file included from include/linux/spinlock.h:300:0, from include/linux/seqlock.h:35, from include/linux/time.h:5, from include/linux/stat.h:18, from include/linux/module.h:10, from sound/soc/intel/sst/sst.c:22: sound/soc/intel/sst/sst.c: In function ‘sst_restore_shim64’: include/linux/spinlock_rt.h:137:2: error: expected expression before ‘do’ do { \ ^ sound/soc/intel/sst/sst.c:373:2: note: in expansion of macro ‘spin_unlock_irqrestore’ spin_unlock_irqrestore(&ctx->ipc_spin_lock, irq_flags); ^ scripts/Makefile.build:258: recipe for target 'sound/soc/intel/sst/sst.o' failed make[4]: *** [sound/soc/intel/sst/sst.o] Error 1 make[4]: *** Waiting for unfinished jobs.... LD sound/soc/rockchip/built-in.o scripts/Makefile.build:403: recipe for target 'sound/soc/intel/sst' failed make[3]: *** [sound/soc/intel/sst] Error 2 scripts/Makefile.build:403: recipe for target 'sound/soc/intel' failed make[2]: *** [sound/soc/intel] Error 2 make[2]: *** Waiting for unfinished jobs.... scripts/Makefile.build:403: recipe for target 'sound/soc' failed make[1]: *** [sound/soc] Error 2 make[1]: *** Waiting for unfinished jobs.... Makefile:947: recipe for target 'sound' failed make: *** [sound] Error 2 make: *** Waiting for unfinished jobs.... It wasn't enough to disable CONFIG_SND_SOC_INTEL_SST, I had to disable all of CONFIG_SND_SOC to be able to build it, here is a link to the archlinux config changes for CONFIG_SND_SOC: https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/linux&id=bd0bf646b706838518f1d104803495806249865e -- Joakim