Subject: pkg/29523: Can build Sendmail with SASL2
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <jl+netbsd@lists.wasmer.ca>
List: pkgsrc-bugs
Date: 02/24/2005 17:26:00
>Number: 29523
>Category: pkg
>Synopsis: Can build Sendmail with SASL2
>Confidential: no
>Severity: critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Feb 24 17:26:00 +0000 2005
>Originator: Jean-Luc Wasmer
>Release: NetBSD 2.99.15
>Organization:
>Environment:
System: NetBSD 2.99.15 NetBSD 2.99.15 (GENERIC) #0: Fri Feb 11 18:54:01 EST 2005 root@vince:/usr/build/obj/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
When I run
make USE_SASL2=YES
in pkgsrc/mail/sendmail I get the following errors:
In file included from debug.c:11:
../../sendmail/sendmail.h:137:20: sasl.h: No such file or directory
../../sendmail/sendmail.h:138:24: saslutil.h: No such file or directory
In file included from err.c:11:
../../sendmail/sendmail.h:137:20: sasl.h: No such file or directory
../../sendmail/sendmail.h:138:24: saslutil.h: No such file or directory
In file included from lockfile.c:14:
../../sendmail/sendmail.h:137:20: sasl.h: No such file or directory
../../sendmail/sendmail.h:138:24: saslutil.h: No such file or directory
In file included from safefile.c:14:
../../sendmail/sendmail.h:137:20: sasl.h: No such file or directory
../../sendmail/sendmail.h:138:24: saslutil.h: No such file or directory
In file included from snprintf.c:14:
../../sendmail/sendmail.h:137:20: sasl.h: No such file or directory
../../sendmail/sendmail.h:138:24: saslutil.h: No such file or directory
In file included from cf.c:11:
../../sendmail/sendmail.h:137:20: sasl.h: No such file or directory
../../sendmail/sendmail.h:138:24: saslutil.h: No such file or directory
In file included from debug.c:11:
../../sendmail/sendmail.h:137:20: sasl.h: No such file or directory
../../sendmail/sendmail.h:138:24: saslutil.h: No such file or directory
...
>How-To-Repeat:
>Fix: