From: Sam Ravnborg <sam@ravnborg.org>
To: Vegard Nossum <vegard.nossum@gmail.com>
Cc: Adrian Bunk <bunk@kernel.org>, Ingo Molnar <mingo@elte.hu>,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: -tip build failure: No rule to make target `/etc/sound/dsp001.ld'
Date: Fri, 27 Jun 2008 22:04:14 +0200 [thread overview]
Message-ID: <20080627200414.GA19361@uranus.ravnborg.org> (raw)
In-Reply-To: <19f34abd0806271259r338ec2c3w3b34e1703d4d97ba@mail.gmail.com>
On Fri, Jun 27, 2008 at 09:59:50PM +0200, Vegard Nossum wrote:
> On Fri, Jun 27, 2008 at 9:40 PM, Adrian Bunk <bunk@kernel.org> wrote:
> > On Fri, Jun 27, 2008 at 09:25:05PM +0200, Vegard Nossum wrote:
> >> Hi,
> >>
> >> I was just building a randconfig in tip/master and hit this:
> >>
> >> make[2]: *** No rule to make target `/etc/sound/dsp001.ld', needed by
> >> `sound/oss/pss_boot.h'. Stop.
> >>
> >> It seems to be done like this on purpose, but it breaks randconfig
> >> builds. Is this something that should be using firmware API?
> >>
> >> I'm attaching the config. Please forward this in the right direction,
> >> if such a thing exists.
> >
> > It's your fault - compile errors with CONFIG_STANDALONE=n are expected.
>
> Ah, I see. In that case, shouldn't 'make randconfig' also make sure
> that this option is always =n? Or do I have to do
>
> make randconfig
> make CONFIG_STANDALONE=n
Create a file fixed.config with the config options that may not change
and use:
make KCONFIG_ALLCONFIG=fixed.config randconfig
STANDALONE is one of them - I recall Ingo has a well tested set of options
he always forces to specific values.
[I may have the syntax wrong for KCONFGI_ALLCONFIG - please see README].
Sam
next prev parent reply other threads:[~2008-06-27 20:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-27 19:25 -tip build failure: No rule to make target `/etc/sound/dsp001.ld' Vegard Nossum
2008-06-27 19:40 ` Adrian Bunk
2008-06-27 19:59 ` Vegard Nossum
2008-06-27 20:02 ` Adrian Bunk
2008-06-27 20:04 ` Sam Ravnborg [this message]
2008-06-27 19:42 ` Sam Ravnborg
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=20080627200414.GA19361@uranus.ravnborg.org \
--to=sam@ravnborg.org \
--cc=bunk@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=vegard.nossum@gmail.com \
/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.