Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 2003 20:43:24 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bzeeb+freebsdports@zabbadoz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        bzeeb+freebsdports@zabbadoz.net
Subject:   ports/57106: racoon libipsec test b0rked
Message-ID:  <20030922204324.0B54515388@mail.int.zabbadoz.net>
Resent-Message-ID: <200309222050.h8MKoN4M066387@freefall.freebsd.org>

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

>Number:         57106
>Category:       ports
>Synopsis:       racoon libipsec test b0rked
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 22 13:50:23 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Bjoern A. Zeeb
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
Zabbadoz.NeT
>Environment:
FreeBSD noc.int.zabbadoz.net 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sat Sep 20 22:19:04 UTC 2003     bz@noc.int.zabbadoz.net:/export/src/src/obj/export/src/src/HEAD/compile-20030920-2028/sys/ZAB2-2003092001  i386

>Description:
racoon port has the following test:

.if !exists(/usr/lib/libipsec.so.1)
BROKEN=		"You must upgrade the OS"
.endif

but

bz@noc:security/racoon> ls -l /usr/lib/libipsec.so*
lrwxr-xr-x    1 root     wheel          18 Sep 20 22:53 /usr/lib/libipsec.so -> /lib/libipsec.so.1
bz@noc:security/racoon> ls -l /lib/libipsec.so.1
-r--r--r--    1 root     wheel       22988 Sep 20 22:53 /lib/libipsec.so.1


>How-To-Repeat:
	instal 5.1R and update to HEAD

>Fix:

unsure (don't know if /usr/lib/libipsec.so.1 ever existed)
but I would suggest:

--- Makefile.orig       Mon Sep 22 20:36:35 2003
+++ Makefile    Mon Sep 22 20:36:51 2003
@@ -13,7 +13,7 @@
 MAINTAINER=	sumikawa@FreeBSD.org
 COMMENT=	KAME racoon IKE daemon

-.if !exists(/usr/lib/libipsec.so.1)
+.if !exists(/usr/lib/libipsec.so.1) && !exists(/lib/libipsec.so.1)
 BROKEN=		"You must upgrade the OS"
.endif

>Release-Note:
>Audit-Trail:
>Unformatted:



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