From owner-freebsd-ports Thu Mar 2 3:37:43 2000 Delivered-To: freebsd-ports@freebsd.org Received: from pinky.plambert.net (pinky.plambert.net [205.219.88.225]) by hub.freebsd.org (Postfix) with ESMTP id 2E83737C0D4 for ; Thu, 2 Mar 2000 03:37:40 -0800 (PST) (envelope-from plambert@pinky.plambert.net) Received: (from plambert@localhost) by pinky.plambert.net (8.9.3/8.9.3) id DAA11866; Thu, 2 Mar 2000 03:37:36 -0800 (PST) (envelope-from plambert) Date: Thu, 2 Mar 2000 03:37:35 -0800 From: "Paul M . Lambert" To: ports@freebsd.org Cc: patrick@mindstep.com Subject: difficulties with ports/net/pipsecd/ Message-ID: <20000302033735.B954@pinky.plambert.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm sure the problem is painfully obvious, but it's not so to me at the moment. I've attempted to install pipsecd. My box is a 3.4-STABLE box cvsupped on 2/28, IIRC. The sources were built and installed just fine, and I made a new kernel at the same time. Here's the rub. pipsecd fails to build for some unapparent reason: the very first cc makes it quite clear that something is hosed. I'm in the USA, and have USA_RESIDENT set to yes. Here it is: root@pinky# make ===> Extracting for pipsecd-19991014 >> Checksum OK for pipsec-19991014.tar.gz. ===> pipsecd-19991014 depends on shared library: crypto.1 - found ===> pipsecd-19991014 depends on shared library: rsaref.2 - found ===> Patching for pipsecd-19991014 ===> Applying FreeBSD patches for pipsecd-19991014 ===> Configuring for pipsecd-19991014 ===> Building for pipsecd-19991014 cc -Wall -I/usr/local/include/openssl -I/usr/local/include -I/usr/local/include -g -O3 -pipe -o pipsecd tunip.c -L/usr/local/lib -lcrypto -L/usr/local/lib -L /usr/local/lib -lRSAglue -lrsaref -DFILE_PREFIX=\"/usr/local\" tunip.c:373: warning: initialization from incompatible pointer type tunip.c:373: warning: initialization from incompatible pointer type tunip.c:374: warning: initialization from incompatible pointer type 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 `parse_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 `config_read': tunip.c:992: warning: passing arg 1 of `strsep' from incompatible pointer type tunip.c:996: warning: passing arg 1 of `strsep' from incompatible pointer type tunip.c:1036: warning: passing arg 1 of `strsep' from incompatible pointer type tunip.c:1154: warning: passing arg 1 of `strsep' from incompatible pointer type tunip.c: In function `my_des_cbc_encrypt': tunip.c:2023: warning: passing arg 5 of `des_cbc_encrypt' from incompatible poin ter type tunip.c: In function `my_des_cbc_decrypt': tunip.c:2035: warning: passing arg 5 of `des_cbc_encrypt' from incompatible poin ter type tunip.c: In function `my_des_setkey': tunip.c:2046: warning: passing arg 1 of `des_set_key' from incompatible pointer type tunip.c: In function `my_des3_cbc_encrypt': tunip.c:2055: warning: passing arg 7 of `des_ede3_cbc_encrypt' from incompatible pointer type tunip.c: In function `my_des3_cbc_decrypt': tunip.c:2063: warning: passing arg 7 of `des_ede3_cbc_encrypt' from incompatible pointer type tunip.c: In function `my_des3_setkey': tunip.c:2071: warning: passing arg 1 of `des_set_key' from incompatible pointer type tunip.c:2073: warning: passing arg 1 of `des_set_key' from incompatible pointer type tunip.c:2075: warning: passing arg 1 of `des_set_key' from incompatible pointer type root@pinky# Any suggestions, anyone? --plambert -- I hate bombs, terrorism, fear, plans, future and past injustices, manifestos, popular sentiment, ignition, timetables, meetings, and poorly adjusted weasels. A warm hello to my friends and fans in domestic surveillance! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message