From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 147541392EF for ; Tue, 8 Jul 2014 16:49:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42F1CE08A2; Tue, 8 Jul 2014 16:49:23 +0000 (UTC) Received: from mail-we0-f179.google.com (mail-we0-f179.google.com [74.125.82.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20DBBE087A for ; Tue, 8 Jul 2014 16:49:21 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id w62so6296908wes.10 for ; Tue, 08 Jul 2014 09:49:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=Bv0tAMuFyHOTMwnHzl2hFpWrD/xBnEI27VuzXU46s/o=; b=RLBSB07Ips8Yv9j9JjaGSyhTjcbA9nbznenpGwwr4CS3LhNiLSDBDLmTHrVAGdCMmi njuEJhuyYOzIExgglt6hHMU8pDVeVj2uyzmBcnCQNQJOiPBB+zH/uBw8Y98k2Hgk1UiB vWKL7+Km/YXsIPLxW4tAD/hXkr1bnKYUsi4Rz87lg0lwBXk+AVwKIBdczyLmm6a1j9cj O49vL8NgENk3vSiOpgLpHUciLzTMvEkULNiKYBqHv81a48+4YMOLSGkRXGEw1hzIIjyz oUMXHayy8X1aDix2ZPY3KkngL+P6NUtY07HL6/s7seXCMDAaQHfjBHtorCzkgJMYYPEU 8a6A== X-Received: by 10.194.8.102 with SMTP id q6mr41712453wja.74.1404838160938; Tue, 08 Jul 2014 09:49:20 -0700 (PDT) Received: from [192.168.1.67] (bl7-50-80.dsl.telepac.pt. [85.240.50.80]) by mx.google.com with ESMTPSA id l2sm53691842wjw.31.2014.07.08.09.49.20 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 08 Jul 2014 09:49:20 -0700 (PDT) Message-ID: <53BC210F.8090808@gmail.com> Date: Tue, 08 Jul 2014 17:49:19 +0100 From: =?ISO-8859-1?Q?Jo=E3o_Jer=F3nimo?= User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Networkmanager on uclibc Gentoo system x86 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: a6279367-589e-4af1-a736-128939ef4fe6 X-Archives-Hash: 697ef99972039d196218f25c7552a609 Hello. I installed the uclibc stage3 tarball no a x86 machine (I chose uclibc because the PC has only 256 MB of RAM). I'm currently trying to install NetworkManager, but I ran into a problem, which is: NetworkManager needs 'policykit' USE flag to be applyed to consolekit package. This pulls-in policykit package as a dependency of consolekit, which in turn doesn't compile because it calls some funcions that uclibc doesn't implement. Can't I install networkmanager in uclibc systems, then? Thanks. JJ