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

Bug in source-1.2.13-7 ?



I ran into this while attempting to upgrade to beta1.1.  I was trying
to create a custom kernel with compiled in support for elf and ppp.

I have successfully created and installed a custom 1.2.13 kernel in the
past under debian, but I don't know if it was sourc-1.2.13-7 or not.
Is the following a bug in the package, or did I do something stupid?

The 'make dep' failed on the file usr/src/linux-1.2.13/drivers/net/bsd_comp.c

make dep output:
   ...
make[2]: Entering directory `/usr/src/linux-1.2.13/drivers/net'
gcc -D__KERNEL__ -I/usr/src/linux-1.2.13/include -E -I../../net/inet -M Space.c
auto_irq.c net_init.c loopback.c ppp.c bsd_comp.c dummy.c slhc.c > .depend
bsd_comp.c:56: #error This file must be compiled as a module.
make[2]: *** [dep] Error 1
   ...



.config file:

#
# Automatically generated make config: don't edit
#

#
# General setup
#
# CONFIG_MATH_EMULATION is not set
CONFIG_BLK_DEV_FD=y
CONFIG_ST506=y

#
# Please see drivers/block/README.ide for help/info on IDE drives
#
# CONFIG_BLK_DEV_HD is not set
CONFIG_BLK_DEV_IDE=y
# CONFIG_BLK_DEV_IDECD is not set
# CONFIG_BLK_DEV_XD is not set
CONFIG_NET=y
# CONFIG_MAX_16M is not set
# CONFIG_PCI is not set
CONFIG_SYSVIPC=y
CONFIG_BINFMT_ELF=y
# CONFIG_M486 is not set

#
# Loadable module support
#
CONFIG_MODVERSIONS=y

#
# Networking options
#
CONFIG_INET=y
# CONFIG_IP_FORWARD is not set
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_FIREWALL is not set
# CONFIG_IP_ACCT is not set

#
# (it is safe to leave these untouched)
#
# CONFIG_INET_PCTCP is not set
CONFIG_INET_RARP=y
CONFIG_INET_SNARL=y
# CONFIG_TCP_NAGLE_OFF is not set
# CONFIG_IPX is not set

#
# SCSI support
#
# CONFIG_SCSI is not set

#
# Skipping SCSI configuration options...
#

#
# Network device support
#
CONFIG_NETDEVICES=y
CONFIG_DUMMY=y
# CONFIG_SLIP is not set
CONFIG_PPP=y
# CONFIG_PLIP is not set
# CONFIG_NET_ALPHA is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_NET_ISA is not set
# CONFIG_NET_EISA is not set
# CONFIG_NET_POCKET is not set

#
# CD-ROM drivers (not for SCSI or IDE/ATAPI drives)
#
# CONFIG_CDU31A is not set
# CONFIG_MCD is not set
# CONFIG_SBPCD is not set
# CONFIG_AZTCD is not set
# CONFIG_CDU535 is not set

#
# Filesystems
#
CONFIG_MINIX_FS=y
# CONFIG_EXT_FS is not set
CONFIG_EXT2_FS=y
# CONFIG_XIA_FS is not set
CONFIG_MSDOS_FS=y
# CONFIG_UMSDOS_FS is not set
CONFIG_PROC_FS=y
# CONFIG_NFS_FS is not set
# CONFIG_ISO9660_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_SYSV_FS is not set

#
# character devices
#
# CONFIG_CYCLADES is not set
CONFIG_PRINTER=y
# CONFIG_BUSMOUSE is not set
# CONFIG_PSMOUSE is not set
# CONFIG_MS_BUSMOUSE is not set
# CONFIG_ATIXL_BUSMOUSE is not set
# CONFIG_QIC02_TAPE is not set
# CONFIG_FTAPE is not set

#
# Sound
#
# CONFIG_SOUND is not set

#
# Kernel hacking
#
# CONFIG_PROFILE is not set


Reply to: