Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Mar 2005 11:13:58 +0100 (CET)
From:      Fredrik Widell <fredrik@widell.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   amd64/78349: making of kernel with options SMBFS and NETSMB fails on amd64
Message-ID:  <200503031013.j23ADwJL006091@nic2.widell.net>
Resent-Message-ID: <200503031020.j23AK4EJ055739@freefall.freebsd.org>

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

>Number:         78349
>Category:       amd64
>Synopsis:       making of kernel with options SMBFS and NETSMB fails on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-amd64
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 03 10:20:04 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Fredrik Widell
>Release:        FreeBSD 5.4-PRERELEASE amd64
>Organization:
KTHNOC
>Environment:
System: FreeBSD nic2.widell.net 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Wed Mar 2 16:53:07 CET 2005 root@nic2.widell.net:/usr/obj/usr/src/sys/GENERIC amd64



>Description:

	Cannot get mount_smbfs to work,
	mount_smbfs -I 10.0.0.1  //widell@host/share /mnt/share 
	mount_smbfs: kldload(smbfs): No such file or directory

	Trying to get mount_smbfs to work I put these 2 lines in my kernelconfig:

	options                SMBFS
	options                NETSMB

	make fails with the following output:
	...
	smb_usr.o(.text+0x590): In function `smb_usr_simplerequest':
	: undefined reference to `md_get_uint16le'
	smb_usr.o(.text+0x5c7): In function `smb_usr_simplerequest':
	: undefined reference to `md_get_mem'
	smb_usr.o(.text+0x654): In function `smb_cpdatain':
	: undefined reference to `mb_init'
	smb_usr.o(.text+0x66c): In function `smb_cpdatain':
	: undefined reference to `mb_put_mem'
	smb_usr.o(.text+0x7c4): In function `smb_usr_t2request':
	: undefined reference to `md_get_mem'
	smb_usr.o(.text+0x816): In function `smb_usr_t2request':
	: undefined reference to `md_get_mem'
	*** Error code 1
	
	Stop in /usr/src/sys/amd64/compile/NIC2.


>How-To-Repeat:
	Make a kernel with the above options,
	options                SMBFS
	options                NETSMB
>Fix:

	


>Release-Note:
>Audit-Trail:
>Unformatted:



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