Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Jun 2010 10:51:17 +0200
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        freebsd-ports@freebsd.org
Subject:   Re: cannot build sysutils/kdelibs3
Message-ID:  <4C0E0485.5080003@bsdforen.de>
In-Reply-To: <4C0A98C3.8020708@bsdforen.de>
References:  <4C0A98C3.8020708@bsdforen.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On 05/06/2010 20:34, Dominic Fandrey wrote:
> Apparently ASN1_METHOD has long been deprecated and now
> removed. No idea what to do about it. I cannot switch back
> to base system ssl, without breaking a lot of other ports.
> 
> /bin/sh /usr/local/bin/libtool --silent --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../dcop -I../../kdecore -I../../kjs -I../../kdecore/network -I../../kwallet/client -I../../dcop -I../../libltdl -I../../kdefx -I../../kdecore -I../../kdecore -I../../kdecore/network -I../../kdeui -I../../kio -I../../kio/kio -I../../kio/kfile -I../..  -I/usr/local/include -I/usr/local/include -I/usr/local/include   -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT   -I/usr/local/include -I/usr/local/include  -I/usr/local/include -D_GETOPT_H -D_THREAD_SAFE   -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -pipe -march=nocona -fno-strict-aliasing -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT kssl.lo -MD -MP -MF .deps/kssl.Tpo -c -o kssl.lo kssl.cc
> In file included from kssl.cc:47:
> ./kopenssl.h:453: error: ISO C++ forbids declaration of 'ASN1_METHOD' with no type
> ./kopenssl.h:453: error: expected ';' before '*' token
> ./kopenssl.h:526: error: expected ';' before '(' token
> ...

I finally forced kdelibs3 to build:

pkg_info -qL openssl-1.0.0_2 | xargs rm
portmaster -D x11/kdelibs3
portmaster -D openssl-1.0.0_2

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail? 



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