From owner-freebsd-current Wed Aug 23 18: 9: 6 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail4.post.kek.jp (mail4.post.kek.jp [130.87.41.21]) by hub.freebsd.org (Postfix) with ESMTP id 64E2E37B422 for ; Wed, 23 Aug 2000 18:09:03 -0700 (PDT) Received: from mail2.post.kek.jp (root@mail2.post.kek.jp [130.87.41.19]) by mail4.post.kek.jp (8.9.3+3.2W/3.7WpostKEK:04/29/00) with ESMTP id KAA11254 for ; Thu, 24 Aug 2000 10:09:02 +0900 (JST) (envelope-from yosimoto@post.kek.jp) Received: from darwin.kek.jp (darwin.kek.jp [130.87.85.49]) by mail2.post.kek.jp (8.9.3+3.2W/3.7WpostKEK:05/01/00) with ESMTP id KAA05019 for ; Thu, 24 Aug 2000 10:09:01 +0900 (JST) (envelope-from yosimoto@post.kek.jp) Mime-Version: 1.0 X-Sender: yosimoto@pop.post.kek.jp X-Mailer: Macintosh Eudora Pro Version 4.2.2-Jb6-9.100 Message-Id: Date: Thu, 24 Aug 2000 10:09:01 +0900 To: freebsd-current@FreeBSD.ORG From: Shin-ichi YOSHIMOTO Subject: make buildworld broken in libcrypto. Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I got the following error while trying to make builworld with WITH_IDEA=YES and USA_RESIDENT=NO. ===> libcrypto [snip] cc -O -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DL_ENDIAN -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/e_cbc_i.c -o e_cbc_i.o /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/e_cbc_i.c:7 8: union has no member named `idea_ks' /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/e_cbc_i.c: In function `idea_cbc_init_key': /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/e_cbc_i.c:9 7: union has no member named `idea_ks' /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/e_cbc_i.c:1 00: syntax error before `tmp' /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/e_cbc_i.c:1 02: `tmp' undeclared (first use in this function) /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/e_cbc_i.c:1 02: (Each undeclared identifier is reported only once /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/e_cbc_i.c:1 02: for each function it appears in.) /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/e_cbc_i.c:1 03: union has no member named `idea_ks' /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/e_cbc_i.c:1 05: `IDEA_KEY_SCHEDULE' undeclared (first use in this function) /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/e_cbc_i.c: In function `idea_cbc_cipher': /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/e_cbc_i.c:1 15: union has no member named `idea_ks' *** Error code 1 Stop in /usr/src/secure/lib/libcrypto. ---------------------------------------------------------- Shin-ichi YOSHIMOTO KEK, High Energy Accelerator Research Organization Accelerator Laboratory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message