From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH 01/86] gnu: Add rust-libc. Date: Wed, 4 Jan 2017 02:34:58 +0100 Message-ID: <20170104023458.78d761cc@scratchpost.org> References: <20170103233642.3181-1-ng0@libertad.pw> <20170103233642.3181-2-ng0@libertad.pw> <20170104011751.5594048d@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50384) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cOaTu-00012b-LV for guix-devel@gnu.org; Tue, 03 Jan 2017 20:35:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cOaTp-0006R4-QH for guix-devel@gnu.org; Tue, 03 Jan 2017 20:35:10 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:48498) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cOaTp-0006Ox-KF for guix-devel@gnu.org; Tue, 03 Jan 2017 20:35:05 -0500 In-Reply-To: <20170104011751.5594048d@scratchpost.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: ng0 Cc: guix-devel@gnu.org Also, there are tests in https://github.com/rust-lang/libc/archive/0.2.18.tar.gz but not in the 0.2.18 crate. I haven't managed to run them successfully yet. It's supposed to work like this: $ cd libc-test $ cargo run I get Unknown error Permission denied. See also