From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: gccgo package does not include gccgo binary Date: Tue, 12 Jul 2016 08:35:51 -0400 Message-ID: <20160712123551.GA13332@jasmine> References: <87twg1zedu.fsf@gmail.com> <87shvizcnm.fsf@guixsd-mailerver.i-did-not-set--mail-host-address--so-tickle-me> <87a8hpjyun.fsf@gmail.com> <87oa65za4k.fsf@guixsd-mailerver.i-did-not-set--mail-host-address--so-tickle-me> <87shvfmz38.fsf@gmail.com> <87h9bvyz5p.fsf@guixsd-mailerver.i-did-not-set--mail-host-address--so-tickle-me> <87shvfdsln.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40437) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMwv4-0004qP-Mg for help-guix@gnu.org; Tue, 12 Jul 2016 08:36:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMwuy-0001fa-KL for help-guix@gnu.org; Tue, 12 Jul 2016 08:36:09 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:34453) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMwux-0001eA-8I for help-guix@gnu.org; Tue, 12 Jul 2016 08:36:04 -0400 Content-Disposition: inline In-Reply-To: <87shvfdsln.fsf@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Alex Vong Cc: help-guix@gnu.org On Tue, Jul 12, 2016 at 07:05:24PM +0800, Alex Vong wrote: > I forget to tell that I am not using Guix SD but using Guix on top of > Debian. Do you have any recommendation on this? This works for me in my login shell profile: if [ -d /etc/ssl/certs ]; then export SSL_CERT_DIR=/etc/ssl/certs export SSL_CERT_FILE=$SSL_CERT_DIR/ca-certificates.crt export GIT_SSL_CAINFO=$SSL_CERT_FILE fi