From owner-freebsd-bugs Tue Apr 2 15:40:16 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6B2E37B41E for ; Tue, 2 Apr 2002 15:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32Ne1m56074; Tue, 2 Apr 2002 15:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D93237B405 for ; Tue, 2 Apr 2002 15:35:49 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32NZnc55644; Tue, 2 Apr 2002 15:35:49 -0800 (PST) (envelope-from nobody) Message-Id: <200204022335.g32NZnc55644@freefall.freebsd.org> Date: Tue, 2 Apr 2002 15:35:49 -0800 (PST) From: Rob Sargent To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/36675: current kernel build broken in smbfs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36675 >Category: i386 >Synopsis: current kernel build broken in smbfs >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 02 15:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Rob Sargent >Release: 4.5 >Organization: >Environment: FreeBSD blah.cisco.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 7 16:05:36 EST 2002 rsargent@cisco.com:/usr/src/sys/compile/BLAH i386 >Description: make depend ... ===> smbfs @ -> /usr/src/sys machine -> /usr/src/sys/i386/include perl @/kern/vnode_if.pl -h @/kern/vnode_if.src touch opt_inet.h echo "#define INET 1" > opt_inet.h touch opt_ipx.h echo "#define NETSMB 1" > opt_netsmb.h echo "#define NETSMBCRYPTO 1" >> opt_netsmb.h touch opt_smbfs.h touch opt_vmpage.h perl @/kern/makeops.pl -h @/libkern/iconv_converter_if.m make: don't know how to make des_enc.S. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/BLAH. diff GENERIC BLAH 26c26 < maxusers 0 --- > maxusers 128 46c46 < options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI --- > options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI 159c159 < device sio0 at isa? port IO_COM1 flags 0x10 irq 4 --- > device sio0 at isa? port IO_COM1 flags 0x30 irq 4 253a254,258 > # The 'ti' device provides support for PCI gigabit ethernet NICs based > device ti # Alteon (``Tigon I'', ``Tigon II'') > #options SMBFS #SMB/CIFS filesystem > #options NETSMB #SMB/CIFS requester > #options NETSMBCRYPTO #encrypted password support for SMB >How-To-Repeat: cvsup to current (April 2 2002) make world cd /usr/src/sys/i386/conf cp GENERIC BLAH apply these diffs to BLAH: (I tried with and without maxusers set to 0 or 128 and with and without SMBFS entries shown in diffs) #diff GENERIC BLAH 26c26 < maxusers 0 --- > maxusers 128 46c46 < options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI --- > options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI 159c159 < device sio0 at isa? port IO_COM1 flags 0x10 irq 4 --- > device sio0 at isa? port IO_COM1 flags 0x30 irq 4 253a254,258 > # The 'ti' device provides support for PCI gigabit ethernet NICs based > device ti # Alteon (``Tigon I'', ``Tigon II'') > #options SMBFS #SMB/CIFS filesystem > #options NETSMB #SMB/CIFS requester > #options NETSMBCRYPTO #encrypted password support for SMB config BLAH cd ../..compile/BLAH make depend >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message