From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: Problem with elinks build when updating the make addon!! Date: Thu, 09 Feb 2023 13:57:36 +0100 Message-ID: <6E8FE615-8D7D-4F6C-BC9A-C253974418EB@ipfire.org> In-Reply-To: <91d9e4d0-4af3-9ec3-4395-0c9b9b3e58fb@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2984588793004164335==" List-Id: --===============2984588793004164335== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, > On 8 Feb 2023, at 20:49, Adolf Belka wrote: >=20 > Hi Michael, >=20 > 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 =E2=80=9Cmake=E2=80=9D and without the= =E2=80=9C-j16=E2=80=9D parameter. > I got rid of the $(MAKETUNING) entry in the elinks lfs and the build went w= ithout any problems. >=20 > Perfect fault finding. I will make a note about this so for the next versio= n of make I will retry the $(MAKETUNING) option. It might be useful to file a bug report upstream if you like. Best, -Michael >=20 > Thanks very much, > Adolf. >> -Michael >>> On 8 Feb 2023, at 15:42, Adolf Belka wrote: >>>=20 >>> Hi All, >>>=20 >>> I was running an update for the addon make from version 4.3 to 4.4 >>>=20 >>>=20 >>> The make build went fine, however later on when elinks came along it fail= ed with an error. Ran git restore on the make changes and re-ran a clean buil= d and elinks built with no problems. Re-tried the make change and the same th= ing happened. make was built with no problem but elinks failed with the same = error. >>>=20 >>>=20 >>> 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. >>>=20 >>> Section from the elinks build log >>>=20 >>>=20 >>> [=1B[35mMAKE all=1B(B=1B[m] src >>> make[2]: Entering directory '/usr/src/elinks-0.15.1/src' >>> [=1B[35mMAKE all=1B(B=1B[m] src/bfu >>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/bfu' >>> [=1B[32mLD=1B(B=1B[m] src/lib.o >>> [=1B[36mCC=1B(B=1B[m] src/bfu/button.o >>> ld: no input files >>> make[2]: *** [.././Makefile.lib:121: lib.o] Error 1 >>> make[2]: *** Waiting for unfinished jobs.... >>>=20 >>>=20 >>> Searched on the error and the combination of elinks with make-4.4 but I c= ouldn't find anything. Any help gratefully accepted. >>>=20 >>> Regards, >>>=20 >>> Adolf. >>>=20 >>>=20 >>> Whole of the elinks build log added below here >>>=20 >>> ------------------------------------------------ >>>=20 >>>=20 >>> Feb 8 13:29:14: Building elinks elinks-0.15.1.tar.xz checksum OK >>> + cd /usr/src/lfs >>> + make -f elinks LFS_BASEDIR=3D/usr/src install >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 experimenta= lly >>> 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 *inbytesl= eft, 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 f= i 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=3Dgeneric -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOU= RCE=3D2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -Wall -fno-strict-= aliasing -Wno-builtin-declaration-mismatch -Wno-array-bounds -Wno-address -fn= o-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=3D CONFIG_HEADERS=3Dconfig.h \ >>> /bin/sh ./config.status >>> config.status: creating config.h >>> config.status: config.h is unchanged >>> [=1B[35mMAKE all=1B(B=1B[m] doc >>> make[2]: Entering directory '/usr/src/elinks-0.15.1/doc' >>> [=1B[35mMAKE all=1B(B=1B[m] doc/man >>> make[3]: Entering directory '/usr/src/elinks-0.15.1/doc/man' >>> [=1B[35mMAKE all=1B(B=1B[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' >>> [=1B[35mMAKE all=1B(B=1B[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' >>> [=1B[35mMAKE all=1B(B=1B[m] po >>> make[2]: Entering directory '/usr/src/elinks-0.15.1/po' >>> [=1B[36mGMSGFMT=1B(B=1B[m] po/af.gmo [=1B[36mGMSGFMT=1B(B=1B[m] = po/be.gmo [=1B[36mGMSGFMT=1B(B=1B[m] po/bg.gmo [=1B[36mGMSGFMT=1B(B= =1B[m] po/ca.gmo 754 translated messages, 93 fuzzy translations, 948 u= ntranslated messages. >>> [=1B[36mGMSGFMT=1B(B=1B[m] po/cs.gmo 212 translated messages, 584= fuzzy translations, 999 untranslated messages. >>> [=1B[36mGMSGFMT=1B(B=1B[m] po/da.gmo 229 translated messages, 580= fuzzy translations, 986 untranslated messages. >>> 171 translated messages, 510 fuzzy translations, 1114 untranslated messag= es. >>> [=1B[36mGMSGFMT=1B(B=1B[m] po/de.gmo [=1B[36mGMSGFMT=1B(B=1B[m] = po/el.gmo 1165 translated messages, 381 fuzzy translations, 249 untransl= ated messages. >>> [=1B[36mGMSGFMT=1B(B=1B[m] po/es.gmo 1423 translated messages, 23= 8 fuzzy translations, 134 untranslated messages. >>> [=1B[36mGMSGFMT=1B(B=1B[m] po/et.gmo 1066 translated messages, 44= 9 fuzzy translations, 280 untranslated messages. >>> 170 translated messages, 511 fuzzy translations, 1114 untranslated messag= es. >>> [=1B[36mGMSGFMT=1B(B=1B[m] po/fi.gmo [=1B[36mGMSGFMT=1B(B=1B[m] = po/fr.gmo 198 translated messages, 574 fuzzy translations, 1023 untransl= ated messages. >>> [=1B[36mGMSGFMT=1B(B=1B[m] po/gl.gmo 170 translated messages, 511= fuzzy translations, 1114 untranslated messages. >>> [=1B[36mGMSGFMT=1B(B=1B[m] po/hr.gmo 902 translated messages, 108= fuzzy translations, 785 untranslated messages. >>> [=1B[36mGMSGFMT=1B(B=1B[m] po/hu.gmo 1624 translated messages, 88= fuzzy translations, 83 untranslated messages. >>> 170 translated messages, 511 fuzzy translations, 1114 untranslated messag= es. >>> [=1B[36mGMSGFMT=1B(B=1B[m] po/id.gmo 171 translated messages, 510= fuzzy translations, 1114 untranslated messages. >>> [=1B[36mGMSGFMT=1B(B=1B[m] po/is.gmo [=1B[36mGMSGFMT=1B(B=1B[m] = po/it.gmo 1229 translated messages, 339 fuzzy translations, 227 untransl= ated messages. >>> 171 translated messages, 511 fuzzy translations, 1113 untranslated messag= es. >>> [=1B[36mGMSGFMT=1B(B=1B[m] po/ja.gmo 165 translated messages, 507= fuzzy translations, 1123 untranslated messages. >>> [=1B[36mGMSGFMT=1B(B=1B[m] po/lt.gmo [=1B[36mGMSGFMT=1B(B=1B[m] = po/nl.gmo 927 translated messages, 548 fuzzy translations, 320 untransla= ted messages. >>> [=1B[36mGMSGFMT=1B(B=1B[m] po/nb.gmo 415 translated messages, 35 = fuzzy translations, 1345 untranslated messages. >>> 166 translated messages, 506 fuzzy translations, 1123 untranslated messag= es. >>> [=1B[36mGMSGFMT=1B(B=1B[m] po/pl.gmo [=1B[36mGMSGFMT=1B(B=1B[m] = po/pt.gmo 171 translated messages, 511 fuzzy translations, 1113 untransl= ated messages. >>> 171 translated messages, 510 fuzzy translations, 1114 untranslated messag= es. >>> [=1B[36mGMSGFMT=1B(B=1B[m] po/pt_BR.gmo [=1B[36mGMSGFMT=1B(B=1B[m] = po/ro.gmo 1795 translated messages. >>> [=1B[36mGMSGFMT=1B(B=1B[m] po/ru.gmo 216 translated messages, 587= fuzzy translations, 992 untranslated messages. >>> [=1B[36mGMSGFMT=1B(B=1B[m] po/sk.gmo 187 translated messages, 559= fuzzy translations, 1049 untranslated messages. >>> 171 translated messages, 511 fuzzy translations, 1113 untranslated messag= es. >>> [=1B[36mGMSGFMT=1B(B=1B[m] po/sr.gmo [=1B[36mGMSGFMT=1B(B=1B[m] = po/sv.gmo 191 translated messages, 559 fuzzy translations, 1045 untransl= ated messages. >>> [=1B[36mGMSGFMT=1B(B=1B[m] po/tr.gmo 794 translated messages, 505= fuzzy translations, 496 untranslated messages. >>> [=1B[36mGMSGFMT=1B(B=1B[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 messag= es. >>> 273 translated messages, 558 fuzzy translations, 964 untranslated message= s. >>> make[2]: Leaving directory '/usr/src/elinks-0.15.1/po' >>> [=1B[35mMAKE all=1B(B=1B[m] src >>> make[2]: Entering directory '/usr/src/elinks-0.15.1/src' >>> [=1B[35mMAKE all=1B(B=1B[m] src/bfu >>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/bfu' >>> [=1B[32mLD=1B(B=1B[m] src/lib.o >>> [=1B[36mCC=1B(B=1B[m] src/bfu/button.o >>> ld: no input files >>> make[2]: *** [.././Makefile.lib:121: lib.o] Error 1 >>> make[2]: *** Waiting for unfinished jobs.... >>> [=1B[36mCC=1B(B=1B[m] src/bfu/checkbox.o >>> [=1B[36mCC=1B(B=1B[m] src/bfu/dialog.o >>> [=1B[36mCC=1B(B=1B[m] src/bfu/group.o >>> [=1B[36mCC=1B(B=1B[m] src/bfu/hierbox.o >>> [=1B[36mCC=1B(B=1B[m] src/bfu/hotkey.o >>> [=1B[36mCC=1B(B=1B[m] src/bfu/inpfield.o >>> [=1B[36mCC=1B(B=1B[m] src/bfu/inphist.o >>> [=1B[36mCC=1B(B=1B[m] src/bfu/leds.o >>> [=1B[36mCC=1B(B=1B[m] src/bfu/listbox.o >>> [=1B[36mCC=1B(B=1B[m] src/bfu/listmenu.o >>> [=1B[36mCC=1B(B=1B[m] src/bfu/menu.o >>> [=1B[36mCC=1B(B=1B[m] src/bfu/msgbox.o >>> [=1B[36mCC=1B(B=1B[m] src/bfu/style.o >>> [=1B[36mCC=1B(B=1B[m] src/bfu/text.o >>> [=1B[36mCC=1B(B=1B[m] src/bfu/widget.o >>> [=1B[32mLD=1B(B=1B[m] src/bfu/lib.o >>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/bfu' >>> [=1B[35mMAKE all=1B(B=1B[m] src/bookmarks >>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/bookmarks' >>> [=1B[35mMAKE all=1B(B=1B[m] src/bookmarks/backend >>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/bookmarks/backend' >>> [=1B[36mCC=1B(B=1B[m] src/bookmarks/bookmarks.o >>> [=1B[36mCC=1B(B=1B[m] src/bookmarks/dialogs.o >>> [=1B[36mCC=1B(B=1B[m] src/bookmarks/backend/common.o >>> [=1B[36mCC=1B(B=1B[m] src/bookmarks/backend/default.o >>> [=1B[36mCC=1B(B=1B[m] src/bookmarks/backend/xbel.o >>> [=1B[32mLD=1B(B=1B[m] src/bookmarks/lib.o >>> [=1B[32mLD=1B(B=1B[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' >>> [=1B[35mMAKE all=1B(B=1B[m] src/cache >>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/cache' >>> [=1B[36mCC=1B(B=1B[m] src/cache/cache.o >>> [=1B[36mCC=1B(B=1B[m] src/cache/dialogs.o >>> [=1B[32mLD=1B(B=1B[m] src/cache/lib.o >>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/cache' >>> [=1B[35mMAKE all=1B(B=1B[m] src/config >>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/config' >>> [=1B[36mCC=1B(B=1B[m] src/config/cmdline.o >>> [=1B[36mCC=1B(B=1B[m] src/config/conf.o >>> [=1B[36mCC=1B(B=1B[m] src/config/dialogs.o >>> [=1B[36mCC=1B(B=1B[m] src/config/domain.o >>> [=1B[36mCC=1B(B=1B[m] src/config/home.o >>> [=1B[36mCC=1B(B=1B[m] src/config/kbdbind.o >>> [=1B[36mCC=1B(B=1B[m] src/config/options.o >>> [=1B[36mCC=1B(B=1B[m] src/config/opttypes.o >>> [=1B[36mCC=1B(B=1B[m] src/config/timer.o >>> [=1B[36mCC=1B(B=1B[m] src/config/urlhist.o >>> [=1B[32mLD=1B(B=1B[m] src/config/lib.o >>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/config' >>> [=1B[35mMAKE all=1B(B=1B[m] src/cookies >>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/cookies' >>> [=1B[36mCC=1B(B=1B[m] src/cookies/cookies.o >>> [=1B[36mCC=1B(B=1B[m] src/cookies/dialogs.o >>> [=1B[36mCC=1B(B=1B[m] src/cookies/parser.o >>> [=1B[36mCC=1B(B=1B[m] src/cookies/path.o >>> [=1B[32mLD=1B(B=1B[m] src/cookies/lib.o >>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/cookies' >>> [=1B[35mMAKE all=1B(B=1B[m] src/dialogs >>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/dialogs' >>> [=1B[36mCC=1B(B=1B[m] src/dialogs/document.o >>> [=1B[36mCC=1B(B=1B[m] src/dialogs/download.o >>> [=1B[36mCC=1B(B=1B[m] src/dialogs/edit.o >>> [=1B[36mCC=1B(B=1B[m] src/dialogs/info.o >>> [=1B[36mCC=1B(B=1B[m] src/dialogs/menu.o >>> [=1B[36mCC=1B(B=1B[m] src/dialogs/options.o >>> [=1B[36mCC=1B(B=1B[m] src/dialogs/progress.o >>> [=1B[36mCC=1B(B=1B[m] src/dialogs/status.o >>> [=1B[32mLD=1B(B=1B[m] src/dialogs/lib.o >>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/dialogs' >>> [=1B[35mMAKE all=1B(B=1B[m] src/document >>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/document' >>> [=1B[35mMAKE all=1B(B=1B[m] src/document/css >>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/document/css' >>> [=1B[36mCC=1B(B=1B[m] src/document/docdata.o >>> [=1B[36mCC=1B(B=1B[m] src/document/css/apply.o >>> [=1B[36mCC=1B(B=1B[m] src/document/document.o >>> [=1B[36mCC=1B(B=1B[m] src/document/css/css.o >>> [=1B[36mCC=1B(B=1B[m] src/document/format.o >>> [=1B[36mCC=1B(B=1B[m] src/document/forms.o >>> [=1B[36mCC=1B(B=1B[m] src/document/css/parser.o >>> [=1B[36mCC=1B(B=1B[m] src/document/options.o >>> [=1B[36mCC=1B(B=1B[m] src/document/css/property.o >>> [=1B[36mCC=1B(B=1B[m] src/document/refresh.o >>> [=1B[36mCC=1B(B=1B[m] src/document/css/scanner.o >>> [=1B[36mCC=1B(B=1B[m] src/document/renderer.o >>> [=1B[36mCC=1B(B=1B[m] src/document/css/stylesheet.o >>> [=1B[36mCC=1B(B=1B[m] src/document/css/value.o >>> [=1B[32mLD=1B(B=1B[m] src/document/lib.o >>> [=1B[32mLD=1B(B=1B[m] src/document/css/lib.o >>> make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/document/css' >>> [=1B[35mMAKE all=1B(B=1B[m] src/document/gemini >>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/document/gemini' >>> [=1B[36mCC=1B(B=1B[m] src/document/gemini/renderer.o >>> [=1B[32mLD=1B(B=1B[m] src/document/gemini/lib.o >>> make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/document/gemini' >>> [=1B[35mMAKE all=1B(B=1B[m] src/document/html >>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/document/html' >>> [=1B[35mMAKE all=1B(B=1B[m] src/document/html/parser >>> make[5]: Entering directory '/usr/src/elinks-0.15.1/src/document/html/par= ser' >>> [=1B[36mCC=1B(B=1B[m] src/document/html/frames.o >>> [=1B[36mCC=1B(B=1B[m] src/document/html/parser/forms.o >>> [=1B[36mCC=1B(B=1B[m] src/document/html/iframes.o >>> [=1B[36mCC=1B(B=1B[m] src/document/html/parser/general.o >>> [=1B[36mCC=1B(B=1B[m] src/document/html/parse-meta-refresh.o >>> [=1B[36mCC=1B(B=1B[m] src/document/html/parser/link.o >>> [=1B[36mCC=1B(B=1B[m] src/document/html/parser.o >>> [=1B[36mCC=1B(B=1B[m] src/document/html/parser/parse.o >>> [=1B[36mCC=1B(B=1B[m] src/document/html/renderer.o >>> [=1B[36mCC=1B(B=1B[m] src/document/html/parser/stack.o >>> [=1B[36mCC=1B(B=1B[m] src/document/html/tables.o >>> [=1B[36mCC=1B(B=1B[m] src/document/html/parser/table.o >>> [=1B[32mLD=1B(B=1B[m] src/document/html/lib.o >>> [=1B[32mLD=1B(B=1B[m] src/document/html/parser/lib.o >>> make[5]: Leaving directory '/usr/src/elinks-0.15.1/src/document/html/pars= er' >>> [=1B[35mMAKE all=1B(B=1B[m] src/document/html/test >>> make[5]: Entering directory '/usr/src/elinks-0.15.1/src/document/html/tes= t' >>> 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' >>> [=1B[35mMAKE all=1B(B=1B[m] src/document/plain >>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/document/plain' >>> [=1B[36mCC=1B(B=1B[m] src/document/plain/renderer.o >>> [=1B[32mLD=1B(B=1B[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' >>> [=1B[35mMAKE all=1B(B=1B[m] src/encoding >>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/encoding' >>> [=1B[36mCC=1B(B=1B[m] src/encoding/bzip2.o >>> [=1B[36mCC=1B(B=1B[m] src/encoding/encoding.o >>> [=1B[36mCC=1B(B=1B[m] src/encoding/gzip.o >>> [=1B[36mCC=1B(B=1B[m] src/encoding/zstd.o >>> [=1B[32mLD=1B(B=1B[m] src/encoding/lib.o >>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/encoding' >>> [=1B[35mMAKE all=1B(B=1B[m] src/formhist >>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/formhist' >>> [=1B[36mCC=1B(B=1B[m] src/formhist/dialogs.o >>> [=1B[36mCC=1B(B=1B[m] src/formhist/formhist.o >>> [=1B[32mLD=1B(B=1B[m] src/formhist/lib.o >>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/formhist' >>> [=1B[35mMAKE all=1B(B=1B[m] src/globhist >>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/globhist' >>> [=1B[36mCC=1B(B=1B[m] src/globhist/dialogs.o >>> [=1B[36mCC=1B(B=1B[m] src/globhist/globhist.o >>> [=1B[32mLD=1B(B=1B[m] src/globhist/lib.o >>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/globhist' >>> [=1B[35mMAKE all=1B(B=1B[m] src/intl >>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/intl' >>> [=1B[35mMAKE all=1B(B=1B[m] src/intl/gettext >>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/intl/gettext' >>> [=1B[36mCC=1B(B=1B[m] src/intl/charsets.o >>> [=1B[36mCC=1B(B=1B[m] src/intl/width.o >>> [=1B[36mCC=1B(B=1B[m] src/intl/gettext/bindtextdom.o >>> [=1B[36mCC=1B(B=1B[m] src/intl/gettext/dcgettext.o >>> [=1B[32mLD=1B(B=1B[m] src/intl/lib.o >>> [=1B[36mCC=1B(B=1B[m] src/intl/gettext/dcigettext.o >>> [=1B[36mCC=1B(B=1B[m] src/intl/gettext/dcngettext.o >>> [=1B[36mCC=1B(B=1B[m] src/intl/gettext/dgettext.o >>> [=1B[36mCC=1B(B=1B[m] src/intl/gettext/dngettext.o >>> [=1B[36mCC=1B(B=1B[m] src/intl/gettext/explodename.o >>> [=1B[36mCC=1B(B=1B[m] src/intl/gettext/finddomain.o >>> [=1B[36mCC=1B(B=1B[m] src/intl/gettext/gettext.o >>> [=1B[36mCC=1B(B=1B[m] src/intl/gettext/intl-compat.o >>> [=1B[36mCC=1B(B=1B[m] src/intl/gettext/l10nflist.o >>> [=1B[36mCC=1B(B=1B[m] src/intl/gettext/libintl.o >>> [=1B[36mCC=1B(B=1B[m] src/intl/gettext/loadmsgcat.o >>> [=1B[36mCC=1B(B=1B[m] src/intl/gettext/localcharset.o >>> [=1B[36mCC=1B(B=1B[m] src/intl/gettext/localealias.o >>> [=1B[36mCC=1B(B=1B[m] src/intl/gettext/ngettext.o >>> [=1B[36mCC=1B(B=1B[m] src/intl/gettext/plural.o >>> [=1B[36mCC=1B(B=1B[m] src/intl/gettext/textdomain.o >>> [=1B[32mLD=1B(B=1B[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' >>> [=1B[35mMAKE all=1B(B=1B[m] src/main >>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/main' >>> [=1B[36mCC=1B(B=1B[m] src/main/event.o >>> [=1B[36mCC=1B(B=1B[m] src/main/interlink.o >>> [=1B[36mCC=1B(B=1B[m] src/main/main.o >>> [=1B[36mCC=1B(B=1B[m] src/main/module.o >>> [=1B[36mCC=1B(B=1B[m] src/main/select.o >>> [=1B[36mCC=1B(B=1B[m] src/main/timer.o >>> [=1B[36mCC=1B(B=1B[m] src/main/version.o >>> [=1B[32mLD=1B(B=1B[m] src/main/lib.o >>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/main' >>> [=1B[35mMAKE all=1B(B=1B[m] src/mime >>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/mime' >>> [=1B[35mMAKE all=1B(B=1B[m] src/mime/backend >>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/mime/backend' >>> [=1B[36mCC=1B(B=1B[m] src/mime/dialogs.o >>> [=1B[36mCC=1B(B=1B[m] src/mime/backend/common.o >>> [=1B[36mCC=1B(B=1B[m] src/mime/mime.o >>> [=1B[36mCC=1B(B=1B[m] src/mime/backend/default.o >>> [=1B[36mCC=1B(B=1B[m] src/mime/backend/mailcap.o >>> [=1B[32mLD=1B(B=1B[m] src/mime/lib.o >>> [=1B[36mCC=1B(B=1B[m] src/mime/backend/mimetypes.o >>> [=1B[32mLD=1B(B=1B[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' >>> [=1B[35mMAKE all=1B(B=1B[m] src/network >>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/network' >>> [=1B[35mMAKE all=1B(B=1B[m] src/network/ssl >>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/network/ssl' >>> [=1B[36mCC=1B(B=1B[m] src/network/connection.o >>> [=1B[35mMAKE all=1B(B=1B[m] src/network/ssl/test >>> [=1B[36mCC=1B(B=1B[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' >>> [=1B[36mCC=1B(B=1B[m] src/network/ssl/match-hostname.o >>> [=1B[36mCC=1B(B=1B[m] src/network/progress.o >>> [=1B[36mCC=1B(B=1B[m] src/network/ssl/socket.o >>> [=1B[36mCC=1B(B=1B[m] src/network/socket.o >>> [=1B[36mCC=1B(B=1B[m] src/network/ssl/ssl.o >>> [=1B[36mCC=1B(B=1B[m] src/network/state.o >>> [=1B[32mLD=1B(B=1B[m] src/network/lib.o >>> [=1B[32mLD=1B(B=1B[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' >>> [=1B[35mMAKE all=1B(B=1B[m] src/osdep >>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/osdep' >>> [=1B[35mMAKE all=1B(B=1B[m] src/osdep/unix >>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/osdep/unix' >>> [=1B[36mCC=1B(B=1B[m] src/osdep/getifaddrs.o >>> [=1B[36mCC=1B(B=1B[m] src/osdep/unix/bsd.o >>> [=1B[36mCC=1B(B=1B[m] src/osdep/newwin.o >>> [=1B[36mCC=1B(B=1B[m] src/osdep/unix/unix.o >>> [=1B[36mCC=1B(B=1B[m] src/osdep/osdep.o >>> [=1B[36mCC=1B(B=1B[m] src/osdep/signals.o >>> [=1B[36mCC=1B(B=1B[m] src/osdep/stub.o >>> [=1B[32mLD=1B(B=1B[m] src/osdep/unix/lib.o >>> make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/osdep/unix' >>> [=1B[36mCC=1B(B=1B[m] src/osdep/sysname.o >>> [=1B[32mLD=1B(B=1B[m] src/osdep/lib.o >>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/osdep' >>> [=1B[35mMAKE all=1B(B=1B[m] src/protocol >>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/protocol' >>> [=1B[35mMAKE all=1B(B=1B[m] src/protocol/auth >>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/protocol/auth' >>> [=1B[36mCC=1B(B=1B[m] src/protocol/about.o >>> [=1B[36mCC=1B(B=1B[m] src/protocol/auth/auth.o >>> [=1B[36mCC=1B(B=1B[m] src/protocol/common.o >>> [=1B[36mCC=1B(B=1B[m] src/protocol/auth/dialogs.o >>> [=1B[36mCC=1B(B=1B[m] src/protocol/data.o >>> [=1B[36mCC=1B(B=1B[m] src/protocol/auth/digest.o >>> [=1B[36mCC=1B(B=1B[m] src/protocol/date.o >>> [=1B[36mCC=1B(B=1B[m] src/protocol/header.o >>> [=1B[36mCC=1B(B=1B[m] src/protocol/protocol.o >>> [=1B[32mLD=1B(B=1B[m] src/protocol/auth/lib.o >>> make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/protocol/auth' >>> [=1B[35mMAKE all=1B(B=1B[m] src/protocol/file >>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/protocol/file' >>> [=1B[36mCC=1B(B=1B[m] src/protocol/proxy.o >>> [=1B[36mCC=1B(B=1B[m] src/protocol/uri.o >>> [=1B[36mCC=1B(B=1B[m] src/protocol/file/file.o >>> [=1B[36mCC=1B(B=1B[m] src/protocol/user.o >>> [=1B[36mCC=1B(B=1B[m] src/protocol/file/mailcap.o >>> [=1B[32mLD=1B(B=1B[m] src/protocol/lib.o >>> [=1B[32mLD=1B(B=1B[m] src/protocol/file/lib.o >>> make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/protocol/file' >>> [=1B[35mMAKE all=1B(B=1B[m] src/protocol/ftp >>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/protocol/ftp' >>> [=1B[36mCC=1B(B=1B[m] src/protocol/ftp/ftp.o >>> [=1B[36mCC=1B(B=1B[m] src/protocol/ftp/parse.o >>> [=1B[32mLD=1B(B=1B[m] src/protocol/ftp/lib.o >>> make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/protocol/ftp' >>> [=1B[35mMAKE all=1B(B=1B[m] src/protocol/http >>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/protocol/http' >>> [=1B[36mCC=1B(B=1B[m] src/protocol/http/blacklist.o >>> [=1B[36mCC=1B(B=1B[m] src/protocol/http/codes.o >>> [=1B[36mCC=1B(B=1B[m] src/protocol/http/http.o >>> [=1B[36mCC=1B(B=1B[m] src/protocol/http/post.o >>> [=1B[32mLD=1B(B=1B[m] src/protocol/http/lib.o >>> make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/protocol/http' >>> [=1B[35mMAKE all=1B(B=1B[m] src/protocol/rewrite >>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/protocol/rewrite' >>> [=1B[36mCC=1B(B=1B[m] src/protocol/rewrite/rewrite.o >>> [=1B[32mLD=1B(B=1B[m] src/protocol/rewrite/lib.o >>> make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/protocol/rewrite' >>> [=1B[35mMAKE all=1B(B=1B[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' >>> [=1B[35mMAKE all=1B(B=1B[m] src/session >>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/session' >>> [=1B[36mCC=1B(B=1B[m] src/session/download.o >>> [=1B[36mCC=1B(B=1B[m] src/session/history.o >>> [=1B[36mCC=1B(B=1B[m] src/session/location.o >>> [=1B[36mCC=1B(B=1B[m] src/session/session.o >>> [=1B[36mCC=1B(B=1B[m] src/session/task.o >>> [=1B[32mLD=1B(B=1B[m] src/session/lib.o >>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/session' >>> [=1B[35mMAKE all=1B(B=1B[m] src/terminal >>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/terminal' >>> [=1B[36mCC=1B(B=1B[m] src/terminal/color.o >>> [=1B[36mCC=1B(B=1B[m] src/terminal/draw.o >>> [=1B[36mCC=1B(B=1B[m] src/terminal/event.o >>> [=1B[36mCC=1B(B=1B[m] src/terminal/hardio.o >>> [=1B[36mCC=1B(B=1B[m] src/terminal/kbd.o >>> [=1B[36mCC=1B(B=1B[m] src/terminal/mouse.o >>> [=1B[36mCC=1B(B=1B[m] src/terminal/screen.o >>> [=1B[36mCC=1B(B=1B[m] src/terminal/tab.o >>> [=1B[36mCC=1B(B=1B[m] src/terminal/terminal.o >>> [=1B[36mCC=1B(B=1B[m] src/terminal/window.o >>> [=1B[32mLD=1B(B=1B[m] src/terminal/lib.o >>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/terminal' >>> [=1B[35mMAKE all=1B(B=1B[m] src/util >>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/util' >>> [=1B[35mMAKE all=1B(B=1B[m] src/util/qs_parse >>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/util/qs_parse' >>> [=1B[36mCC=1B(B=1B[m] src/util/base64.o >>> [=1B[36mCC=1B(B=1B[m] src/util/qs_parse/qs_parse.o >>> [=1B[36mCC=1B(B=1B[m] src/util/color.o >>> [=1B[36mCC=1B(B=1B[m] src/util/conv.o >>> [=1B[32mLD=1B(B=1B[m] src/util/qs_parse/lib.o >>> [=1B[36mCC=1B(B=1B[m] src/util/env.o >>> make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/util/qs_parse' >>> [=1B[36mCC=1B(B=1B[m] src/util/error.o >>> [=1B[36mCC=1B(B=1B[m] src/util/fastfind.o >>> [=1B[36mCC=1B(B=1B[m] src/util/file.o >>> [=1B[36mCC=1B(B=1B[m] src/util/hash.o >>> [=1B[36mCC=1B(B=1B[m] src/util/md5.o >>> [=1B[36mCC=1B(B=1B[m] src/util/memlist.o >>> [=1B[36mCC=1B(B=1B[m] src/util/memory.o >>> [=1B[36mCC=1B(B=1B[m] src/util/random.o >>> [=1B[36mCC=1B(B=1B[m] src/util/scanner.o >>> [=1B[36mCC=1B(B=1B[m] src/util/secsave.o >>> [=1B[36mCC=1B(B=1B[m] src/util/snprintf.o >>> [=1B[36mCC=1B(B=1B[m] src/util/string.o >>> [=1B[36mCC=1B(B=1B[m] src/util/time.o >>> [=1B[32mLD=1B(B=1B[m] src/util/lib.o >>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/util' >>> [=1B[35mMAKE all=1B(B=1B[m] src/viewer >>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/viewer' >>> [=1B[35mMAKE all=1B(B=1B[m] src/viewer/dump >>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/viewer/dump' >>> [=1B[36mCC=1B(B=1B[m] src/viewer/action.o >>> [=1B[36mCC=1B(B=1B[m] src/viewer/dump/dump.o >>> [=1B[36mCC=1B(B=1B[m] src/viewer/timer.o >>> [=1B[36mCC=1B(B=1B[m] src/viewer/viewer.o >>> [=1B[32mLD=1B(B=1B[m] src/viewer/dump/lib.o >>> make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/viewer/dump' >>> [=1B[35mMAKE all=1B(B=1B[m] src/viewer/text >>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/viewer/text' >>> [=1B[32mLD=1B(B=1B[m] src/viewer/lib.o >>> [=1B[36mCC=1B(B=1B[m] src/viewer/text/draw.o >>> [=1B[36mCC=1B(B=1B[m] src/viewer/text/form.o >>> [=1B[36mCC=1B(B=1B[m] src/viewer/text/link.o >>> [=1B[36mCC=1B(B=1B[m] src/viewer/text/marks.o >>> [=1B[36mCC=1B(B=1B[m] src/viewer/text/search.o >>> [=1B[36mCC=1B(B=1B[m] src/viewer/text/textarea.o >>> [=1B[36mCC=1B(B=1B[m] src/viewer/text/view.o >>> [=1B[36mCC=1B(B=1B[m] src/viewer/text/vs.o >>> [=1B[32mLD=1B(B=1B[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 >>>=20 --===============2984588793004164335==--