You are not logged in.
hi,
I try to build from aur for arch=ppc
but I have this error:
include/asm/highmem.h:124: error: 'CONFIG_HIGHMEM_START' undeclared (first use in this function)
make[2]: *** [/home/sacarde/pkg/gspcav1all/src/gspcav1-20071224/gspca_core.o] Error 1
make[1]: *** [_module_/home/sacarde/pkg/gspcav1all/src/gspcav1-20071224] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.26-ARCH'
make: *** [default] Error 2
(I update packages to 20071224)
with 2.6.25 this works ok
in 2.6.26 I have that error
can you help me ?
Offline
complete error is:
makepkg --asroot
==> Creazione del pacchetto: gspcav1all 20071224-1 (mer lug 30 12:02:18 CEST 2008)
==> ATTENZIONE: Avvio di makepkg da root in corso...
==> Controllo delle dipendenze per l'esecuzione in corso...
==> Controllo delle dipendenze per la compilazione in corso...
==> Recupero dei sorgenti in corso...
-> Trovato gspcav1-20071224.tar.gz nella directory di compilazione
==> ATTENZIONE: I controlli dell'integrità (md5) mancano o sono incompleti.
==> Estrazione dei sorgenti in corso...
-> bsdtar -x -f gspcav1-20071224.tar.gz
==> Avvio di build() in corso...
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/sacarde/pkg/gspcav1all/src/gspcav1-20071224 CC=cc modules
make[1]: Entering directory `/usr/src/linux-2.6.26-ARCH'
CC [M] /home/sacarde/pkg/gspcav1all/src/gspcav1-20071224/gspca_core.o
In file included from include/linux/highmem.h:24,
from include/linux/pagemap.h:10,
from /home/sacarde/pkg/gspcav1all/src/gspcav1-20071224/gspca_core.c:51:
include/asm/highmem.h: In function 'kmap_atomic':
include/asm/highmem.h:87: error: 'CONFIG_HIGHMEM_START' undeclared (first use in this function)
include/asm/highmem.h:87: error: (Each undeclared identifier is reported only once
include/asm/highmem.h:87: error: for each function it appears in.)
include/asm/highmem.h: In function 'kunmap_atomic':
include/asm/highmem.h:103: error: 'CONFIG_HIGHMEM_START' undeclared (first use in this function)
include/asm/highmem.h: In function 'kmap_atomic_to_page':
include/asm/highmem.h:124: error: 'CONFIG_HIGHMEM_START' undeclared (first use in this function)
make[2]: *** [/home/sacarde/pkg/gspcav1all/src/gspcav1-20071224/gspca_core.o] Error 1
make[1]: *** [_module_/home/sacarde/pkg/gspcav1all/src/gspcav1-20071224] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.26-ARCH'
make: *** [default] Error 2
==> ERRORE: Compilazione interrotta.
L'operazione sta per essere interrotta...
Offline