From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: transmission-remote-cli not symlinked in ~/.guix-profile/bin/ Date: Tue, 23 Aug 2016 13:06:36 +0300 Message-ID: <8760qrg5oz.fsf@gmail.com> References: <8737lx89hk.fsf@systemreboot.net> <20160822182813.GA20977@jasmine> <87a8g4m4it.fsf@systemreboot.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bc8bS-0004VN-Aa for help-guix@gnu.org; Tue, 23 Aug 2016 06:06:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bc8bO-00026h-Es for help-guix@gnu.org; Tue, 23 Aug 2016 06:06:41 -0400 Received: from mail-lf0-x231.google.com ([2a00:1450:4010:c07::231]:35093) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bc8bO-00024y-72 for help-guix@gnu.org; Tue, 23 Aug 2016 06:06:38 -0400 Received: by mail-lf0-x231.google.com with SMTP id f93so97166534lfi.2 for ; Tue, 23 Aug 2016 03:06:37 -0700 (PDT) In-Reply-To: <87a8g4m4it.fsf@systemreboot.net> (Arun Isaac's message of "Tue, 23 Aug 2016 11:05:22 +0530") 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: Arun Isaac Cc: "help-guix@gnu.org" Arun Isaac (2016-08-23 08:35 +0300) wrote: >> $ guix package -i transmission-remote-cli && which transmission-remote-cli && realpath $(which transmission-remote-cli) > The following package will be installed: > transmission-remote-cli 1.7.1 /gnu/store/h620vv6ik6ybqaw22bdd4v83iadf7mw3-transmission-remote-cli-1.7.1 > > 64 packages in profile > The following environment variable definitions may be needed: > export PATH="/var/guix/profiles/per-user/arunisaac/guix-profile/bin:/var/guix/profiles/per-user/arunisaac/guix-profile/sbin${PATH:+:}$PATH" > export CROSS_CPATH="/var/guix/profiles/per-user/arunisaac/guix-profile/avr/include${CROSS_CPATH:+:}$CROSS_CPATH" > export CROSS_LIBRARY_PATH="/var/guix/profiles/per-user/arunisaac/guix-profile/avr/lib${CROSS_LIBRARY_PATH:+:}$CROSS_LIBRARY_PATH" > export ZATHURA_PLUGIN_PATH="/var/guix/profiles/per-user/arunisaac/guix-profile/lib/zathura${ZATHURA_PLUGIN_PATH:+:}$ZATHURA_PLUGIN_PATH" > export INFOPATH="/var/guix/profiles/per-user/arunisaac/guix-profile/share/info${INFOPATH:+:}$INFOPATH" > which: no transmission-remote-cli in > (/home/arunisaac/.guix-profile/bin:/home/arunisaac/.guix-profile/sbin:/run/setuid-programs:/run/current-system/profile/bin:/run/current-system/profile/sbin) > > Any pointers on how to debug this issue? Where could I be going wrong? > Is it possible I'm missing some environment variables? I'm on GuixSD. What is the output of: $ file ~/.guix-profile $ file ~/.guix-profile/bin/transmission-remote-cli -- Alex