Subject: pkg/26089: comms/jpilot doesn't find des.h
To: None <gnats-bugs@gnats.netbsd.org>
From: None <mlelstv@serpens.de>
List: pkgsrc-bugs
Date: 06/27/2004 19:26:56
>Number: 26089
>Category: pkg
>Synopsis: comms/jpilot doesn't find des.h
>Confidential: no
>Severity: critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Jun 27 17:29:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator: Michael van Elst
>Release: NetBSD 1.6.2_STABLE
>Organization:
--
Michael van Elst
Internet: mlelstv@serpens.de
"A potential Snark may lurk in every tree."
>Environment:
System: NetBSD pepew 1.6.2_STABLE NetBSD 1.6.2_STABLE (PEPEW) #13: Fri Jun 18 22:59:51 MEST 2004 src@pepew:/amd/fud-wave/d/0/src/sys/arch/i386/compile/PEPEW i386
Architecture: i386
Machine: i386
>Description:
Building the package comms/jpilot fails because the file KeyRing/keyring.c
tries to include kerberosIV/des.h which does not exist on a system without
Kerberos. Instead it should include openssl/des.h.
See also pkg/23185
>How-To-Repeat:
Try to build comms/jpilot from pkgsrc on a system without Kerberos.
>Fix:
--- keyring.c.dist Sun Jun 27 19:25:33 2004
+++ keyring.c Sun Jun 27 19:23:16 2004
@@ -31,7 +31,7 @@
/* Opensll header files */
#include <openssl/md5.h>
-#include <kerberosIV/des.h>
+#include <openssl/des.h>
#include "libplugin.h"
>Release-Note:
>Audit-Trail:
>Unformatted: