Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2003 09:06:32 +0100 (CET)
From:      jmegias@caja-granada.es
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   misc/48695: Error building world with sasl support in sendmail
Message-ID:  <200302260806.h1Q86WQ3065294@tijeras.caja-granada.es>

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

>Number:         48695
>Category:       misc
>Synopsis:       Error building world with sasl support in sendmail
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 26 00:10:09 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jose Manuel Megias Sanchez <jmegias@caja-granada.es>
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Caja General Ahorros Granada
>Environment:
System: FreeBSD tijeras.caja-granada.es 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Dec 12 08:05:16 CET 2002 root@tijeras.caja-granada.es:/usr/src/sys/compile/TIJERAS i386


	
>Description:
	I'm trying to add sasl support to sendmail. Then I've prepared the file /etc/make.conf with the following lines:
	SENDMAIL_CFLAGS+=   -I/usr/local/include/sasl -DSASL - -D_FFR_UNSAFE_SASL
	SENDMAIL_LDFLAGS+=  -L/usr/local/lib
	SENDMAIL_LDADD+=    -lsasl

	Then I've updated the system via cvsup to 4.7 stable release and making a buildworld break with the following error:

	===> lib/libmilter
	cc -O -pipe  -I/usr/src/lib/libmilter/../../contrib/sendmail/src -I/usr/src/lib/
	libmilter/../../contrib/sendmail/include -I. -DNETINET6 -DNOT_SENDMAIL -Dsm_snpr
	intf=snprintf -D_THREAD_SAFE -I/usr/local/include/sasl -DSASL - -D_FFR_UNSAFE_SA
	SL  -c /usr/src/lib/libmilter/../../contrib/sendmail/libmilter/main.c -o main.o
	cc: cannot specify -o with -c or -S and multiple compilations
	*** Error code 1

	Stop in /usr/src/lib/libmilter.
	*** Error code 1

	Stop in /usr/src/lib.
	*** Error code 1

	Stop in /usr/src.
	*** Error code 1

	Stop in /usr/src.
	*** Error code 1

	Stop in /usr/src.
	*** Error code 1

	Stop in /usr/src.
	tijeras# 

>How-To-Repeat:
	Always exists the before make.conf file and making a buildworld.
>Fix:

	Make buildworld makes ok if not exists the make.conf file.


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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