From owner-freebsd-questions@FreeBSD.ORG Wed Jun 8 18:15:11 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6AAE106568B for ; Wed, 8 Jun 2011 18:15:11 +0000 (UTC) (envelope-from pwnedomina@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 575CA8FC1B for ; Wed, 8 Jun 2011 18:15:10 +0000 (UTC) Received: by wwc33 with SMTP id 33so847827wwc.31 for ; Wed, 08 Jun 2011 11:15:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=9a6dyVRRL+r9EAe1kU/wz0Rn8hr+tKxr5dpafkztphE=; b=G2fy3H3fbXub+RkES0ixa6WCMFrKGtCjZl2nq/Isgbf9ilywSkhOi4YE0dnluVtbQg ClKYxrwrOxtKe+db01mCILDG1pZZ6rYqSqxDQZy3fFwj7rXjQrJekzZ3V0ctr0vefhJ7 VXR4i0cTp6Mkw8aGxN7yrlSR3iRin7m/s5qVo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=nR3SQlYtUE2N01ENmjjwxvYXISwDMYtaDcu+zukLgZvGtPOeYlaF5D4IfQ3nZoHymc awJK+1NZyfxmnH4vs8gaanExgESt5EJMSZS05AqrUiLf2airrex7u2sBv3tsr3UBTzZe uUQI8oK8RpiPehIdXzEzJaBKhb7fNQIOcwQmQ= Received: by 10.227.172.206 with SMTP id m14mr126397wbz.29.1307556910021; Wed, 08 Jun 2011 11:15:10 -0700 (PDT) Received: from [192.168.1.71] (bl16-116-147.dsl.telepac.pt [188.81.116.147]) by mx.google.com with ESMTPS id gb6sm612062wbb.0.2011.06.08.11.15.08 (version=SSLv3 cipher=OTHER); Wed, 08 Jun 2011 11:15:09 -0700 (PDT) Message-ID: <4DEFBC30.2040102@gmail.com> Date: Wed, 08 Jun 2011 19:15:12 +0100 From: pwnedomina User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: 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: Wed, 08 Jun 2011 18:15:11 -0000 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...