Subject: Re: [HEADS-UP] switched from KAME racoon to ipsec-tools racoon
To: None <current-users@netbsd.org>
From: Tomofumi Hayashi <tom.hayashi@alaxala.com>
List: current-users
Date: 02/23/2005 12:46:38
Hi.
It is another problem, maybe, however.....

I failed "./build.sh distribution" because I may think Makefile=20
is not correct.=20

I attach pseudo diff file. Same problem is in=20
/usr/src/usr.sbin/racoonctl/Makefile, isn't it?

-----------------------------------------------
Name:Tomofumi Hayashi=20
Address: tom.hayashi@alaxala.com
Organization: Alaxala Networks Corporation


BEGIN
-- This is a pseudo diff file for /usr/src/usr.sbin/racoon/Makefile .--
!DIST=3D	${NETBSDSRCDIR}/crypto/dist/ipsec-tools
!CPPFLAGS+=3D -I${DIST}/src/racoon -I${DIST}/src/libipsec
+DIST=3D	${NETBSDSRCDIR}/crypto/dist/ipsec-tools/racoon
+CPPFLAGS+=3D -I${DIST} -I${DIST}/../libipsec

!CPPFLAGS+=3D -I${DIST}/src/racoon/missing
+CPPFLAGS+=3D -I${DIST}/missing


!.PATH:  ${NETBSDSRCDIR}/lib/libipsec ${DIST}/src/racoon		\
!	${DIST}/src/racoon/missing/crypto/sha2
+.PATH:  ${NETBSDSRCDIR}/lib/libipsec ${DIST}/		\
+	${DIST}/missing/crypto/sha2

!prsa_tok.c: ${DIST}/src/racoon/prsa_tok.l
!	${LEX} -Pprsa -o${.TARGET} ${.ALLSRC}
+prsa_tok.c: ${DIST}/prsa_tok.l
+	${LEX} -Pprsa -o${.TARGET} ${.ALLSRC}

!prsa_par.c: ${DIST}/src/racoon/prsa_par.y
!	${YACC} -pprsa -d -o ${.TARGET} ${.ALLSRC}
+prsa_par.c: ${DIST}/prsa_par.y
+	${YACC} -pprsa -d -o ${.TARGET} ${.ALLSRC}
----------------------------------------------------------
END

At Tue, 22 Feb 2005 23:17:02 +0100,
Emmanuel Dreyfus wrote:
> > > > Looks like directory src/usr.sbin/racoon/racoon has been deleted.
> > cvs update -dAP still put src/usr.sbin/racoon/Makefile
>=20
> Yes, src/usr.sbin/racoon/Makefile still exists, but
> src/usr.sbin/racoon/racoon has been deleted.=20
>=20
> > I tried to clean all and rebuild distribution, but i still get the same
> > error.
> >=20
> > Did someone managed to build distribution on i386 ?
>=20
> I was able to build the world with ipsec-tools on amd64 and macppc. I
> see no reason why it woulnd't succeed on i386. Maybe try to start over
> with a freshly checked-out tree?
>=20
> --=20
> Emmanuel Dreyfus
> Un bouquin en fran=E7ais sur BSD:
> http://www.eyrolles.com/Informatique/Livre/9782212114638/livre-bsd.php
> manu@netbsd.org
>=20