[OpenAFS-devel] OpenAFS 1.2.8 Release Candidate 2 now available for testing

Martin MOKREJŠ mmokrejs@natur.cuni.cz
Mon, 2 Dec 2002 13:55:45 +0100 (CET)


On Fri, 22 Nov 2002, Garry Zacheiss wrote:

> A compressed tar file of OpenAFS 1.2.8-rc2 is now available at:
>
>   http://www.openafs.org/dl/openafs/testers/openafs-1.2.8-rc2.tar.gz

Hi,
  I've decided to recompile my -rc2 source tree again on Debian Linux
2.4.20, as I still did not get it running with kerberos. It seems I can
get kerberos tickets from KTH-KRB kerberos KDC, but afslog fails with:

rt_sigaction(SIGSYS, {0x804ac14, [], SA_RESTART|0x4000000}, {SIG_DFL}, 8) = 0
afs_syscall(0x14, 0, 0x400c5603, 0xbffffbe0, 0) = -1 ENOSYS (Function not implemented)
rt_sigaction(SIGSYS, {SIG_DFL}, {0x804ac14, [], SA_RESTART|0x4000000}, 8) = 0
write(2, "afslog: ", 8afslog: )                 = 8
write(2, "AFS doesn\'t seem to be present o"..., 46AFS doesn't seem to be present on this machine) = 46
write(2, "\n", 1
)                       = 1
_exit(1)                                = ?


I guess the configure option for redhat is also for my kernel?
I thought that when I compile my own kernel downloaded from www.kernel.org
I'm safe.


Anyway, I tried:
./configure --enable-transarc-paths --enable-namei-fileserver --enable-full-vos-listvol-switch --with-linux-kernel-headers=/usr/src/linux-2.4.20 --enable-fast-restart
[...]
make[3]: Entering directory `/usr/scratch/openafs-1.2.8-rc2/src/uss'
echo 'char cml_version_number[]="@(#) OpenAFS 1.2.8-rc2 built ' `date +"%Y-%m-%d"` '";' >AFS_component_version_number.c
echo 'char* AFSVersion = "openafs 1.2.8-rc2"; ' >>AFS_component_version_number.c
cc -c  -I/usr/include -I/scratch/openafs-1.2.8-rc2/src/config -I/scratch/openafs-1.2.8-rc2/include -I. -O2 uss.c
uss.c: In function `main':
uss.c:2013: warning: passing arg 1 of `cmd_SetBeforeProc' from incompatible pointer type
cc -c  -I/usr/include -I/scratch/openafs-1.2.8-rc2/src/config -I/scratch/openafs-1.2.8-rc2/include -I. -O2 uss_procs.c
uss_procs.c: In function `uss_procs_CpFile':
uss_procs.c:236: warning: assignment makes pointer from integer without a cast
cc -c  -I/usr/include -I/scratch/openafs-1.2.8-rc2/src/config -I/scratch/openafs-1.2.8-rc2/include -I. -O2 uss_common.c
cc -c  -I/usr/include -I/scratch/openafs-1.2.8-rc2/src/config -I/scratch/openafs-1.2.8-rc2/include -I. -O2 uss_vol.c
cc -c  -I/usr/include -I/scratch/openafs-1.2.8-rc2/src/config -I/scratch/openafs-1.2.8-rc2/include -I. -O2 uss_acl.c
cc -c  -I/usr/include -I/scratch/openafs-1.2.8-rc2/src/config -I/scratch/openafs-1.2.8-rc2/include -I. -O2 uss_ptserver.c
cc -c  -I/usr/include -I/scratch/openafs-1.2.8-rc2/src/config -I/scratch/openafs-1.2.8-rc2/include -I. -O2 uss_kauth.c
uss_kauth.c: In function `uss_kauth_CheckUserName':
uss_kauth.c:557: warning: comparison between pointer and integer
cc -c  -I/usr/include -I/scratch/openafs-1.2.8-rc2/src/config -I/scratch/openafs-1.2.8-rc2/include -I. -O2 uss_fs.c
flex -l lex.c
bison -y -d grammar.y
grammar.y:53.2: parse error, unexpected "|"
grammar.y:59.2: parse error, unexpected "|"
grammar.y:65.2: parse error, unexpected "|"
grammar.y:68.2: parse error, unexpected "|"
grammar.y:73.2: parse error, unexpected "|"
grammar.y:77.2: parse error, unexpected "|"
grammar.y:85.4-56: invalid $ value
grammar.y:85.4-56: $6 of `entry' has no declared type
grammar.y:85.4-60: invalid $ value
grammar.y:85.4-60: $7 of `entry' has no declared type
grammar.y:85.4-64: invalid $ value
grammar.y:85.4-64: $8 of `entry' has no declared type
grammar.y:86.2: parse error, unexpected "|"
grammar.y:89.2: parse error, unexpected "|"
grammar.y:95.4-58: invalid $ value
grammar.y:95.4-58: $6 of `entry' has no declared type
grammar.y:96.2: parse error, unexpected "|"
grammar.y:104.4-56: invalid $ value
grammar.y:104.4-56: $6 of `entry' has no declared type
grammar.y:104.4-60: invalid $ value
grammar.y:104.4-60: $7 of `entry' has no declared type
grammar.y:104.4-64: invalid $ value
grammar.y:104.4-64: $8 of `entry' has no declared type
grammar.y:105.2: parse error, unexpected "|"
grammar.y:107.2: parse error, unexpected "|"
make[3]: *** [y.tab.c] Error 1
make[3]: Leaving directory `/usr/scratch/openafs-1.2.8-rc2/src/uss'
make[2]: *** [uss] Error 2
make[2]: Leaving directory `/usr/scratch/openafs-1.2.8-rc2'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/usr/scratch/openafs-1.2.8-rc2'
make: *** [all] Error 2
calomys:/scratch/openafs-1.2.8-rc2$ bison --version
bison (GNU Bison) 1.75
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
calomys:/scratch/openafs-1.2.8-rc2$


Who will judge if this is bison or afs bug?

-- 
Martin Mokrejs <mmokrejs@natur.cuni.cz>, <m.mokrejs@gsf.de>
PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs
MIPS / Institute for Bioinformatics <http://mips.gsf.de>
GSF - National Research Center for Environment and Health
Ingolstaedter Landstrasse 1, D-85764 Neuherberg, Germany
tel.: +49-89-3187 3683 , fax: +49-89-3187 3585