[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

failure to compile current cipe in woody



With all the latest versions of the various packages, I get this:

                             KDREV="willow.0" kdist_image; then    \
                  echo "Module $module processed fine";            \
              else                                                  \
                   echo "Module $module failed.";                  \
                   echo "Hit return to Continue";                   \
           read ans;                                        \
              fi;                                                   \
     );                                                     \
  fi;                                                       \
        done
make[1]: Entering directory `/usr/src/modules/cipe'
rm -rf /usr/src/linux/i386/2.2.17-ide/debian/cipe-tmp
install -d -o root -g root -m 755 /usr/src/linux/i386/2.2.17-ide/debian/cipe-tmp
cp -a . /usr/src/linux/i386/2.2.17-ide/debian/cipe-tmp
make -w -C /usr/src/linux/i386/2.2.17-ide/debian/cipe-tmp -f debian/rules KINC=/usr/src/linux/i386/2.2.17-ide/include \
        binary-modules
make[2]: Entering directory `/usr/src/linux/i386/2.2.17-ide/debian/cipe-tmp'
test -f debian/rules
test `id -u` = "0"
rm -rf debian/cipe-modules
install -d -o root -g root -m 755 debian/cipe-modules
CFLAGS="" \
        ./configure --prefix=/usr --with-linux="/usr/src/linux/i386/2.2.17-ide" \

creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for texinfo... no
checking for tex... tex
checking for makeinfo... makeinfo
checking for kernel version... 2.2.17
checking for architecture... i386
checking for SMP... no
checking for versioned modules... no
checking for assembler parts... bf-i386.o
updating cache ./config.cache
creating ./config.status
creating Makefile
creating 2.2.17-i386-cb/Makefile
creating 2.2.17-i386-cb/config.h
make
make[3]: Entering directory `/usr/src/linux/i386/2.2.17-ide/debian/cipe-tmp'
make -C 2.2.17-i386-cb WHAT=all
make[4]: Entering directory `/usr/src/linux/i386/2.2.17-ide/debian/cipe-tmp/2.2.17-i386-cb'
gcc -MM -MG -D__KERNEL__ -DMODULE  -I. -I../. -I/usr/src/linux/i386/2.2.17-ide/include -include ./config.h  .././module.c .././device.c .././sock.c .././output.c .././encaps.c .././bf-i386.S >.depend
gcc -MM -MG  -I. -I../. -I/usr/src/linux/i386/2.2.17-ide/include -include ./config.h  .././ciped.c .././ioctl.c .././socks5.c .././crc32.c .././crcgen.c >>.depend
make[4]: Leaving directory `/usr/src/linux/i386/2.2.17-ide/debian/cipe-tmp/2.2.17-i386-cb'
make[4]: Entering directory `/usr/src/linux/i386/2.2.17-ide/debian/cipe-tmp/2.2.17-i386-cb'
gcc -D__KERNEL__ -DMODULE  -I. -I../. -I/usr/src/linux/i386/2.2.17-ide/include -include ./config.h  -funroll-loops -O3 -Wall -Wstrict-prototypes -fomit-frame-pointer  -o module.o -c .././module.c
/tmp/ccdr3PRC.s: Assembler messages:
/tmp/ccdr3PRC.s:9: Warning: Ignoring changed section attributes for .modinfo
gcc  -I. -I../. -I/usr/src/linux/i386/2.2.17-ide/include -include ./config.h  -fno-inline-functions -O3 -Wall -Wstrict-prototypes -fomit-frame-pointer  -o crc32.o -c .././crc32.c
gcc  -I. -I../. -I/usr/src/linux/i386/2.2.17-ide/include -include ./config.h  -fno-inline-functions -O3 -Wall -Wstrict-prototypes -fomit-frame-pointer  -o crcgen.o -c .././crcgen.c
gcc  -o crcgen crc32.o crcgen.o
egrep '#(define|undef)' config.h | ./crcgen - >version.h
gcc -D__KERNEL__ -DMODULE  -I. -I../. -I/usr/src/linux/i386/2.2.17-ide/include -include ./config.h  -funroll-loops -O3 -Wall -Wstrict-prototypes -fomit-frame-pointer  -o device.o -c .././device.c
gcc -D__KERNEL__ -DMODULE  -I. -I../. -I/usr/src/linux/i386/2.2.17-ide/include -include ./config.h  -funroll-loops -O3 -Wall -Wstrict-prototypes -fomit-frame-pointer  -o sock.o -c .././sock.c
.././sock.c: In function `cipe_decrypt_skb':
.././sock.c:223: warning: long unsigned int format, unsigned int arg (arg 2)
.././sock.c:223: warning: long unsigned int format, unsigned int arg (arg 3)
.././sock.c:248: warning: long unsigned int format, unsigned int arg (arg 4)
gcc -D__KERNEL__ -DMODULE  -I. -I../. -I/usr/src/linux/i386/2.2.17-ide/include -include ./config.h  -funroll-loops -O3 -Wall -Wstrict-prototypes -fomit-frame-pointer  -o output.o -c .././output.c
.././output.c: In function `cipe_xmit':
.././output.c:266: warning: long unsigned int format, unsigned int arg (arg 4)
.././output.c:266: warning: long unsigned int format, unsigned int arg (arg 6)
gcc -D__KERNEL__ -DMODULE  -I. -I../. -I/usr/src/linux/i386/2.2.17-ide/include -include ./config.h  -funroll-loops -O3 -Wall -Wstrict-prototypes -fomit-frame-pointer  -o encaps.o -c .././encaps.c
In file included from /usr/include/bits/string2.h:53,
                 from /usr/include/string.h:365,
                 from .././encaps.c:16:
/usr/include/bits/types.h:104: warning: `__NFDBITS' redefined
/usr/src/linux/i386/2.2.17-ide/include/linux/posix_types.h:22: warning: this is the location of the previous definition
/usr/include/bits/types.h:106: warning: `__FDMASK' redefined
/usr/src/linux/i386/2.2.17-ide/include/linux/posix_types.h:34: warning: this is the location of the previous definition
In file included from /usr/include/string.h:365,
                 from .././encaps.c:16:
/usr/include/bits/string2.h:106: warning: `memset' redefined
/usr/src/linux/i386/2.2.17-ide/include/asm/string.h:466: warning: this is the location of the previous definition
In file included from .././encaps.c:16:
/usr/include/string.h:37: parse error before `?'
/usr/include/string.h:55: parse error before `?'
make[4]: *** [encaps.o] Error 1
make[4]: Leaving directory `/usr/src/linux/i386/2.2.17-ide/debian/cipe-tmp/2.2.17-i386-cb'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/usr/src/linux/i386/2.2.17-ide/debian/cipe-tmp'
make[2]: *** [binary-modules] Error 2
make[2]: Leaving directory `/usr/src/linux/i386/2.2.17-ide/debian/cipe-tmp'
make[1]: *** [build_it] Error 2
make[1]: Leaving directory `/usr/src/modules/cipe'
Module /usr/src/modules/cipe failed.
Hit return to Continue

Any ideas?

c.





Reply to: