From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 8 15:20:13 2011 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9709F1065670 for ; Wed, 8 Jun 2011 15:20:13 +0000 (UTC) (envelope-from pwnedomina@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 298638FC20 for ; Wed, 8 Jun 2011 15:20:12 +0000 (UTC) Received: by wyf23 with SMTP id 23so608179wyf.13 for ; Wed, 08 Jun 2011 08:20:12 -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=YuzSnSNjwzLe0BgqdOcv98upFCMuxJw5D5d/QuUPisM=; b=u+auzwmhCeKqAOX+ldKAI9wkhT+yCLxhSpHmOm6miYtkkfdzwO/25qZl8a+tancJpW WAsbFTECMkzvuIQxHkVM/LXadhctB/5ObzydRQSwKl03IWks1xtQdm3SAkr97hJ+NQ1S wtofnGADbnjDQW367xRf/vUpkWIaa7UHe/D4s= 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=ezD+rmXvlUi9BUl/L5W5HIwyb7zeguS/3evAEv0zZCpCLegA+sLdjBwu64pW3cnYG+ 76l/9U4IvRUf4vCdQBJDj4UBX+GkZFUdsLXom1fplouS2U/Klm0PLY40qx5hvBYpH1Yw ucYWTgNFlE+i1o1KRbwGmYMVL1M9lvDn4IQak= Received: by 10.216.229.150 with SMTP id h22mr5071797weq.68.1307546411926; Wed, 08 Jun 2011 08:20:11 -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 o38sm493283wba.37.2011.06.08.08.20.10 (version=SSLv3 cipher=OTHER); Wed, 08 Jun 2011 08:20:11 -0700 (PDT) Message-ID: <4DEF932D.2010801@gmail.com> Date: Wed, 08 Jun 2011 16:20:13 +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: freebsd-ports-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: root-portal X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2011 15:20:13 -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 this http://old.nabble.com/Bug-358277:-FTBFS-with-G++-4.1:-extra-qualification-p3525146.html but I still get errors.