Hi Michael,
On 16/02/2023 14:10, Adolf Belka wrote:
Hi Michael,
On 09/02/2023 18:13, Michael Tremer wrote:
Hey,
On 9 Feb 2023, at 18:01, Adolf Belka adolf.belka@ipfire.org wrote:
Hi Michael,
On 09/02/2023 13:57, Michael Tremer wrote:
Hello,
On 8 Feb 2023, at 20:49, Adolf Belka adolf.belka@ipfire.org wrote:
Hi Michael,
On 08/02/2023 17:15, Michael Tremer wrote:
Hello Adolf, It looks like the parallel build is broken for this release. You could try to build it with just “make” and without the “-j16” parameter.
I got rid of the $(MAKETUNING) entry in the elinks lfs and the build went without any problems.
Perfect fault finding. I will make a note about this so for the next version of make I will retry the $(MAKETUNING) option.
It might be useful to file a bug report upstream if you like.
I think that is a good idea. Just to confirm, I should raise this bug on make because the version change caused the same elinks to stop working, correct?
Please raise a bug with elinks.
Will do so.
Although there is nothing on their website which suggests a new release since 2012.
There is a fork on GitHub which has changed their build system to meson: https://github.com/rkd77/elinks
I tried building the existing version with meson. It required git for the build which was easy to deal with by moving the git package a bit earlier in the make.sh file. Then it required the package tre as a run time dependency. This I didn't understand as tre is not required for run time when you build with autotools so it seems peculiar to be required when building with meson. The last version of tre was released in 2009. The last update of the website was 2013. The last commit in the git repository was early in 2021 and it was to request maintainers to pick up the project. Based on the above I didn't even bother to download and install tre into the IPFire build to see if there was any other dependency after that.
When searching on the elinks github issues site I found that you can set tre to false so I will probably git meson another try out.
Regards,
Adolf.
Regards, Adolf.
-Michael
Regards, Adolf.
Best, -Michael
Thanks very much, Adolf.
-Michael > On 8 Feb 2023, at 15:42, Adolf Belka adolf.belka@ipfire.org wrote: > > Hi All, > > I was running an update for the addon make from version 4.3 to 4.4 > > > The make build went fine, however later on when elinks came along it failed with an error. Ran git restore on the make changes and re-ran a clean build and elinks built with no problems. Re-tried the make change and the same thing happened. make was built with no problem but elinks failed with the same error. > > > I can't figure out what is happening with elinks. It looks like it can't find src/bfu/lib.o but I have no idea why the make update would cause this. > > Section from the elinks build log > > > [[35mMAKE all(B[m] src > make[2]: Entering directory '/usr/src/elinks-0.15.1/src' > [[35mMAKE all(B[m] src/bfu > make[3]: Entering directory '/usr/src/elinks-0.15.1/src/bfu' > [[32mLD(B[m] src/lib.o > [[36mCC(B[m] src/bfu/button.o > ld: no input files > make[2]: *** [.././Makefile.lib:121: lib.o] Error 1 > make[2]: *** Waiting for unfinished jobs.... > > > Searched on the error and the combination of elinks with make-4.4 but I couldn't find anything. Any help gratefully accepted. > > Regards, > > Adolf. > > > Whole of the elinks build log added below here > > ------------------------------------------------ > > > Feb 8 13:29:14: Building elinks elinks-0.15.1.tar.xz checksum OK > + cd /usr/src/lfs > + make -f elinks LFS_BASEDIR=/usr/src install > ====================================== Installing elinks-0.15.1 ... > Install started; saving file list to /usr/src/lsalr ... > cd /usr/src/elinks-0.15.1 && ./configure > checking for aclocal... aclocal > checking for autoconf... autoconf > checking for autoheader... autoheader > checking for gcc... gcc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables... > checking whether we are cross compiling... no > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking how to run the C preprocessor... gcc -E > checking for grep that handles long lines and -e... /bin/grep > checking for egrep... /bin/grep -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking minix/config.h usability... no > checking minix/config.h presence... no > checking for minix/config.h... no > checking whether it is safe to define __EXTENSIONS__... yes > checking for gnumake... no > checking for gmake... no > checking for make... /usr/bin/make > checking for gcc... (cached) gcc > checking whether we are using the GNU C compiler... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for gcc option to accept ISO C89... (cached) none needed > checking for g++... g++ > checking whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > checking for ld... ld > checking for gawk... gawk > checking for gawk... /usr/bin/gawk > checking for ranlib... ranlib > checking for a BSD-compatible install... /usr/bin/install -c > checking for git... no > checking for sparse... no > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for python3... /usr/bin/python3 > checking for xmlto... no > checking for dblatex... no > checking for pod2html... /usr/bin/pod2html > checking for doxygen... no > checking for BEOS... no > checking for DOS... no > checking for RISCOS... no > checking for WIN32... no > checking for EMX... no > checking for UNIX... yes > checking for dirent.h that defines DIR... yes > checking for library containing opendir... none required > checking how to run the C++ preprocessor... g++ -E > checking for ANSI C header files... (cached) yes > checking for sys/wait.h that is POSIX.1 compatible... yes > checking whether time.h and sys/time.h may both be included... yes > checking wchar.h usability... yes > checking wchar.h presence... yes > checking for wchar.h... yes > checking wctype.h usability... yes > checking wctype.h presence... yes > checking for wctype.h... yes > checking fcntl.h usability... yes > checking fcntl.h presence... yes > checking for fcntl.h... yes > checking limits.h usability... yes > checking limits.h presence... yes > checking for limits.h... yes > checking time.h usability... yes > checking time.h presence... yes > checking for time.h... yes > checking for unistd.h... (cached) yes > checking libgen.h usability... yes > checking libgen.h presence... yes > checking for libgen.h... yes > checking sigaction.h usability... no > checking sigaction.h presence... no > checking for sigaction.h... no > checking arpa/inet.h usability... yes > checking arpa/inet.h presence... yes > checking for arpa/inet.h... yes > checking netinet/in_systm.h usability... yes > checking netinet/in_systm.h presence... yes > checking for netinet/in_systm.h... yes > checking netinet/in_system.h usability... no > checking netinet/in_system.h presence... no > checking for netinet/in_system.h... no > checking netinet/ip.h usability... yes > checking netinet/ip.h presence... yes > checking for netinet/ip.h... yes > checking netdb.h usability... yes > checking netdb.h presence... yes > checking for netdb.h... yes > checking netinet/in.h usability... yes > checking netinet/in.h presence... yes > checking for netinet/in.h... yes > checking netinet/in6_var.h usability... no > checking netinet/in6_var.h presence... no > checking for netinet/in6_var.h... no > checking ifaddrs.h usability... yes > checking ifaddrs.h presence... yes > checking for ifaddrs.h... yes > checking sys/cygwin.h usability... no > checking sys/cygwin.h presence... no > checking for sys/cygwin.h... no > checking io.h usability... no > checking io.h presence... no > checking for io.h... no > checking sys/fmutex.h usability... no > checking sys/fmutex.h presence... no > checking for sys/fmutex.h... no > checking sys/ioctl.h usability... yes > checking sys/ioctl.h presence... yes > checking for sys/ioctl.h... yes > checking sys/sockio.h usability... no > checking sys/sockio.h presence... no > checking for sys/sockio.h... no > checking sys/resource.h usability... yes > checking sys/resource.h presence... yes > checking for sys/resource.h... yes > checking sys/select.h usability... yes > checking sys/select.h presence... yes > checking for sys/select.h... yes > checking sys/socket.h usability... yes > checking sys/socket.h presence... yes > checking for sys/socket.h... yes > checking sys/time.h usability... yes > checking sys/time.h presence... yes > checking for sys/time.h... yes > checking sys/utsname.h usability... yes > checking sys/utsname.h presence... yes > checking for sys/utsname.h... yes > checking for net/if.h... yes > checking for stdint.h... (cached) yes > checking for inttypes.h... (cached) yes > checking locale.h usability... yes > checking locale.h presence... yes > checking for locale.h... yes > checking pwd.h usability... yes > checking pwd.h presence... yes > checking for pwd.h... yes > checking termios.h usability... yes > checking termios.h presence... yes > checking for termios.h... yes > checking poll.h usability... yes > checking poll.h presence... yes > checking for poll.h... yes > checking stdalign.h usability... yes > checking stdalign.h presence... yes > checking for stdalign.h... yes > checking sys/un.h usability... yes > checking sys/un.h presence... yes > checking for sys/un.h... yes > checking whether struct tm is in sys/time.h or time.h... time.h > checking for an ANSI C-conforming const... yes > checking for inline... inline > checking for C99-conforming inline... no > checking for typeof... yes > checking for special C compiler options needed for large files... no > checking for _FILE_OFFSET_BITS value needed for large files... no > checking for size_t... yes > checking for off_t... yes > checking for ssize_t... yes > checking for long long... yes > checking for off_t... yes > checking for int32_t... yes > checking for uint32_t... yes > checking for uint16_t... yes > checking size of char... 1 > checking size of short... 2 > checking size of int... 4 > checking size of long... 8 > checking size of long long... 8 > checking size of off_t... 8 > checking for variadic macros... yes > checking whether gcc needs -traditional... no > checking for working memcmp... yes > checking for stdlib.h... (cached) yes > checking for unistd.h... (cached) yes > checking for sys/param.h... yes > checking for getpagesize... yes > checking for working mmap... yes > checking for strftime... yes > checking for strptime... yes > checking for atoll... yes > checking for gethostbyaddr... yes > checking for herror... yes > checking for strerror... yes > checking for popen... yes > checking for uname... yes > checking for access... yes > checking for chmod... yes > checking for alarm... yes > checking for timegm... yes > checking for mremap... yes > checking for strcasecmp... yes > checking for strncasecmp... yes > checking for strcasestr... yes > checking for strstr... yes > checking for strchr... yes > checking for strrchr... yes > checking for memmove... yes > checking for bcopy... yes > checking for stpcpy... yes > checking for strdup... yes > checking for index... yes > checking for isdigit... yes > checking for mempcpy... yes > checking for memrchr... yes > checking for snprintf... yes > checking for vsnprintf... yes > checking for asprintf... yes > checking for vasprintf... yes > checking for getifaddrs... yes > checking for getpwnam... yes > checking for inet_aton... yes > checking for inet_pton... yes > checking for inet_ntop... yes > checking for fflush... yes > checking for fsync... yes > checking for fseeko... yes > checking for ftello... yes > checking for sigaction... yes > checking for gettimeofday... yes > checking for clock_gettime... yes > checking for setitimer... yes > checking for cygwin_conv_to_full_win32_path... no > checking for setenv... yes > checking for putenv... yes > checking for unsetenv... yes > checking for getuid... yes > checking for geteuid... yes > checking for wcwidth... yes > checking for fork... yes > checking for mkstemps... yes > checking for getpid... yes > checking for setpgid... yes > checking for getpgid... yes > checking for setpgrp... yes > checking for getpgrp... yes > checking for raise... yes > checking for kill... yes > checking for fpathconf... yes > checking for poll... yes > checking for sysconf(_SC_PAGE_SIZE)... yes > checking for C99 vsnprintf... yes > checking for dlopen in -ldl... yes > checking for socket... yes > checking for setsockopt... yes > checking for gethostbyname... yes > checking for gpm support... yes > checking gpm.h usability... no > checking gpm.h presence... no > checking for gpm.h... no > checking for terminfo support... disabled > checking for zlib support... yes > checking zlib.h usability... yes > checking zlib.h presence... yes > checking for zlib.h... yes > checking for gzclearerr in -lz... yes > checking for bzlib support... yes > checking bzlib.h usability... yes > checking bzlib.h presence... yes > checking for bzlib.h... yes > checking for BZ2_bzReadOpen in -lbz2... yes > checking for zstd support... yes > checking zstd.h usability... yes > checking zstd.h presence... yes > checking for zstd.h... yes > checking for ZSTD_createDCtx in -lzstd... yes > checking for brotli... disabled > checking for lzma support... disabled > checking for idn support... yes > checking idna.h usability... yes > checking idna.h presence... yes > checking for idna.h... yes > checking for stringprep_check_version in -lidn... yes > checking for GSSAPI... no > checking expat.h usability... yes > checking expat.h presence... yes > checking for expat.h... yes > checking for XML_ParserCreate in -lexpat... yes > checking sys/consio.h usability... no > checking sys/consio.h presence... no > checking for sys/consio.h... no > checking machine/console.h usability... no > checking machine/console.h presence... no > checking for machine/console.h... no > checking for QuickJS... disabled > checking for SpiderMonkey... disabled > checking for Guile... no > checking for Perl... no > checking whether POPpx works without an n_a variable... no > checking for Python3... no > checking for Lua... no > checking for TRE in pkg-config... no, but let's try defaults > checking for TRE header and library... no > checking for Ruby... no > checking for OpenSSL... checking for RAND_bytes... yes > checking for RAND_add... yes > checking for ASN1_STRING_get0_data... yes > yes > checking for GNUTLS... not used, because OpenSSL was chosen > checking whether to be or not to be... needs to be determined experimentally > checking for struct sockaddr_storage... yes > checking for struct sockaddr_in6... yes > checking for struct addrinfo... yes > checking for getaddrinfo... yes > checking for X... no > checking execinfo.h usability... yes > checking execinfo.h presence... yes > checking for execinfo.h... yes > checking whether /usr/bin/make sets $(MAKE)... yes > checking build system type... x86_64-unknown-linux-gnu > checking host system type... x86_64-unknown-linux-gnu > checking for strerror in -lcposix... no > checking for working alloca.h... yes > checking for alloca... yes > checking whether we are using the GNU C Library 2.1 or newer... yes > checking argz.h usability... yes > checking argz.h presence... yes > checking for argz.h... yes > checking for limits.h... (cached) yes > checking for locale.h... (cached) yes > checking nl_types.h usability... yes > checking nl_types.h presence... yes > checking for nl_types.h... yes > checking malloc.h usability... yes > checking malloc.h presence... yes > checking for malloc.h... yes > checking stddef.h usability... yes > checking stddef.h presence... yes > checking for stddef.h... yes > checking for stdlib.h... (cached) yes > checking for string.h... (cached) yes > checking for unistd.h... (cached) yes > checking for sys/param.h... (cached) yes > checking for feof_unlocked... yes > checking for fgets_unlocked... yes > checking for getcwd... yes > checking for getegid... yes > checking for geteuid... (cached) yes > checking for getgid... yes > checking for getuid... (cached) yes > checking for mempcpy... (cached) yes > checking for munmap... yes > checking for putenv... (cached) yes > checking for setenv... (cached) yes > checking for setlocale... yes > checking for stpcpy... (cached) yes > checking for strchr... (cached) yes > checking for strcasecmp... (cached) yes > checking for strdup... (cached) yes > checking for strtoul... yes > checking for tsearch... yes > checking for __argz_count... yes > checking for __argz_stringify... yes > checking for __argz_next... yes > checking for iconv... yes > checking for iconv declaration... > extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); > checking for nl_langinfo and CODESET... yes > checking for LC_MESSAGES... yes > checking whether NLS is requested... yes > checking for msgfmt... /usr/bin/msgfmt > checking for gmsgfmt... /usr/bin/msgfmt > checking for xgettext... /usr/bin/xgettext > checking for bison... bison > checking version of bison... 3.8.2, ok > checking for catalogs to be installed... af be bg ca cs da de el es et fi fr gl hr hu id is it ja lt nl nb pl pt pt_BR ro ru sk sr sv tr uk > checking fsplib.h usability... no > checking fsplib.h presence... no > checking for fsplib.h... no > checking libsmbclient.h usability... no > checking libsmbclient.h presence... no > checking for libsmbclient.h... no > checking for -rdynamic... yes > checking whether gcc accepts -Wno-address... yes > checking whether gcc accepts -fno-strict-overflow... yes > configure: creating ./config.status > config.status: creating Makefile.config > config.status: creating contrib/elinks.spec > config.status: creating contrib/lua/hooks.lua > config.status: creating doc/Doxyfile > config.status: creating doc/man/man1/elinks.1 > config.status: creating src/intl/gettext/ref-add.sed > config.status: creating src/intl/gettext/ref-del.sed > config.status: creating config.h > The following feature summary has been saved to features.log > Feature summary: > Documentation Tools ............. AsciiDoc, Pod2HTML > Manual Formats .................. HTML (one file) > Man Page Formats ................ HTML > API Documentation ............... no > gpm ............................. no > terminfo ........................ no > zlib ............................ yes > bzlib ........................... yes > zstd ............................ yes > brotli .......................... no > lzma ............................ no > idn ............................. yes > Bookmarks ....................... yes > XBEL bookmarks .................. yes > ECMAScript (JavaScript) ......... no > Browser scripting ............... no > libev ........................... no > libevent ........................ no > SSL ............................. OpenSSL > Native Language Support ......... yes > System gettext .................. no > Cookies ......................... yes > Form history .................... yes > Global history .................. yes > Mailcap ......................... yes > Mimetypes files ................. yes > IPv6 ............................ yes > BitTorrent protocol ............. no > Data protocol ................... yes > URI rewriting ................... yes > Local CGI ....................... no > DOS Gateway Interface ........... no > Finger protocol ................. no > FSP protocol .................... no > FTP protocol .................... yes > Gemini protocol ................. no > Gopher protocol ................. no > NNTP protocol ................... no > Samba protocol .................. no > Mouse handling .................. yes > BSD sysmouse .................... no > 88 colors ....................... no > 256 colors ...................... no > true color ...................... no > Exmode interface ................ no > LEDs ............................ yes > Marks ........................... yes > Cascading Style Sheets .......... yes > HTML highlighting ............... no > DOM engine ...................... no > Backtrace ....................... yes > No root exec .................... no > Debug mode ...................... no > Fast mode ....................... no > Own libc stubs .................. no > Small binary .................... no > UTF-8 ........................... yes > Combining characters ............ no > Reproducible builds ............. no > Regexp searching ................ no (TRE not found) > System configuration directory .. /usr/local/etc/elinks > Locale catalogs directory ....... /usr/local/share/locale > Compiler flags (CFLAGS) ......... -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -Wall -fno-strict-aliasing -Wno-builtin-declaration-mismatch -Wno-array-bounds -Wno-address -fno-strict-overflow > Preprocessor flags (CPPFLAGS) ... > Linker flags (LDFLAGS) .......... -rdynamic > Library flags (LIBS) ............ -lssl -lcrypto -lidn -lzstd -lbz2 -lz -ldl -lexpat > cd /usr/src/elinks-0.15.1 && make -j16 > make[1]: Entering directory '/usr/src/elinks-0.15.1' > cd . \ > && CONFIG_FILES= CONFIG_HEADERS=config.h \ > /bin/sh ./config.status > config.status: creating config.h > config.status: config.h is unchanged > [[35mMAKE all(B[m] doc > make[2]: Entering directory '/usr/src/elinks-0.15.1/doc' > [[35mMAKE all(B[m] doc/man > make[3]: Entering directory '/usr/src/elinks-0.15.1/doc/man' > [[35mMAKE all(B[m] doc/man/man1 > make[4]: Entering directory '/usr/src/elinks-0.15.1/doc/man/man1' > make[4]: Nothing to be done for 'all'. > make[4]: Leaving directory '/usr/src/elinks-0.15.1/doc/man/man1' > [[35mMAKE all(B[m] doc/man/man5 > make[4]: Entering directory '/usr/src/elinks-0.15.1/doc/man/man5' > make[4]: Nothing to be done for 'all'. > make[4]: Leaving directory '/usr/src/elinks-0.15.1/doc/man/man5' > make[3]: Leaving directory '/usr/src/elinks-0.15.1/doc/man' > make[2]: Leaving directory '/usr/src/elinks-0.15.1/doc' > [[35mMAKE all(B[m] po > make[2]: Entering directory '/usr/src/elinks-0.15.1/po' > [[36mGMSGFMT(B[m] po/af.gmo [[36mGMSGFMT(B[m] po/be.gmo [[36mGMSGFMT(B[m] po/bg.gmo [[36mGMSGFMT(B[m] po/ca.gmo 754 translated messages, 93 fuzzy translations, 948 untranslated messages. > [[36mGMSGFMT(B[m] po/cs.gmo 212 translated messages, 584 fuzzy translations, 999 untranslated messages. > [[36mGMSGFMT(B[m] po/da.gmo 229 translated messages, 580 fuzzy translations, 986 untranslated messages. > 171 translated messages, 510 fuzzy translations, 1114 untranslated messages. > [[36mGMSGFMT(B[m] po/de.gmo [[36mGMSGFMT(B[m] po/el.gmo 1165 translated messages, 381 fuzzy translations, 249 untranslated messages. > [[36mGMSGFMT(B[m] po/es.gmo 1423 translated messages, 238 fuzzy translations, 134 untranslated messages. > [[36mGMSGFMT(B[m] po/et.gmo 1066 translated messages, 449 fuzzy translations, 280 untranslated messages. > 170 translated messages, 511 fuzzy translations, 1114 untranslated messages. > [[36mGMSGFMT(B[m] po/fi.gmo [[36mGMSGFMT(B[m] po/fr.gmo 198 translated messages, 574 fuzzy translations, 1023 untranslated messages. > [[36mGMSGFMT(B[m] po/gl.gmo 170 translated messages, 511 fuzzy translations, 1114 untranslated messages. > [[36mGMSGFMT(B[m] po/hr.gmo 902 translated messages, 108 fuzzy translations, 785 untranslated messages. > [[36mGMSGFMT(B[m] po/hu.gmo 1624 translated messages, 88 fuzzy translations, 83 untranslated messages. > 170 translated messages, 511 fuzzy translations, 1114 untranslated messages. > [[36mGMSGFMT(B[m] po/id.gmo 171 translated messages, 510 fuzzy translations, 1114 untranslated messages. > [[36mGMSGFMT(B[m] po/is.gmo [[36mGMSGFMT(B[m] po/it.gmo 1229 translated messages, 339 fuzzy translations, 227 untranslated messages. > 171 translated messages, 511 fuzzy translations, 1113 untranslated messages. > [[36mGMSGFMT(B[m] po/ja.gmo 165 translated messages, 507 fuzzy translations, 1123 untranslated messages. > [[36mGMSGFMT(B[m] po/lt.gmo [[36mGMSGFMT(B[m] po/nl.gmo 927 translated messages, 548 fuzzy translations, 320 untranslated messages. > [[36mGMSGFMT(B[m] po/nb.gmo 415 translated messages, 35 fuzzy translations, 1345 untranslated messages. > 166 translated messages, 506 fuzzy translations, 1123 untranslated messages. > [[36mGMSGFMT(B[m] po/pl.gmo [[36mGMSGFMT(B[m] po/pt.gmo 171 translated messages, 511 fuzzy translations, 1113 untranslated messages. > 171 translated messages, 510 fuzzy translations, 1114 untranslated messages. > [[36mGMSGFMT(B[m] po/pt_BR.gmo [[36mGMSGFMT(B[m] po/ro.gmo 1795 translated messages. > [[36mGMSGFMT(B[m] po/ru.gmo 216 translated messages, 587 fuzzy translations, 992 untranslated messages. > [[36mGMSGFMT(B[m] po/sk.gmo 187 translated messages, 559 fuzzy translations, 1049 untranslated messages. > 171 translated messages, 511 fuzzy translations, 1113 untranslated messages. > [[36mGMSGFMT(B[m] po/sr.gmo [[36mGMSGFMT(B[m] po/sv.gmo 191 translated messages, 559 fuzzy translations, 1045 untranslated messages. > [[36mGMSGFMT(B[m] po/tr.gmo 794 translated messages, 505 fuzzy translations, 496 untranslated messages. > [[36mGMSGFMT(B[m] po/uk.gmo 170 translated messages, 511 fuzzy translations, 1114 untranslated messages. > 1736 translated messages, 37 fuzzy translations, 22 untranslated messages. > 165 translated messages, 507 fuzzy translations, 1123 untranslated messages. > 273 translated messages, 558 fuzzy translations, 964 untranslated messages. > make[2]: Leaving directory '/usr/src/elinks-0.15.1/po' > [[35mMAKE all(B[m] src > make[2]: Entering directory '/usr/src/elinks-0.15.1/src' > [[35mMAKE all(B[m] src/bfu > make[3]: Entering directory '/usr/src/elinks-0.15.1/src/bfu' > [[32mLD(B[m] src/lib.o > [[36mCC(B[m] src/bfu/button.o > ld: no input files > make[2]: *** [.././Makefile.lib:121: lib.o] Error 1 > make[2]: *** Waiting for unfinished jobs.... > [[36mCC(B[m] src/bfu/checkbox.o > [[36mCC(B[m] src/bfu/dialog.o > [[36mCC(B[m] src/bfu/group.o > [[36mCC(B[m] src/bfu/hierbox.o > [[36mCC(B[m] src/bfu/hotkey.o > [[36mCC(B[m] src/bfu/inpfield.o > [[36mCC(B[m] src/bfu/inphist.o > [[36mCC(B[m] src/bfu/leds.o > [[36mCC(B[m] src/bfu/listbox.o > [[36mCC(B[m] src/bfu/listmenu.o > [[36mCC(B[m] src/bfu/menu.o > [[36mCC(B[m] src/bfu/msgbox.o > [[36mCC(B[m] src/bfu/style.o > [[36mCC(B[m] src/bfu/text.o > [[36mCC(B[m] src/bfu/widget.o > [[32mLD(B[m] src/bfu/lib.o > make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/bfu' > [[35mMAKE all(B[m] src/bookmarks > make[3]: Entering directory '/usr/src/elinks-0.15.1/src/bookmarks' > [[35mMAKE all(B[m] src/bookmarks/backend > make[4]: Entering directory '/usr/src/elinks-0.15.1/src/bookmarks/backend' > [[36mCC(B[m] src/bookmarks/bookmarks.o > [[36mCC(B[m] src/bookmarks/dialogs.o > [[36mCC(B[m] src/bookmarks/backend/common.o > [[36mCC(B[m] src/bookmarks/backend/default.o > [[36mCC(B[m] src/bookmarks/backend/xbel.o > [[32mLD(B[m] src/bookmarks/lib.o > [[32mLD(B[m] src/bookmarks/backend/lib.o > make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/bookmarks/backend' > make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/bookmarks' > [[35mMAKE all(B[m] src/cache > make[3]: Entering directory '/usr/src/elinks-0.15.1/src/cache' > [[36mCC(B[m] src/cache/cache.o > [[36mCC(B[m] src/cache/dialogs.o > [[32mLD(B[m] src/cache/lib.o > make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/cache' > [[35mMAKE all(B[m] src/config > make[3]: Entering directory '/usr/src/elinks-0.15.1/src/config' > [[36mCC(B[m] src/config/cmdline.o > [[36mCC(B[m] src/config/conf.o > [[36mCC(B[m] src/config/dialogs.o > [[36mCC(B[m] src/config/domain.o > [[36mCC(B[m] src/config/home.o > [[36mCC(B[m] src/config/kbdbind.o > [[36mCC(B[m] src/config/options.o > [[36mCC(B[m] src/config/opttypes.o > [[36mCC(B[m] src/config/timer.o > [[36mCC(B[m] src/config/urlhist.o > [[32mLD(B[m] src/config/lib.o > make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/config' > [[35mMAKE all(B[m] src/cookies > make[3]: Entering directory '/usr/src/elinks-0.15.1/src/cookies' > [[36mCC(B[m] src/cookies/cookies.o > [[36mCC(B[m] src/cookies/dialogs.o > [[36mCC(B[m] src/cookies/parser.o > [[36mCC(B[m] src/cookies/path.o > [[32mLD(B[m] src/cookies/lib.o > make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/cookies' > [[35mMAKE all(B[m] src/dialogs > make[3]: Entering directory '/usr/src/elinks-0.15.1/src/dialogs' > [[36mCC(B[m] src/dialogs/document.o > [[36mCC(B[m] src/dialogs/download.o > [[36mCC(B[m] src/dialogs/edit.o > [[36mCC(B[m] src/dialogs/info.o > [[36mCC(B[m] src/dialogs/menu.o > [[36mCC(B[m] src/dialogs/options.o > [[36mCC(B[m] src/dialogs/progress.o > [[36mCC(B[m] src/dialogs/status.o > [[32mLD(B[m] src/dialogs/lib.o > make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/dialogs' > [[35mMAKE all(B[m] src/document > make[3]: Entering directory '/usr/src/elinks-0.15.1/src/document' > [[35mMAKE all(B[m] src/document/css > make[4]: Entering directory '/usr/src/elinks-0.15.1/src/document/css' > [[36mCC(B[m] src/document/docdata.o > [[36mCC(B[m] src/document/css/apply.o > [[36mCC(B[m] src/document/document.o > [[36mCC(B[m] src/document/css/css.o > [[36mCC(B[m] src/document/format.o > [[36mCC(B[m] src/document/forms.o > [[36mCC(B[m] src/document/css/parser.o > [[36mCC(B[m] src/document/options.o > [[36mCC(B[m] src/document/css/property.o > [[36mCC(B[m] src/document/refresh.o > [[36mCC(B[m] src/document/css/scanner.o > [[36mCC(B[m] src/document/renderer.o > [[36mCC(B[m] src/document/css/stylesheet.o > [[36mCC(B[m] src/document/css/value.o > [[32mLD(B[m] src/document/lib.o > [[32mLD(B[m] src/document/css/lib.o > make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/document/css' > [[35mMAKE all(B[m] src/document/gemini > make[4]: Entering directory '/usr/src/elinks-0.15.1/src/document/gemini' > [[36mCC(B[m] src/document/gemini/renderer.o > [[32mLD(B[m] src/document/gemini/lib.o > make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/document/gemini' > [[35mMAKE all(B[m] src/document/html > make[4]: Entering directory '/usr/src/elinks-0.15.1/src/document/html' > [[35mMAKE all(B[m] src/document/html/parser > make[5]: Entering directory '/usr/src/elinks-0.15.1/src/document/html/parser' > [[36mCC(B[m] src/document/html/frames.o > [[36mCC(B[m] src/document/html/parser/forms.o > [[36mCC(B[m] src/document/html/iframes.o > [[36mCC(B[m] src/document/html/parser/general.o > [[36mCC(B[m] src/document/html/parse-meta-refresh.o > [[36mCC(B[m] src/document/html/parser/link.o > [[36mCC(B[m] src/document/html/parser.o > [[36mCC(B[m] src/document/html/parser/parse.o > [[36mCC(B[m] src/document/html/renderer.o > [[36mCC(B[m] src/document/html/parser/stack.o > [[36mCC(B[m] src/document/html/tables.o > [[36mCC(B[m] src/document/html/parser/table.o > [[32mLD(B[m] src/document/html/lib.o > [[32mLD(B[m] src/document/html/parser/lib.o > make[5]: Leaving directory '/usr/src/elinks-0.15.1/src/document/html/parser' > [[35mMAKE all(B[m] src/document/html/test > make[5]: Entering directory '/usr/src/elinks-0.15.1/src/document/html/test' > make[5]: Nothing to be done for 'all'. > make[5]: Leaving directory '/usr/src/elinks-0.15.1/src/document/html/test' > make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/document/html' > [[35mMAKE all(B[m] src/document/plain > make[4]: Entering directory '/usr/src/elinks-0.15.1/src/document/plain' > [[36mCC(B[m] src/document/plain/renderer.o > [[32mLD(B[m] src/document/plain/lib.o > make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/document/plain' > make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/document' > [[35mMAKE all(B[m] src/encoding > make[3]: Entering directory '/usr/src/elinks-0.15.1/src/encoding' > [[36mCC(B[m] src/encoding/bzip2.o > [[36mCC(B[m] src/encoding/encoding.o > [[36mCC(B[m] src/encoding/gzip.o > [[36mCC(B[m] src/encoding/zstd.o > [[32mLD(B[m] src/encoding/lib.o > make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/encoding' > [[35mMAKE all(B[m] src/formhist > make[3]: Entering directory '/usr/src/elinks-0.15.1/src/formhist' > [[36mCC(B[m] src/formhist/dialogs.o > [[36mCC(B[m] src/formhist/formhist.o > [[32mLD(B[m] src/formhist/lib.o > make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/formhist' > [[35mMAKE all(B[m] src/globhist > make[3]: Entering directory '/usr/src/elinks-0.15.1/src/globhist' > [[36mCC(B[m] src/globhist/dialogs.o > [[36mCC(B[m] src/globhist/globhist.o > [[32mLD(B[m] src/globhist/lib.o > make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/globhist' > [[35mMAKE all(B[m] src/intl > make[3]: Entering directory '/usr/src/elinks-0.15.1/src/intl' > [[35mMAKE all(B[m] src/intl/gettext > make[4]: Entering directory '/usr/src/elinks-0.15.1/src/intl/gettext' > [[36mCC(B[m] src/intl/charsets.o > [[36mCC(B[m] src/intl/width.o > [[36mCC(B[m] src/intl/gettext/bindtextdom.o > [[36mCC(B[m] src/intl/gettext/dcgettext.o > [[32mLD(B[m] src/intl/lib.o > [[36mCC(B[m] src/intl/gettext/dcigettext.o > [[36mCC(B[m] src/intl/gettext/dcngettext.o > [[36mCC(B[m] src/intl/gettext/dgettext.o > [[36mCC(B[m] src/intl/gettext/dngettext.o > [[36mCC(B[m] src/intl/gettext/explodename.o > [[36mCC(B[m] src/intl/gettext/finddomain.o > [[36mCC(B[m] src/intl/gettext/gettext.o > [[36mCC(B[m] src/intl/gettext/intl-compat.o > [[36mCC(B[m] src/intl/gettext/l10nflist.o > [[36mCC(B[m] src/intl/gettext/libintl.o > [[36mCC(B[m] src/intl/gettext/loadmsgcat.o > [[36mCC(B[m] src/intl/gettext/localcharset.o > [[36mCC(B[m] src/intl/gettext/localealias.o > [[36mCC(B[m] src/intl/gettext/ngettext.o > [[36mCC(B[m] src/intl/gettext/plural.o > [[36mCC(B[m] src/intl/gettext/textdomain.o > [[32mLD(B[m] src/intl/gettext/lib.o > make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/intl/gettext' > make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/intl' > [[35mMAKE all(B[m] src/main > make[3]: Entering directory '/usr/src/elinks-0.15.1/src/main' > [[36mCC(B[m] src/main/event.o > [[36mCC(B[m] src/main/interlink.o > [[36mCC(B[m] src/main/main.o > [[36mCC(B[m] src/main/module.o > [[36mCC(B[m] src/main/select.o > [[36mCC(B[m] src/main/timer.o > [[36mCC(B[m] src/main/version.o > [[32mLD(B[m] src/main/lib.o > make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/main' > [[35mMAKE all(B[m] src/mime > make[3]: Entering directory '/usr/src/elinks-0.15.1/src/mime' > [[35mMAKE all(B[m] src/mime/backend > make[4]: Entering directory '/usr/src/elinks-0.15.1/src/mime/backend' > [[36mCC(B[m] src/mime/dialogs.o > [[36mCC(B[m] src/mime/backend/common.o > [[36mCC(B[m] src/mime/mime.o > [[36mCC(B[m] src/mime/backend/default.o > [[36mCC(B[m] src/mime/backend/mailcap.o > [[32mLD(B[m] src/mime/lib.o > [[36mCC(B[m] src/mime/backend/mimetypes.o > [[32mLD(B[m] src/mime/backend/lib.o > make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/mime/backend' > make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/mime' > [[35mMAKE all(B[m] src/network > make[3]: Entering directory '/usr/src/elinks-0.15.1/src/network' > [[35mMAKE all(B[m] src/network/ssl > make[4]: Entering directory '/usr/src/elinks-0.15.1/src/network/ssl' > [[36mCC(B[m] src/network/connection.o > [[35mMAKE all(B[m] src/network/ssl/test > [[36mCC(B[m] src/network/dns.o > make[5]: Entering directory '/usr/src/elinks-0.15.1/src/network/ssl/test' > make[5]: Nothing to be done for 'all'. > make[5]: Leaving directory '/usr/src/elinks-0.15.1/src/network/ssl/test' > [[36mCC(B[m] src/network/ssl/match-hostname.o > [[36mCC(B[m] src/network/progress.o > [[36mCC(B[m] src/network/ssl/socket.o > [[36mCC(B[m] src/network/socket.o > [[36mCC(B[m] src/network/ssl/ssl.o > [[36mCC(B[m] src/network/state.o > [[32mLD(B[m] src/network/lib.o > [[32mLD(B[m] src/network/ssl/lib.o > make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/network/ssl' > make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/network' > [[35mMAKE all(B[m] src/osdep > make[3]: Entering directory '/usr/src/elinks-0.15.1/src/osdep' > [[35mMAKE all(B[m] src/osdep/unix > make[4]: Entering directory '/usr/src/elinks-0.15.1/src/osdep/unix' > [[36mCC(B[m] src/osdep/getifaddrs.o > [[36mCC(B[m] src/osdep/unix/bsd.o > [[36mCC(B[m] src/osdep/newwin.o > [[36mCC(B[m] src/osdep/unix/unix.o > [[36mCC(B[m] src/osdep/osdep.o > [[36mCC(B[m] src/osdep/signals.o > [[36mCC(B[m] src/osdep/stub.o > [[32mLD(B[m] src/osdep/unix/lib.o > make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/osdep/unix' > [[36mCC(B[m] src/osdep/sysname.o > [[32mLD(B[m] src/osdep/lib.o > make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/osdep' > [[35mMAKE all(B[m] src/protocol > make[3]: Entering directory '/usr/src/elinks-0.15.1/src/protocol' > [[35mMAKE all(B[m] src/protocol/auth > make[4]: Entering directory '/usr/src/elinks-0.15.1/src/protocol/auth' > [[36mCC(B[m] src/protocol/about.o > [[36mCC(B[m] src/protocol/auth/auth.o > [[36mCC(B[m] src/protocol/common.o > [[36mCC(B[m] src/protocol/auth/dialogs.o > [[36mCC(B[m] src/protocol/data.o > [[36mCC(B[m] src/protocol/auth/digest.o > [[36mCC(B[m] src/protocol/date.o > [[36mCC(B[m] src/protocol/header.o > [[36mCC(B[m] src/protocol/protocol.o > [[32mLD(B[m] src/protocol/auth/lib.o > make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/protocol/auth' > [[35mMAKE all(B[m] src/protocol/file > make[4]: Entering directory '/usr/src/elinks-0.15.1/src/protocol/file' > [[36mCC(B[m] src/protocol/proxy.o > [[36mCC(B[m] src/protocol/uri.o > [[36mCC(B[m] src/protocol/file/file.o > [[36mCC(B[m] src/protocol/user.o > [[36mCC(B[m] src/protocol/file/mailcap.o > [[32mLD(B[m] src/protocol/lib.o > [[32mLD(B[m] src/protocol/file/lib.o > make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/protocol/file' > [[35mMAKE all(B[m] src/protocol/ftp > make[4]: Entering directory '/usr/src/elinks-0.15.1/src/protocol/ftp' > [[36mCC(B[m] src/protocol/ftp/ftp.o > [[36mCC(B[m] src/protocol/ftp/parse.o > [[32mLD(B[m] src/protocol/ftp/lib.o > make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/protocol/ftp' > [[35mMAKE all(B[m] src/protocol/http > make[4]: Entering directory '/usr/src/elinks-0.15.1/src/protocol/http' > [[36mCC(B[m] src/protocol/http/blacklist.o > [[36mCC(B[m] src/protocol/http/codes.o > [[36mCC(B[m] src/protocol/http/http.o > [[36mCC(B[m] src/protocol/http/post.o > [[32mLD(B[m] src/protocol/http/lib.o > make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/protocol/http' > [[35mMAKE all(B[m] src/protocol/rewrite > make[4]: Entering directory '/usr/src/elinks-0.15.1/src/protocol/rewrite' > [[36mCC(B[m] src/protocol/rewrite/rewrite.o > [[32mLD(B[m] src/protocol/rewrite/lib.o > make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/protocol/rewrite' > [[35mMAKE all(B[m] src/protocol/test > make[4]: Entering directory '/usr/src/elinks-0.15.1/src/protocol/test' > make[4]: Nothing to be done for 'all'. > make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/protocol/test' > make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/protocol' > [[35mMAKE all(B[m] src/session > make[3]: Entering directory '/usr/src/elinks-0.15.1/src/session' > [[36mCC(B[m] src/session/download.o > [[36mCC(B[m] src/session/history.o > [[36mCC(B[m] src/session/location.o > [[36mCC(B[m] src/session/session.o > [[36mCC(B[m] src/session/task.o > [[32mLD(B[m] src/session/lib.o > make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/session' > [[35mMAKE all(B[m] src/terminal > make[3]: Entering directory '/usr/src/elinks-0.15.1/src/terminal' > [[36mCC(B[m] src/terminal/color.o > [[36mCC(B[m] src/terminal/draw.o > [[36mCC(B[m] src/terminal/event.o > [[36mCC(B[m] src/terminal/hardio.o > [[36mCC(B[m] src/terminal/kbd.o > [[36mCC(B[m] src/terminal/mouse.o > [[36mCC(B[m] src/terminal/screen.o > [[36mCC(B[m] src/terminal/tab.o > [[36mCC(B[m] src/terminal/terminal.o > [[36mCC(B[m] src/terminal/window.o > [[32mLD(B[m] src/terminal/lib.o > make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/terminal' > [[35mMAKE all(B[m] src/util > make[3]: Entering directory '/usr/src/elinks-0.15.1/src/util' > [[35mMAKE all(B[m] src/util/qs_parse > make[4]: Entering directory '/usr/src/elinks-0.15.1/src/util/qs_parse' > [[36mCC(B[m] src/util/base64.o > [[36mCC(B[m] src/util/qs_parse/qs_parse.o > [[36mCC(B[m] src/util/color.o > [[36mCC(B[m] src/util/conv.o > [[32mLD(B[m] src/util/qs_parse/lib.o > [[36mCC(B[m] src/util/env.o > make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/util/qs_parse' > [[36mCC(B[m] src/util/error.o > [[36mCC(B[m] src/util/fastfind.o > [[36mCC(B[m] src/util/file.o > [[36mCC(B[m] src/util/hash.o > [[36mCC(B[m] src/util/md5.o > [[36mCC(B[m] src/util/memlist.o > [[36mCC(B[m] src/util/memory.o > [[36mCC(B[m] src/util/random.o > [[36mCC(B[m] src/util/scanner.o > [[36mCC(B[m] src/util/secsave.o > [[36mCC(B[m] src/util/snprintf.o > [[36mCC(B[m] src/util/string.o > [[36mCC(B[m] src/util/time.o > [[32mLD(B[m] src/util/lib.o > make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/util' > [[35mMAKE all(B[m] src/viewer > make[3]: Entering directory '/usr/src/elinks-0.15.1/src/viewer' > [[35mMAKE all(B[m] src/viewer/dump > make[4]: Entering directory '/usr/src/elinks-0.15.1/src/viewer/dump' > [[36mCC(B[m] src/viewer/action.o > [[36mCC(B[m] src/viewer/dump/dump.o > [[36mCC(B[m] src/viewer/timer.o > [[36mCC(B[m] src/viewer/viewer.o > [[32mLD(B[m] src/viewer/dump/lib.o > make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/viewer/dump' > [[35mMAKE all(B[m] src/viewer/text > make[4]: Entering directory '/usr/src/elinks-0.15.1/src/viewer/text' > [[32mLD(B[m] src/viewer/lib.o > [[36mCC(B[m] src/viewer/text/draw.o > [[36mCC(B[m] src/viewer/text/form.o > [[36mCC(B[m] src/viewer/text/link.o > [[36mCC(B[m] src/viewer/text/marks.o > [[36mCC(B[m] src/viewer/text/search.o > [[36mCC(B[m] src/viewer/text/textarea.o > [[36mCC(B[m] src/viewer/text/view.o > [[36mCC(B[m] src/viewer/text/vs.o > [[32mLD(B[m] src/viewer/text/lib.o > make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/viewer/text' > make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/viewer' > make[2]: Leaving directory '/usr/src/elinks-0.15.1/src' > make[1]: *** [Makefile.lib:269: all-recursive] Error 1 > make[1]: Leaving directory '/usr/src/elinks-0.15.1' > make: *** [elinks:77: /usr/src/log/elinks-0.15.1] Error 2 >
-- Sent from my laptop