From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Louis Subject: bug#23136: less, showing errors Date: Mon, 28 Mar 2016 20:08:57 +0200 Message-ID: <20160328180857.GA32580@protected.rcdrun.com> References: <20160328132917.GA19028@protected.rcdrun.com> <878u12r1i2.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akbd3-0002bt-Re for bug-guix@gnu.org; Mon, 28 Mar 2016 14:11:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1akbd0-00084V-M0 for bug-guix@gnu.org; Mon, 28 Mar 2016 14:11:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45222) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akbd0-00084R-J3 for bug-guix@gnu.org; Mon, 28 Mar 2016 14:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1akbd0-0003ue-Cq for bug-guix@gnu.org; Mon, 28 Mar 2016 14:11:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <878u12r1i2.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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 23136@debbugs.gnu.org Hello, Thank you. I have tried that command, I cannot see anything. Yes, my less is from GuixSD. I guess something was interferring from alien system. On Mon, Mar 28, 2016 at 06:49:41PM +0200, Ludovic Courtès wrote: > Jean Louis skribis: > > > package less: > > > > $ less --help > > head: cannot open ‘@/less/help/file/@’ for reading: No such file or > > directory > > Error: no lexer for alias '@/less/help/file/@' found > > I tried in a pristine environment like this: > > guix environment --container --ad-hoc less -- /bin/sh -c 'TERM=xterm less --help' > > This works well for me. Could you check on your system? > > If this works, it probably means that something from the host system is > interfering. > > Does ‘which less’ point to Guix’s less? > > Thanks, > Ludo’.