From owner-freebsd-ports@FreeBSD.ORG Sat Mar 8 08:32:42 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4D0BD34 for ; Sat, 8 Mar 2014 08:32:41 +0000 (UTC) Received: from frv190.fwdcdn.com (frv190.fwdcdn.com [212.42.77.190]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F0DBA86 for ; Sat, 8 Mar 2014 08:32:41 +0000 (UTC) Received: from [10.10.1.29] (helo=frv197.fwdcdn.com) by frv190.fwdcdn.com with esmtp ID 1WMCBO-000CGB-MZ for ports@freebsd.org; Sat, 08 Mar 2014 10:00:34 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=ffe; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-Id:To:Subject:From:Date; bh=7vqi6I7yMvxiWMaJmOAtGHl2ab/04/0jspdssTGK8Y0=; b=cN56qw0FNU9Lb0aGV9PmGE4K5paQFa8jeq5NCBf6wrH3q+IhceCRxx4GUj1Mi7l+mNbyDWDYRd5WAPaIiD4Sa1UjtqOkxmK5p/ApuDbeGBEMqsblJ5nZX0SANoJmuTiyyamRj7G3xxEUDB4Af+BkL4OSSe8VPAA1MumuX7wCNto=; Received: from [10.10.10.34] (helo=frv34.fwdcdn.com) by frv197.fwdcdn.com with smtp ID 1WMCBE-000GKX-L9 for ports@freebsd.org; Sat, 08 Mar 2014 10:00:24 +0200 Date: Sat, 08 Mar 2014 10:00:24 +0200 From: wishmaster Subject: pwlib-1.12.0_8,1 compillation error To: ports@FreeBSD.org X-Mailer: mail.ukr.net 5.0 Message-Id: <1394265470.219353375.nglxznm2@frv34.fwdcdn.com> MIME-Version: 1.0 Received: from artemrts@ukr.net by frv34.fwdcdn.com; Sat, 08 Mar 2014 10:00:24 +0200 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: binary Content-Disposition: inline X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2014 08:32:42 -0000 Hi, I am unable to install asterisk18 due to error in compillation of pwlib-1.12.0_8,1. /usr/ports/devel/pwlib/work/ptlib_v1_12_0/include/ptlib/object.h:1381:35: note: expanded from macro 'PCLASSINFO' { return (Comparison)memcmp(this, &obj, sizeof(cls)); } \ ^ In file included from ../../ptclib/pssl.cxx:220: In file included from /usr/ports/devel/pwlib/work/ptlib_v1_12_0/include/ptlib.h:161: In file included from /usr/ports/devel/pwlib/work/ptlib_v1_12_0/include/ptlib/contain.h:814: /usr/ports/devel/pwlib/work/ptlib_v1_12_0/include/ptlib/dict.h:997:3: warning: first operand of this 'memcmp' call is a pointer to dynamic class 'const PDictionary'; vtable pointer will be compared [-Wdynamic-class-memaccess] PCLASSINFO(PDictionary, PAbstractDictionary); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/devel/pwlib/work/ptlib_v1_12_0/include/ptlib/object.h:1381:35: note: expanded from macro 'PCLASSINFO' { return (Comparison)memcmp(this, &obj, sizeof(cls)); } \ ~~~~~~ ^ /usr/ports/devel/pwlib/work/ptlib_v1_12_0/include/ptlib/syncthrd.h:294:7: note: in instantiation of member function 'PDictionary::CompareObjectMemoryDirect' requested here class PReadWriteMutex : public PObject ^ /usr/ports/devel/pwlib/work/ptlib_v1_12_0/include/ptlib/dict.h:997:3: note: explicitly cast the pointer to silence this warning PCLASSINFO(PDictionary, PAbstractDictionary); ^ /usr/ports/devel/pwlib/work/ptlib_v1_12_0/include/ptlib/object.h:1381:35: note: expanded from macro 'PCLASSINFO' { return (Comparison)memcmp(this, &obj, sizeof(cls)); } \ ^ 127 warnings and 6 errors generated. gmake[7]: *** [/usr/ports/devel/pwlib/work/ptlib_v1_12_0/lib/obj_d/pssl.o] Error 1 gmake[7]: Leaving directory `/usr/ports/devel/pwlib/work/ptlib_v1_12_0/src/ptlib/unix' gmake[6]: *** [debug] Error 2 gmake[6]: Leaving directory `/usr/ports/devel/pwlib/work/ptlib_v1_12_0' gmake[5]: *** [libs] Error 2 gmake[5]: Leaving directory `/usr/ports/devel/pwlib/work/ptlib_v1_12_0' gmake[4]: *** [debuglibs] Error 2 gmake[4]: Leaving directory `/usr/ports/devel/pwlib/work/ptlib_v1_12_0' *** Error code 1 Stop. make[3]: stopped in /usr/ports/devel/pwlib *** Error code 1 Stop. make[2]: stopped in /usr/ports/devel/pwlib *** Error code 1 Stop. make[1]: stopped in /usr/ports/net/asterisk *** Error code 1 Stop. make: stopped in /usr/ports/net/asterisk -- FreeBSD magicmoon.mooo.com 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Cheers, Vitaliy