Hallo,
ich habe nun die ZBox AD02, die noch bei mir zuhause rumfliegt mit ARCH bestückt, um mir meinen Server drauf zu basteln und scheitere schon wieder kläglich an der Inbetriebnahme des DVB-S2-Adapters. Ich habe wieder das Paket von hydro runtergeladen und kompiliert, das hat geklappt, aber es fehlt dann, wie bereits besprochen, wieder der 'adapter0', also wollte ich nun alle Treiber kompilieren, in dem ich die Zeile 'cp -v ...' auskommentiert habe, wie hydro in #20 vorschlägt (mit der Methode hatte dann beim RPi ja alles geklappt). Dann lächeln mir aber beim Versuch die Treiber zu kompilieren folgende Fehlermeldungen entgegen:
>>> makepkg
Fordere alle Änderungen an
Füge Änderungssätze hinzu
Füge Manifeste hinzu
Füge Dateiänderungen hinzu
Fügte 30 Änderungssätze mit 2074 Änderungen an 1979 Dateien hinzu
Aktualisiere auf Zweig default
1962 Dateien aktualisiert, 0 Dateien zusammengeführt, 0 Dateien entfernt, 0 Dateien ungelöst
[1m[32m==>[0;10m[1m Connecting to Mercurial server....[0;10m
warning: bitbucket.org certificate with fingerprint 24:9c:45:8b:9c:aa:ba:55:4e:01:6d:58:ff:e4:28:7d:2a:14:ae:3b not verified (check hostfingerprints or web.cacerts config setting)
Rufe von https://bitbucket.org/liplianin/s2-liplianin-v37/s2-liplianin ab
Suche nach Änderungen
Keine Änderungen gefunden
[1m[32m==>[0;10m[1m The local files are updated.[0;10m
[1m[32m==>[0;10m[1m Mercurial checkout done or server timeout[0;10m
[1m[32m==>[0;10m[1m Starting make...[0;10m
make -C /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l
make[1]: Entering directory `/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l'
No version yet, using 3.8.4-1-ARCH
make[1]: Leaving directory `/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l'
make[1]: Entering directory `/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l'
scripts/make_makefile.pl
Updating/Creating .config
make[2]: Entering directory `/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/linux'
Applying patches for kernel 3.8.4-1-ARCH
patch -s -f -N -p1 -i ../backports/api_version.patch
patch -s -f -N -p1 -i ../backports/pr_fmt.patch
can't open git_log at ./version_patch.pl line 62.
make[2]: Leaving directory `/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/linux'
Preparing to compile for kernel version 3.8.4
***WARNING:*** You do not have the full kernel sources installed.
This does not prevent you from building the v4l-dvb tree if you have the
kernel headers, but the full kernel source may be required in order to use
make menuconfig / xconfig / qconfig.
If you are experiencing problems building the v4l-dvb tree, please try
building against a vanilla kernel before reporting a bug.
Vanilla kernels are available at http://kernel.org.
On most distros, this will compile a newly downloaded kernel:
cp /boot/config-`uname -r` <your kernel dir>/.config
cd <your kernel dir>
make all modules_install install
Please see your distro's web site for instructions to build a new kernel.
WARNING: This is the V4L/DVB backport tree, with experimental drivers
backported to run on legacy kernels from the development tree at:
http://git.linuxtv.org/media-tree.git.
It is generally safe to use it for testing a new driver or
feature, but its usage on production environments is risky.
Don't use it in production. You've been warned.
Created default (all yes) .config file
./scripts/make_myconfig.pl
make[1]: Leaving directory `/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l'
make[1]: Entering directory `/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l'
perl scripts/make_config_compat.pl /lib/modules/3.8.4-1-ARCH/build ./.myconfig ./config-compat.h
creating symbolic links...
make -C firmware prep
make[2]: Entering directory `/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/firmware'
make[2]: Leaving directory `/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/firmware'
make -C firmware
make[2]: Entering directory `/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/firmware'
CC ihex2fw
Generating vicam/firmware.fw
Generating dabusb/firmware.fw
Generating dabusb/bitstream.bin
Generating ttusb-budget/dspbootcode.bin
Generating cpia2/stv0672_vp4.bin
Generating av7110/bootcode.bin
make[2]: Leaving directory `/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/firmware'
Kernel build directory is /lib/modules/3.8.4-1-ARCH/build
make -C ../linux apply_patches
make[2]: Entering directory `/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/linux'
Patches for 3.8.4-1-ARCH already applied.
make[2]: Leaving directory `/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/linux'
make -C /lib/modules/3.8.4-1-ARCH/build SUBDIRS=/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l modules
make[2]: Entering directory `/usr/src/linux-3.8.4-1-ARCH'
CC [M] /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/altera-lpt.o
CC [M] /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/altera-jtag.o
CC [M] /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/altera-comp.o
CC [M] /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/altera.o
CC [M] /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/au0828-core.o
CC [M] /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/au0828-i2c.o
CC [M] /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/au0828-cards.o
CC [M] /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/au0828-dvb.o
CC [M] /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/au0828-video.o
CC [M] /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/au0828-vbi.o
CC [M] /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-pci.o
In file included from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-common.h:10:0,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-pci.c:8:
include/linux/pci.h:596:0: warning: "DEFINE_PCI_DEVICE_TABLE" redefined [enabled by default]
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from <command-line>:0:0:
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/compat.h:178:0: note: this is the location of the previous definition
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
CC [M] /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-usb.o
In file included from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-common.h:10:0,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-usb.c:8:
include/linux/pci.h:596:0: warning: "DEFINE_PCI_DEVICE_TABLE" redefined [enabled by default]
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from <command-line>:0:0:
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/compat.h:178:0: note: this is the location of the previous definition
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
CC [M] /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop.o
In file included from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-common.h:10:0,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop.h:10,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop.c:34:
include/linux/pci.h:596:0: warning: "DEFINE_PCI_DEVICE_TABLE" redefined [enabled by default]
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from <command-line>:0:0:
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/compat.h:178:0: note: this is the location of the previous definition
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-common.h:10:0,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop.h:10,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop.c:34:
include/linux/pci.h:596:0: warning: "DEFINE_PCI_DEVICE_TABLE" redefined [enabled by default]
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from <command-line>:0:0:
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/compat.h:178:0: note: this is the location of the previous definition
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
CC [M] /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-fe-tuner.o
In file included from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-common.h:10:0,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop.h:10,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-fe-tuner.c:7:
include/linux/pci.h:596:0: warning: "DEFINE_PCI_DEVICE_TABLE" redefined [enabled by default]
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from <command-line>:0:0:
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/compat.h:178:0: note: this is the location of the previous definition
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
CC [M] /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-i2c.o
In file included from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-common.h:10:0,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop.h:10,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-i2c.c:6:
include/linux/pci.h:596:0: warning: "DEFINE_PCI_DEVICE_TABLE" redefined [enabled by default]
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from <command-line>:0:0:
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/compat.h:178:0: note: this is the location of the previous definition
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-common.h:10:0,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop.h:10,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-i2c.c:6:
include/linux/pci.h:596:0: warning: "DEFINE_PCI_DEVICE_TABLE" redefined [enabled by default]
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from <command-line>:0:0:
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/compat.h:178:0: note: this is the location of the previous definition
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
CC [M] /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-sram.o
In file included from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-common.h:10:0,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop.h:10,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-sram.c:6:
include/linux/pci.h:596:0: warning: "DEFINE_PCI_DEVICE_TABLE" redefined [enabled by default]
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from <command-line>:0:0:
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/compat.h:178:0: note: this is the location of the previous definition
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-common.h:10:0,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop.h:10,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-sram.c:6:
include/linux/pci.h:596:0: warning: "DEFINE_PCI_DEVICE_TABLE" redefined [enabled by default]
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from <command-line>:0:0:
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/compat.h:178:0: note: this is the location of the previous definition
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
CC [M] /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-eeprom.o
In file included from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-common.h:10:0,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop.h:10,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-eeprom.c:6:
include/linux/pci.h:596:0: warning: "DEFINE_PCI_DEVICE_TABLE" redefined [enabled by default]
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from <command-line>:0:0:
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/compat.h:178:0: note: this is the location of the previous definition
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-common.h:10:0,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop.h:10,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-eeprom.c:6:
include/linux/pci.h:596:0: warning: "DEFINE_PCI_DEVICE_TABLE" redefined [enabled by default]
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from <command-line>:0:0:
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/compat.h:178:0: note: this is the location of the previous definition
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
CC [M] /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-misc.o
In file included from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-common.h:10:0,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop.h:10,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-misc.c:6:
include/linux/pci.h:596:0: warning: "DEFINE_PCI_DEVICE_TABLE" redefined [enabled by default]
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from <command-line>:0:0:
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/compat.h:178:0: note: this is the location of the previous definition
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-common.h:10:0,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop.h:10,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-misc.c:6:
include/linux/pci.h:596:0: warning: "DEFINE_PCI_DEVICE_TABLE" redefined [enabled by default]
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from <command-line>:0:0:
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/compat.h:178:0: note: this is the location of the previous definition
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
CC [M] /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-hw-filter.o
In file included from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-common.h:10:0,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop.h:10,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-hw-filter.c:6:
include/linux/pci.h:596:0: warning: "DEFINE_PCI_DEVICE_TABLE" redefined [enabled by default]
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from <command-line>:0:0:
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/compat.h:178:0: note: this is the location of the previous definition
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-common.h:10:0,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop.h:10,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-hw-filter.c:6:
include/linux/pci.h:596:0: warning: "DEFINE_PCI_DEVICE_TABLE" redefined [enabled by default]
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from <command-line>:0:0:
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/compat.h:178:0: note: this is the location of the previous definition
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
CC [M] /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-dma.o
In file included from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-common.h:10:0,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop.h:10,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-dma.c:6:
include/linux/pci.h:596:0: warning: "DEFINE_PCI_DEVICE_TABLE" redefined [enabled by default]
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from <command-line>:0:0:
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/compat.h:178:0: note: this is the location of the previous definition
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-common.h:10:0,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop.h:10,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/flexcop-dma.c:6:
include/linux/pci.h:596:0: warning: "DEFINE_PCI_DEVICE_TABLE" redefined [enabled by default]
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from <command-line>:0:0:
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/compat.h:178:0: note: this is the location of the previous definition
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
CC [M] /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttv-driver.o
In file included from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttvp.h:32:0,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttv-driver.c:50:
include/linux/pci.h:596:0: warning: "DEFINE_PCI_DEVICE_TABLE" redefined [enabled by default]
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
In file included from <command-line>:0:0:
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/compat.h:178:0: note: this is the location of the previous definition
#define DEFINE_PCI_DEVICE_TABLE(_table) \
^
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttv-driver.c: In function 'flush_request_modules':
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttv-driver.c:200:2: warning: 'flush_work_sync' is deprecated (declared at include/linux/workqueue.h:448) [-Wdeprecated-declarations]
flush_work_sync(&dev->request_module_wk);
^
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttv-driver.c: At top level:
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttv-driver.c:4183:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'bttv_register_video'
static int __devinit bttv_register_video(struct bttv *btv)
^
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttv-driver.c:4249:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'bttv_probe'
static int __devinit bttv_probe(struct pci_dev *dev,
^
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttv-driver.c:4438:23: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'bttv_remove'
static void __devexit bttv_remove(struct pci_dev *pci_dev)
^
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttv-driver.c:4581:14: error: 'bttv_probe' undeclared here (not in a function)
.probe = bttv_probe,
^
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttv-driver.c:4582:2: error: implicit declaration of function '__devexit_p' [-Werror=implicit-function-declaration]
.remove = __devexit_p(bttv_remove),
^
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttv-driver.c:4582:26: error: 'bttv_remove' undeclared here (not in a function)
.remove = __devexit_p(bttv_remove),
^
In file included from include/linux/input.h:22:0,
from /var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/compat.h:9,
from <command-line>:0:
include/linux/device.h:507:26: warning: 'dev_attr_card' defined but not used [-Wunused-variable]
struct device_attribute dev_attr_##_name = __ATTR(_name, _mode, _show, _store)
^
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttv-driver.c:182:8: note: in expansion of macro 'DEVICE_ATTR'
static DEVICE_ATTR(card, S_IRUGO, show_card, NULL);
^
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttv-driver.c:192:13: warning: 'request_modules' defined but not used [-Wunused-function]
static void request_modules(struct bttv *dev)
^
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttv-driver.c:198:13: warning: 'flush_request_modules' defined but not used [-Wunused-function]
static void flush_request_modules(struct bttv *dev)
^
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttv-driver.c:3360:28: warning: 'bttv_video_template' defined but not used [-Wunused-variable]
static struct video_device bttv_video_template = {
^
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttv-driver.c:3586:28: warning: 'radio_template' defined but not used [-Wunused-variable]
static struct video_device radio_template = {
^
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttv-driver.c:3869:13: warning: 'bttv_irq_timeout' defined but not used [-Wunused-function]
static void bttv_irq_timeout(unsigned long data)
^
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttv-driver.c:4021:20: warning: 'bttv_irq' defined but not used [-Wunused-function]
static irqreturn_t bttv_irq(int irq, void *dev_id)
^
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttv-driver.c:4137:29: warning: 'vdev_init' defined but not used [-Wunused-function]
static struct video_device *vdev_init(struct bttv *btv,
^
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttv-driver.c:4157:13: warning: 'bttv_unregister_video' defined but not used [-Wunused-function]
static void bttv_unregister_video(struct bttv *btv)
^
/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttv-driver.c:4238:13: warning: 'pci_set_command' defined but not used [-Wunused-function]
static void pci_set_command(struct pci_dev *dev)
^
cc1: some warnings being treated as errors
make[3]: *** [/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l/bttv-driver.o] Fehler 1
make[2]: *** [_module_/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-3.8.4-1-ARCH'
make[1]: *** [default] Fehler 2
make[1]: Leaving directory `/var/abs/local/s2-liplianin-hg/src/s2-liplianin-build/v4l'
make: *** [all] Fehler 2
[1m[31m==> FEHLER:[0;10m[1m Ein Fehler geschah in build().[0;10m
[1m Breche ab ...[0;10m
Ich kann mit der Meldung nicht so viel anfangen, habe ich irgendwelche Abhängigkeiten vergessen zu installieren?
>>> uname -a
Linux asldkah 3.8.4-1-ARCH #1 SMP PREEMPT Wed Mar 20 22:10:25 CET 2013 x86_64 GNU/Linux