Package Details: textadept 13.0-1

Git Clone URL: https://aur.archlinux.org/textadept.git (read-only, click to copy)
Package Base: textadept
Description: Fast, minimalist, and remarkably extensible cross-platform text editor
Upstream URL: https://github.com/orbitalquark/textadept
Keywords: editor lua
Licenses: MIT
Submitter: bitwave
Maintainer: TrialnError
Last Packager: TrialnError
Votes: 33
Popularity: 0.000616
First Submitted: 2015-09-04 11:30 (UTC)
Last Updated: 2026-07-02 16:44 (UTC)

Pinned Comments

TwoFinger commented on 2023-08-02 10:30 (UTC) (edited on 2023-08-02 14:31 (UTC) by TwoFinger)

This is no longer a split package, it only contains the Qt build, which is the new upstream default.

The other builds are in separate packages:

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

bitwave commented on 2016-02-02 07:21 (UTC)

Hey folks, due to the comments from reztho, I will drop this package. He would like to contribute a source-only package under this name. This binary package will be available now under: https://aur.archlinux.org/packages/textadept-bin Please update to this package, so you can receive the latest updates or use the new textadept source only package. Regards bitwave

bitwave commented on 2015-11-26 16:53 (UTC)

because this is a binary package, the textadept-curses elf is linked against an old version of curses: ldd /usr/bin/textadept-curses linux-vdso.so.1 (0x00007fff731a8000) libncursesw.so.5 => not found libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f8fb192e000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f8fb15ac000) libm.so.6 => /usr/lib/libm.so.6 (0x00007f8fb12ae000) libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f8fb1098000) libc.so.6 => /usr/lib/libc.so.6 (0x00007f8fb0cf4000) /lib64/ld-linux-x86-64.so.2 (0x00007f8fb1b32000) but arch linux current version is 6: ncurses /usr/lib/libncurses.so ncurses /usr/lib/libncursesw.so ncurses /usr/lib/libncursesw.so.6 ncurses /usr/lib/libncursesw.so.6.0 you can use a symbolic link or the LD_PRELOAD variable, to point the elf to the correct location or you wait until the lib is updated upstream. regards, bitwave

ke7ofi commented on 2015-11-24 21:52 (UTC) (edited on 2015-11-24 21:53 (UTC) by ke7ofi)

textadept-curses won't start and says `textadept-curses: error while loading shared libraries: libncursesw.so.5: cannot open shared object file: No such file or directory`. Is that an issue with the program, the package, or something on my end? A bit of Ducking indicates that it may have to do with library architecture for curses, but I don't see that set as a dependency here (which could be part of the problem if multilib is required).