Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iceequal/4570613 to your computer and use it in GitHub Desktop.
Save iceequal/4570613 to your computer and use it in GitHub Desktop.
gnome-doc-utils failed to build on 10.8.2
Your system is raring to brew.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by gnome-doc-utils configure 0.20.10, which was
generated by GNU Autoconf 2.66. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/gnome-doc-utils/0.20.10 --disable-scrollkeeper --enable-build-utils=yes
## --------- ##
## Platform. ##
## --------- ##
hostname = Lime.local
uname -m = x86_64
uname -r = 12.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 4.00 gigabytes
Default processor set: 133 tasks, 662 threads, 2 processors
Load average: 1.53, Mach factor: 0.97
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/pkg-config/bin
PATH: /usr/local/opt/xz/bin
PATH: /usr/local/opt/intltool/bin
PATH: /usr/local/opt/gettext/bin
PATH: /usr/local/opt/libxml2/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2271: checking for a BSD-compatible install
configure:2339: result: /usr/bin/install -c
configure:2350: checking whether build environment is sane
configure:2400: result: yes
configure:2541: checking for a thread-safe mkdir -p
configure:2580: result: ./install-sh -c -d
configure:2593: checking for gawk
configure:2623: result: no
configure:2593: checking for mawk
configure:2623: result: no
configure:2593: checking for nawk
configure:2623: result: no
configure:2593: checking for awk
configure:2609: found /usr/bin/awk
configure:2620: result: awk
configure:2631: checking whether make sets $(MAKE)
configure:2653: result: yes
configure:2752: checking for gawk
configure:2779: result: awk
configure:2797: checking whether ln -s works
configure:2801: result: yes
configure:2937: checking for a Python interpreter with version >= 2.4
configure:2954: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.4'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:2957: $? = 0
configure:2963: result: python
configure:2971: checking for python
configure:2989: found /usr/bin/python
configure:3001: result: /usr/bin/python
configure:3019: checking for python version
configure:3026: result: 2.7
configure:3038: checking for python platform
configure:3045: result: darwin
configure:3052: checking for python script directory
configure:3081: result: ${prefix}/lib/python2.7/site-packages
configure:3090: checking for python extension module directory
configure:3119: result: ${exec_prefix}/lib/python2.7/site-packages
configure:3187: checking for pkg-config
configure:3205: found /usr/local/opt/pkg-config/bin/pkg-config
configure:3217: result: /usr/local/opt/pkg-config/bin/pkg-config
configure:3242: checking pkg-config is at least version 0.9.0
configure:3245: result: yes
configure:3255: checking for GNOME_DOC_UTILS
configure:3265: $PKG_CONFIG --exists --print-errors "
libxml-2.0 >= 2.6.12
libxslt >= 1.1.8
"
configure:3271: $? = 0
configure:3290: $PKG_CONFIG --exists --print-errors "
libxml-2.0 >= 2.6.12
libxslt >= 1.1.8
"
configure:3296: $? = 0
configure:3367: result: yes
configure:3380: checking whether NLS is requested
configure:3389: result: yes
configure:3405: checking for style of include used by make
configure:3433: result: GNU
configure:3503: checking for gcc
configure:3530: result: cc
configure:3759: checking for C compiler version
configure:3768: cc --version >&5
Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.2.0
Thread model: posix
configure:3779: $? = 0
configure:3768: cc -v >&5
Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.2.0
Thread model: posix
clang: warning: argument unused during compilation: '-isystem /usr/local/include'
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/'
clang: warning: argument unused during compilation: '-I /usr/local/opt/gettext/include'
clang: warning: argument unused during compilation: '-I /usr/local/opt/libxml2/include'
clang: warning: argument unused during compilation: '-L/usr/local/opt/gettext/lib'
clang: warning: argument unused during compilation: '-L/usr/local/opt/libxml2/lib'
clang: warning: argument unused during compilation: '-L/usr/local/lib'
... rest of stderr output deleted ...
configure:3779: $? = 0
configure:3768: cc -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
clang: error: no input files
configure:3779: $? = 1
configure:3768: cc -qversion >&5
clang: error: no input files
configure:3779: $? = 1
configure:3799: checking whether the C compiler works
configure:3821: cc conftest.c >&5
configure:3825: $? = 0
configure:3873: result: yes
configure:3876: checking for C compiler default output file name
configure:3878: result: a.out
configure:3884: checking for suffix of executables
configure:3891: cc -o conftest conftest.c >&5
configure:3895: $? = 0
configure:3917: result:
configure:3939: checking whether we are cross compiling
configure:3947: cc -o conftest conftest.c >&5
configure:3951: $? = 0
configure:3958: ./conftest
configure:3962: $? = 0
configure:3977: result: no
configure:3982: checking for suffix of object files
configure:4004: cc -c conftest.c >&5
configure:4008: $? = 0
configure:4029: result: o
configure:4033: checking whether we are using the GNU C compiler
configure:4052: cc -c conftest.c >&5
configure:4052: $? = 0
configure:4061: result: yes
configure:4070: checking whether cc accepts -g
configure:4090: cc -c -g conftest.c >&5
configure:4090: $? = 0
configure:4131: result: yes
configure:4148: checking for cc option to accept ISO C89
configure:4212: cc -c -g -O2 conftest.c >&5
configure:4212: $? = 0
configure:4225: result: none needed
configure:4247: checking dependency style of cc
configure:4357: result: none
configure:4384: checking for intltool >= 0.35.0
configure:4391: result: 0.50.2 found
configure:4399: checking for intltool-update
configure:4417: found /usr/local/opt/intltool/bin/intltool-update
configure:4429: result: /usr/local/opt/intltool/bin/intltool-update
configure:4439: checking for intltool-merge
configure:4457: found /usr/local/opt/intltool/bin/intltool-merge
configure:4469: result: /usr/local/opt/intltool/bin/intltool-merge
configure:4479: checking for intltool-extract
configure:4497: found /usr/local/opt/intltool/bin/intltool-extract
configure:4509: result: /usr/local/opt/intltool/bin/intltool-extract
configure:4640: checking for xgettext
configure:4658: found /usr/local/opt/gettext/bin/xgettext
configure:4670: result: /usr/local/opt/gettext/bin/xgettext
configure:4680: checking for msgmerge
configure:4698: found /usr/local/opt/gettext/bin/msgmerge
configure:4710: result: /usr/local/opt/gettext/bin/msgmerge
configure:4720: checking for msgfmt
configure:4738: found /usr/local/opt/gettext/bin/msgfmt
configure:4750: result: /usr/local/opt/gettext/bin/msgfmt
configure:4760: checking for gmsgfmt
configure:4791: result: /usr/local/opt/gettext/bin/msgfmt
configure:4811: checking for perl
configure:4829: found /usr/bin/perl
configure:4841: result: /usr/bin/perl
configure:4852: checking for perl >= 5.8.1
configure:4859: result: 5.12.4
configure:4863: checking for XML::Parser
configure:4866: result: ok
configure:4891: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"__nl_msg_cat_cntr", referenced from:
_main in conftest-qaICTD.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:4891: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-doc-utils"
| #define PACKAGE_TARNAME "gnome-doc-utils"
| #define PACKAGE_VERSION "0.20.10"
| #define PACKAGE_STRING "gnome-doc-utils 0.20.10"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-doc-utils"
| #define VERSION "0.20.10"
| #define GETTEXT_PACKAGE "gnome-doc-utils"
| /* end confdefs.h. */
|
| int
| main ()
| {
| extern int _nl_msg_cat_cntr;
| return _nl_msg_cat_cntr
| ;
| return 0;
| }
configure:4922: checking how to run the C preprocessor
configure:4953: cc -E conftest.c
configure:4953: $? = 0
configure:4967: cc -E conftest.c
conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4967: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-doc-utils"
| #define PACKAGE_TARNAME "gnome-doc-utils"
| #define PACKAGE_VERSION "0.20.10"
| #define PACKAGE_STRING "gnome-doc-utils 0.20.10"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-doc-utils"
| #define VERSION "0.20.10"
| #define GETTEXT_PACKAGE "gnome-doc-utils"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4992: result: cc -E
configure:5012: cc -E conftest.c
configure:5012: $? = 0
configure:5026: cc -E conftest.c
conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:5026: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-doc-utils"
| #define PACKAGE_TARNAME "gnome-doc-utils"
| #define PACKAGE_VERSION "0.20.10"
| #define PACKAGE_STRING "gnome-doc-utils 0.20.10"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-doc-utils"
| #define VERSION "0.20.10"
| #define GETTEXT_PACKAGE "gnome-doc-utils"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5055: checking for grep that handles long lines and -e
configure:5113: result: /usr/bin/grep
configure:5118: checking for egrep
configure:5180: result: /usr/bin/grep -E
configure:5185: checking for ANSI C header files
configure:5205: cc -c -g -O2 conftest.c >&5
configure:5205: $? = 0
configure:5278: cc -o conftest -g -O2 conftest.c >&5
configure:5278: $? = 0
configure:5278: ./conftest
configure:5278: $? = 0
configure:5289: result: yes
configure:5302: checking for sys/types.h
configure:5302: cc -c -g -O2 conftest.c >&5
configure:5302: $? = 0
configure:5302: result: yes
configure:5302: checking for sys/stat.h
configure:5302: cc -c -g -O2 conftest.c >&5
configure:5302: $? = 0
configure:5302: result: yes
configure:5302: checking for stdlib.h
configure:5302: cc -c -g -O2 conftest.c >&5
configure:5302: $? = 0
configure:5302: result: yes
configure:5302: checking for string.h
configure:5302: cc -c -g -O2 conftest.c >&5
configure:5302: $? = 0
configure:5302: result: yes
configure:5302: checking for memory.h
configure:5302: cc -c -g -O2 conftest.c >&5
configure:5302: $? = 0
configure:5302: result: yes
configure:5302: checking for strings.h
configure:5302: cc -c -g -O2 conftest.c >&5
configure:5302: $? = 0
configure:5302: result: yes
configure:5302: checking for inttypes.h
configure:5302: cc -c -g -O2 conftest.c >&5
configure:5302: $? = 0
configure:5302: result: yes
configure:5302: checking for stdint.h
configure:5302: cc -c -g -O2 conftest.c >&5
configure:5302: $? = 0
configure:5302: result: yes
configure:5302: checking for unistd.h
configure:5302: cc -c -g -O2 conftest.c >&5
configure:5302: $? = 0
configure:5302: result: yes
configure:5318: checking build system type
configure:5332: result: x86_64-apple-darwin12.2.0
configure:5352: checking host system type
configure:5365: result: x86_64-apple-darwin12.2.0
configure:5388: checking locale.h usability
configure:5388: cc -c -g -O2 conftest.c >&5
configure:5388: $? = 0
configure:5388: result: yes
configure:5388: checking locale.h presence
configure:5388: cc -E conftest.c
configure:5388: $? = 0
configure:5388: result: yes
configure:5388: checking for locale.h
configure:5388: result: yes
configure:5399: checking for LC_MESSAGES
configure:5415: cc -o conftest -g -O2 conftest.c >&5
configure:5415: $? = 0
configure:5423: result: yes
configure:5440: checking libintl.h usability
configure:5440: cc -c -g -O2 conftest.c >&5
configure:5440: $? = 0
configure:5440: result: yes
configure:5440: checking libintl.h presence
configure:5440: cc -E conftest.c
configure:5440: $? = 0
configure:5440: result: yes
configure:5440: checking for libintl.h
configure:5440: result: yes
configure:5448: checking for ngettext in libc
configure:5466: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_libintl_ngettext", referenced from:
_main in conftest-NytdU5.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:5466: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-doc-utils"
| #define PACKAGE_TARNAME "gnome-doc-utils"
| #define PACKAGE_VERSION "0.20.10"
| #define PACKAGE_STRING "gnome-doc-utils 0.20.10"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-doc-utils"
| #define VERSION "0.20.10"
| #define GETTEXT_PACKAGE "gnome-doc-utils"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h. */
|
| #include <libintl.h>
|
| int
| main ()
| {
| return !ngettext ("","", 1)
| ;
| return 0;
| }
configure:5475: result: no
configure:5531: checking for bindtextdomain in -lintl
configure:5556: cc -o conftest -g -O2 conftest.c -lintl >&5
configure:5556: $? = 0
configure:5565: result: yes
configure:5568: checking for ngettext in -lintl
configure:5593: cc -o conftest -g -O2 conftest.c -lintl >&5
configure:5593: $? = 0
configure:5602: result: yes
configure:5605: checking for dgettext in -lintl
configure:5630: cc -o conftest -g -O2 conftest.c -lintl >&5
configure:5630: $? = 0
configure:5639: result: yes
configure:5752: checking for bind_textdomain_codeset
configure:5752: cc -o conftest -g -O2 conftest.c -lintl >&5
configure:5752: $? = 0
configure:5752: result: yes
configure:5789: checking for msgfmt
configure:5816: result: /usr/local/opt/gettext/bin/msgfmt
configure:5827: checking for dcgettext
configure:5827: cc -o conftest -g -O2 conftest.c -lintl >&5
configure:5827: $? = 0
configure:5827: result: yes
configure:5837: checking if msgfmt accepts -c
configure:5852: $MSGFMT -c -o /dev/null conftest.foo
configure:5855: $? = 0
configure:5857: result: yes
configure:5867: checking for gmsgfmt
configure:5898: result: /usr/local/opt/gettext/bin/msgfmt
configure:5908: checking for xgettext
configure:5935: result: /usr/local/opt/gettext/bin/xgettext
configure:5954: cc -o conftest -g -O2 conftest.c -lintl >&5
configure:5954: $? = 0
configure:6273: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by gnome-doc-utils config.status 0.20.10, which was
generated by GNU Autoconf 2.66. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on Lime.local
config.status:911: creating Makefile
config.status:911: creating data/Makefile
config.status:911: creating data/icons/Makefile
config.status:911: creating data/icons/hicolor/Makefile
config.status:911: creating data/icons/hicolor/48x48/Makefile
config.status:911: creating data/icons/hicolor/48x48/status/Makefile
config.status:911: creating data/icons/hicolor/scalable/Makefile
config.status:911: creating data/icons/hicolor/scalable/status/Makefile
config.status:911: creating data/rng/Makefile
config.status:911: creating data/templates/Makefile
config.status:911: creating data/watermarks/Makefile
config.status:911: creating doc/Makefile
config.status:911: creating doc/gnome-doc-make/Makefile
config.status:911: creating doc/xslt/Makefile
config.status:911: creating po/Makefile.in
config.status:911: creating tools/Makefile
config.status:911: creating tools/gnome-doc-utils.pc
config.status:911: creating xslt/Makefile
config.status:911: creating xml2po/Makefile
config.status:911: creating xml2po/xml2po.pc
config.status:911: creating xml2po/xml2po/Makefile
config.status:911: creating xml2po/xml2po/modes/Makefile
config.status:911: creating xml2po/examples/Makefile
config.status:911: creating xslt/common/Makefile
config.status:911: creating xslt/docbook/Makefile
config.status:911: creating xslt/docbook/common/Makefile
config.status:911: creating xslt/docbook/html/Makefile
config.status:911: creating xslt/docbook/omf/Makefile
config.status:911: creating xslt/docbook/utils/Makefile
config.status:911: creating xslt/mallard/Makefile
config.status:911: creating xslt/mallard/cache/Makefile
config.status:911: creating xslt/mallard/common/Makefile
config.status:911: creating xslt/mallard/html/Makefile
config.status:911: creating xslt/gettext/Makefile
config.status:911: creating tools/gnome-doc-tool
config.status:911: creating tools/gnome-doc-prepare
config.status:1082: executing depfiles commands
config.status:1082: executing default-1 commands
config.status:1082: executing po/stamp-it commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin12.2.0
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_GNOME_DOC_UTILS_CFLAGS_set=
ac_cv_env_GNOME_DOC_UTILS_CFLAGS_value=
ac_cv_env_GNOME_DOC_UTILS_LIBS_set=
ac_cv_env_GNOME_DOC_UTILS_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/mountain_lion
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_dcgettext=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin12.2.0
ac_cv_lib_intl_bindtextdomain=yes
ac_cv_lib_intl_dgettext=yes
ac_cv_lib_intl_ngettext=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/local/opt/gettext/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_INTLTOOL_EXTRACT=/usr/local/opt/intltool/bin/intltool-extract
ac_cv_path_INTLTOOL_MERGE=/usr/local/opt/intltool/bin/intltool-merge
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_INTLTOOL_UPDATE=/usr/local/opt/intltool/bin/intltool-update
ac_cv_path_MSGFMT=/usr/local/opt/gettext/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/local/opt/gettext/bin/msgmerge
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_XGETTEXT=/usr/local/opt/gettext/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_pathless_PYTHON=python
am_cv_python_platform=darwin
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
am_cv_python_version=2.7
am_cv_val_LC_MESSAGES=yes
gdu_cv_have_gdu=yes
gt_cv_func_dgettext_libc=no
gt_cv_func_dgettext_libintl=yes
gt_cv_func_ngettext_libc=no
gt_cv_have_gettext=yes
pkg_cv_GNOME_DOC_UTILS_CFLAGS='-I/usr/local/Cellar/libxml2/2.8.0/include/libxml2 '
pkg_cv_GNOME_DOC_UTILS_LIBS='-L/usr/local/Cellar/libxml2/2.8.0/lib -lxslt -lz -lpthread -licucore -lm -lxml2 '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/gnome-doc-utils-LysF/gnome-doc-utils-0.20.10/missing --run aclocal-1.11'
ALL_LINGUAS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /private/tmp/gnome-doc-utils-LysF/gnome-doc-utils-0.20.10/missing --run tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='0'
AUTOCONF='${SHELL} /private/tmp/gnome-doc-utils-LysF/gnome-doc-utils-0.20.10/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/gnome-doc-utils-LysF/gnome-doc-utils-0.20.10/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/gnome-doc-utils-LysF/gnome-doc-utils-0.20.10/missing --run automake-1.11'
AWK='awk'
CATALOGS=''
CATOBJEXT='.gmo'
CC='cc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2'
CPP='cc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS='-DPACKAGE_NAME=\"gnome-doc-utils\" -DPACKAGE_TARNAME=\"gnome-doc-utils\" -DPACKAGE_VERSION=\"0.20.10\" -DPACKAGE_STRING=\"gnome-doc-utils\ 0.20.10\" -DPACKAGE_BUGREPORT=\"http://bugzilla.gnome.org/enter_bug.cgi\?product=gnome-doc-utils\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gnome-doc-utils\" -DVERSION=\"0.20.10\" -DGETTEXT_PACKAGE=\"gnome-doc-utils\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1'
DEPDIR='.deps'
DISTCHECK_CONFIGURE_FLAGS='--disable-scrollkeeper '
DOC_USER_FORMATS=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_BUILD_UTILS_FALSE='#'
ENABLE_BUILD_UTILS_TRUE=''
ENABLE_DOCUMENTATION_FALSE='#'
ENABLE_DOCUMENTATION_TRUE=''
ENABLE_SK_FALSE=''
ENABLE_SK_TRUE='#'
EXEEXT=''
GDU_AWK='awk'
GETTEXT_PACKAGE='gnome-doc-utils'
GMOFILES=''
GMSGFMT='/usr/local/opt/gettext/bin/msgfmt'
GNOME_DOC_UTILS_CFLAGS='-I/usr/local/Cellar/libxml2/2.8.0/include/libxml2 '
GNOME_DOC_UTILS_LIBS='-L/usr/local/Cellar/libxml2/2.8.0/lib -lxslt -lz -lpthread -licucore -lm -lxml2 '
GREP='/usr/bin/grep'
HAVE_GNOME_DOC_UTILS_FALSE='#'
HAVE_GNOME_DOC_UTILS_TRUE=''
HELP_DIR='${datadir}/gnome/help'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLLIBS='-lintl '
INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_EXTRACT='/usr/local/opt/intltool/bin/intltool-extract'
INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_MERGE='/usr/local/opt/intltool/bin/intltool-merge'
INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
INTLTOOL_PERL='/usr/bin/perl'
INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UPDATE='/usr/local/opt/intltool/bin/intltool-update'
INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /private/tmp/gnome-doc-utils-LysF/gnome-doc-utils-0.20.10/missing --run makeinfo'
MKDIR_P='./install-sh -c -d'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/local/opt/gettext/bin/msgfmt'
MSGFMT_OPTS='-c'
MSGMERGE='/usr/local/opt/gettext/bin/msgmerge'
OBJEXT='o'
OMF_DIR='${datadir}/omf'
PACKAGE='gnome-doc-utils'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils'
PACKAGE_NAME='gnome-doc-utils'
PACKAGE_STRING='gnome-doc-utils 0.20.10'
PACKAGE_TARNAME='gnome-doc-utils'
PACKAGE_URL=''
PACKAGE_VERSION='0.20.10'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/mountain_lion'
POFILES=''
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
PYTHON='/usr/bin/python'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_PLATFORM='darwin'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='2.7'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
USE_NLS='yes'
VERSION='0.20.10'
XGETTEXT='/usr/local/opt/gettext/bin/xgettext'
ac_ct_CC='cc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin12.2.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin12.2.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin12.2.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin12.2.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/gnome-doc-utils-LysF/gnome-doc-utils-0.20.10/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/gnome-doc-utils'
pkgpythondir='${pythondir}/gnome-doc-utils'
prefix='/usr/local/Cellar/gnome-doc-utils/0.20.10'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
pythondir='${prefix}/lib/python2.7/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "gnome-doc-utils"
#define PACKAGE_TARNAME "gnome-doc-utils"
#define PACKAGE_VERSION "0.20.10"
#define PACKAGE_STRING "gnome-doc-utils 0.20.10"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils"
#define PACKAGE_URL ""
#define PACKAGE "gnome-doc-utils"
#define VERSION "0.20.10"
#define GETTEXT_PACKAGE "gnome-doc-utils"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1
configure: exit 0
Lime:~ arrian$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install gnome-doc-utils
/usr/bin/env perl -e use XML::Parser
==> Downloading http://ftp.gnome.org/pub/gnome/sources/gnome-doc-utils/0.20/gnome-doc-utils-0.20.10.tar.xz
Already downloaded: /Library/Caches/Homebrew/gnome-doc-utils-0.20.10.tar.xz
xz -dc "/Library/Caches/Homebrew/gnome-doc-utils-0.20.10.tar.xz" | /usr/bin/tar xf -
==> ./configure --prefix=/usr/local/Cellar/gnome-doc-utils/0.20.10 --disable-scrollkeeper --enable-build-utils=yes
./configure --prefix=/usr/local/Cellar/gnome-doc-utils/0.20.10 --disable-scrollkeeper --enable-build-utils=yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) awk
checking whether ln -s works... yes
checking for a Python interpreter with version >= 2.4... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... darwin
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GNOME_DOC_UTILS... yes
checking whether NLS is requested... yes
checking for style of include used by make... GNU
checking for gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... none
checking for intltool >= 0.35.0... 0.50.2 found
checking for intltool-update... /usr/local/opt/intltool/bin/intltool-update
checking for intltool-merge... /usr/local/opt/intltool/bin/intltool-merge
checking for intltool-extract... /usr/local/opt/intltool/bin/intltool-extract
checking for xgettext... /usr/local/opt/gettext/bin/xgettext
checking for msgmerge... /usr/local/opt/gettext/bin/msgmerge
checking for msgfmt... /usr/local/opt/gettext/bin/msgfmt
checking for gmsgfmt... /usr/local/opt/gettext/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.12.4
checking for XML::Parser... ok
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking build system type... x86_64-apple-darwin12.2.0
checking host system type... x86_64-apple-darwin12.2.0
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... no
checking for bindtextdomain in -lintl... yes
checking for ngettext in -lintl... yes
checking for dgettext in -lintl... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/local/opt/gettext/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/local/opt/gettext/bin/msgfmt
checking for xgettext... (cached) /usr/local/opt/gettext/bin/xgettext
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating data/icons/Makefile
config.status: creating data/icons/hicolor/Makefile
config.status: creating data/icons/hicolor/48x48/Makefile
config.status: creating data/icons/hicolor/48x48/status/Makefile
config.status: creating data/icons/hicolor/scalable/Makefile
config.status: creating data/icons/hicolor/scalable/status/Makefile
config.status: creating data/rng/Makefile
config.status: creating data/templates/Makefile
config.status: creating data/watermarks/Makefile
config.status: creating doc/Makefile
config.status: creating doc/gnome-doc-make/Makefile
config.status: creating doc/xslt/Makefile
config.status: creating po/Makefile.in
config.status: creating tools/Makefile
config.status: creating tools/gnome-doc-utils.pc
config.status: creating xslt/Makefile
config.status: creating xml2po/Makefile
config.status: creating xml2po/xml2po.pc
config.status: creating xml2po/xml2po/Makefile
config.status: creating xml2po/xml2po/modes/Makefile
config.status: creating xml2po/examples/Makefile
config.status: creating xslt/common/Makefile
config.status: creating xslt/docbook/Makefile
config.status: creating xslt/docbook/common/Makefile
config.status: creating xslt/docbook/html/Makefile
config.status: creating xslt/docbook/omf/Makefile
config.status: creating xslt/docbook/utils/Makefile
config.status: creating xslt/mallard/Makefile
config.status: creating xslt/mallard/cache/Makefile
config.status: creating xslt/mallard/common/Makefile
config.status: creating xslt/mallard/html/Makefile
config.status: creating xslt/gettext/Makefile
config.status: creating tools/gnome-doc-tool
config.status: creating tools/gnome-doc-prepare
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
==> make
make
Making all in data
Making all in icons
Making all in hicolor
Making all in 48x48
Making all in status
make[5]: Nothing to be done for `all'.
make[5]: Nothing to be done for `all-am'.
Making all in scalable
Making all in status
make[5]: Nothing to be done for `all'.
make[5]: Nothing to be done for `all-am'.
make[4]: Nothing to be done for `all-am'.
make[3]: Nothing to be done for `all-am'.
Making all in templates
make[2]: Nothing to be done for `all'.
Making all in watermarks
make[2]: Nothing to be done for `all'.
Making all in rng
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am'.
Making all in po
file=`echo ar | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ar.po
file=`echo as | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file as.po
file=`echo ast | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ast.po
file=`echo be | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file be.po
file=`echo be@latin | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file be@latin.po
file=`echo bg | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file bg.po
file=`echo bn | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file bn.po
file=`echo bn_IN | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file bn_IN.po
file=`echo ca | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ca.po
file=`echo ca@valencia | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ca@valencia.po
file=`echo cs | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file cs.po
file=`echo cy | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file cy.po
file=`echo da | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file da.po
file=`echo de | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file de.po
file=`echo dz | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file dz.po
file=`echo el | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file el.po
file=`echo en_CA | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file en_CA.po
file=`echo en_GB | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file en_GB.po
file=`echo en@shaw | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file en@shaw.po
file=`echo eo | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file eo.po
file=`echo es | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file es.po
file=`echo et | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file et.po
file=`echo eu | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file eu.po
file=`echo fa | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file fa.po
file=`echo fi | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file fi.po
file=`echo fr | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file fr.po
file=`echo ga | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ga.po
file=`echo gl | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file gl.po
file=`echo gu | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file gu.po
file=`echo he | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file he.po
file=`echo hi | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file hi.po
file=`echo hu | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file hu.po
file=`echo id | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file id.po
file=`echo it | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file it.po
file=`echo ja | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ja.po
file=`echo ka | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ka.po
file=`echo km | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file km.po
file=`echo kn | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file kn.po
file=`echo ko | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ko.po
file=`echo lt | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file lt.po
file=`echo lv | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file lv.po
file=`echo mai | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file mai.po
file=`echo mg | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file mg.po
file=`echo mk | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file mk.po
file=`echo ml | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ml.po
file=`echo mn | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file mn.po
file=`echo mr | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file mr.po
file=`echo nb | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file nb.po
file=`echo ne | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ne.po
file=`echo nl | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file nl.po
file=`echo nn | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file nn.po
file=`echo oc | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file oc.po
file=`echo or | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file or.po
file=`echo pa | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file pa.po
file=`echo pl | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file pl.po
file=`echo pt | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file pt.po
file=`echo pt_BR | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file pt_BR.po
file=`echo ro | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ro.po
file=`echo ru | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ru.po
file=`echo rw | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file rw.po
file=`echo sk | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file sk.po
file=`echo sl | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file sl.po
file=`echo sq | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file sq.po
file=`echo sr | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file sr.po
file=`echo sr@latin | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file sr@latin.po
file=`echo sv | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file sv.po
file=`echo ta | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ta.po
file=`echo te | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file te.po
file=`echo th | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file th.po
file=`echo tr | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file tr.po
file=`echo ug | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ug.po
file=`echo uk | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file uk.po
file=`echo uz | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file uz.po
file=`echo uz@cyrillic | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file uz@cyrillic.po
file=`echo vi | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file vi.po
file=`echo wa | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file wa.po
file=`echo zh_CN | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file zh_CN.po
file=`echo zh_HK | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file zh_HK.po
file=`echo zh_TW | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file zh_TW.po
Making all in xslt
Making all in gettext
make[2]: Nothing to be done for `all'.
Making all in docbook
Making all in common
make[3]: Nothing to be done for `all'.
Making all in html
make[3]: Nothing to be done for `all'.
Making all in omf
make[3]: Nothing to be done for `all'.
Making all in utils
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in mallard
Making all in cache
make[3]: Nothing to be done for `all'.
Making all in common
make[3]: Nothing to be done for `all'.
Making all in html
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in common
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am'.
Making all in tools
make[1]: Nothing to be done for `all'.
Making all in xml2po
Making all in xml2po
Making all in modes
make[3]: Nothing to be done for `all'.
GEN xml2po
Making all in examples
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am'.
Making all in doc
Making all in gnome-doc-make
MSGFMT de/de.mo
XML2PO de/gnome-doc-make.xml
Traceback (most recent call last):
File "/private/tmp/gnome-doc-utils-LysF/gnome-doc-utils-0.20.10/doc/gnome-doc-make/../../xml2po/xml2po/xml2po", line 191, in <module>
main(sys.argv[1:])
File "/private/tmp/gnome-doc-utils-LysF/gnome-doc-utils-0.20.10/doc/gnome-doc-make/../../xml2po/xml2po/xml2po", line 88, in main
from xml2po import Main
File "/private/tmp/gnome-doc-utils-LysF/gnome-doc-utils-0.20.10/xml2po/xml2po/__init__.py", line 27, in <module>
import libxml2
ImportError: No module named libxml2
make[2]: *** [de/gnome-doc-make.xml] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
==> Configuration
HOMEBREW_VERSION: 0.9.3
HEAD: 850640f274dc9adff82ef0867ba5d205ad769d60
CPU: dual-core 64-bit penryn
OS X: 10.8.2-x86_64
Xcode: 4.5.2
CLT: 4.5.0.0.1.1249367152
X11: 2.7.4 => /opt/X11
==> ENV
CC: cc
CXX: c++
MAKEFLAGS: -j1
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/libxml2:/usr/local
CMAKE_INCLUDE_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/libxml2/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/mountain_lion
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/opt/libxml2/share/aclocal:/usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/xz/bin:/usr/local/opt/intltool/bin:/usr/local/opt/gettext/bin:/usr/local/opt/libxml2/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: gnome-doc-utils did not build
Logs: /Users/arrian/Library/Logs/Homebrew/gnome-doc-utils/config.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment