Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Apr 2002 15:35:49 -0800 (PST)
From:      Rob Sargent <rsargent@cisco.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   i386/36675: current kernel build broken in smbfs
Message-ID:  <200204022335.g32NZnc55644@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204022335.g32NZnc55644>