From owner-freebsd-ports@FreeBSD.ORG Wed Aug 29 15:14:49 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D834316A417 for ; Wed, 29 Aug 2007 15:14:49 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout5.cac.washington.edu (mxout5.cac.washington.edu [140.142.32.135]) by mx1.freebsd.org (Postfix) with ESMTP id B07A813C428 for ; Wed, 29 Aug 2007 15:14:49 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.141] (may be forged)) by mxout5.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l7TDtZeV000717 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 29 Aug 2007 06:55:35 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l7TDtYEZ014321 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 29 Aug 2007 06:55:34 -0700 Message-ID: <46D57ADE.4060103@u.washington.edu> Date: Wed, 29 Aug 2007 06:55:42 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: sam References: <46C55191.2050205@gmail.com> <20070821145603.L50579@fledge.watson.org> <46CAF217.7040204@gmail.com> <20070821151108.Y53914@fledge.watson.org> <46CAF4E9.2030700@gmail.com> <20070821152327.R53914@fledge.watson.org> <46CBE096.90805@gmail.com> <20070828175313.B90180@fledge.watson.org> <46D517FE.8050806@gmail.com> <46D51B4F.5090207@delphij.net> <46D520F0.7070708@gmail.com> <46D52333.3040109@delphij.net> <46D525A4.2010806@u.washington.edu> <46D529FC.5070406@delphij.net> <46D52EAC.6090806@gmail.com> In-Reply-To: <46D52EAC.6090806@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.8.29.62924 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: d@delphij.net, freebsd-ports@freebsd.org Subject: Re: NetXMS waiting to commit 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, 29 Aug 2007 15:14:49 -0000 sam wrote: > LI Xin wrote: >> Garrett Cooper wrote: >> >>> LI Xin wrote: >>> >>>> Hi, Sam, >>>> >>>> sam wrote: >>>> >>>> >>>>> Hi, all. >>>>> >>>>>>> please appreciate my first port *NetXMS* >>>>>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/114495 >>>>>>> >>>>>>> >>>>>> Could not download the shar from your website. Is the one in the >>>>>> last >>>>>> reply the latest one? >>>>>> >>>>>> Cheers, >>>>>> >>>>> Hello >>>>> >>>>> I am included last version >>>>> >>>> It seems that it does not compile in my tinderbox: >>>> >> [...] >> >>> Is that g++ 3.4.6 or 4.2.x? >>> >> >> 4.2.x, it's 7.0-CURRENT on amd64. I can fix these issues myself but >> would really appreciate if someone familiar with the code could give a >> hand :-) >> >> Cheers, >> > support GCC 4.2.x will in next release NetXMS > > /Vladimir Ermakov Ok. So, it's a known issue that you'll have to prod the developers about, because from the errors that I saw they (the devs) were just using outdated constructs in their code. I would definitely test out of both i386 and amd64 with g++ 4.2.x before calling the port absolutely good, just to make sure that things compile correctly on both archs with that version of g++ (which is more strict). Cheers and good luck, -Garrett