All of lore.kernel.org
 help / color / mirror / Atom feed
From: e9hack <e9hack@googlemail.com>
To: linux-media@vger.kernel.org
Cc: pete@sensoray.com, dougsland@redhat.com
Subject: Unable to compile the current tree
Date: Sat, 19 Sep 2009 10:08:17 +0200	[thread overview]
Message-ID: <4AB49171.9070300@googlemail.com> (raw)

Hi,

parts of changsets 13020:644c243de54d/13030:9af6fb98d272 are wrong:

      2.1 --- a/linux/drivers/staging/go7007/Makefile	Fri Sep 18 21:17:20 2009 -0300
      2.2 +++ b/linux/drivers/staging/go7007/Makefile	Fri Sep 18 21:21:55 2009 -0300
...
     2.37 +
     2.38 +# Ubuntu 8.04 has CONFIG_SND undefined, so include lum sound/config.h too
     2.39 +ifeq ($(CONFIG_SND),)
     2.40 +EXTRA_CFLAGS += -include sound/config.h
     2.41 +endif

If CONFIG_SND is undefined, sound/config.h doesn't exist. I'm not able to compile the 
current tree. I get the following error message:

make -C /usr/src/linux-2.6.30.7 O=/usr/src/linux-2.6.30.7-obj/x86_64/mp-suse-11/. modules
   CC [M]  /usr/src/v4l-dvb/v4l/tuner-xc2028.o
In file included from <command-line>:0:
./include/linux/autoconf.h:1743:1: error: sound/config.h: No such file or directory
make[5]: *** [/usr/src/v4l-dvb/v4l/tuner-xc2028.o] Error 1
make[4]: *** [_module_/usr/src/v4l-dvb/v4l] Error 2
make[3]: *** [sub-make] Error 2
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.30.7-obj/x86_64/mp-suse-11'
make[1]: *** [default] Fehler 2
make[1]: Leaving directory `/usr/src/v4l-dvb/v4l'
make: *** [all] Fehler 2

Regards,
Hartmut

                 reply	other threads:[~2009-09-19  8:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4AB49171.9070300@googlemail.com \
    --to=e9hack@googlemail.com \
    --cc=dougsland@redhat.com \
    --cc=linux-media@vger.kernel.org \
    --cc=pete@sensoray.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.