From owner-freebsd-gnome@FreeBSD.ORG Sat Jan 19 15:38:28 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C75439AE for ; Sat, 19 Jan 2013 15:38:28 +0000 (UTC) (envelope-from dantavious313@gmail.com) Received: from mail-gh0-f181.google.com (mail-gh0-f181.google.com [209.85.160.181]) by mx1.freebsd.org (Postfix) with ESMTP id 85BBB108 for ; Sat, 19 Jan 2013 15:38:28 +0000 (UTC) Received: by mail-gh0-f181.google.com with SMTP id y8so35790ghb.40 for ; Sat, 19 Jan 2013 07:38:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:subject:from:to:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=5q/36cW5Asxk7HeOlIRFN9L9h5BJT1Xl2nx2/CvbhuA=; b=sUNPa06f8Jh4mJxOAdQ2lO30nZNV6g6/FZMZFFi2ZAbKtUZZPyWsmqYAWaE6ajSQI0 TxbwkNRsmnv0w1osOr41BKiAMKUW415+zslo1d+M7hnyqMRRiZSJb7vtwdpvkNzkyMi3 Q8zQL+eZDSSJs/lL+X4NLATMLlEKREDpxsBKa/mJTRtcSLBanvaBHhzdirSGEnMIQWS7 Jc6jl4wu7KZHTG/DhjDSGS4bnUkuAIpmIlEMSnUbSTLmbWheEOIO7gasHoXi2MG2Qwvd Z8psmHYMIWyiHHFwgjMnU8PndqIquyK9E6D8GOS+zcg5mv+m7bIoZzLgwa48QESBEZ3U 9hGw== X-Received: by 10.236.128.77 with SMTP id e53mr14385109yhi.127.1358609902800; Sat, 19 Jan 2013 07:38:22 -0800 (PST) Received: from [192.168.15.163] (c-71-226-137-213.hsd1.ga.comcast.net. [71.226.137.213]) by mx.google.com with ESMTPS id s1sm6951863anj.1.2013.01.19.07.38.21 (version=SSLv3 cipher=RC4-SHA bits=128/128); Sat, 19 Jan 2013 07:38:22 -0800 (PST) Subject: /usr/ports/net/opal3 Build Problem From: Derrick Dantavious Edwards To: gnome@FreeBSD.org Content-Type: text/plain; charset="UTF-8" Date: Sat, 19 Jan 2013 10:38:21 -0500 Message-ID: <1358609901.9734.3.camel@zeus> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2013 15:38:28 -0000 Hi, I am attempting to build opal3 however, I continue to get the following error message. I am using FreeBSD 10.0-CURRENT amd64. Also, is there any plan to update port to latest release 3.10.7 V/r Derrick /usr/local/include/ptlib/array.h:1010:3: note: explicitly cast the pointer to silence this warning PCLASSINFO(PArray, PArrayObjects); ^ /usr/local/include/ptlib/object.h:968:35: note: expanded from macro 'PCLASSINFO' { return (Comparison)memcmp(this, &_obj, sizeof(cls)); } \ ^ In file included from /usr/ports/net/opal3/work/opal-3.6.6/src/opal/manager.cxx:32: In file included from /usr/local/include/ptlib.h:56: In file included from /usr/local/include/ptlib/contain.h:591: /usr/local/include/ptlib/array.h:1010:3: warning: first operand of this 'memcmp' call is a pointer to dynamic class 'const PArray'; vtable pointer will be compared [-Wdynamic-class-memaccess] PCLASSINFO(PArray, PArrayObjects); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/ptlib/object.h:968:35: note: expanded from macro 'PCLASSINFO' { return (Comparison)memcmp(this, &_obj, sizeof(cls)); } \ ~~~~~~ ^ /usr/local/include/ptlib/pluginmgr.h:59:7: note: in instantiation of member function 'PArray::CompareObjectMemoryDirect' requested here class PPluginManager : public PObject ^ /usr/local/include/ptlib/array.h:1010:3: note: explicitly cast the pointer to silence this warning PCLASSINFO(PArray, PArrayObjects); ^ /usr/local/include/ptlib/object.h:968:35: note: expanded from macro 'PCLASSINFO' { return (Comparison)memcmp(this, &_obj, sizeof(cls)); } \ ^ In file included from /usr/ports/net/opal3/work/opal-3.6.6/src/opal/manager.cxx:32: In file included from /usr/local/include/ptlib.h:56: In file included from /usr/local/include/ptlib/contain.h:596: /usr/local/include/ptlib/lists.h:318:3: warning: first operand of this 'memcmp' call is a pointer to dynamic class 'const PList'; vtable pointer will be compared [-Wdynamic-class-memaccess] PCLASSINFO(PList, PAbstractList); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/ptlib/object.h:968:35: note: expanded from macro 'PCLASSINFO' { return (Comparison)memcmp(this, &_obj, sizeof(cls)); } \ ~~~~~~ ^ /usr/local/include/ptlib/pluginmgr.h:59:7: note: in instantiation of member function 'PList::CompareObjectMemoryDirect' requested here class PPluginManager : public PObject ^ /usr/local/include/ptlib/lists.h:318:3: note: explicitly cast the pointer to silence this warning PCLASSINFO(PList, PAbstractList); ^ /usr/local/include/ptlib/object.h:968:35: note: expanded from macro 'PCLASSINFO' { return (Comparison)memcmp(this, &_obj, sizeof(cls)); } \ ^ 234 warnings and 1 error generated. gmake[1]: *** [/usr/ports/net/opal3/work/opal-3.6.6/lib_FreeBSD_x86_64/obj/manager.o] Error 1 gmake[1]: Leaving directory `/usr/ports/net/opal3/work/opal-3.6.6' gmake: *** [opt] Error 2 *** [do-build] Error code 1