From owner-freebsd-ports Sat Feb 26 15:40: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C54537B573 for ; Sat, 26 Feb 2000 15:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA99369; Sat, 26 Feb 2000 15:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.jcsd1.k12.wy.us (www.jcsd1.k12.wy.us [209.181.17.144]) by hub.freebsd.org (Postfix) with ESMTP id B1A6F37B573 for ; Sat, 26 Feb 2000 15:31:36 -0800 (PST) (envelope-from matt@chaos.jcsd1.k12.wy.us) Received: (from uucp@localhost) by mail.jcsd1.k12.wy.us (8.9.3/8.9.3) id QAA21834 for ; Sat, 26 Feb 2000 16:31:35 -0700 (MST) (envelope-from matt@chaos.jcsd1.k12.wy.us) Received: from UNKNOWN(137.89.176.6), claiming to be "worf.jcsd1.k12.wy.us" via SMTP by mail.jcsd1.k12.wy.us, id smtpdU21832; Sat Feb 26 16:31:28 2000 Received: from chaos.jcsd1.k12.wy.us (chaos.jcsd1.k12.wy.us [10.10.0.22]) by worf.jcsd1.k12.wy.us (8.9.3/8.9.3) with ESMTP id QAA23291 for ; Sat, 26 Feb 2000 16:31:26 -0700 (MST) (envelope-from matt@chaos.jcsd1.k12.wy.us) Received: (from matt@localhost) by chaos.jcsd1.k12.wy.us (8.9.3/8.9.3) id QAA01049; Sat, 26 Feb 2000 16:31:26 -0700 (MST) (envelope-from matt) Message-Id: <200002262331.QAA01049@chaos.jcsd1.k12.wy.us> Date: Sat, 26 Feb 2000 16:31:26 -0700 (MST) From: Matt DeLapp Reply-To: matt@chaos.jcsd1.k12.wy.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17015: pipsecd port compile fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17015 >Category: ports >Synopsis: pipsecd port compile fails >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 26 15:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Matt DeLapp >Release: FreeBSD 3.4-STABLE i386 >Organization: Johnson County School District #1 >Environment: last buildworld done from sources cvsupped 2/26/00 9:36am -0700 PentiumPro-200, dual CPU, running SMP kernel get same errors on a Pentium-120 single CPU machine >Description: ===> Building for pipsecd-19991014 cc -Wall -I/usr/local/include -I/usr/local/include/openssl -I/usr/local/include -g -O -pipe -o pipsecd tunip.c -L/usr/local/lib -lcrypto -lmd -L/usr/local/lib -L/usr/local/lib -lRSAg lue -lrsaref -DFILE_PREFIX=\"/usr/local\" tunip.c:373: D5Init' undeclared here (not in a function) tunip.c:373: initializer element for ash_md5.hash_Init' is not constant tunip.c:373: D5Update' undeclared here (not in a function) tunip.c:373: initializer element for ash_md5.hash_Update' is not constant tunip.c:374: D5Final' undeclared here (not in a function) tunip.c:374: initializer element for ash_md5.hash_Final' is not constant tunip.c:378: warning: initialization from incompatible pointer type tunip.c:378: warning: initialization from incompatible pointer type tunip.c:379: warning: initialization from incompatible pointer type tunip.c:383: warning: initialization from incompatible pointer type tunip.c:383: warning: initialization from incompatible pointer type tunip.c:384: warning: initialization from incompatible pointer type tunip.c: In function arse_secret': tunip.c:944: warning: int format, pointer arg (arg 3) tunip.c:956: warning: int format, pointer arg (arg 3) tunip.c: In function onfig_read': tunip.c:992: warning: passing arg 1 of trsep' from incompatible pointer type tunip.c:996: warning: passing arg 1 of trsep' from incompatible pointer type tunip.c:1036: warning: passing arg 1 of trsep' from incompatible pointer type tunip.c:1154: warning: passing arg 1 of trsep' from incompatible pointer type tunip.c: In function nit_global_iv': tunip.c:1323: warning: implicit declaration of function D5Init' tunip.c:1324: warning: implicit declaration of function D5Update' tunip.c:1325: warning: implicit declaration of function D5Final' tunip.c: In function y_des_cbc_encrypt': tunip.c:2023: warning: passing arg 5 of es_cbc_encrypt' from incompatible pointer type tunip.c: In function y_des_cbc_decrypt': tunip.c:2035: warning: passing arg 5 of es_cbc_encrypt' from incompatible pointer type tunip.c: In function y_des_setkey': tunip.c:2046: warning: passing arg 1 of es_set_key' from incompatible pointer type tunip.c: In function y_des3_cbc_encrypt': tunip.c:2055: warning: passing arg 7 of es_ede3_cbc_encrypt' from incompatible pointer type tunip.c: In function y_des3_cbc_decrypt': tunip.c:2063: warning: passing arg 7 of es_ede3_cbc_encrypt' from incompatible pointer type tunip.c: In function y_des3_setkey': tunip.c:2071: warning: passing arg 1 of es_set_key' from incompatible pointer type tunip.c:2073: warning: passing arg 1 of es_set_key' from incompatible pointer type tunip.c:2075: warning: passing arg 1 of es_set_key' from incompatible pointer type *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. >How-To-Repeat: cd /usr/ports/net/pipsecd make >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message