Package Details: tio 3.0-1

Git Clone URL: https://aur.archlinux.org/tio.git (read-only, click to copy)
Package Base: tio
Description: The simple TTY terminal I/O application
Upstream URL: https://tio.github.io/
Licenses: GPL-2.0-or-later
Submitter: nickoe
Maintainer: nickoe (swiftgeek, jledet, lundmar)
Last Packager: swiftgeek
Votes: 38
Popularity: 5.51
First Submitted: 2016-05-20 15:16 (UTC)
Last Updated: 2024-04-30 00:46 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

nickoe commented on 2022-03-22 10:10 (UTC)

Odd, do you have libinih installed? Maybe try to install cmake and see if it works better?

JasonP commented on 2022-03-22 09:55 (UTC) (edited on 2022-03-22 09:56 (UTC) by JasonP)

Hi, I've got a problem when upgrading this package today. Not sure exactly what could have changed in meson.

Header <asm-generic/ioctls.h> has symbol "TCGETS2" : YES 
Fetching value of define "B0" : 0000000 
Fetching value of define "B50" : 0000001 
Fetching value of define "B75" : 0000002 
Fetching value of define "B110" : 0000003 
Fetching value of define "B134" : 0000004 
Fetching value of define "B150" : 0000005 
Fetching value of define "B200" : 0000006 
Fetching value of define "B300" : 0000007 
Fetching value of define "B600" : 0000010 
Fetching value of define "B1200" : 0000011 
Fetching value of define "B1800" : 0000012 
Fetching value of define "B2400" : 0000013 
Fetching value of define "B4800" : 0000014 
Fetching value of define "B7200" :  
Fetching value of define "B9600" : 0000015 
Fetching value of define "B14400" :  
Fetching value of define "B19200" : 0000016 
Fetching value of define "B28800" :  
Fetching value of define "B38400" : 0000017 
Fetching value of define "B57600" : 0010001 
Fetching value of define "B76800" :  
Fetching value of define "B115200" : 0010002 
Fetching value of define "B230400" : 0010003 
Fetching value of define "B460800" : 0010004 
Fetching value of define "B500000" : 0010005 
Fetching value of define "B576000" : 0010006 
Fetching value of define "B921600" : 0010007 
Fetching value of define "B1000000" : 0010010 
Fetching value of define "B1152000" : 0010011 
Fetching value of define "B1500000" : 0010012 
Fetching value of define "B2000000" : 0010013 
Fetching value of define "B2500000" : 0010014 
Fetching value of define "B3000000" : 0010015 
Fetching value of define "B3500000" : 0010016 
Fetching value of define "B4000000" : 0010017 
Configuring config.h using configuration
Found pkg-config: /usr/bin/pkg-config (1.8.0)
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency inih found: NO (tried pkgconfig)

src/meson.build:18:0: ERROR: Dependency "inih" not found, tried pkgconfig

A full log can be found at /build/tio/src/tio-1.36/build/meson-logs/meson-log.txt

nickoe commented on 2022-02-22 22:46 (UTC)

@m040601 I added the archs, but I am not sure it is really that useful. I would assume that anyone running arch on arm are ignoring the arch variable when building anyways.

m040601 commented on 2022-02-22 02:52 (UTC) (edited on 2022-02-22 02:53 (UTC) by m040601)

Thank you for maintaining this very usefull package. I've been using it, also, on raspberry pi's and chromebooks.

Please change:

arch=('x86_64' 'i686')

to

arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')

Thanks in advance