Package: ndiswrapper-utils Version: 1.5-1 Severity: normal
-- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14-2-k7 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) When I downloaded the package ndiswarpper-utils (source) with apt (haven't bynaries for the new kernels), didn't install libc6-dev. In the compilation process (make) it needed the library stdio.h, then I installed libc6-dev and worked well.It Seems a bug in dependences but I'm not sure. --------------- #apt-get source ndiswrapper-utils Leyendo lista de paquetes... Hecho Creando arbol de dependencias... Hecho Necesito descargar 176kB de archivos fuente. Des:1 http://ftp2.de.debian.org sid/main ndiswrapper 1.5-1 (dsc) [613B] Des:2 http://ftp2.de.debian.org sid/main ndiswrapper 1.5-1 (tar) [169kB] Des:3 http://ftp2.de.debian.org sid/main ndiswrapper 1.5-1 (diff) [7252B] Descargados 176kB en 2s (67,5kB/s) dpkg-source: extracting ndiswrapper in ndiswrapper-1.5 dpkg-source: unpacking ndiswrapper_1.5.orig.tar.gz dpkg-source: applying ./ndiswrapper_1.5-1.diff.gzapt-get source ndiswrapper-utils #cd ndiswrapper-1.5/ #make make -C driver make -C /lib/modules/2.6.14-2-k7/build SUBDIRS=/home/boube/ndiswrapper-1.5/driver \ DRIVER_VERSION=1.5 make[2]: se ingresa al directorio `/usr/src/linux-headers-2.6.14-2-k7' LD /home/boube/ndiswrapper-1.5/driver/built-in.o CC [M] /home/boube/ndiswrapper-1.5/driver/hal.o CC [M] /home/boube/ndiswrapper-1.5/driver/iw_ndis.o CC [M] /home/boube/ndiswrapper-1.5/driver/loader.o CC [M] /home/boube/ndiswrapper-1.5/driver/misc_funcs.o CC [M] /home/boube/ndiswrapper-1.5/driver/ndis.o CC [M] /home/boube/ndiswrapper-1.5/driver/ntoskernel.o CC [M] /home/boube/ndiswrapper-1.5/driver/ntoskernel_io.o CC [M] /home/boube/ndiswrapper-1.5/driver/pe_linker.o CC [M] /home/boube/ndiswrapper-1.5/driver/proc.o CC [M] /home/boube/ndiswrapper-1.5/driver/wrapper.o CC [M] /home/boube/ndiswrapper-1.5/driver/usb.o CC [M] /home/boube/ndiswrapper-1.5/driver/divdi3.o LD [M] /home/boube/ndiswrapper-1.5/driver/ndiswrapper.o Building modules, stage 2. MODPOST CC /home/boube/ndiswrapper-1.5/driver/ndiswrapper.mod.o LD [M] /home/boube/ndiswrapper-1.5/driver/ndiswrapper.ko make[2]: se sale del directorio `/usr/src/linux-headers-2.6.14-2-k7' make[1]: se sale del directorio `/home/boube/ndiswrapper-1.5/driver' make -C utils make[1]: se ingresa al directorio `/home/boube/ndiswrapper-1.5/utils' cc -Wall -g -DUTILS_VERSION=\"1.5\" -c -o loadndisdriver.o loadndisdriver.c loadndisdriver.c:15:20: error: stdlib.h: No existe el fichero o el directorio loadndisdriver.c:16:19: error: stdio.h: No existe el fichero o el directorio loadndisdriver.c:17:19: error: errno.h: No existe el fichero o el directorio loadndisdriver.c:18:20: error: string.h: No existe el fichero o el directorio loadndisdriver.c:19:20: error: libgen.h: No existe el fichero o el directorio loadndisdriver.c:21:22: error: sys/mman.h: No existe el fichero o el directorio loadndisdriver.c:23:23: error: sys/types.h: No existe el fichero o el directorio loadndisdriver.c:24:23: error: sys/ioctl.h: No existe el fichero o el directorio loadndisdriver.c:25:22: error: sys/stat.h: No existe el fichero o el directorio loadndisdriver.c:26:20: error: unistd.h: No existe el fichero o el directorio loadndisdriver.c:27:19: error: fcntl.h: No existe el fichero o el directorio In file included from /usr/lib/gcc/i486-linux-gnu/4.0.3/include/syslimits.h:7, from /usr/lib/gcc/i486-linux-gnu/4.0.3/include/limits.h:11, from loadndisdriver.c:28: (more) .. . Thanks you very much for your work PD:Sorry for my bad English, I'm Spanish -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

