From: Joakim Hernberg <jhernberg@alchemy.lu>
To: Jeremy Jongepier <jeremy@autostatic.com>
Cc: linux-rt-users <linux-rt-users@vger.kernel.org>,
LKML <linux-kernel@vger.kernel.org>,
Thomas Gleixner <tglx@linutronix.de>,
rostedt@goodmis.org, John Kacur <jkacur@redhat.com>
Subject: Re: [ANNOUNCE] 4.0.4-rt1
Date: Thu, 28 May 2015 10:33:00 +0200 [thread overview]
Message-ID: <20150528103300.08717d25@tor.valhalla.alchemy.lu> (raw)
In-Reply-To: <55659A14.3050904@autostatic.com>
On Wed, 27 May 2015 12:19:00 +0200
Jeremy Jongepier <jeremy@autostatic.com> wrote:
> On 05/27/2015 11:44 AM, Joakim Hernberg wrote:
> > On Tue, 19 May 2015 23:39:23 +0200
> > Sebastian Andrzej Siewior <bigeasy@linutronix.de> 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
> >
>
> Hello Joakim,
>
> Looks a lot like:
> http://www.spinics.net/lists/linux-rt-users/msg13403.html
>
> Jeremy
>
Yeah, fixing the typos allows it to build. Strange that it built on
vanilla without fix though, but that's not important. Thanks.
--
Joakim
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-05-28 8:43 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-19 21:39 [ANNOUNCE] 4.0.4-rt1 Sebastian Andrzej Siewior
2015-05-19 22:33 ` Carsten Emde
2015-05-19 22:51 ` Pavel Vasilyev
2015-05-20 7:12 ` Sebastian Andrzej Siewior
2015-05-20 13:18 ` Daniel Wagner
2015-05-19 22:48 ` Pavel Vasilyev
2015-05-20 3:14 ` Mike Galbraith
2015-05-20 10:06 ` Pavel Vasilyev
2015-06-11 12:09 ` Sebastian Andrzej Siewior
2015-05-23 11:57 ` Pavel Vasilyev
2015-06-11 12:08 ` Sebastian Andrzej Siewior
2015-05-24 20:59 ` Fernando Lopez-Lezcano
2015-06-11 12:22 ` [PATCH] ASoC: Intel: sst: use ; instead of , at the of a C statement Sebastian Andrzej Siewior
2015-06-11 13:04 ` Mats Karrman
2015-06-11 13:14 ` [PATCH v2] " Sebastian Andrzej Siewior
2015-06-12 7:22 ` Vinod Koul
2015-06-12 10:37 ` Mark Brown
2015-05-26 13:34 ` [ANNOUNCE] 4.0.4-rt1 Clark Williams
2015-05-26 13:38 ` Steven Rostedt
2015-05-26 13:48 ` Clark Williams
2015-05-26 14:49 ` Mike Galbraith
2015-05-26 15:19 ` Steven Rostedt
2015-05-26 15:43 ` Clark Williams
2015-05-26 19:41 ` Fernando Lopez-Lezcano
2015-05-29 1:56 ` Fernando Lopez-Lezcano
2015-06-09 16:45 ` Fernando Lopez-Lezcano
2015-06-09 22:05 ` Pavel Vasilyev
2015-06-10 2:41 ` Mike Galbraith
2015-06-10 3:10 ` Fernando Lopez-Lezcano
2015-06-09 22:10 ` Pavel Vasilyev
2015-06-11 12:38 ` Sebastian Andrzej Siewior
2015-05-28 8:41 ` Joakim Hernberg
2015-06-11 12:34 ` Sebastian Andrzej Siewior
2015-05-27 9:44 ` Joakim Hernberg
2015-05-27 10:19 ` Jeremy Jongepier
2015-05-28 8:33 ` Joakim Hernberg [this message]
2015-05-27 15:50 ` Ralf Mardorf
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=20150528103300.08717d25@tor.valhalla.alchemy.lu \
--to=jhernberg@alchemy.lu \
--cc=jeremy@autostatic.com \
--cc=jkacur@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rt-users@vger.kernel.org \
--cc=rostedt@goodmis.org \
--cc=tglx@linutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).