Skip Menu |

This queue is for tickets about the Tickit CPAN distribution.

Report information
The Basics
Id: 124668
Status: new
Priority: 0/
Queue: Tickit

People
Owner: Nobody in particular
Requestors: matt [...] stuffbymatt.ca
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Cannot construct Tickit::Term - No such file or directory
Date: Sat, 3 Mar 2018 21:47:52 -0700
To: bug-Tickit [...] rt.cpan.org
From: Matt Adams <matt [...] stuffbymatt.ca>
I'm using Tickit (0.65) as installed from cpanm and trying to run synopsis from http://search.cpan.org/~pevans/Tickit-Widgets-0.28/lib/Tickit/Widget/GridBox.pm My code includes: use lib "$ENV{HOME}/perl5/lib/perl5"; use lib "$ENV{HOME}/perl5/lib/perl5/amd64-freebsd-thread-multi"; I get: Cannot construct Tickit::Term - No such file or directory at /home/smade/perl5/lib/perl5/amd64-freebsd-thread-multi/Tickit.pm line 153 Any ideas? It doesn't make a lot of sense to me. Thanks, Matt Running on: This is perl 5, version 24, subversion 3 (v5.24.3) built for amd64-freebsd-thread-multi FreeBSD smade 11.1-RELEASE-p4 FreeBSD 11.1-RELEASE-p4 #0: Tue Nov 14 06:12:40 UTC 2017 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
Subject: Re: [rt.cpan.org #124668] AutoReply: Cannot construct Tickit::Term - No such file or directory
Date: Mon, 5 Mar 2018 12:13:04 -0700
To: bug-Tickit [...] rt.cpan.org
From: Matt Adams <matt [...] stuffbymatt.ca>
Upon further investigation it appears that my environment's TERM variable was set to "screen" (I use tmux). When set to "xterm" or other, Tickit::Term was constructed properly. I didn't investigate further but suggest that perhaps the code could be changed to emit a more useful error message. Matt