Subject: smbfs
To: None <port-cobalt@netbsd.org>
From: Justin Newcomer <liquidice5@gmail.com>
List: port-cobalt
Date: 12/02/2004 17:01:49
hey, question

i know smbfs works in linux, and im trying to install sharity light,
but i cant get it to work, even though i have a registration
(registered for a free student one, go student benefits!)

my ultimate goal is to map a network drive from my windows 2003 server
for use in a stats generation for dnetc, (the proxy is run there, cant
run it on my qube, but wanna run stats on it generated from the log
files)

i could make a script on my server that copied the log files to my
qube, but it would be cooler to do it directly via a mounted network
drive

any ideas would be great

+++++++++++++++++from the compiling of the source from the website
04:54:05 /home/src/Sharity.2.9/source # make
for i in foundation frontends backends uiLib mainFramework uiCmdline
doc ; do (cd "$i" && make all ROOT="../") || exit 1; done
(cd checks; CC="gcc" CFLAGS="-Wall -g -O2 -DHAVE_DISKARB"
LIBS="-F/System/Library/PrivateFrameworks -framework DiskArbitration"
./run_checks)
*** Checking out system features: ***
*** Fatal: can't compile anything
gcc -Wall -g -O2 -DHAVE_DISKARB -I.  -c system.c -o system.o
system.c:29: checks/checks.h: No such file or directory
*** Error code 1

Stop.
make: stopped in /home/src/Sharity.2.9/source/foundation
*** Error code 1

Stop.
make: stopped in /home/src/Sharity.2.9/source


+++++++++++++++ install from the pkg src
05:00:25 /usr/pkgsrc/net/sharity-light # make install
===> Checking for vulnerabilities in sharity-light-1.2
===> Building for sharity-light-1.2
(cd nfs; /usr/bin/make "CFLAGS=-Wall -O2 -DNETBSD" "CC=gcc" "ARCH=    
 " "RPC_WARNFLAGS=-Wno-unused -Wno-switch -Wno-uninitialized")
gcc  -c -I. -I.. -Wall -O2 -DNETBSD mount.c
mount.c: In function `mount_and_dispatch':
mount.c:160: `NFS_PROGRAM' undeclared (first use in this function)
mount.c:160: (Each undeclared identifier is reported only once
mount.c:160: for each function it appears in.)
mount.c:160: `NFS_VERSION' undeclared (first use in this function)
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/net/sharity-light/work/Sharity-Light.1.2/nfs
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/net/sharity-light/work/Sharity-Light.1.2
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/net/sharity-light
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/net/sharity-light


please help?

-justin