Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Oct 2000 19:10:03 -0700 (PDT)
From:      Jonathan E Fosburgh <wotan@fosburgh.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/22301: kdelibs2 fails to build
Message-ID:  <200010270210.TAA65489@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/22301; it has been noted by GNATS.

From: Jonathan E Fosburgh <wotan@fosburgh.org>
To: freebsd-gnats-submit@FreeBSD.org, chris@senet.com.au
Cc: wotan@gw.fosburgh.org
Subject: Re: ports/22301: kdelibs2 fails to build
Date: Thu, 26 Oct 2000 21:02:30 -0500 (CDT)

 >   
 >                          Problem Report ports/22301
 >                                       
 >   kdelibs2 fails to build
 >   
 >   Confidential
 >          no
 >          
 >   Severity
 >          serious
 >          
 >   Priority
 >          medium
 >          
 >   Responsible
 >          [2]freebsd-ports@FreeBSD.org
 >          
 >   State
 >          open
 >          
 >   Class
 >          sw-bug
 >          
 >   Submitter-Id
 >          current-users
 >          
 >   Arrival-Date
 >          Wed Oct 25 22:10:00 PDT 2000
 >          
 >   Last-Modified
 >          never
 >          
 >   Originator
 >          Chris Foote <[3]chris@senet.com.au>
 >          
 >   Release
 >          4.1.1-STABLE
 >          
 >   Environment
 >          
 >FreeBSD frog2.senet.com.au 4.1.1-STABLE FreeBSD 4.1.1-STABLE #0: Wed Oct 11 19:
 >50:26 CST 2000     root@frog2.senet.com.au:/usr/obj/usr/src/sys/FROG2  i386
 >
 >   Description
 >          
 >The OS's SSL library and headers are missing functions required by
 >kdelibs2 in the kssl directory:
 >
 >ssl.cc: In method `bool KSSL::initialize()':
 >kssl.cc:96: `OpenSSL_add_ssl_algorithms' undeclared (first use this function)
 >kssl.cc:96: (Each undeclared identifier is reported only once
 >kssl.cc:96: for each function it appears in.)
 >kssl.cc:97: `OpenSSL_add_all_algorithms' undeclared (first use this function)
 >In file included from kssl.cc:136:
 >ksslcallback.c: In function `int X509Callback(int, X509_STORE_CTX *)':
 >ksslcallback.c:62: `X509_V_ERR_INVALID_CA' undeclared (first use this function)
 >ksslcallback.c:63: `X509_V_ERR_PATH_LENGTH_EXCEEDED' undeclared (first use this
 > function)
 >ksslcallback.c:64: `X509_V_ERR_INVALID_PURPOSE' undeclared (first use this func
 >tion)
 >ksslcallback.c:65: `X509_V_ERR_CERT_UNTRUSTED' undeclared (first use this funct
 >ion)
 >ksslcallback.c:66: `X509_V_ERR_CERT_REJECTED' undeclared (first use this functi
 >on)
 >gmake[3]: *** [kssl.lo] Error 1
 >gmake[3]: Leaving directory `/usr/ports/x11/kdelibs2/work/kdelibs-2.0/kssl'
 >gmake[2]: *** [all-recursive] Error 1
 >gmake[2]: Leaving directory `/usr/ports/x11/kdelibs2/work/kdelibs-2.0/kssl'
 >gmake[1]: *** [all-recursive] Error 1
 >gmake[1]: Leaving directory `/usr/ports/x11/kdelibs2/work/kdelibs-2.0'
 >gmake: *** [all-recursive-am] Error 2
 >*** Error code 2
 >Stop in /usr/ports/x11/kdelibs2.
 >*** Error code 1
 >
 >
 >   How-To-Repeat
 >          
 >cd /usr/ports/x11/kdelibs2 ; make
 >
 I was having this problem with kde-1.94 and again with 2.0. I found that I still had an old package of openssl-0.9.4 from FreeBSD 3.x.  It seems that those headers were being found before the ones in /usr/include.  Deleting that old package fixed the problem.  You might look at that.
 


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




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