From owner-freebsd-ports@FreeBSD.ORG Tue May 4 10:55:48 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B234106564A for ; Tue, 4 May 2010 10:55:48 +0000 (UTC) (envelope-from udo.schweigert@siemens.com) Received: from thoth.sbs.de (thoth.sbs.de [192.35.17.2]) by mx1.freebsd.org (Postfix) with ESMTP id 8D8438FC14 for ; Tue, 4 May 2010 10:55:47 +0000 (UTC) Received: from mail3.siemens.de (localhost [127.0.0.1]) by thoth.sbs.de (8.12.11.20060308/8.12.11) with ESMTP id o44AQODW005301; Tue, 4 May 2010 12:26:24 +0200 Received: from mars.cert.siemens.com (mars.cert.siemens.com [139.25.19.9]) by mail3.siemens.de (8.12.11.20060308/8.12.11) with ESMTP id o44AQNAv002149; Tue, 4 May 2010 12:26:23 +0200 Received: from alaska.cert.siemens.com (alaska.cert.siemens.com [139.25.19.64]) by mars.cert.siemens.com (8.14.4/8.14.4/$SiemensCERT: mail/cert.mc.pre,v 1.70 2009/10/20 09:50:02 mailadm Exp $) with ESMTP id o44AQNel080560; Tue, 4 May 2010 12:26:23 +0200 (CEST) Received: from alaska.cert.siemens.com (alaska.cert.siemens.com [139.25.19.64]) by alaska.cert.siemens.com (8.14.4/8.14.4/$Ust: hosts/alaska/mail/config.mc,v 1.20 2006/06/21 05:39:02 ust Exp $) with ESMTP id o44AQN04018655; Tue, 4 May 2010 12:26:23 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.com) Received: (from ust@localhost) by alaska.cert.siemens.com (8.14.4/8.14.4/$Ust: hosts/alaska/mail/submit.mc,v 1.6 2004/08/29 16:18:57 ust Exp $) id o44AQN4T085272; Tue, 4 May 2010 12:26:23 +0200 (CEST) (envelope-from ust) Date: Tue, 4 May 2010 12:26:23 +0200 From: "Schweigert, Udo CERT" To: Benjamin Stier Message-ID: <20100504102623.GA4381@alaska.cert.siemens.com> References: <20100504085421.GA7254@hapi.ub.uni-tuebingen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100504085421.GA7254@hapi.ub.uni-tuebingen.de> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ports@freebsd.org Subject: Re: Failing to build mutt-devel-lite X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2010 10:55:48 -0000 I have already submitted a fix for this problem caused by the openssl port: Just wait until it is committed or just apply it yourself. Udo On Tue, May 04, 2010 at 10:54:21 +0200, Benjamin Stier wrote: > Hey ports@, > > I'm trying to build mail/mutt-devel-lite on FreeBSD 7.2-RELEASE-p4. My > makeoptions are > > WITH_MUTT_SMTP=yes > WITH_MUTT_IMAP_HEADER_CACHE=yes > WITH_MUTT_CYRUS_SASL2=yes > WITH_MUTT_SIDEBAR_PATCH=yes > > make always fails with the following output: > > ===> Building for mutt-devel-lite-1.5.20_3 > make all-recursive > Making all in m4 > Making all in po > Making all in intl > Making all in contrib > Making all in imap > Making all in . > cc -I/usr/local/include -DPKGDATADIR=\"/usr/local/share/mutt\" > -DSYSCONFDIR=\"/usr/local/etc\" -DBINDIR=\"/usr/local/bin\" > -DMUTTLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. > -I./imap -Iintl -I/usr/include -I/usr/local/include -I/usr/local/include > -I./intl -O2 -fno-strict-aliasing -pipe -MT mutt_ssl.o -MD -MP -MF > .deps/mutt_ssl.Tpo -c -o mutt_ssl.o mutt_ssl.c > mutt_ssl.c: In function 'check_host': > mutt_ssl.c:655: error: 'STACK' undeclared (first use in this function) > mutt_ssl.c:655: error: (Each undeclared identifier is reported only once > mutt_ssl.c:655: error: for each function it appears in.) > mutt_ssl.c:655: error: 'subj_alt_names' undeclared (first use in this > function) > mutt_ssl.c: In function 'ssl_cache_trusted_cert': > mutt_ssl.c:738: warning: assignment from incompatible pointer type > *** Error code 1 > > > Any idea how to fix this? > > Kind regards, > > Benjamin > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >