Build of help2man with clang_glibc toolchain

The build took 00h 01m 24s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
1,482 perl
616 sh
275 makefile
59 ansic
2,432 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: help2man 1.47.3-2 (Thu Apr 13 18:03:11 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) perl-locale-gettext-1.07-2
#
# Total Installed Size: 0.03 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing perl-locale-gettext...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for perl... perl
# checking for module Locale::gettext... yes
# checking for msgfmt... /usr/bin/msgfmt
# checking for x86_64-unknown-linux-gcc... clang
# 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 clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for library containing dlsym... -ldl
# checking for library containing bindtextdomain... none required
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for makeinfo... /usr/bin/makeinfo
# checking for install-info... /usr/bin/install-info
# checking for msgmerge... /usr/bin/msgmerge
# checking for xgettext... /usr/bin/xgettext
# checking for po4a-updatepo... build-aux/missing po4a-updatepo
# checking for po4a-translate... build-aux/missing po4a-translate
# configure: creating ./config.status
# config.status: creating Makefile
# perl help2man.PL --with-gettext
# Extracting help2man (with variable substitutions)
# clang -o bindtextdomain.so -fPIC -shared bindtextdomain.c -ldl
# ==> Entering fakeroot environment...
# ==> Starting package()...
# build-aux/mkinstalldirs /tmp/help2man/pkg/help2man/usr/bin
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/bin
# build-aux/mkinstalldirs /tmp/help2man/pkg/help2man/usr/lib/help2man
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/lib/help2man
# build-aux/mkinstalldirs /tmp/help2man/pkg/help2man/usr/share/man/man1
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/man/man1
# build-aux/mkinstalldirs /tmp/help2man/pkg/help2man/usr/share/info
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/info
# /usr/bin/install -c help2man /tmp/help2man/pkg/help2man/usr/bin
# /usr/bin/install -c -m 644 $(build-aux/find-vpath help2man.1) /tmp/help2man/pkg/help2man/usr/share/man/man1
# /usr/bin/install -c -m 644 $(build-aux/find-vpath help2man.info) \
# /tmp/help2man/pkg/help2man/usr/share/info/help2man.info
# if test -f /tmp/help2man/pkg/help2man/usr/share/info/dir; \
# then \
# /usr/bin/install-info --info-dir=/tmp/help2man/pkg/help2man/usr/share/info \
# /tmp/help2man/pkg/help2man/usr/share/info/help2man.info; \
# fi
# /usr/bin/install -c bindtextdomain.so /tmp/help2man/pkg/help2man/usr/lib/help2man
# set -e; \
# for lang in hu ja sr vi da pl nb fi es hr sv fr ru it uk pt_BR de zh_CN eo el; \
# do \
# build-aux/mkinstalldirs /tmp/help2man/pkg/help2man/usr/share/locale/$lang/LC_MESSAGES; \
# /usr/bin/install -c -m 644 $(build-aux/find-vpath po/$lang.gmo) \
# /tmp/help2man/pkg/help2man/usr/share/locale/$lang/LC_MESSAGES/help2man.mo; \
# build-aux/mkinstalldirs /tmp/help2man/pkg/help2man/usr/share/man/$lang/man1; \
# /usr/bin/install -c -m 644 $(build-aux/find-vpath help2man.$lang.1) \
# /tmp/help2man/pkg/help2man/usr/share/man/$lang/man1/help2man.1; \
# done; \
# for lang in es pl fr uk de; \
# do \
# /usr/bin/install -c -m 644 $(build-aux/find-vpath help2man-$lang.info) \
# /tmp/help2man/pkg/help2man/usr/share/info/help2man-$lang.info; \
# if test -f /tmp/help2man/pkg/help2man/usr/share/info/dir; \
# then \
# /usr/bin/install-info --info-dir=/tmp/help2man/pkg/help2man/usr/share/info \
# /tmp/help2man/pkg/help2man/usr/share/info/help2man-$lang.info; \
# fi; \
# done
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/locale/hu/LC_MESSAGES
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/man/hu/man1
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/locale/ja/LC_MESSAGES
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/man/ja/man1
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/locale/sr/LC_MESSAGES
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/man/sr/man1
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/locale/vi/LC_MESSAGES
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/man/vi/man1
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/locale/da/LC_MESSAGES
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/man/da/man1
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/locale/pl/LC_MESSAGES
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/man/pl/man1
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/locale/nb/LC_MESSAGES
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/man/nb/man1
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/locale/fi/LC_MESSAGES
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/man/fi/man1
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/locale/es/LC_MESSAGES
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/man/es/man1
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/locale/hr/LC_MESSAGES
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/man/hr/man1
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/locale/sv/LC_MESSAGES
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/man/sv/man1
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/locale/fr/LC_MESSAGES
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/man/fr/man1
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/locale/ru/LC_MESSAGES
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/man/ru/man1
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/locale/it/LC_MESSAGES
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/man/it/man1
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/locale/uk/LC_MESSAGES
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/man/uk/man1
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/locale/pt_BR/LC_MESSAGES
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/man/pt_BR/man1
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/locale/de/LC_MESSAGES
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/man/de/man1
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/locale/zh_CN/LC_MESSAGES
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/man/zh_CN/man1
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/locale/eo/LC_MESSAGES
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/man/eo/man1
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/locale/el/LC_MESSAGES
# mkdir -p -- /tmp/help2man/pkg/help2man/usr/share/man/el/man1
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "help2man"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: help2man 1.47.3-2 (Thu Apr 13 18:03:26 UTC 2017)

CMD: pacman --query --file help2man-1.47.3-2-x86_64.pkg.tar.xz
# help2man 1.47.3-2

Creating hybrid package for 'help2man'

Trying to find vanilla package 'help2man'...

CMD: pacman --query --file /mirror/help2man-1.47.3-2.pkg.tar.xz
# help2man 1.47.3-2

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/bin/help2man
# /usr/lib/help2man/bindtextdomain.so
# /usr/share/man/man1/help2man.1.gz
# /usr/share/man/de/man1/help2man.1.gz
# /usr/share/man/ja/man1/help2man.1.gz
# /usr/share/man/sr/man1/help2man.1.gz
# /usr/share/man/vi/man1/help2man.1.gz
# /usr/share/man/da/man1/help2man.1.gz
# /usr/share/man/eo/man1/help2man.1.gz
# /usr/share/man/nb/man1/help2man.1.gz
# /usr/share/man/fi/man1/help2man.1.gz
# /usr/share/man/es/man1/help2man.1.gz
# /usr/share/man/hr/man1/help2man.1.gz
# /usr/share/man/pl/man1/help2man.1.gz
# /usr/share/man/fr/man1/help2man.1.gz
# /usr/share/man/ru/man1/help2man.1.gz
# /usr/share/man/it/man1/help2man.1.gz
# /usr/share/man/uk/man1/help2man.1.gz
# /usr/share/man/pt_BR/man1/help2man.1.gz
# /usr/share/man/hu/man1/help2man.1.gz
# /usr/share/man/sv/man1/help2man.1.gz
# /usr/share/man/zh_CN/man1/help2man.1.gz
# /usr/share/man/el/man1/help2man.1.gz
# /usr/share/info/help2man.info.gz
# /usr/share/info/help2man-es.info.gz
# /usr/share/info/help2man-pl.info.gz
# /usr/share/info/help2man-fr.info.gz
# /usr/share/info/help2man-uk.info.gz
# /usr/share/info/help2man-de.info.gz
# /usr/share/locale/de/LC_MESSAGES/help2man.mo
# /usr/share/locale/ja/LC_MESSAGES/help2man.mo
# /usr/share/locale/sr/LC_MESSAGES/help2man.mo
# /usr/share/locale/vi/LC_MESSAGES/help2man.mo
# /usr/share/locale/da/LC_MESSAGES/help2man.mo
# /usr/share/locale/eo/LC_MESSAGES/help2man.mo
# /usr/share/locale/nb/LC_MESSAGES/help2man.mo
# /usr/share/locale/fi/LC_MESSAGES/help2man.mo
# /usr/share/locale/es/LC_MESSAGES/help2man.mo
# /usr/share/locale/hr/LC_MESSAGES/help2man.mo
# /usr/share/locale/pl/LC_MESSAGES/help2man.mo
# /usr/share/locale/fr/LC_MESSAGES/help2man.mo
# /usr/share/locale/ru/LC_MESSAGES/help2man.mo
# /usr/share/locale/it/LC_MESSAGES/help2man.mo
# /usr/share/locale/uk/LC_MESSAGES/help2man.mo
# /usr/share/locale/pt_BR/LC_MESSAGES/help2man.mo
# /usr/share/locale/hu/LC_MESSAGES/help2man.mo
# /usr/share/locale/sv/LC_MESSAGES/help2man.mo
# /usr/share/locale/zh_CN/LC_MESSAGES/help2man.mo
# /usr/share/locale/el/LC_MESSAGES/help2man.mo
# /sysroot/usr/lib/help2man/bindtextdomain.so

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf help2man.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/help2man.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/help2man.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/help2man.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/help2man/src/help2man-1.47.3/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by GNU help2man configure 1.47.3, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --libdir=/usr/lib
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = b039f81aa55c
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1847: checking for perl
# configure:1852: ...version 5.008 required
# configure:1861: trying perl
# found version 5.024
# configure:1870: result: perl
# configure:1880: checking for module Locale::gettext
# configure:1892: result: yes
# configure:1897: checking for msgfmt
# configure:1915: found /usr/bin/msgfmt
# configure:1927: result: /usr/bin/msgfmt
# configure:1944: checking for x86_64-unknown-linux-gcc
# configure:1971: result: clang
# configure:2240: checking for C compiler version
# configure:2249: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2260: $? = 0
# configure:2249: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:2260: $? = 0
# configure:2249: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2260: $? = 1
# configure:2249: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2260: $? = 1
# configure:2280: checking whether the C compiler works
# configure:2302: clang conftest.c >&5
# configure:2306: $? = 0
# configure:2354: result: yes
# configure:2357: checking for C compiler default output file name
# configure:2359: result: a.out
# configure:2365: checking for suffix of executables
# configure:2372: clang -o conftest conftest.c >&5
# configure:2376: $? = 0
# configure:2398: result:
# configure:2420: checking whether we are cross compiling
# configure:2428: clang -o conftest conftest.c >&5
# configure:2432: $? = 0
# configure:2439: ./conftest
# configure:2443: $? = 0
# configure:2458: result: no
# configure:2463: checking for suffix of object files
# configure:2485: clang -c conftest.c >&5
# configure:2489: $? = 0
# configure:2510: result: o
# configure:2514: checking whether we are using the GNU C compiler
# configure:2533: clang -c conftest.c >&5
# configure:2533: $? = 0
# configure:2542: result: yes
# configure:2551: checking whether clang accepts -g
# configure:2571: clang -c -g conftest.c >&5
# configure:2571: $? = 0
# configure:2612: result: yes
# configure:2629: checking for clang option to accept ISO C89
# configure:2692: clang -c conftest.c >&5
# configure:2692: $? = 0
# configure:2705: result: none needed
# configure:2726: checking for library containing dlsym
# configure:2757: clang -o conftest conftest.c >&5
# /tmp/conftest-512689.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `dlsym'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:2757: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU help2man"
# | #define PACKAGE_TARNAME "help2man"
# | #define PACKAGE_VERSION "1.47.3"
# | #define PACKAGE_STRING "GNU help2man 1.47.3"
# | #define PACKAGE_BUGREPORT "bug-help2man@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/help2man/"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char dlsym ();
# | int
# | main ()
# | {
# | return dlsym ();
# | ;
# | return 0;
# | }
# configure:2757: clang -o conftest conftest.c -ldl >&5
# configure:2757: $? = 0
# configure:2774: result: -ldl
# configure:2782: checking for library containing bindtextdomain
# configure:2813: clang -o conftest conftest.c -ldl >&5
# configure:2813: $? = 0
# configure:2830: result: none required
# configure:2892: checking for a BSD-compatible install
# configure:2960: result: /usr/bin/install -c
# configure:2975: checking for makeinfo
# configure:2993: found /usr/bin/makeinfo
# configure:3006: result: /usr/bin/makeinfo
# configure:3019: checking for install-info
# configure:3037: found /usr/bin/install-info
# configure:3050: result: /usr/bin/install-info
# configure:3063: checking for msgmerge
# configure:3081: found /usr/bin/msgmerge
# configure:3094: result: /usr/bin/msgmerge
# configure:3107: checking for xgettext
# configure:3125: found /usr/bin/xgettext
# configure:3138: result: /usr/bin/xgettext
# configure:3151: checking for po4a-updatepo
# configure:3182: result: build-aux/missing po4a-updatepo
# configure:3195: checking for po4a-translate
# configure:3226: result: build-aux/missing po4a-translate
# configure:3388: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by GNU help2man config.status 1.47.3, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on b039f81aa55c
#
# config.status:738: creating Makefile
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_enable_nls=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_module_Locale__gettext=yes
# ac_cv_objext=o
# ac_cv_path_INSTALL_INFO=/usr/bin/install-info
# ac_cv_path_MAKEINFO=/usr/bin/makeinfo
# ac_cv_path_MSGFMT=/usr/bin/msgfmt
# ac_cv_path_MSGMERGE=/usr/bin/msgmerge
# ac_cv_path_PO4A_TRANSLATE='build-aux/missing po4a-translate'
# ac_cv_path_PO4A_UPDATEPO='build-aux/missing po4a-updatepo'
# ac_cv_path_XGETTEXT=/usr/bin/xgettext
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CC=clang
# ac_cv_prog_PERL=perl
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_search_bindtextdomain='none required'
# ac_cv_search_dlsym=-ldl
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='clang'
# CFLAGS=''
# CPPFLAGS=''
# DEFS='-DPACKAGE_NAME=\"GNU\ help2man\" -DPACKAGE_TARNAME=\"help2man\" -DPACKAGE_VERSION=\"1.47.3\" -DPACKAGE_STRING=\"GNU\ help2man\ 1.47.3\" -DPACKAGE_BUGREPORT=\"bug-help2man@gnu.org\" -DPACKAGE_URL=\"http://www.gnu.org/software/help2man/\"'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EXEEXT=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_INFO='/usr/bin/install-info'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-ldl '
# LTLIBOBJS=''
# MAKEINFO='/usr/bin/makeinfo'
# MSGFMT='/usr/bin/msgfmt'
# MSGMERGE='/usr/bin/msgmerge'
# OBJEXT='o'
# PACKAGE_BUGREPORT='bug-help2man@gnu.org'
# PACKAGE_NAME='GNU help2man'
# PACKAGE_STRING='GNU help2man 1.47.3'
# PACKAGE_TARNAME='help2man'
# PACKAGE_URL='http://www.gnu.org/software/help2man/'
# PACKAGE_VERSION='1.47.3'
# PATH_SEPARATOR=':'
# PERL='perl'
# PO4A_TRANSLATE='build-aux/missing po4a-translate'
# PO4A_UPDATEPO='build-aux/missing po4a-updatepo'
# SHELL='/bin/sh'
# XGETTEXT='/usr/bin/xgettext'
# ac_ct_CC=''
# auxdir='build-aux'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# extra_extract_args='--with-gettext'
# extra_make_all='preload man_l10n info_l10n'
# extra_make_install='install_preload install_l10n'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='/usr/share/info'
# libdir='/usr/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# runstatedir='${localstatedir}/run'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "GNU help2man"
# #define PACKAGE_TARNAME "help2man"
# #define PACKAGE_VERSION "1.47.3"
# #define PACKAGE_STRING "GNU help2man 1.47.3"
# #define PACKAGE_BUGREPORT "bug-help2man@gnu.org"
# #define PACKAGE_URL "http://www.gnu.org/software/help2man/"
#
# configure: exit 0