Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2007 16:10:33 +0300
From:      banshee <root@vault13.org>
To:        FreeBSD Tinderbox <tinderbox@freebsd.org>
Subject:   Re: [head tinderbox] failure on i386/pc98
Message-ID:  <20070321131033.GB927@vault.net.vault13.org>
In-Reply-To: <20070321120345.2B1F073039@freebsd-current.sentex.ca>
References:  <20070321120345.2B1F073039@freebsd-current.sentex.ca>

next in thread | previous in thread | raw e-mail | index | archive | help

--xo44VMWPx7vlQ2+2
Content-Type: multipart/mixed; boundary="ZoaI/ZTpAVc4A5k6"
Content-Disposition: inline


--ZoaI/ZTpAVc4A5k6
Content-Type: text/plain; charset=koi8-r
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable


	appling following two patchs works fine for crypto, but now it fails on mo=
dules/padlock.

On Wed, Mar 21, 2007 at 07:03:44AM -0500, FreeBSD Tinderbox wrote:
> TB --- 2007-03-21 10:43:41 - tinderbox 2.3 running on freebsd-current.sen=
tex.ca
> TB --- 2007-03-21 10:43:41 - starting HEAD tinderbox run for i386/pc98
> TB --- 2007-03-21 10:43:41 - cleaning the object tree
> TB --- 2007-03-21 10:44:07 - checking out the source tree
> TB --- 2007-03-21 10:44:07 - cd /tinderbox/HEAD/i386/pc98
> TB --- 2007-03-21 10:44:07 - /usr/bin/cvs -f -R -q -d/home/ncvs update -P=
d -A src
> TB --- 2007-03-21 10:51:27 - building world (CFLAGS=3D-O2 -pipe)
> TB --- 2007-03-21 10:51:27 - cd /src
> TB --- 2007-03-21 10:51:27 - /usr/bin/make -B buildworld
> >>> World build started on Wed Mar 21 10:51:29 UTC 2007
> >>> Rebuilding the temporary build tree
> >>> stage 1.1: legacy release compatibility shims
> >>> stage 1.2: bootstrap tools
> >>> stage 2.1: cleaning up the object tree
> >>> stage 2.2: rebuilding the object tree
> >>> stage 2.3: build tools
> >>> stage 3: cross tools
> >>> stage 4.1: building includes
> >>> stage 4.2: building libraries
> >>> stage 4.3: make dependencies
> >>> stage 4.4: building everything
> >>> World build completed on Wed Mar 21 11:44:55 UTC 2007
> TB --- 2007-03-21 11:44:55 - generating LINT kernel config
> TB --- 2007-03-21 11:44:55 - cd /src/sys/pc98/conf
> TB --- 2007-03-21 11:44:55 - /usr/bin/make -B LINT
> TB --- 2007-03-21 11:44:55 - building LINT kernel (COPTFLAGS=3D-O2 -pipe)
> TB --- 2007-03-21 11:44:55 - cd /src
> TB --- 2007-03-21 11:44:55 - /usr/bin/make buildkernel KERNCONF=3DLINT
> >>> Kernel build for LINT started on Wed Mar 21 11:44:56 UTC 2007
> >>> stage 1: configuring the kernel
> >>> stage 2.1: cleaning up the object tree
> >>> stage 2.2: rebuilding the object tree
> >>> stage 2.3: build tools
> >>> stage 3.1: making dependencies
> >>> stage 3.2: building everything
> >>> Kernel build for LINT completed on Wed Mar 21 12:02:47 UTC 2007
> TB --- 2007-03-21 12:02:47 - building GENERIC kernel (COPTFLAGS=3D-O2 -pi=
pe)
> TB --- 2007-03-21 12:02:47 - cd /src
> TB --- 2007-03-21 12:02:47 - /usr/bin/make buildkernel KERNCONF=3DGENERIC
> >>> Kernel build for GENERIC started on Wed Mar 21 12:02:47 UTC 2007
> >>> stage 1: configuring the kernel
> >>> stage 2.1: cleaning up the object tree
> >>> stage 2.2: rebuilding the object tree
> >>> stage 2.3: build tools
> >>> stage 3.1: making dependencies
> [...]
> machine -> /src/sys/pc98/include
> i386 -> /src/sys/i386/include
> ln -sf /obj/pc98/src/sys/GENERIC/opt_param.h opt_param.h
> rm -f .depend
> mkdep -f .depend -a   -nostdinc -DPC98 -D_KERNEL -DKLD_MODULE -I- -DHAVE_=
KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq -I/obj/pc98/src/sys/GENERIC =
/src/sys/modules/crypto/../../opencrypto/crypto.c /src/sys/modules/crypto/.=
./../opencrypto/criov.c /src/sys/modules/crypto/../../opencrypto/cryptosoft=
.c /src/sys/modules/crypto/../../opencrypto/xform.c /src/sys/modules/crypto=
/../../opencrypto/cast.c /src/sys/modules/crypto/../../opencrypto/deflate.c=
 /src/sys/modules/crypto/../../opencrypto/rmd160.c /src/sys/modules/crypto/=
../../crypto/rijndael/rijndael-alg-fst.c /src/sys/modules/crypto/../../cryp=
to/rijndael/rijndael-api.c /src/sys/modules/crypto/../../opencrypto/skipjac=
k.c /src/sys/modules/crypto/../../crypto/blowfish/bf_enc.c /src/sys/modules=
/crypto/../../crypto/blowfish/bf_skey.c /src/sys/modules/crypto/../../crypt=
o/des/des_ecb.c /src/sys/modules/crypto/../../crypto/des/des_enc.c /src/sys=
/modules/crypto/../../crypto/des/des_setkey.c /src/sys/modules/crypto/../..=
/crypto/sha1.c /s
>  rc/sys/modules/crypto/../../crypto/sha2/sha2.c
> /src/sys/modules/crypto/../../opencrypto/crypto.c:81:26: cryptodev_if.h: =
No such file or directory
> /src/sys/modules/crypto/../../opencrypto/cryptosoft.c:52:26: cryptodev_if=
.h: No such file or directory
> mkdep: compile failed
> *** Error code 1
>=20
> Stop in /src/sys/modules/crypto.
> *** Error code 1
>=20
> Stop in /src/sys/modules.
> *** Error code 1
>=20
> Stop in /obj/pc98/src/sys/GENERIC.
> *** Error code 1
>=20
> Stop in /src.
> *** Error code 1
>=20
> Stop in /src.
> TB --- 2007-03-21 12:03:44 - WARNING: /usr/bin/make returned exit code  1=
=20
> TB --- 2007-03-21 12:03:44 - ERROR: failed to build GENERIC kernel
> TB --- 2007-03-21 12:03:44 - tinderbox aborted
> TB --- 0.62 user 2.30 system 4803.56 real
>=20
>=20
> http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"

--=20

        Contra vim mortis, non est medicaments...


--ZoaI/ZTpAVc4A5k6
Content-Type: text/plain; charset=koi8-r
Content-Disposition: attachment; filename="crypto.diff"
Content-Transfer-Encoding: quoted-printable

--- opencrypto/crypto.c	Wed Mar 21 15:23:03 2007
+++ /usr/src/sys/opencrypto/crypto.c	Wed Mar 21 16:07:13 2007
@@ -78,7 +78,6 @@
=20
 #include <sys/kobj.h>
 #include <sys/bus.h>
-#include "cryptodev_if.h"
=20
 /*
  * Crypto drivers register themselves by allocating a slot in the

--ZoaI/ZTpAVc4A5k6
Content-Type: text/plain; charset=koi8-r
Content-Disposition: attachment; filename="cryptosoft.diff"
Content-Transfer-Encoding: quoted-printable

--- opencrypto/cryptosoft.c	Wed Mar 21 15:23:03 2007
+++ /usr/src/sys/opencrypto/cryptosoft.c	Wed Mar 21 16:07:19 2007
@@ -49,7 +49,6 @@
=20
 #include <sys/kobj.h>
 #include <sys/bus.h>
-#include "cryptodev_if.h"
=20
 static	int32_t swcr_id;
 static	struct swcr_data **swcr_sessions =3D NULL;

--ZoaI/ZTpAVc4A5k6--

--xo44VMWPx7vlQ2+2
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (FreeBSD)

iQIVAwUBRgEuxoklF6acR4MmAQKWzg/9GcETHquDZo1CWEp4Iz5NN6Ia2acajnn8
/fCSFJj5xOZ6p4fVDMV5U0/z70f/fcboraKzJf7vM6oZWc26hFIfs6n7YN/CCJ7E
ULbrjp3yEldEpF/vsxb7veejHIaoBHa2Z85Dqw8CHfRUIlArPFl5F/UmE3Twhp4W
2O/OBk6RB//PxbjJXFmS3QKtdlO6lCPePKD7DlqgyvPoQEfLla23L8eEfQxvd93a
EeAaAj8GMhlYXjg+lteY3aUcJLZO36Fx8JwiFtslAT5MpToWd5byPI3Ws4Q4eEIn
NN3BCSzjU3HYmJPm7P41LGn9hCwpherSctYg0iuQM5viP3O9QRi5Apudv7lj4e2q
/PBOONo1XvdxO1T9hynY90iQZG86hb55h9eOAX5E1i1K66DQBvYxB+s/kWFW4QoA
3mBTi0dvoEK1225BRvsiuuwQ3fs6iuKneOEUxtLAqeLrEST2TYRbGrajjC4zDtR6
J3uKgINKY0+IbUSyJ4Qougc61yY7hPoq9BMi8u5HibEzlEFC17nmcPTQcCW5M9Ef
96Qm1WyVTRlUXg/qDhNs81R+0h4eRxRAG7Mwgv9gb08H71FQaJalwIVXThIFRUw0
tl60RvJTAlaaeXhb7i1JNCF80JLJzliuwHNcPOMQIylORdSm27M0gNXRCXBqdUFO
6EjT8GGzKYI=
=Hp9S
-----END PGP SIGNATURE-----

--xo44VMWPx7vlQ2+2--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070321131033.GB927>