From mboxrd@z Thu Jan 1 00:00:00 1970 From: Saul Hazledine Subject: Advice needed on gcc error Date: Thu, 20 Nov 2014 22:32:38 +0100 Message-ID: <546E5DF6.6080007@alienscience.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrZLQ-0007yf-5O for guix-devel@gnu.org; Thu, 20 Nov 2014 16:32:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrZLJ-0008Pw-SW for guix-devel@gnu.org; Thu, 20 Nov 2014 16:32:52 -0500 Received: from mail.alienscience.org.uk ([78.47.43.204]:52366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrZLJ-0008PC-K8 for guix-devel@gnu.org; Thu, 20 Nov 2014 16:32:45 -0500 Received: from [192.168.2.125] (port-92-194-94-25.dynamic.qsc.de [92.194.94.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.alienscience.org.uk (Postfix) with ESMTPSA id 7CB0AE0318 for ; Thu, 20 Nov 2014 22:32:43 +0100 (CET) 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Hello, I installed guix 0.8 into a virtual machine and I hit a problem which might be user error or a bug. I thought this would be the right mailing list to get help - apologies if it isn't. I have a running installation of guix/gnu os and wanted to install vim: guix package -i vim I am not using hydra and so the package manager went ahead and tried to download and compile the internet (which is what I wanted because I am experimenting with the OS). I hit what could be a compilation error in gcc 4.8.3: Makefile:3584: recipe for target 's-attrtab' failed This led me to the reason I am contacting the list. A newly installed guix machine is pretty basic and does not seem to have any way I report a bug from the build other than typing it myself - am I missing a more convenient method. Thanks in advance for any help with the gcc error or the "how to report a problem" error. Saul Hazledine