From owner-freebsd-questions@FreeBSD.ORG Fri Jun 10 15:30:09 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 5D263106566B for ; Fri, 10 Jun 2011 15:30:09 +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 DA3838FC0C for ; Fri, 10 Jun 2011 15:30:08 +0000 (UTC) Received: by wyf23 with SMTP id 23so2730305wyf.13 for ; Fri, 10 Jun 2011 08:30:07 -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:references:in-reply-to:content-type :content-transfer-encoding; bh=7OoUyUpkIELIijJ/RaauL8gjVcy0VOJJNdDkcKD/UOE=; b=aAFu7kl9v87FgysX30ydbHsL0hDvv+uxMTfPJmJ5slFCXkmj8Af7AJpCFNQSBEFkjx O1bTwxVLm6NE/IEX+z8F9e88EmqXzOLGhkbbGH1ulcDX1CdqkiImrU+HrA4szKHSI8+W kgUOT5UVMs1hC4VOkfp9FQHtTx/Pk3tsL2Jes= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=V01muHVlW05weI8bHqpCHR/diXq/l7de7ynMtwqsmtVJ0Hh085ZA9R4m2BlOu8mU3J 0DF8ek6Qd3a6AWiRRXr7ZaMu92ugQCmETCiqUPYnf1jJoYSXw2jpj/2G5qCbOojokPp9 KEKbWSo4y2KxwATyYvJISyJyeuI2qUb4eUkMY= Received: by 10.227.201.142 with SMTP id fa14mr2296198wbb.48.1307719807646; Fri, 10 Jun 2011 08:30:07 -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 p21sm2111607wbh.57.2011.06.10.08.30.05 (version=SSLv3 cipher=OTHER); Fri, 10 Jun 2011 08:30:06 -0700 (PDT) Message-ID: <4DF23880.4000806@gmail.com> Date: Fri, 10 Jun 2011 16:30:08 +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-questions@freebsd.org References: <4DEFBC30.2040102@gmail.com> <4DF08A9B.2040100@my.gd> <4DF0D46C.9060009@gmail.com> In-Reply-To: <4DF0D46C.9060009@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Fri, 10 Jun 2011 15:30:09 -0000 On 09-06-2011 15:10, pwnedomina wrote: > On 09-06-2011 09:55, Damien Fleuriot wrote: >> >> 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 ;) >> _______________________________________________ >> 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" >> > FreeBSD 8.2-RELEASE > Using built-in specs. > Target: i386-undermydesk-freebsd > Configured with: FreeBSD/i386 system compiler > Thread model: posix > gcc version 4.2.1 20070719 [FreeBSD] > > > it seems i cant have help from developer.. so help please..