Bug 219643 - deskutils/horde-kronolith /usr/local/bin/horde-alarms: tput: no terminal type specified
Summary: deskutils/horde-kronolith /usr/local/bin/horde-alarms: tput: no terminal type...
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: horde
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-29 20:21 UTC by peo
Modified: 2017-06-20 21:14 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (horde)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description peo 2017-05-29 20:21:55 UTC
/usr/local/bin/horde-alarms runs from cron and since our latest ports update 25 May, using source, head, portmaster, we see in the cron email:

tput: no terminal type specified and no TERM environmental variable.
stty: stdin isn't a terminal

horde-kronolith-4.2.21
10.3-STABLE #0 r315143M

truss says,

access("/usr/local/share/pear/Horde/Cli.php",F_OK) = 0 (0x0)
lstat("/usr/local/share/pear/Horde/Cli.php",{ mode=-rw-r--r-- ,inode=160209,size=19823,blksize=19968 }) = 0 (0x0)
openat(AT_FDCWD,"/usr/local/share/pear/Horde/Cli.php",O_RDONLY,00) = 4 (0x4)
fstat(4,{ mode=-rw-r--r-- ,inode=160209,size=19823,blksize=19968 }) = 0 (0x0)
__sysctl(0x7fffffffc208,0x2,0x7fffffffc204,0x7fffffffc210,0x0,0x0) = 0 (0x0)
fstat(4,{ mode=-rw-r--r-- ,inode=160209,size=19823,blksize=19968 }) = 0 (0x0)
fstat(4,{ mode=-rw-r--r-- ,inode=160209,size=19823,blksize=19968 }) = 0 (0x0)
mmap(0x0,19823,PROT_READ,MAP_SHARED,4,0x0)	 = 34370818048 (0x800a91000)
munmap(0x800a91000,19823)			 = 0 (0x0)
close(4)					 = 0 (0x0)
access("/usr/local/www/horde/lib/Cli/Color.php",F_OK) ERR#2 'No such file or directory'
access("/usr/local/www/horde/lib/Horde/Cli/Color.php",F_OK) ERR#2 'No such file or directory'
access("/usr/local/share/pear/Horde/Cli/Color.php",F_OK) = 0 (0x0)
lstat("/usr/local/share/pear/Horde/Cli/Color.php",{ mode=-rw-r--r-- ,inode=160211,size=8318,blksize=8704 }) = 0 (0x0)
lstat("/usr/local/share/pear/Horde/Cli",{ mode=drwxr-xr-x ,inode=160210,size=4,blksize=131072 }) = 0 (0x0)
openat(AT_FDCWD,"/usr/local/share/pear/Horde/Cli/Color.php",O_RDONLY,00) = 4 (0x4)
fstat(4,{ mode=-rw-r--r-- ,inode=160211,size=8318,blksize=8704 }) = 0 (0x0)
__sysctl(0x7fffffffc248,0x2,0x7fffffffc244,0x7fffffffc250,0x0,0x0) = 0 (0x0)
fstat(4,{ mode=-rw-r--r-- ,inode=160211,size=8318,blksize=8704 }) = 0 (0x0)
fstat(4,{ mode=-rw-r--r-- ,inode=160211,size=8318,blksize=8704 }) = 0 (0x0)
mmap(0x0,8318,PROT_READ,MAP_SHARED,4,0x0)	 = 34370818048 (0x800a91000)
munmap(0x800a91000,8318)			 = 0 (0x0)
close(4)					 = 0 (0x0)
pipe({ 4, 5 })					 = 0 (0x0)
fcntl(4,F_GETFL,)				 = 2 (0x2)
vfork()						 = 23187 (0x5a93)
close(5)					 = 0 (0x0)
tput: no terminal type specified and no TERM environmental variable.
Comment 1 peo 2017-06-20 21:12:37 UTC
Fixed with update of pear-Horde_Alarm to 2.2.10

This can be closed