From: Benjamin Stier on
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(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: "Schweigert, Udo CERT" on
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
> _______________________________________________
> freebsd-ports(a)freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
>
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Benjamin Stier on
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
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Wesley Shields on
On Tue, May 04, 2010 at 01:08:22PM +0200, Benjamin Stier wrote:
> Thanks for the fast answer. I'll just wait for the commit then :)

I committed the fix in the PR.

-- WXS
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"