From owner-freebsd-questions@FreeBSD.ORG Thu Jun 9 08:55:58 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7698106564A for ; Thu, 9 Jun 2011 08:55:58 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 85C6F8FC18 for ; Thu, 9 Jun 2011 08:55:58 +0000 (UTC) Received: by wyf23 with SMTP id 23so1334853wyf.13 for ; Thu, 09 Jun 2011 01:55:57 -0700 (PDT) Received: by 10.227.132.210 with SMTP id c18mr509870wbt.44.1307609757366; Thu, 09 Jun 2011 01:55:57 -0700 (PDT) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id m8sm1048777wbh.11.2011.06.09.01.55.56 (version=SSLv3 cipher=OTHER); Thu, 09 Jun 2011 01:55:56 -0700 (PDT) Message-ID: <4DF08A9B.2040100@my.gd> Date: Thu, 09 Jun 2011 10:55:55 +0200 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4DEFBC30.2040102@gmail.com> In-Reply-To: <4DEFBC30.2040102@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: root-portal compilation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2011 08:55:59 -0000 On 6/8/11 8:15 PM, pwnedomina wrote: > There is no port for root-portal, i've tried to compile it manually > without success. While trying to compile root-portal I get this error: > process.h:59: error: extra qualification 'Procchange::' on member 'updated' > *** Error code 1 > > Stop in /usr/home/user/root-portal-0.5.2/src/modules/process. > *** Error code 1 > > Stop in /usr/home/user/root-portal-0.5.2/src/modules. > *** Error code 1 > > Stop in /usr/home/user/root-portal-0.5.2/src. > *** Error code 1 > > Stop in /usr/home/user/root-portal-0.5.2. > > Can someone reproduce the same problem? I've tried to patch it using > thishttp://old.nabble.com/Bug-358277:-FTBFS-with-G++-4.1:-extra-qualification-p3525146.html > > but I still get errors... > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Hi, While I haven't tried to reproduce your problem, if I were you I would post: - my version of freebsd - my version of gcc Just saying ;)