From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id yORMHyuxqV82GgAA0tVLHw (envelope-from ) for ; Mon, 09 Nov 2020 21:14:19 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id 8DM0GyuxqV97dwAAB5/wlQ (envelope-from ) for ; Mon, 09 Nov 2020 21:14:19 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 0F01E940237 for ; Mon, 9 Nov 2020 21:14:18 +0000 (UTC) Received: from localhost ([::1]:40064 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kcEUT-0007RL-SM for larch@yhetil.org; Mon, 09 Nov 2020 16:14:17 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:59108) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kcEUE-0007RB-Nc for guix-devel@gnu.org; Mon, 09 Nov 2020 16:14:02 -0500 Received: from mailout2.hostsharing.net ([2a01:37:3000::53df:4ee9:0]:57499) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kcEUC-0003x1-0n for guix-devel@gnu.org; Mon, 09 Nov 2020 16:14:02 -0500 Received: from h20.hostsharing.net (h20.hostsharing.net [83.223.95.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.hostsharing.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified)) by mailout2.hostsharing.net (Postfix) with ESMTPS id 7A7701031E812 for ; Mon, 9 Nov 2020 22:13:53 +0100 (CET) Received: from anna (55d42a83.access.ecotel.net [85.212.42.131]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by h20.hostsharing.net (Postfix) with ESMTPSA id 32A528A70F for ; Mon, 9 Nov 2020 22:13:53 +0100 (CET) Date: Mon, 9 Nov 2020 22:13:52 +0100 From: Tobias Platen To: guix-devel@gnu.org Subject: Guix now compiles on my Talos II Message-Id: <20201109221352.02203c79005b35d5936ab3df@platen-software.de> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; powerpc64le-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Received-SPF: none client-ip=2a01:37:3000::53df:4ee9:0; envelope-from=guix@platen-software.de; helo=mailout2.hostsharing.net X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list 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+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -0.51 X-TUID: qop0jdh2OWy4 I checked out the wip-ppc branch which I compiled on my Talos II. -- Tobias Platen