Package Details: textsuggest-git r35.ccbcbc9-1

Git Clone URL: https://aur.archlinux.org/textsuggest-git.git (read-only, click to copy)
Package Base: textsuggest-git
Description: Simple Linux utility to autocomplete words using rofi
Upstream URL: https://gitlab.com/bharadwaj-raju/TextSuggest
Keywords: autocomplete python suggestions text xsel
Licenses: GPL3
Provides: textsuggest
Submitter: shellkr
Maintainer: None
Last Packager: bharadwaj-raju
Votes: 7
Popularity: 0.000000
First Submitted: 2016-06-22 05:18 (UTC)
Last Updated: 2018-06-08 06:00 (UTC)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

kingkon commented on 2025-10-01 15:12 (UTC)

@jbc-naim Actually, merging this would have fixed the issue

jbc-naim commented on 2025-10-01 14:44 (UTC)

Hi! I am new to the Arch Commmunity.

This package is failing to build on my machine.

After providing the error to ChatGPT, I suggested the following root cause which I will try to fix and let you know.

The root cause of the build failure is:

error: ‘numeric_limits’ is not a member of ‘std’

This happens in ../lib/cxxopts.hpp at lines where it uses:

std::numeric_limits<T>::min()
std::numeric_limits<T>::max()
std::numeric_limits<T>::is_signed

Why this happens

std::numeric_limits is part of <limits> in the C++ standard library.

The errors mean that cxxopts.hpp (the header included by textsuggest) uses std::numeric_limits without including <limits>. Some compilers/libraries tolerate this if <limits> is pulled indirectly, but with GCC 15 (your log shows /usr/include/c++/15.2.1), it’s stricter — so the build breaks.

<deleted-account> commented on 2018-06-01 08:10 (UTC)

install: cannot change permissions of ‘/usr/share/textsuggest’: No such file or directory

nulldev commented on 2018-05-30 03:34 (UTC) (edited on 2018-05-30 03:34 (UTC) by nulldev)

This package's PKGBUILD appears to run an install script from the source which won't work for most users as it requires root access and makepkg is usually run without root access...

bharadwaj-raju commented on 2018-05-01 04:25 (UTC)

@wallace11: Will update, thanks.

wallace11 commented on 2018-04-29 15:36 (UTC)

Should also add pyperclip as a dependency

bharadwaj-raju commented on 2016-11-09 07:10 (UTC)

@doylefermi Thanks, I've fixed the PKGBUILD

<deleted-account> commented on 2016-10-28 15:17 (UTC)

Error: chmod: cannot access '/usr/share/textsuggest': No such file or directory Fix: https://gist.github.com/doylefermi/ce0b260a2def5c56342bda43d3859c4b

shellkr commented on 2016-07-27 17:51 (UTC)

@xircon:Thanks again. Should be up-to-date again..

xircon commented on 2016-07-27 11:47 (UTC)

Fails to build: Cloning into 'textsuggest'... done. ==> Starting pkgver()... ==> Updated version: textsuggest-git r109.2737097-1 ==> Entering fakeroot environment... ==> Starting package()... install: cannot stat 'textsuggest.1': No such file or directory ==> ERROR: A failure occurred in package(). Aborting... ==> ERROR: Makepkg was unable to build textsuggest-git. ==> Restart building textsuggest-git ? [y/N]