Package Details: lttoolbox 3.8.2-1

Git Clone URL: https://aur.archlinux.org/lttoolbox.git (read-only, click to copy)
Package Base: lttoolbox
Description: Finite state compiler, processor and helper tools used by apertium
Upstream URL: https://wiki.apertium.org/wiki/Lttoolbox
Licenses: GPL2
Submitter: unhammer
Maintainer: unhammer (kruzah, MarcRiera)
Last Packager: MarcRiera
Votes: 15
Popularity: 0.000000
First Submitted: 2010-02-15 09:06 (UTC)
Last Updated: 2025-08-15 21:53 (UTC)

Latest Comments

rait commented on 2025-12-07 15:29 (UTC)

Thank you, something in my system must have been interfering. Building in a clean chroot solved the issue.

MarcRiera commented on 2025-12-05 07:58 (UTC)

@rait I can build the package without issues both with "makepkg -si" and in a clean chroot: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot

Since version 3.8.0 CMake is used instead of Autotools and "autogen.sh" (used in the PKGBUILD) is a symlink to "cmake.sh". I'm sorry but I cannot recreate the issue.

rait commented on 2025-11-29 09:50 (UTC) (edited on 2025-11-29 09:50 (UTC) by rait)

I get this on makepkg -si:

 make: *** No targets specified and no makefile found.  Stop.

The repo uses CMake, so shouldn't it be built with that? make doesn't work since there's no Makefile. On the other hand, it builds find with CMake.

nicolino commented on 2023-06-21 23:29 (UTC) (edited on 2023-06-21 23:42 (UTC) by nicolino)

ustring.h includes utf8.h while it should be utf8cpp/utf8.h

Also: multiple errors from other packets trying to compile against. Full update of the package is probably necessary to comply to file structure.

Example for apertium-separable:

lsx_processor.h:5:10: fatal error: lttoolbox/ltstr.h: No such file or directory
    5 | #include <lttoolbox/ltstr.h>
      |          ^~~~~~~~~~~~~~~~~~~