Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 2010 13:08:22 +0200
From:      Benjamin Stier <benjamin.stier@ub.uni-tuebingen.de>
To:        ports@freebsd.org
Subject:   Re: Failing to build mutt-devel-lite
Message-ID:  <20100504110822.GA16983@hapi.ub.uni-tuebingen.de>
In-Reply-To: <20100504102623.GA4381@alaska.cert.siemens.com>
References:  <20100504085421.GA7254@hapi.ub.uni-tuebingen.de> <20100504102623.GA4381@alaska.cert.siemens.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks for the fast answer. I'll just wait for the commit then :)

Regards,

    Benjamin

On Tue, May 04, 2010 at 12:26:23PM +0200, Schweigert, Udo CERT wrote:
> I have already submitted a fix for this problem caused by the openssl port:
> <http://www.freebsd.org/cgi/query-pr.cgi?pr=146261>;
> 
> 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



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