------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libiconv-1.14_11.txz Installing /packages/All/pkgconf-1.6.3,1.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libtextstyle-0.20.2.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/gettext-tools-0.20.2.txz Installing /packages/All/perl5-5.30.2.txz ===== Message from perl5-5.30.2: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9_1,1.txz Installing /packages/All/boehm-gc-8.0.4_1.txz Installing /packages/All/pcre-8.43_2.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/python37-3.7.7.txz ===== Message from python37-3.7.7: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/glib-2.56.3_7,1.txz No schema files found: doing nothing. Installing /packages/All/atk-2.28.1.txz Installing /packages/All/png-1.6.37.txz Installing /packages/All/jbigkit-2.1_1.txz Installing /packages/All/jpeg-turbo-2.0.4.txz Installing /packages/All/tiff-4.1.0.txz Installing /packages/All/shared-mime-info-1.10_2.txz Installing /packages/All/gdk-pixbuf2-2.40.0.txz Installing /packages/All/libdaemon-0.14_1.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/dbus-1.12.16.txz ===> Creating groups. Creating group 'messagebus' with gid '556'. ===> Creating users Creating user 'messagebus' with uid '556'. Installing /packages/All/dbus-glib-0.110.txz Installing /packages/All/gdbm-1.18.1_1.txz Installing /packages/All/gobject-introspection-1.56.1,1.txz Installing /packages/All/gnome_subr-1.0.txz Installing /packages/All/avahi-app-0.7_3.txz ===> Creating groups. Creating group 'avahi' with gid '558'. ===> Creating users Creating user 'avahi' with uid '558'. Installing /packages/All/gmp-6.2.0.txz Installing /packages/All/nettle-3.5.1_1.txz Installing /packages/All/libtasn1-4.16.0.txz Installing /packages/All/libunistring-0.9.10_1.txz Installing /packages/All/libidn2-2.3.0_1.txz Installing /packages/All/ca_root_nss-3.52.txz ===== Message from ca_root_nss-3.52: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/p11-kit-0.23.20.txz Installing /packages/All/tpm-emulator-0.7.4_2.txz ===> Creating groups. Creating group '_tss' with gid '601'. ===> Creating users Creating user '_tss' with uid '601'. Installing /packages/All/trousers-0.3.14_2.txz ===> Creating groups. Using existing group '_tss'. ===> Creating users Using existing user '_tss'. ===== Message from trousers-0.3.14_2: -- To run tcsd automatically, add the following line to /etc/rc.conf: tcsd_enable="YES" You might want to edit /usr/local/etc/tcsd.conf to reflect your setup. If you want to use tcsd with software TPM emulator, use the following configuration in /etc/rc.conf: tcsd_enable="YES" tcsd_mode="emulator" tpmd_enable="YES" To use TPM, add your_account to '_tss' group like following: # pw groupmod _tss -m your_account Installing /packages/All/gnutls-3.6.13.txz Installing /packages/All/libpaper-1.1.24.4.txz Installing /packages/All/cups-2.2.13.txz ===> Creating groups. Creating group 'cups' with gid '193'. ===> Creating users Creating user 'cups' with uid '193'. Installing /packages/All/freetype2-2.10.1.txz ===== Message from freetype2-2.10.1: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed). Installing /packages/All/graphite2-1.3.14.txz Installing /packages/All/harfbuzz-2.6.5.txz Installing /packages/All/fontconfig-2.13.92_2,1.txz Running fc-cache to build fontconfig cache... Font directories: /usr/local/share/fonts /usr/local/lib/X11/fonts /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded Installing /packages/All/fribidi-0.19.7.txz Installing /packages/All/wayland-1.16.0.txz Installing /packages/All/pciids-20200421.txz Installing /packages/All/libpciaccess-0.16.txz Installing /packages/All/libdrm-2.4.101.txz Installing /packages/All/libelf-0.8.13_3.txz Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libXdamage-1.1.5.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/libxshmfence-1.3.txz Installing /packages/All/libXxf86vm-1.1.4_3.txz Installing /packages/All/mesa-libs-19.0.8.txz ===== Message from mesa-libs-19.0.8: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/pixman-0.40.0.txz Installing /packages/All/cairo-1.16.0,2.txz Installing /packages/All/libfontenc-1.1.4.txz Installing /packages/All/mkfontscale-1.2.1.txz Installing /packages/All/font-bh-ttf-1.0.3_4.txz Installing /packages/All/font-misc-meltho-1.0.3_4.txz Installing /packages/All/font-misc-ethiopic-1.0.3_4.txz Installing /packages/All/encodings-1.0.5,1.txz Installing /packages/All/dejavu-2.37_1.txz ===== Message from dejavu-2.37_1: -- Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. Installing /packages/All/xorg-fonts-truetype-7.7_1.txz Installing /packages/All/libXft-2.3.3.txz Installing /packages/All/pango-1.42.4_3.txz Installing /packages/All/hicolor-icon-theme-0.17.txz Installing /packages/All/libXinerama-1.1.4_2,1.txz Installing /packages/All/libXi-1.7.10,1.txz Installing /packages/All/libXcursor-1.2.0.txz Installing /packages/All/libXcomposite-0.4.5,1.txz Installing /packages/All/gtk-update-icon-cache-2.24.32.txz Installing /packages/All/gtk2-2.24.32.txz SUCCEEDED 00:00:48 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ja-w3m-img-0.5.3.20200316 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> ja-w3m-img-0.5.3.20200316 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-w3m-img-0.5.3.20200316 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> ja-w3m-img-0.5.3.20200316 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-w3m-img-0.5.3.20200316 for building => SHA256 Checksum OK for tats-w3m-0.5.3.20200316-4efb3ca_GH0.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> ja-w3m-img-0.5.3.20200316 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-w3m-img-0.5.3.20200316 for building ===> Extracting for ja-w3m-img-0.5.3.20200316 ===> ja-w3m-img-0.5.3.20200316 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-w3m-img-0.5.3.20200316 for building => SHA256 Checksum OK for tats-w3m-0.5.3.20200316-4efb3ca_GH0.tar.gz. Extracted Memory Use: 10.18M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ja-w3m-img-0.5.3.20200316 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> ja-w3m-img-0.5.3.20200316 depends on package: libiconv>=1.14_11 - found ===> ja-w3m-img-0.5.3.20200316 depends on package: pkgconf>=1.3.0_1 - found ===> ja-w3m-img-0.5.3.20200316 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> ja-w3m-img-0.5.3.20200316 depends on file: /usr/local/lib/libncurses.so.6 - found ===> ja-w3m-img-0.5.3.20200316 depends on executable: msgfmt - found ===> ja-w3m-img-0.5.3.20200316 depends on package: perl5>=5.30.r1<5.31 - found ===> ja-w3m-img-0.5.3.20200316 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> ja-w3m-img-0.5.3.20200316 depends on shared library: libgc.so - found (/usr/local/lib/libgc.so) ===> ja-w3m-img-0.5.3.20200316 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> ja-w3m-img-0.5.3.20200316 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) ===> ja-w3m-img-0.5.3.20200316 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> ja-w3m-img-0.5.3.20200316 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> ja-w3m-img-0.5.3.20200316 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so) ===> ja-w3m-img-0.5.3.20200316 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> ja-w3m-img-0.5.3.20200316 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> ja-w3m-img-0.5.3.20200316 depends on package: libiconv>=1.14_11 - found ===> ja-w3m-img-0.5.3.20200316 depends on package: pkgconf>=1.3.0_1 - found ===> ja-w3m-img-0.5.3.20200316 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> ja-w3m-img-0.5.3.20200316 depends on file: /usr/local/lib/libncurses.so.6 - found ===> ja-w3m-img-0.5.3.20200316 depends on executable: msgfmt - found ===> ja-w3m-img-0.5.3.20200316 depends on package: perl5>=5.30.r1<5.31 - found ===> ja-w3m-img-0.5.3.20200316 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> ja-w3m-img-0.5.3.20200316 depends on shared library: libgc.so - found (/usr/local/lib/libgc.so) ===> ja-w3m-img-0.5.3.20200316 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> ja-w3m-img-0.5.3.20200316 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) ===> ja-w3m-img-0.5.3.20200316 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> ja-w3m-img-0.5.3.20200316 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> ja-w3m-img-0.5.3.20200316 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so) ===> ja-w3m-img-0.5.3.20200316 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> ja-w3m-img-0.5.3.20200316 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> Configuring for ja-w3m-img-0.5.3.20200316 configure: loading site script /xports/Templates/config.site 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 c++ accepts -g... yes checking for gawk... (cached) /usr/bin/awk checking for gcc... cc checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cpp checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for ranlib... ranlib checking for perl... (cached) /usr/local/bin/perl checking for nkf... no checking for man... /usr/bin/man checking build system type... x86_64-portbld-dragonfly5.9 checking host system type... x86_64-portbld-dragonfly5.9 checking if m17n support is enabled... yes checking if unicode support is enabled... yes checking if message l10n... no checking if japanese support is enabled... U checking which charset is used for display... UTF-8 checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking whether NLS is requested... yes checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... no checking for iconv... yes checking for working iconv... yes checking for GNU gettext in libintl... yes checking whether to use NLS... yes checking where the gettext function comes from... external libintl checking how to link with libintl... /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib checking if color escape sequence for kterm/pxvt is enabled... yes checking if ansi color escape sequence support is enabled... yes checking if background color support is enabled... yes checking if image is enabled... x11 checking image library... gtk2 checking GdkPixbuf version... 2.40.0 checking if xface is enabled... yes checking for uncompface... no configure: WARNING: uncompface is not installed. checking default keymap... w3m checking if popup menu is enabled... yes checking if mouse operation enabled... yes checking if URL history is enabled... yes checking if alarm is enabled... yes checking if cookie is enabled... yes checking if nntp is enabled... yes checking if gopher is enabled... no checking if dictionary lookup is enabled... yes checking if help cgi is enabled... yes checking if external URI loader is enabled... yes checking if w3mmail is used... yes checking if migemo is supported with... migemo -t egrep /usr/local/share/migemo/migemo-dict checking which editor is used by default... /usr/bin/vi checking which mailer is used by default... /usr/bin/mail checking which external browser is used by default... /usr/bin/firefox checking for -lbsd... not found checking for -lBSD... not found checking for -l44bsd... not found checking for -lsocket... not found checking for -lnsl... not found checking for -ldld... not found checking for -ldl... found at /usr/lib checking if IPv6 support is enabled... yes checking if IPv6 API available... checking for getaddrinfo... (cached) yes checking if struct sockaddr_storage has an ss_family member... yes checking pkg-config is at least version 0.9.0... yes checking if SSL is suported... yes checking for SSL... yes checking for SSL_new in -lssl... yes checking if SSL certificate verify is enabled... yes checking if digest auth is enabled... yes checking for sqrt... no checking for sqrt in -lm... yes checking for Gpm_Open in -lgpm... no checking terminal library... yes checking for tgetent in -lterminfo... no checking for tgetent in -lmytinfo... no checking for tgetent in -ltermlib... no checking for tgetent in -ltermcap... no checking for tgetent in -ltinfo... yes checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking GC library exists... /usr/local checking gc.h usability... yes checking gc.h presence... yes checking for gc.h... yes checking for GC_init in -lgc... yes checking for zError in -lz... yes checking for socklen_t... (cached) yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for float.h... (cached) yes checking for sys/select.h... (cached) yes checking for locale.h... (cached) yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking size of long long... 8 checking for strcasecmp... (cached) yes checking for strcasestr... (cached) yes checking for strchr... (cached) yes checking for memcpy... (cached) yes checking for strerror... (cached) yes checking for bcopy... (cached) yes checking for setpgrp... yes checking for chdir... yes checking for mkdtemp... (cached) yes checking for getcwd... (cached) yes checking for getwd... (cached) yes checking for readlink... (cached) yes checking for setenv... (cached) yes checking for putenv... (cached) yes checking for strtoll... (cached) yes checking for stroq... no checking for atoll... (cached) yes checking for atoq... no checking for symlink... (cached) yes checking for readlink... (cached) yes checking for lstat... (cached) yes checking for srand48... yes checking for srandom... (cached) yes checking for getpassphrase... no checking for waitpid... yes checking for setlocale... (cached) yes checking for strftime... (cached) yes checking for wait3 that fills in rusage... yes checking whether setpgrp takes no argument... no checking for nl_langinfo and CODESET... yes checking for sys_errlist... yes checking for sigsetjmp... yes checking return type of signal handlers... void configure: creating ./config.status config.status: creating Makefile config.status: creating posubst config.status: creating po/Makefile.in config.status: creating scripts/Makefile config.status: creating scripts/dirlist.cgi config.status: creating scripts/w3mhelp.cgi config.status: creating scripts/w3mmail.cgi config.status: creating scripts/xface2xpm config.status: creating scripts/multipart/Makefile config.status: creating scripts/multipart/multipart.cgi config.status: creating scripts/w3mman/Makefile config.status: creating scripts/w3mman/w3mman config.status: creating scripts/w3mman/w3mman.1 config.status: creating scripts/w3mman/w3mman.de.1 config.status: creating scripts/w3mman/w3mman2html.cgi config.status: creating libwc/Makefile config.status: creating w3mimg/Makefile config.status: creating w3mimg/fb/Makefile config.status: creating w3mimg/x11/Makefile config.status: creating w3mimg/win/Makefile config.status: creating w3mhelp-w3m_en.html config.status: creating w3mhelp-w3m_ja.html config.status: creating w3mhelp-lynx_en.html config.status: creating w3mhelp-lynx_ja.html config.status: creating config.h config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ja-w3m-img-0.5.3.20200316 (echo '#define DEFUN(x,y,z) x y'; sed -ne '/^DEFUN/{p;n;/^[ ]/p;}' ./main.c ./menu.c) | cpp -DLIBICONV_PLUG -I/usr/local/include - | awk '$1 ~ /^[_A-Za-z]/ { for (i=2;i<=NF;i++) { print $i, $1} }' > funcname.tab.tmp funcname.tab updated sort funcname.tab | /usr/bin/awk -f ./funcname1.awk > funcname1.h cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c main.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c file.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c buffer.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c display.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c etc.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c search.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c linein.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c table.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c local.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c form.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c map.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c frame.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c rc.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c menu.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c mailcap.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c image.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c symbol.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c entity.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c terms.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c url.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c ftp.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c mimehead.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c regex.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c news.c sort funcname.tab | /usr/bin/awk -f ./funcname0.awk > funcname.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c mktable.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDUMMY -c -o dummy.o entity.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c Str.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c hash.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c myctype.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -o mktable mktable.o dummy.o Str.o hash.o myctype.o -L/usr/local/lib -lm -lX11 -ldl -lgc sort funcname.tab | /usr/bin/awk -f ./functable.awk > functable.tab ./mktable 100 functable.tab > functable.c rm -f functable.tab cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c func.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c cookie.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c history.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c backend.c sort funcname.tab | /usr/bin/awk -f ./funcname2.awk > funcname2.h cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c keybind.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c anchor.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c parsetagx.c ./mktable 100 ./tagtable.tab > tagtable.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c tagtable.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c istream.c istream.c: In function 'ssl_check_cert_ident': istream.c:427:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] char *sn = ASN1_STRING_get0_data(gn->d.ia5); ^~~~~~~~~~~~~~~~~~~~~ istream.c:447:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] method = X509V3_EXT_get(ex); ^ cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c version.c echo '/* $I''d$ */' > entity.h ./mktable 100 ./entity.tab >> entity.h cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c indep.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c textlist.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c parsetag.c ar rv libindep.a Str.o indep.o regex.o textlist.o parsetag.o myctype.o hash.o /usr/libexec/binutils227/elf/ar: creating libindep.a a - Str.o a - indep.o a - regex.o a - textlist.o a - parsetag.o a - myctype.o a - hash.o ranlib libindep.a (cd libwc && /usr/bin/make CC='cc' OPTS='') cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c big5.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c ces.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c char_conv.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c charset.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c combining.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c conv.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c detect.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c gb18030.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c gbk.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c hkscs.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c hz.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c iso2022.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c jis.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c johab.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c priv.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c putc.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c search.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c sjis.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c status.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c ucs.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c uhc.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c utf7.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c utf8.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c viet.c cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DUSE_UNICODE -I. -I./.. -DHAVE_CONFIG_H -c wtf.c ar rv libwc.a big5.o ces.o char_conv.o charset.o combining.o conv.o detect.o gb18030.o gbk.o hkscs.o hz.o iso2022.o jis.o johab.o priv.o putc.o search.o sjis.o status.o ucs.o uhc.o utf7.o utf8.o viet.o wtf.o /usr/libexec/binutils227/elf/ar: creating libwc.a a - big5.o a - ces.o a - char_conv.o a - charset.o a - combining.o a - conv.o a - detect.o a - gb18030.o a - gbk.o a - hkscs.o a - hz.o a - iso2022.o a - jis.o a - johab.o a - priv.o a - putc.o a - search.o a - sjis.o a - status.o a - ucs.o a - uhc.o a - utf7.o a - utf8.o a - viet.o a - wtf.o ranlib libwc.a cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -o w3m main.o file.o buffer.o display.o etc.o search.o linein.o table.o local.o form.o map.o frame.o rc.o menu.o mailcap.o image.o symbol.o entity.o terms.o url.o ftp.o mimehead.o regex.o news.o func.o cookie.o history.o backend.o keybind.o anchor.o parsetagx.o tagtable.o istream.o version.o -L/usr/local/lib -lm -lX11 -ldl -L. -lindep /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib -lgc -L./libwc -lwc -L/usr/local/lib -lssl -lcrypto -lssl -lcrypto -ltinfo cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c w3mbookmark.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -o w3mbookmark w3mbookmark.o dummy.o -L/usr/local/lib -lm -lX11 -ldl -L. -lindep /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib -lgc cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c w3mhelperpanel.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -o w3mhelperpanel w3mhelperpanel.o dummy.o -L/usr/local/lib -lm -lX11 -ldl -L. -lindep /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib -lgc cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -pthread -D_THREAD_SAFE -o w3mimgdisplay.o -c ./w3mimgdisplay.c (cd w3mimg && /usr/bin/make CC="cc" OPTS="") cc -I.. -I.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -pthread -D_THREAD_SAFE -c w3mimg.c cd x11 && /usr/bin/make CC="cc" OPTS="" cc -I../.. -I../.. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -pthread -D_THREAD_SAFE -c x11_w3mimg.c x11_w3mimg.c: In function 'x11_init': x11_w3mimg.c:135:2: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations] g_type_init(); ^~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:24, from /usr/local/include/glib-2.0/gobject/gbinding.h:29, from /usr/local/include/glib-2.0/glib-object.h:23, from x11_w3mimg.c:16: /usr/local/include/glib-2.0/gobject/gtype.h:686:23: note: declared here void g_type_init (void); ^~~~~~~~~~~ x11_w3mimg.c:141:2: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations] g_type_init(); ^~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:24, from /usr/local/include/glib-2.0/gobject/gbinding.h:29, from /usr/local/include/glib-2.0/glib-object.h:23, from x11_w3mimg.c:16: /usr/local/include/glib-2.0/gobject/gtype.h:686:23: note: declared here void g_type_init (void); ^~~~~~~~~~~ ar rv w3mimg.a w3mimg.o x11/x11_w3mimg.o /usr/libexec/binutils227/elf/ar: creating w3mimg.a a - w3mimg.o a - x11/x11_w3mimg.o ranlib w3mimg.a cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -o w3mimgdisplay w3mimgdisplay.o w3mimg/w3mimg.a -L/usr/local/lib -lm -lX11 -ldl -lX11 -L/usr/local/lib -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -o inflate.o -c ./inflate.c cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -o inflate inflate.o -L/usr/local/lib -lm -lX11 -ldl -lz for dir in scripts; do (cd $dir && /usr/bin/make PERL='/usr/local/bin/perl' MKDIR='mkdir -p' BIN_DIR='/usr/local/bin' AUXBIN_DIR='/usr/local/libexec/w3m' CGIBIN_DIR='/usr/local/libexec/w3m/cgi-bin' HELP_DIR='/usr/local/share/w3m' MAN_DIR='/usr/local/man' ETC_DIR='/usr/local/etc' CONF_DIR='/usr/local/etc/w3m' RC_DIR='~/.w3m' DESTDIR='' KEYBIND_SRC='keybind.c'); done generating w3mhelp-funcname.pl... done generating w3mhelp-funcdesc*.pl... done for subdir in multipart w3mman; do (cd $subdir && /usr/bin/make); done for subdir in multipart w3mman; do (cd $subdir && /usr/bin/make); done (cd po && /usr/bin/make) test ! -f ./w3m.pot || test -z "ja.gmo de.gmo zh_CN.gmo zh_TW.gmo" || /usr/bin/make ja.gmo de.gmo zh_CN.gmo zh_TW.gmo rm -f ja.gmo && /usr/local/bin/msgfmt -c --statistics --verbose -o ja.gmo ja.po ja.po: 222 translated messages. rm -f de.gmo && /usr/local/bin/msgfmt -c --statistics --verbose -o de.gmo de.po de.po: 222 translated messages. rm -f zh_CN.gmo && /usr/local/bin/msgfmt -c --statistics --verbose -o zh_CN.gmo zh_CN.po zh_CN.po: 219 translated messages, 3 untranslated messages. rm -f zh_TW.gmo && /usr/local/bin/msgfmt -c --statistics --verbose -o zh_TW.gmo zh_TW.po zh_TW.po: 219 translated messages, 3 untranslated messages. touch stamp-po SUCCEEDED 00:00:53 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> ja-w3m-img-0.5.3.20200316 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> ja-w3m-img-0.5.3.20200316 depends on file: /usr/local/lib/libncurses.so.6 - found ===> ja-w3m-img-0.5.3.20200316 depends on package: perl5>=5.30.r1<5.31 - found ===> ja-w3m-img-0.5.3.20200316 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ja-w3m-img-0.5.3.20200316 ===> ja-w3m-img-0.5.3.20200316 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> ja-w3m-img-0.5.3.20200316 depends on file: /usr/local/lib/libncurses.so.6 - found ===> ja-w3m-img-0.5.3.20200316 depends on package: perl5>=5.30.r1<5.31 - found ===> ja-w3m-img-0.5.3.20200316 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> Generating temporary packing list (cd libwc && /usr/bin/make CC='cc' OPTS='') (cd w3mimg && /usr/bin/make CC="cc" OPTS="") cd x11 && /usr/bin/make CC="cc" OPTS="" ar rv w3mimg.a w3mimg.o x11/x11_w3mimg.o r - w3mimg.o r - x11/x11_w3mimg.o ranlib w3mimg.a cc -I. -I. -pipe -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I./libwc -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -o w3mimgdisplay w3mimgdisplay.o w3mimg/w3mimg.a -L/usr/local/lib -lm -lX11 -ldl -lX11 -L/usr/local/lib -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl mkdir -p /construction/japanese/w3m-img/stage/usr/local/bin mkdir -p /construction/japanese/w3m-img/stage/usr/local/libexec/w3m mkdir -p /construction/japanese/w3m-img/stage/usr/local/libexec/w3m/cgi-bin mkdir -p /construction/japanese/w3m-img/stage/usr/local/share/w3m mkdir -p /construction/japanese/w3m-img/stage/usr/local/man/man1 mkdir -p /construction/japanese/w3m-img/stage/usr/local/man/ja/man1 mkdir -p /construction/japanese/w3m-img/stage/usr/local/man/de/man1 install -s -m 555 w3m /construction/japanese/w3m-img/stage/usr/local/bin/w3m install -m 0644 w3mhelp-w3m_ja.html /construction/japanese/w3m-img/stage/usr/local/share/w3m/w3mhelp.html install -m 0644 ./doc/w3m.1 /construction/japanese/w3m-img/stage/usr/local/man/man1/w3m.1 install -m 0644 ./doc-jp/w3m.1 /construction/japanese/w3m-img/stage/usr/local/man/ja/man1/w3m.1 install -m 0644 ./doc-de/w3m.1 /construction/japanese/w3m-img/stage/usr/local/man/de/man1/w3m.1 targets="w3mimgdisplay inflate"; for file in $targets; do case $file in w3mimgdisplay) install -s -m 555 $file /construction/japanese/w3m-img/stage/usr/local/libexec/w3m/$file;; *) install -s -m 555 $file /construction/japanese/w3m-img/stage/usr/local/libexec/w3m/$file;; esac; done for file in w3mbookmark w3mhelperpanel; do install -s -m 555 $file /construction/japanese/w3m-img/stage/usr/local/libexec/w3m/cgi-bin/$file; done for dir in scripts; do (cd $dir && /usr/bin/make PERL='/usr/local/bin/perl' MKDIR='mkdir -p' BIN_DIR='/usr/local/bin' AUXBIN_DIR='/usr/local/libexec/w3m' CGIBIN_DIR='/usr/local/libexec/w3m/cgi-bin' HELP_DIR='/usr/local/share/w3m' MAN_DIR='/usr/local/man' ETC_DIR='/usr/local/etc' CONF_DIR='/usr/local/etc/w3m' RC_DIR='~/.w3m' DESTDIR='/construction/japanese/w3m-img/stage' KEYBIND_SRC='keybind.c'); done for subdir in multipart w3mman; do (cd $subdir && /usr/bin/make); done for subdir in multipart w3mman; do (cd $subdir && /usr/bin/make); done topdir=`pwd`; for dir in scripts; do (cd $dir && /usr/bin/make PERL='/usr/local/bin/perl' MKDIR='mkdir -p' BIN_DIR='/usr/local/bin' AUXBIN_DIR='/usr/local/libexec/w3m' CGIBIN_DIR='/usr/local/libexec/w3m/cgi-bin' HELP_DIR='/usr/local/share/w3m' MAN_DIR='/usr/local/man' ETC_DIR='/usr/local/etc' CONF_DIR='/usr/local/etc/w3m' RC_DIR='~/.w3m' DESTDIR='/construction/japanese/w3m-img/stage' KEYBIND_SRC='keybind.c' install); done mkdir -p /construction/japanese/w3m-img/stage/usr/local/libexec/w3m mkdir -p /construction/japanese/w3m-img/stage/usr/local/libexec/w3m/cgi-bin mkdir -p /construction/japanese/w3m-img/stage/usr/local/share/w3m for file in xface2xpm; do install -m 555 $file /construction/japanese/w3m-img/stage/usr/local/libexec/w3m; done for file in w3mdict.cgi dirlist.cgi w3mhelp.cgi w3mmail.cgi; do install -m 555 $file /construction/japanese/w3m-img/stage/usr/local/libexec/w3m/cgi-bin; done for file in w3mhelp-*.pl; do install -m 0644 $file /construction/japanese/w3m-img/stage/usr/local/share/w3m; done for subdir in multipart w3mman; do (cd $subdir && /usr/bin/make install); done mkdir -p /construction/japanese/w3m-img/stage/usr/local/libexec/w3m/cgi-bin for file in multipart.cgi; do install -m 555 $file /construction/japanese/w3m-img/stage/usr/local/libexec/w3m/cgi-bin; done mkdir -p /construction/japanese/w3m-img/stage/usr/local/bin mkdir -p /construction/japanese/w3m-img/stage/usr/local/libexec/w3m/cgi-bin mkdir -p /construction/japanese/w3m-img/stage/usr/local/man/man1 mkdir -p /construction/japanese/w3m-img/stage/usr/local/man/de/man1 for file in w3mman; do install -m 555 $file /construction/japanese/w3m-img/stage/usr/local/bin; done for file in w3mman2html.cgi; do install -m 555 $file /construction/japanese/w3m-img/stage/usr/local/libexec/w3m/cgi-bin; done for file in w3mman.1; do install -m 0644 $file /construction/japanese/w3m-img/stage/usr/local/man/man1; done for file in w3mman.de.1; do install -m 0644 $file /construction/japanese/w3m-img/stage/usr/local/man/de/man1; f=`echo "$file" | sed -e 's/\.de\././'`; mv /construction/japanese/w3m-img/stage/usr/local/man/de/man1/$file /construction/japanese/w3m-img/stage/usr/local/man/de/man1/$f; done NLSTARGET="po"; for subdir in $NLSTARGET; do (cd $subdir && /usr/bin/make install); done installing ja.gmo as /construction/japanese/w3m-img/stage/usr/local/share/locale/ja/LC_MESSAGES/w3m.mo installing de.gmo as /construction/japanese/w3m-img/stage/usr/local/share/locale/de/LC_MESSAGES/w3m.mo installing zh_CN.gmo as /construction/japanese/w3m-img/stage/usr/local/share/locale/zh_CN/LC_MESSAGES/w3m.mo installing zh_TW.gmo as /construction/japanese/w3m-img/stage/usr/local/share/locale/zh_TW/LC_MESSAGES/w3m.mo if test "w3m" = "gettext-tools"; then /bin/mkdir -p /construction/japanese/w3m-img/stage/usr/local/share/gettext/po; for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do install -m 0644 ./$file /construction/japanese/w3m-img/stage/usr/local/share/gettext/po/$file; done; for file in Makevars; do rm -f /construction/japanese/w3m-img/stage/usr/local/share/gettext/po/$file; done; else : ; fi install -m 444 /construction/japanese/w3m-img/w3m-4efb3ca/scripts/w3mman/w3mman.1 /construction/japanese/w3m-img/stage/usr/local/man/ja/man1 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks Warning: Possible REINPLACE_CMD issues sed failed: file content unchanged from backup: doc/FAQ.html sed failed: file content unchanged from backup: doc/README.tab sed failed: file content unchanged from backup: doc/README.func sed failed: file content unchanged from backup: doc/README.dict sed failed: file content unchanged from backup: doc/MANUAL.html sed failed: file content unchanged from backup: doc/README.cygwin sed failed: file content unchanged from backup: doc/README.sixel sed failed: file content unchanged from backup: doc/STORY.html sed failed: file content unchanged from backup: doc/README sed failed: file content unchanged from backup: doc/keymap.lynx sed failed: file content unchanged from backup: doc/README.pre_form sed failed: file content unchanged from backup: doc/README.img sed failed: file content unchanged from backup: doc/README.cookie sed failed: file content unchanged from backup: doc/menu.submenu sed failed: file content unchanged from backup: doc/README.mouse sed failed: file content unchanged from backup: doc/keymap.default sed failed: file content unchanged from backup: doc/README.siteconf sed failed: file content unchanged from backup: doc/README.m17n sed failed: file content unchanged from backup: doc/menu.default sed failed: file content unchanged from backup: doc/README.passwd sed failed: file content unchanged from backup: doc/w3m.1 sed failed: file content unchanged from backup: doc-de/MANUAL.html sed failed: file content unchanged from backup: doc-de/w3m.1 sed failed: file content unchanged from backup: doc-de/README.func sed failed: file content unchanged from backup: doc-de/FAQ.html sed failed: file content unchanged from backup: doc-jp/README.pre_form sed failed: file content unchanged from backup: doc-jp/README.cygwin sed failed: file content unchanged from backup: doc-jp/README.mailcap sed failed: file content unchanged from backup: doc-jp/README.mouse sed failed: file content unchanged from backup: doc-jp/README.menu sed failed: file content unchanged from backup: doc-jp/README.dict sed failed: file content unchanged from backup: doc-jp/w3m.1 sed failed: file content unchanged from backup: doc-jp/menu.default sed failed: file content unchanged from backup: doc-jp/README.SSL sed failed: file content unchanged from backup: doc-jp/README.m17n sed failed: file content unchanged from backup: doc-jp/README.passwd sed failed: file content unchanged from backup: doc-jp/README.img sed failed: file content unchanged from backup: doc-jp/keymap.lynx sed failed: file content unchanged from backup: doc-jp/README.tab sed failed: file content unchanged from backup: doc-jp/README.func sed failed: file content unchanged from backup: doc-jp/README sed failed: file content unchanged from backup: doc-jp/README.keymap sed failed: file content unchanged from backup: doc-jp/FAQ.html sed failed: file content unchanged from backup: doc-jp/README.siteconf sed failed: file content unchanged from backup: doc-jp/MANUAL.html sed failed: file content unchanged from backup: doc-jp/README.cookie sed failed: file content unchanged from backup: doc-jp/README.migemo sed failed: file content unchanged from backup: doc-jp/menu.submenu sed failed: file content unchanged from backup: doc-jp/STORY.html sed failed: file content unchanged from backup: doc-jp/keymap.default SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for ja-w3m-img-0.5.3.20200316 file sizes/checksums [77]: 0% file sizes/checksums [77]: 100% packing files [77]: 0% packing files [77]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:04 TOTAL TIME 00:02:02