From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Nelson H. F. Beebe" Subject: bug#35691: remote configure failure due to bad pathnames for crt*.o Date: Wed, 15 May 2019 18:19:06 -0600 Message-ID: References: Return-path: Received: from eggs.gnu.org ([209.51.188.92]:43840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hR47v-0004EN-UU for bug-guix@gnu.org; Wed, 15 May 2019 20:20:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hR47u-0000I6-VH for bug-guix@gnu.org; Wed, 15 May 2019 20:20:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40146) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hR47u-0000Hp-SF for bug-guix@gnu.org; Wed, 15 May 2019 20:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hR47u-0006Xg-LM for bug-guix@gnu.org; Wed, 15 May 2019 20:20:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87sgtfsmul.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 35691@debbugs.gnu.org OK, I've made this change to /etc/config.scm ;; Old clause from GUIX 1.0 installation ;; (packages ;; (list (specification->package "nss-certs"))) ;; New clause suggested in e-mail from Ludo Cortes Wed, 15 May 2019 18:29:06 +0200 (packages (append (list (specification->package "nss-certs")) %base-packages)) and then ran % guix remove gccgo gcc-objc gcc-objc++ gcc-bootstrap % guix package --list-installed | grep gcc gcc-toolchain 9.1.0 out /gnu/store/aqv6njg05w2yqh8krgrjy0wcbfxb4nn3-gcc-toolchain-9.1.0 % sudo -s # guix system reconfigure /etc/config.scm # reboot Even after that major update, and reboot, I still find that, from a remote ssh connection, configure fails to find a C compiler, because of the faulty construction of the path to crt1.o. Can you folks reproduce that behavior at your end with the simple test bundle that I put up at http://www.math.utah.edu/~beebe/guix-bug.tar.gz ? ------------------------------------------------------------------------------- - Nelson H. F. Beebe Tel: +1 801 581 5254 - - University of Utah FAX: +1 801 581 4148 - - Department of Mathematics, 110 LCB Internet e-mail: beebe@math.utah.edu - - 155 S 1400 E RM 233 beebe@acm.org beebe@computer.org - - Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe/ - -------------------------------------------------------------------------------