RE: arla on 5.0-DP2

2002-12-02 Thread Petr Holub
> Arla is broken on 5.0, as you have discovered.
> http://bento.freebsd.org/errorlogs/5-latest/arla-0.35.6.log

Obviously :-). But I was able to get even further than what's shown
in the build log mentioned above which crashes on

checking if vnode_if.h needs to be built... configure: error: unable to find any 

vnode_if.h is in kernel build tree so I used that one. After this change
compilation proceeds until it stops on following message:


gcc -c  -DHAVE_CONFIG_H -I. -I.  -I../../include -I./../../include  -I./../inclu
de  -I/usr/athena/include -DXFS_DEBUG -DINET6 -g  -Wall -Wmissing-prototypes -Wp
ointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs -O   -D
KERNEL -D_KERNEL -DVFS_KLD -DKLD_MODULE -I/sys/arch -I/sys -I. -Wno-unused xfs_m
essage.c
In file included from /sys/sys/systm.h:45,
 from xfs/xfs_locl.h:137,
 from xfs_message.c:34:
/usr/include/machine/atomic.h: In function `atomic_load_acq_ptr':
/usr/include/machine/atomic.h:371: warning: cast does not match function type
In file included from xfs/xfs_locl.h:137,
 from xfs_message.c:34:
/sys/sys/systm.h: At top level:
/sys/sys/systm.h:171: warning: built-in function `bzero' declared as non-functio
n
In file included from xfs_message.c:34:
xfs/xfs_locl.h:289:29: xfs/xfs_vopdefs.h: No such file or directory
xfs_message.c: In function `xfs_message_installroot':
xfs_message.c:67: structure has no member named `v_flag'
xfs_message.c:67: `VROOT' undeclared (first use in this function)
xfs_message.c:67: (Each undeclared identifier is reported only once
xfs_message.c:67: for each function it appears in.)
xfs_message.c: In function `xfs_message_installnode':
xfs_message.c:92: warning: passing arg 3 of `vget' from incompatible pointer typ
e
xfs_message.c: In function `xfs_message_installdata':
xfs_message.c:174: warning: passing arg 3 of `vget' from incompatible pointer ty
pe
xfs_message.c:195: warning: passing arg 6 of `NDINIT' from incompatible pointer
type
xfs_message.c:202: warning: passing arg 3 of `VOP_UNLOCK' from incompatible poin
ter type
xfs_message.c: In function `xfs_message_invalidnode':
xfs_message.c:303: warning: passing arg 3 of `vrecycle' from incompatible pointe
r type
xfs_message.c: In function `gc_vnode':
xfs_message.c:411: warning: implicit declaration of function `simple_lock'
xfs_message.c:426: warning: implicit declaration of function `simple_unlock'
*** Error code 1

Stop in /usr/tmp/ics/arla-0.35.6/xfs/bsd.
*** Error code 1

Stop in /usr/tmp/ics/arla-0.35.6/xfs.
*** Error code 1

Stop in /usr/tmp/ics/arla-0.35.6.



Do you have an idea what has been changed in -CURRENT with respect
to that error.

BTW: I sent another mail to -current maillist in the same time as arla mail
which describes my problems with disklabel (and probably GEOM) and still
got no answer. Is there anybody who can help?

Thanks very much,
Petr



Petr Holub
CESNET z.s.p.o.   Supercomputing Center Brno
Zikova 4 Institute of Compt. Science
160 00 Praha 6, CZMasaryk University
Czech Republic Botanicka 68a, 60200 Brno, CZ 
e-mail: [EMAIL PROTECTED]  phone: +420-5-41512213
   e-mail: [EMAIL PROTECTED]  
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: arla on 5.0-DP2

2002-12-01 Thread Kris Kennaway
On Sun, Dec 01, 2002 at 04:09:11PM +0100, Petr Holub wrote:
> Hi all,
> 
> I tried to build arla on 5.0-DP2 and got messages following my
> signature. It seems that some structures changed since 4-STABLE.
> I'm building it on my own using patches from port tree. This
> procedure works on 4.x flawlessly.

Arla is broken on 5.0, as you have discovered.

http://bento.freebsd.org/errorlogs/5-latest/arla-0.35.6.log

Kris



msg47903/pgp0.pgp
Description: PGP signature


RE: arla on 5.0-DP2

2002-12-01 Thread Petr Holub
> Hm google found some patches here,
> http://www.stacken.kth.se/lists/arla-drinkers/2001-12/msg00012.html
> They are nearly a year old, but maybe they still apply?
> Have you tried them?

Well - this patch seems to do rather dirty things. I'm not interested
in having afs inside kernel unless it's necessary. And most of "innocent"
things seem to be included in 0.35.10.

Petr


Petr Holub
CESNET z.s.p.o.   Supercomputing Center Brno
Zikova 4 Institute of Compt. Science
160 00 Praha 6, CZMasaryk University
Czech Republic Botanicka 68a, 60200 Brno, CZ 
e-mail: [EMAIL PROTECTED]  phone: +420-5-41512213
   e-mail: [EMAIL PROTECTED]  
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: arla on 5.0-DP2

2002-12-01 Thread Tilman Linneweh
* "Petr Holub" <[EMAIL PROTECTED]> [Sun, 1 Dec 2002 16:38:26 +0100]:

> > Have you tried the update submitted in PR ports 43484? I didn't tested it
> > on CURRENT yet (due to lack of Kerberos on my CURRENT box).
> 
> The seems to just to upgrade to 0.36.9. I tried to compile both 0.35.9
> and 0.36.10 with the same result. :-( I didn't use patches patch-ac and patch-ad
> from port tree since they seem to fail on both 0.35.9 and 0.35.10...
> 
> Petr

Hm google found some patches here,

http://www.stacken.kth.se/lists/arla-drinkers/2001-12/msg00012.html

They are nearly a year old, but maybe they still apply?
Have you tried them?




msg47881/pgp0.pgp
Description: PGP signature


RE: arla on 5.0-DP2

2002-12-01 Thread Petr Holub
> Have you tried the update submitted in PR ports 43484? I didn't tested it
> on CURRENT yet (due to lack of Kerberos on my CURRENT box).

BTW: I've looked inside patch-ac and patch-ad and arla-0.35.10 sources
and it seems that 0.35.10 already contains those patches (though they
are rewritten a bit).

Petr


Petr Holub
CESNET z.s.p.o.   Supercomputing Center Brno
Zikova 4 Institute of Compt. Science
160 00 Praha 6, CZMasaryk University
Czech Republic Botanicka 68a, 60200 Brno, CZ 
e-mail: [EMAIL PROTECTED]  phone: +420-5-41512213
   e-mail: [EMAIL PROTECTED]  
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



RE: arla on 5.0-DP2

2002-12-01 Thread Petr Holub
> Have you tried the update submitted in PR ports 43484? I didn't tested it
> on CURRENT yet (due to lack of Kerberos on my CURRENT box).

The seems to just to upgrade to 0.36.9. I tried to compile both 0.35.9
and 0.36.10 with the same result. :-( I didn't use patches patch-ac and patch-ad
from port tree since they seem to fail on both 0.35.9 and 0.35.10...

Petr


Petr Holub
CESNET z.s.p.o.   Supercomputing Center Brno
Zikova 4 Institute of Compt. Science
160 00 Praha 6, CZMasaryk University
Czech Republic Botanicka 68a, 60200 Brno, CZ 
e-mail: [EMAIL PROTECTED]  phone: +420-5-41512213
   e-mail: [EMAIL PROTECTED]  
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: arla on 5.0-DP2

2002-12-01 Thread Tilman Linneweh
In arved.freebsd.current, you wrote:
> Hi all,
> 
> I tried to build arla on 5.0-DP2 and got messages following my
> signature. It seems that some structures changed since 4-STABLE.
> I'm building it on my own using patches from port tree. This
> procedure works on 4.x flawlessly.
>

Have you tried the update submitted in PR ports 43484? I didn't tested it
on CURRENT yet (due to lack of Kerberos on my CURRENT box).

regards
tilman



msg47878/pgp0.pgp
Description: PGP signature