is there something wrong with the CVS sources ?

evil ninjaz at web.de
Mon Jul 2 05:22:41 EST 2001


hi !

(i am new to this list, so if i make errors....)

i am trying to compile the HEAD branch for some days now, but with no
success. weeks ago (must have been march, or april)
i used the following command, to get and compile the HEAD branch. it
succeeded. but after some other related problems, i had to re-get the
HEAD-tree, using exactly the same commands, as following:

cvs -d :pserver:cvs at pserver.samba.org:/cvsroot login
["cvs" is the password, right?]
cvs -z5 -d :pserver:cvs at pserver.samba.org:/cvsroot co samba 2>&1 | tee
$head_log

after getting the files, i wanted to compile the HEAD:

cd $head_dir/samba/source
[the commands are used in a script, but all the $directories are existing.
as i said: weeks ago, the script was working]

./configure --prefix="$head_dst" --with-smbmount --with-profile --with-quota
s 2>&1 | tee -a $head_log
(make 2>&1 || (make clean; make 2>&1)) | tee -a $head_log
(make install) 2>&1 | tee -a $head_log

but the compile-command exits with the following message

Compiling smbd/blocking.c
Compiling smbd/sec_ctx.c
Compiling smbd/vfs.c
Compiling smbd/vfs-wrap.c
smbd/vfs-wrap.c: In function `vfswrap_symlink':
smbd/vfs-wrap.c:565: structure has no member named `syscall_symlink_count'
smbd/vfs-wrap.c:573: structure has no member named `syscall_symlink_time'
smbd/vfs-wrap.c: In function `vfswrap_readlink':
smbd/vfs-wrap.c:581: structure has no member named `syscall_readlink_count'
smbd/vfs-wrap.c:589: structure has no member named `syscall_readlink_time'
make: *** [smbd/vfs-wrap.o] Error 1

if you need more information i could post the whole logfile (log from
getting cvs tree and compiling).

so, my question is: have there been major changes during the last
weeks/months ?
have i overseen something ? is this the right place to ask ? if not, can you
please point me to the right point asking questions like this ?


Thank you in advance.
Christian.






More information about the samba-cvs mailing list