From mboxrd@z Thu Jan  1 00:00:00 1970
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: Problem with elinks build when updating the make addon!!
Date: Thu, 16 Feb 2023 18:43:16 +0100
Message-ID: <8af36177-ab75-2926-f7b6-ee94a3cc8067@ipfire.org>
In-Reply-To: <ec3e72de-4f45-5313-f596-678ef1cca1f8@ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3049935974223169562=="
List-Id: <development.lists.ipfire.org>

--===============3049935974223169562==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

Hi Michael,

On 16/02/2023 14:23, Adolf Belka wrote:
> 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(a)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(a)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 =E2=80=9Cmake=E2=80=9D and withou=
t the =E2=80=9C-j16=E2=80=9D parameter.
>>>>>> I got rid of the $(MAKETUNING) entry in the elinks lfs and the build w=
ent without any problems.
>>>>>>
>>>>>> Perfect fault finding. I will make a note about this so for the next v=
ersion 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 cha=
nge caused the same elinks to stop working, correct?
>>>
>>> Please raise a bug with elinks.
>> Will do so.
>>>
Raised the bug and got the following reply.

"If you want parallel build use meson. If make must be used, make -j1 is the =
only solution.
I doubt that ever parallel make worked with elinks. No, and it won't be fixed=
."

So nothing will get changed for autotools.

>>> Although there is nothing on their website which suggests a new release s=
ince 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 w=
ith autotools so it seems peculiar to be required when building with meson. T=
he last version of tre was released in 2009. The last update of the website w=
as 2013. The last commit in the git repository was early in 2021 and it was t=
o request maintainers to pick up the project. Based on the above I didn't eve=
n bother to download and install tre into the IPFire build to see if there wa=
s any other dependency after that.
>>
> When searching on the elinks github issues site I found that you can set tr=
e to false so I will probably git meson another try out.
>
So good news is that I have successfully run the meson build with the latest =
version from the fork repository (1.16.0). I put in tre=3Dfalse and gpm=3Dfal=
se and that was sufficient for the meson build to be successful without any a=
dditional packages required.

I will submit a patch for that update.

Regards,

Adolf.

>
> 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(a)ipfire.org> wrot=
e:
>>>>>>>>
>>>>>>>> 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 sa=
me 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 c=
an't find src/bfu/lib.o but I have no idea why the make update would cause th=
is.
>>>>>>>>
>>>>>>>> Section from the elinks build log
>>>>>>>>
>>>>>>>>
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src
>>>>>>>> make[2]: Entering directory '/usr/src/elinks-0.15.1/src'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/bfu
>>>>>>>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/bfu'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/lib.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 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 bu=
t I couldn't find anything. Any help gratefully accepted.
>>>>>>>>
>>>>>>>> Regards,
>>>>>>>>
>>>>>>>> Adolf.
>>>>>>>>
>>>>>>>>
>>>>>>>> Whole of the elinks build log added below here
>>>>>>>>
>>>>>>>> ------------------------------------------------
>>>>>>>>
>>>>>>>>
>>>>>>>> Feb=C2=A0 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 experi=
mentally
>>>>>>>> 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...
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 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...=C2=A0 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=3Dgeneric -fstack-clash-protection -fcf-protection -Wp,-D_FORTIF=
Y_SOURCE=3D2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -Wall -fno-st=
rict-aliasing -Wno-builtin-declaration-mismatch -Wno-array-bounds -Wno-addres=
s -fno-strict-overflow
>>>>>>>> Preprocessor flags (CPPFLAGS) ...
>>>>>>>> Linker flags (LDFLAGS) .......... -rdynamic
>>>>>>>> Library flags (LIBS) ............ -lssl -lcrypto -lidn -lzstd -lbz2 =
-lz -ldl=C2=A0 -lexpat
>>>>>>>> cd /usr/src/elinks-0.15.1 && make -j16
>>>>>>>> make[1]: Entering directory '/usr/src/elinks-0.15.1'
>>>>>>>> cd . \
>>>>>>>> =C2=A0=C2=A0 && CONFIG_FILES=3D CONFIG_HEADERS=3Dconfig.h \
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 /bin/sh ./config.status
>>>>>>>> config.status: creating config.h
>>>>>>>> config.status: config.h is unchanged
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 doc
>>>>>>>> make[2]: Entering directory '/usr/src/elinks-0.15.1/doc'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 doc/man
>>>>>>>> make[3]: Entering directory '/usr/src/elinks-0.15.1/doc/man'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 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]=C2=A0=C2=A0 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]=C2=A0=C2=A0 po
>>>>>>>> make[2]: Entering directory '/usr/src/elinks-0.15.1/po'
>>>>>>>> =C2=A0 [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/af.gmo [=1B[36mGMSG=
FMT=1B(B=1B[m] po/be.gmo [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/bg.gmo [=
=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/ca.gmo=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
 754 translated messages, 93 fuzzy translations, 948 untranslated messages.
>>>>>>>> =C2=A0 [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/cs.gmo=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 212 translated messages, 584 fuzzy translations, 999 untra=
nslated messages.
>>>>>>>> =C2=A0 [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/da.gmo=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 229 translated messages, 580 fuzzy translations, 986 untra=
nslated messages.
>>>>>>>> 171 translated messages, 510 fuzzy translations, 1114 untranslated m=
essages.
>>>>>>>> =C2=A0 [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/de.gmo [=1B[36mGMSG=
FMT=1B(B=1B[m] po/el.gmo=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 1165 translated messag=
es, 381 fuzzy translations, 249 untranslated messages.
>>>>>>>> =C2=A0 [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/es.gmo=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 1423 translated messages, 238 fuzzy translations, 134 untr=
anslated messages.
>>>>>>>> =C2=A0 [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/et.gmo=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 1066 translated messages, 449 fuzzy translations, 280 untr=
anslated messages.
>>>>>>>> 170 translated messages, 511 fuzzy translations, 1114 untranslated m=
essages.
>>>>>>>> =C2=A0 [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/fi.gmo [=1B[36mGMSG=
FMT=1B(B=1B[m] po/fr.gmo=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 198 translated message=
s, 574 fuzzy translations, 1023 untranslated messages.
>>>>>>>> =C2=A0 [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/gl.gmo=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 170 translated messages, 511 fuzzy translations, 1114 untr=
anslated messages.
>>>>>>>> =C2=A0 [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/hr.gmo=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 902 translated messages, 108 fuzzy translations, 785 untra=
nslated messages.
>>>>>>>> =C2=A0 [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/hu.gmo=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 1624 translated messages, 88 fuzzy translations, 83 untran=
slated messages.
>>>>>>>> 170 translated messages, 511 fuzzy translations, 1114 untranslated m=
essages.
>>>>>>>> =C2=A0 [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/id.gmo=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 171 translated messages, 510 fuzzy translations, 1114 untr=
anslated messages.
>>>>>>>> =C2=A0 [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/is.gmo [=1B[36mGMSG=
FMT=1B(B=1B[m] po/it.gmo=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 1229 translated messag=
es, 339 fuzzy translations, 227 untranslated messages.
>>>>>>>> 171 translated messages, 511 fuzzy translations, 1113 untranslated m=
essages.
>>>>>>>> =C2=A0 [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/ja.gmo=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 165 translated messages, 507 fuzzy translations, 1123 untr=
anslated messages.
>>>>>>>> =C2=A0 [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/lt.gmo [=1B[36mGMSG=
FMT=1B(B=1B[m] po/nl.gmo=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 927 translated message=
s, 548 fuzzy translations, 320 untranslated messages.
>>>>>>>> =C2=A0 [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/nb.gmo=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 415 translated messages, 35 fuzzy translations, 1345 untra=
nslated messages.
>>>>>>>> 166 translated messages, 506 fuzzy translations, 1123 untranslated m=
essages.
>>>>>>>> =C2=A0 [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/pl.gmo [=1B[36mGMSG=
FMT=1B(B=1B[m] po/pt.gmo=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 171 translated message=
s, 511 fuzzy translations, 1113 untranslated messages.
>>>>>>>> 171 translated messages, 510 fuzzy translations, 1114 untranslated m=
essages.
>>>>>>>> =C2=A0 [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/pt_BR.gmo [=1B[36mG=
MSGFMT=1B(B=1B[m] po/ro.gmo=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 1795 translated mes=
sages.
>>>>>>>> =C2=A0 [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/ru.gmo=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 216 translated messages, 587 fuzzy translations, 992 untra=
nslated messages.
>>>>>>>> =C2=A0 [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/sk.gmo=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 187 translated messages, 559 fuzzy translations, 1049 untr=
anslated messages.
>>>>>>>> 171 translated messages, 511 fuzzy translations, 1113 untranslated m=
essages.
>>>>>>>> =C2=A0 [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/sr.gmo [=1B[36mGMSG=
FMT=1B(B=1B[m] po/sv.gmo=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 191 translated message=
s, 559 fuzzy translations, 1045 untranslated messages.
>>>>>>>> =C2=A0 [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/tr.gmo=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 794 translated messages, 505 fuzzy translations, 496 untra=
nslated messages.
>>>>>>>> =C2=A0 [=1B[36mGMSGFMT=1B(B=1B[m]=C2=A0=C2=A0 po/uk.gmo=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 170 translated messages, 511 fuzzy translations, 1114 untr=
anslated messages.
>>>>>>>> 1736 translated messages, 37 fuzzy translations, 22 untranslated mes=
sages.
>>>>>>>> 165 translated messages, 507 fuzzy translations, 1123 untranslated m=
essages.
>>>>>>>> 273 translated messages, 558 fuzzy translations, 964 untranslated me=
ssages.
>>>>>>>> make[2]: Leaving directory '/usr/src/elinks-0.15.1/po'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src
>>>>>>>> make[2]: Entering directory '/usr/src/elinks-0.15.1/src'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/bfu
>>>>>>>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/bfu'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/lib.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/bfu/button.o
>>>>>>>> ld: no input files
>>>>>>>> make[2]: *** [.././Makefile.lib:121: lib.o] Error 1
>>>>>>>> make[2]: *** Waiting for unfinished jobs....
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/bfu/checkbox.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/bfu/dialog.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/bfu/group.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/bfu/hierbox.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/bfu/hotkey.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/bfu/inpfield.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/bfu/inphist.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/bfu/leds.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/bfu/listbox.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/bfu/listmenu.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/bfu/menu.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/bfu/msgbox.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/bfu/style.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/bfu/text.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/bfu/widget.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/bfu/lib.o
>>>>>>>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/bfu'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/bookmarks
>>>>>>>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/bookmarks'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/bookmarks/backend
>>>>>>>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/bookmarks/ba=
ckend'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/bookmarks/bookmarks.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/bookmarks/dialogs.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/bookm=
arks/backend/common.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/bookm=
arks/backend/default.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/bookm=
arks/backend/xbel.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/bookmarks/lib.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/bookmarks/backend/lib.o
>>>>>>>> make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/bookmarks/bac=
kend'
>>>>>>>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/bookmarks'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/cache
>>>>>>>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/cache'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/cache/cache.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/cache/dialogs.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/cache/lib.o
>>>>>>>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/cache'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/config
>>>>>>>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/config'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/config/cmdline.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/config/conf.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/config/dialogs.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/config/domain.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/config/home.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/config/kbdbind.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/config/options.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/config/opttypes.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/config/timer.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/config/urlhist.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/config/lib.o
>>>>>>>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/config'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/cookies
>>>>>>>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/cookies'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/cookies/cookies.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/cookies/dialogs.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/cookies/parser.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/cookies/path.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/cookies/lib.o
>>>>>>>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/cookies'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/dialogs
>>>>>>>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/dialogs'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/dialogs/document.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/dialogs/download.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/dialogs/edit.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/dialogs/info.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/dialogs/menu.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/dialogs/options.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/dialogs/progress.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/dialogs/status.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/dialogs/lib.o
>>>>>>>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/dialogs'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/document
>>>>>>>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/document'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/document/css
>>>>>>>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/document/css'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/document/docdata.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/document/css/apply.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/document/document.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/document/css/css.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/document/format.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/document/forms.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/document/css/parser.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/document/options.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/document/css/property.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/document/refresh.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/document/css/scanner.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/document/renderer.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/docum=
ent/css/stylesheet.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/document/css/value.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/document/lib.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 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]=C2=A0=C2=A0 src/document/gemini
>>>>>>>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/document/gem=
ini'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/docum=
ent/gemini/renderer.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/document/gemini/lib.o
>>>>>>>> make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/document/gemi=
ni'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/document/html
>>>>>>>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/document/htm=
l'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/document/html/parser
>>>>>>>> make[5]: Entering directory '/usr/src/elinks-0.15.1/src/document/htm=
l/parser'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/document/html/frames.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/docum=
ent/html/parser/forms.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/document/html/iframes.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/docum=
ent/html/parser/general.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/docum=
ent/html/parse-meta-refresh.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/docum=
ent/html/parser/link.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/document/html/parser.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/docum=
ent/html/parser/parse.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/docum=
ent/html/renderer.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/docum=
ent/html/parser/stack.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/document/html/tables.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/docum=
ent/html/parser/table.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/document/html/lib.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m] src/docum=
ent/html/parser/lib.o
>>>>>>>> make[5]: Leaving directory '/usr/src/elinks-0.15.1/src/document/html=
/parser'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/document/html/test
>>>>>>>> make[5]: Entering directory '/usr/src/elinks-0.15.1/src/document/htm=
l/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'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/document/plain
>>>>>>>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/document/pla=
in'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/docum=
ent/plain/renderer.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/document/plain/lib.o
>>>>>>>> make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/document/plai=
n'
>>>>>>>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/document'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/encoding
>>>>>>>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/encoding'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/encoding/bzip2.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/encoding/encoding.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/encoding/gzip.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/encoding/zstd.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/encoding/lib.o
>>>>>>>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/encoding'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/formhist
>>>>>>>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/formhist'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/formhist/dialogs.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/formhist/formhist.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/formhist/lib.o
>>>>>>>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/formhist'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/globhist
>>>>>>>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/globhist'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/globhist/dialogs.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/globhist/globhist.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/globhist/lib.o
>>>>>>>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/globhist'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/intl
>>>>>>>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/intl'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/intl/gettext
>>>>>>>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/intl/gettext'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/intl/charsets.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/intl/width.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/intl/=
gettext/bindtextdom.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/intl/=
gettext/dcgettext.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/intl/lib.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/intl/=
gettext/dcigettext.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/intl/=
gettext/dcngettext.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/intl/gettext/dgettext.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/intl/=
gettext/dngettext.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/intl/=
gettext/explodename.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/intl/=
gettext/finddomain.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/intl/gettext/gettext.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/intl/=
gettext/intl-compat.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/intl/=
gettext/l10nflist.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/intl/gettext/libintl.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/intl/=
gettext/loadmsgcat.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/intl/=
gettext/localcharset.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/intl/=
gettext/localealias.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/intl/gettext/ngettext.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/intl/gettext/plural.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/intl/=
gettext/textdomain.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 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]=C2=A0=C2=A0 src/main
>>>>>>>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/main'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/main/event.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/main/interlink.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/main/main.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/main/module.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/main/select.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/main/timer.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/main/version.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/main/lib.o
>>>>>>>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/main'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/mime
>>>>>>>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/mime'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/mime/backend
>>>>>>>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/mime/backend'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/mime/dialogs.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/mime/backend/common.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/mime/mime.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/mime/backend/default.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/mime/backend/mailcap.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/mime/lib.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/mime/=
backend/mimetypes.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 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]=C2=A0=C2=A0 src/network
>>>>>>>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/network'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/network/ssl
>>>>>>>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/network/ssl'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/network/connection.o
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/network/ssl/test
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 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/t=
est'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/netwo=
rk/ssl/match-hostname.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/network/progress.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/network/ssl/socket.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/network/socket.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/network/ssl/ssl.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/network/state.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/network/lib.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 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]=C2=A0=C2=A0 src/osdep
>>>>>>>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/osdep'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/osdep/unix
>>>>>>>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/osdep/unix'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/osdep/getifaddrs.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/osdep/unix/bsd.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/osdep/newwin.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/osdep/unix/unix.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/osdep/osdep.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/osdep/signals.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/osdep/stub.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/osdep/unix/lib.o
>>>>>>>> make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/osdep/unix'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/osdep/sysname.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/osdep/lib.o
>>>>>>>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/osdep'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/protocol
>>>>>>>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/protocol'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/protocol/auth
>>>>>>>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/protocol/aut=
h'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/protocol/about.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/protocol/auth/auth.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/protocol/common.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/protocol/auth/dialogs.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/protocol/data.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/protocol/auth/digest.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/protocol/date.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/protocol/header.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/protocol/protocol.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 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]=C2=A0=C2=A0 src/protocol/file
>>>>>>>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/protocol/fil=
e'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/protocol/proxy.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/protocol/uri.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/protocol/file/file.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/protocol/user.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/protocol/file/mailcap.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/protocol/lib.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 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]=C2=A0=C2=A0 src/protocol/ftp
>>>>>>>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/protocol/ftp'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/protocol/ftp/ftp.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/protocol/ftp/parse.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 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]=C2=A0=C2=A0 src/protocol/http
>>>>>>>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/protocol/htt=
p'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/proto=
col/http/blacklist.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/protocol/http/codes.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/protocol/http/http.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/protocol/http/post.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 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]=C2=A0=C2=A0 src/protocol/rewrite
>>>>>>>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/protocol/rew=
rite'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/proto=
col/rewrite/rewrite.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/protocol/rewrite/lib.o
>>>>>>>> make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/protocol/rewr=
ite'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/protocol/test
>>>>>>>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/protocol/tes=
t'
>>>>>>>> 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]=C2=A0=C2=A0 src/session
>>>>>>>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/session'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/session/download.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/session/history.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/session/location.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/session/session.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/session/task.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/session/lib.o
>>>>>>>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/session'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/terminal
>>>>>>>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/terminal'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/terminal/color.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/terminal/draw.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/terminal/event.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/terminal/hardio.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/terminal/kbd.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/terminal/mouse.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/terminal/screen.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/terminal/tab.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/terminal/terminal.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/terminal/window.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/terminal/lib.o
>>>>>>>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/terminal'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/util
>>>>>>>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/util'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/util/qs_parse
>>>>>>>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/util/qs_pars=
e'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/util/base64.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m] src/util/=
qs_parse/qs_parse.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/util/color.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/util/conv.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/util/qs_parse/lib.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/util/env.o
>>>>>>>> make[4]: Leaving directory '/usr/src/elinks-0.15.1/src/util/qs_parse'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/util/error.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/util/fastfind.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/util/file.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/util/hash.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/util/md5.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/util/memlist.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/util/memory.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/util/random.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/util/scanner.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/util/secsave.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/util/snprintf.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/util/string.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/util/time.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/util/lib.o
>>>>>>>> make[3]: Leaving directory '/usr/src/elinks-0.15.1/src/util'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/viewer
>>>>>>>> make[3]: Entering directory '/usr/src/elinks-0.15.1/src/viewer'
>>>>>>>> [=1B[35mMAKE all=1B(B=1B[m]=C2=A0=C2=A0 src/viewer/dump
>>>>>>>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/viewer/dump'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/viewer/action.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/viewer/dump/dump.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/viewer/timer.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/viewer/viewer.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 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]=C2=A0=C2=A0 src/viewer/text
>>>>>>>> make[4]: Entering directory '/usr/src/elinks-0.15.1/src/viewer/text'
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 src/viewer/lib.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/viewer/text/draw.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/viewer/text/form.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/viewer/text/link.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/viewer/text/marks.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/viewer/text/search.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/viewer/text/textarea.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/viewer/text/view.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[36mCC=1B(B=1B[m]=C2=A0=C2=
=A0 src/viewer/text/vs.o
>>>>>>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [=1B[32mLD=1B(B=1B[m]=C2=A0=C2=
=A0 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
>>>> Sent from my laptop
>>>
>>>

--===============3049935974223169562==--