From owner-freebsd-ports@FreeBSD.ORG Wed May 23 00:15:09 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7734916A41F for ; Wed, 23 May 2007 00:15:09 +0000 (UTC) (envelope-from trebestie@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.233]) by mx1.freebsd.org (Postfix) with ESMTP id 2781313C4B0 for ; Wed, 23 May 2007 00:15:09 +0000 (UTC) (envelope-from trebestie@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so28682nze for ; Tue, 22 May 2007 17:15:08 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=JZR6EHj/w4U9He0ZOriho427028eLCLqwl7L8xhV/9f0FMN0bhdJmIRrQEFGccr+JohNbZLqDJ35kBOs4miuWKioMPeCqSaeXmUvcpYLynwzpCTli24uOWiIO/hGopmCSIenyOqILbyihbT+pUE4SQSxd+HpCN70nvpW8FNdZYc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=WNzZuM1eLh8jZ+lBdtkwu0SXAvxiXXeWwA2td2OdQo5SjSUwD+c0cqHuhPhuypL3GPWdeEFdcD+uWleG+8VRYhTbRZsNNgp61uM27JG32CFFK1PUFCaWAxMrI9YRfW0x69nmMUJ4ynwliMKDORsOAX/hRppKi9Lalag6Dl8OgnA= Received: by 10.115.59.4 with SMTP id m4mr3510665wak.1179879307956; Tue, 22 May 2007 17:15:07 -0700 (PDT) Received: by 10.114.153.7 with HTTP; Tue, 22 May 2007 17:15:07 -0700 (PDT) Message-ID: <83e5fb980705221715scad7fber33dd2cf614be4bb1@mail.gmail.com> Date: Wed, 23 May 2007 02:15:07 +0200 From: "Diego Depaoli" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Builds failure report 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: Wed, 23 May 2007 00:15:09 -0000 Hi all, building kdebase3 and transcode on -current updated 00:36 CEST with recent openssl patchs and/or commits, I get the following failures: Kdebase3 (with or without --disable-pie (kdelibs with --disable-pie)) /usr/local/include -D_GETOPT_H -D_THREAD_SAFE -Wno-long-long -Wundef -Wall W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -fno-strict-aliasing -pipe -Wno-non- virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQ T_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -M T crypto.lo -MD -MP -MF ".deps/crypto.Tpo" -c -o crypto.lo crypto.cpp; \ then mv -f ".deps/crypto.Tpo" ".deps/crypto.Plo"; else rm -f ".deps/cryp to.Tpo"; exit 1; fi In file included from /usr/local/include/ksslinfodlg.h:28, from /usr/local/include/ksslall.h:24, from crypto.cpp:87: /usr/local/include/ksslcertificate.h:61: error: using typedef-name 'X509' after 'class' /usr/local/include/openssl/ossl_typ.h:136: error: 'X509' has a previous declaration here In file included from /usr/local/include/ksslall.h:34, from crypto.cpp:87: /usr/local/include/ksslpkcs7.h:35: error: using typedef-name 'PKCS7' after 'class' /usr/local/include/openssl/pkcs7.h:217: error: 'PKCS7' has a previous declaration here /usr/local/include/ksslpkcs7.h:36: error: using typedef-name 'X509' after 'class' /usr/local/include/openssl/ossl_typ.h:136: error: 'X509' has a previous declaration here In file included from /usr/local/include/ksslall.h:35, from crypto.cpp:87: /usr/local/include/ksslpkcs12.h:36: error: using typedef-name 'EVP_PKEY' after 'class' /usr/local/include/openssl/ossl_typ.h:120: error: 'EVP_PKEY' has a previous declaration here /usr/local/include/ksslpkcs12.h:37: error: using typedef-name 'X509' after 'class' /usr/local/include/openssl/ossl_typ.h:136: error: 'X509' has a previous declaration here crypto.cpp: In member function 'void KCryptoConfig::slotCAImport()': crypto.cpp:1844: error: 'class KOpenSSLProxy' has no member named 'X509_STORE_new' crypto.cpp:1845: error: 'class KOpenSSLProxy' has no member named 'X509_STORE_add_lookup' crypto.cpp:1845: error: 'class KOpenSSLProxy' has no member named 'X509_LOOKUP_file' crypto.cpp:1848: error: 'class KOpenSSLProxy' has no member named 'X509_LOOKUP_ctrl' crypto.cpp:1851: error: 'class KOpenSSLProxy' has no member named 'sk_num' crypto.cpp:1852: error: 'class KOpenSSLProxy' has no member named 'sk_value' crypto.cpp:1921: error: 'class KOpenSSLProxy' has no member named 'X509_STORE_free' crypto.cpp:1993: error: 'class KOpenSSLProxy' has no member named 'X509_STORE_free' gmake[3]: *** [crypto.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.6/kcontrol /crypto' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.6/kcontrol' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.6' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11/kdebase3. *** Error code 1 Stop in /usr/ports/x11/kdebase3. Transcode gmake[3]: Entering directory `/usr/ports/multimedia/transcode/work/transcode-1.0 .3/filter' if /bin/sh /usr/local/bin/libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -pthread -D_REENTRANT -D_THREAD_SAFE -I.. -I../src -I../libtc -I../avilib -I/ usr/local/include -I../libac3 -I/usr/local/include/freetype2 -I/usr/local/inclu de -I/usr/local/include/ffmpeg -I/usr/local/include -I/usr/local/include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict -aliasing -pipe -MT filter_modfps.lo -MD -MP -MF .deps/filter_modfps.Tpo" -c -o filter_modfps.lo filter_modfps.c; \ then mv -f ".deps/filter_modfps.Tpo" ".deps/filter_modfps.Plo"; else rm -f ".deps/filter_modfps.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I.. -pthread -D_REENTRANT -D_THREAD_SAFE -I.. -I../ src -I../libtc -I../avilib -I/usr/local/include -I../libac3 -I/usr/local/include /freetype2 -I/usr/local/include -I/usr/local/include/ffmpeg -I/usr/local/include -I/usr/local/include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -MT filter_modfps.lo -MD -MP -MF .deps/filter_modfps.Tpo -c filter_modfps.c -fPIC -DPIC -o -libs/filter_modfps.o filter_modfps.c:67: error: static declaration of 'lrint' follows non-static declaration filter_modfps.c: In function 'fancy_clone': filter_modfps.c:368: warning: pointer targets in passing argument 1 of 'clone_average' differ in signedness filter_modfps.c:368: warning: pointer targets in passing argument 2 of 'clone_average' differ in signedness filter_modfps.c:371: warning: pointer targets in passing argument 1 of 'clone_temporal_average' differ in signedness filter_modfps.c:371: warning: pointer targets in passing argument 2 of 'clone_temporal_average' differ in signedness filter_modfps.c:378: warning: pointer targets in passing argument 1 of 'clone_phosphor_average' differ in signedness filter_modfps.c:378: warning: pointer targets in passing argument 2 of 'clone_phosphor_average' differ in signedness gmake[3]: *** [filter_modfps.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/transcode/work/transcode-1.0. 3/filter' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory '/usr/ports/multimedia/transcode/work/transcode-1.0.3/filter' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/transcode/work/transcode-1.0. 3' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/transcode. Many thanks -- Diego Depaoli P.S. at this moment, gnome2 still goes on.