Package Details: lcd4linux-git r1167.cb69a93-6

Git Clone URL: https://aur.archlinux.org/lcd4linux-git.git (read-only, click to copy)
Package Base: lcd4linux-git
Description: Grabs information from the kernel and other systems and displays it on an LCD
Upstream URL: https://wiki.lcd4linux.tk/doku.php
Licenses: GPL-2.0-only
Conflicts: lcd4linux, lcd4linux-svn
Provides: lcd4linux
Submitter: mvdberge
Maintainer: mvdberge
Last Packager: mvdberge
Votes: 2
Popularity: 0.000246
First Submitted: 2022-02-15 13:19 (UTC)
Last Updated: 2025-11-11 10:05 (UTC)

Latest Comments

simona commented on 2025-11-11 10:11 (UTC)


configure:9129: error: possibly undefined macro: AM_ICONV
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.

simona commented on 2025-11-10 16:57 (UTC)

configure:9129: error: possibly undefined macro: AM_ICONV

dreieck commented on 2025-11-09 09:57 (UTC)

Please also add lcd4linux to the conflicts array.

dreieck commented on 2025-11-09 09:55 (UTC)

Ahoj,

for me, configurations also fails with this error:

==> Starting build()...
./bootstrap:13> aclocal
plugins.m4:408: warning: macro 'AM_ICONV' not found in library
aclocal: warning: couldn't open directory 'm4': No such file or directory
./bootstrap:14> libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
./bootstrap:15> autoheader
./bootstrap:16> automake --add-missing --copy --foreign
configure.ac:37: installing './compile'
configure.ac:33: installing './missing'
Makefile.am: installing './depcomp'
./bootstrap:17> autoconf
configure.ac:34: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:34: You should use the 'AC_CONFIG_HEADERS' macro instead.
aclocal.m4:10695: AM_CONFIG_HEADER is expanded from...
configure.ac:34: the top level
configure.ac:52: warning: The macro 'AC_CHECKING' is obsolete.
configure.ac:52: You should run autoupdate.
./lib/autoconf/general.m4:2499: AC_CHECKING is expanded from...
curses.m4:234: AC_SEARCH_NCURSES is expanded from...
curses.m4:93: AC_CHECK_CURSES is expanded from...
configure.ac:52: the top level
configure.ac:52: warning: The macro 'AC_FD_CC' is obsolete.
configure.ac:52: You should run autoupdate.
./lib/autoconf/general.m4:399: AC_FD_CC is expanded from...
curses.m4:234: AC_SEARCH_NCURSES is expanded from...
curses.m4:93: AC_CHECK_CURSES is expanded from...
configure.ac:52: the top level
configure.ac:107: warning: The macro 'AC_PYTHON_DEVEL' is obsolete.
configure.ac:107: You should run autoupdate.
ax_python_devel.m4:69: AC_PYTHON_DEVEL is expanded from...
configure.ac:107: the top level
configure.ac:126: warning: The macro 'AC_HEADER_STDC' is obsolete.
configure.ac:126: You should run autoupdate.
./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
configure.ac:126: the top level
configure.ac:136: warning: The macro 'AC_HEADER_TIME' is obsolete.
configure.ac:136: You should run autoupdate.
./lib/autoconf/headers.m4:702: AC_HEADER_TIME is expanded from...
configure.ac:136: the top level
configure.ac:149: warning: The macro 'AC_PROG_GCC_TRADITIONAL' is obsolete.
configure.ac:149: You should run autoupdate.
./lib/autoconf/c.m4:1676: AC_PROG_GCC_TRADITIONAL is expanded from...
configure.ac:149: the top level
configure.ac:156: warning: The macro 'AC_TYPE_SIGNAL' is obsolete.
configure.ac:156: You should run autoupdate.
./lib/autoconf/types.m4:805: AC_TYPE_SIGNAL is expanded from...
configure.ac:156: the top level
configure:9129: error: possibly undefined macro: AM_ICONV
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
==> ERROR: A failure occurred in build().

Maybe you forgot a dependency, or you need to run some (re-)generation of autoconf files or such?

yukunyi commented on 2025-07-28 09:29 (UTC)

build error: configure:9129: error: possibly undefined macro: AM_ICONV If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.

dreieck commented on 2024-10-15 09:03 (UTC)

Please add lcd4linux to the provides array.

Also, namcap complains about a lot of missing dependencies:

lcd4linux-git E: Dependency glibc detected and not included (libraries ['usr/lib/libc.so.6', 'usr/lib/libm.so.6'] needed in files ['usr/bin/lcd4linux'])
lcd4linux-git E: Dependency mariadb-libs detected and not included (libraries ['usr/lib/libmariadb.so.3'] needed in files ['usr/bin/lcd4linux'])
lcd4linux-git E: Dependency ncurses detected and not included (libraries ['usr/lib/libncursesw.so.6'] needed in files ['usr/bin/lcd4linux'])
lcd4linux-git E: Dependency libusb-compat detected and not included (libraries ['usr/lib/libusb-0.1.so.4'] needed in files ['usr/bin/lcd4linux'])
lcd4linux-git E: Dependency sqlite detected and not included (libraries ['usr/lib/libsqlite3.so.0'] needed in files ['usr/bin/lcd4linux'])
lcd4linux-git E: Dependency gd detected and not included (libraries ['usr/lib/libgd.so.3'] needed in files ['usr/bin/lcd4linux'])
lcd4linux-git E: Dependency dbus detected and not included (libraries ['usr/lib/libdbus-1.so.3'] needed in files ['usr/bin/lcd4linux'])
lcd4linux-git E: Dependency libusb detected and not included (libraries ['usr/lib/libusb-1.0.so.0'] needed in files ['usr/bin/lcd4linux'])
lcd4linux-git E: Dependency libvncserver detected and not included (libraries ['usr/lib/libvncserver.so.1'] needed in files ['usr/bin/lcd4linux'])
lcd4linux-git E: Dependency libx11 detected and not included (libraries ['usr/lib/libX11.so.6'] needed in files ['usr/bin/lcd4linux'])
lcd4linux-git E: Dependency libjpeg-turbo detected and not included (libraries ['usr/lib/libjpeg.so.8'] needed in files ['usr/bin/lcd4linux'])

Regards and thanks for the package!

guglovich commented on 2023-12-08 10:17 (UTC) (edited on 2023-12-08 10:18 (UTC) by guglovich)

--mode=install /usr/bin/install -c lcd4linux '/tmp/makepkg/lcd4linux-git/pkg/lcd4linux-git//usr/bin'
libtool: install: /usr/bin/install -c lcd4linux /tmp/makepkg/lcd4linux-git/pkg/lcd4linux-git//usr/bin/lcd4linux
make[1]: target "install-data-am" does not require any commands to be executed.
make[1]: exit from "/tmp/makepkg/lcd4linux-git/src/lcd4linux" directory
install: failed to execute stat for '/tmp/makepkg/lcd4linux-git/src/../lcd4linux.service': No such file or directory available

mvdberge commented on 2022-01-31 10:00 (UTC)

The link to the svn is broken. Maybe you could switch to the github mirror? https://github.com/jmccrohan/lcd4linux

milaq commented on 2018-02-08 14:25 (UTC)

requires libusb-compat from extra