Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Mar 2000 03:37:35 -0800
From:      "Paul M . Lambert" <plambert@plambert.net>
To:        ports@freebsd.org
Cc:        patrick@mindstep.com
Subject:   difficulties with ports/net/pipsecd/
Message-ID:  <20000302033735.B954@pinky.plambert.net>

next in thread | raw e-mail | index | archive | help
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




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