Skip to content

Instantly share code, notes, and snippets.

@vigneshsarma
Created December 5, 2011 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vigneshsarma/1433229 to your computer and use it in GitHub Desktop.
Save vigneshsarma/1433229 to your computer and use it in GitHub Desktop.
$ (git::master) ./autogen.sh
checking for autoconf >= 2.57...
testing autoconf2.50... not found.
testing autoconf... found 2.68
checking for automake >= 1.8...
testing automake-1.11... found 1.11.1
checking for libtool >= 1.5...
testing libtoolize... found 2.4
checking for gettext >= 0.12...
testing gettextize... found 0.18.1
checking for intltool >= 0.35.0...
testing intltoolize... found 0.41.1
checking for pkg-config >= 0.16.0...
testing pkg-config... found 0.26
checking for gnome-doc-utils >= 0.4.2...
testing gnome-doc-prepare... found 0.20.6
checking for gnome-common >= 2.3.0...
testing gnome-doc-common... found 3.1.0
Checking for required M4 macros...
Checking for forbidden M4 macros...
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`/usr/bin/gnome-autogen.sh' command line.
Processing ./tests/autotools/configure.in
Running gnome-doc-common...
Running aclocal-1.11...
Running autoconf...
Running automake-1.11...
configure.in:3: installing `./install-sh'
configure.in:3: installing `./missing'
Makefile.am: installing `./depcomp'
Processing ./tests/hello/configure.in
Running gnome-doc-common...
Running aclocal-1.11...
Running autoconf...
Running automake-1.11...
configure.in:3: installing `./install-sh'
configure.in:3: installing `./missing'
Makefile.am: installing `./depcomp'
Processing ./tests/libhello/configure.in
Running libtoolize...
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize: `/usr/share/aclocal/libtool.m4'
libtoolize: `/usr/share/aclocal/ltoptions.m4'
libtoolize: `/usr/share/aclocal/ltversion.m4'
libtoolize: `/usr/share/aclocal/ltsugar.m4'
libtoolize: `/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Running gnome-doc-common...
Running aclocal-1.11...
Running autoconf...
Running automake-1.11...
configure.in:5: installing `./config.guess'
configure.in:5: installing `./config.sub'
configure.in:4: installing `./install-sh'
configure.in:4: installing `./missing'
Makefile.am: installing `./depcomp'
Processing ./configure.ac
Running autopoint...
Copying file ABOUT-NLS
Creating directory build-aux
Copying file build-aux/config.rpath
Creating directory m4
Copying file m4/codeset.m4
Copying file m4/gettext.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intlmacosx.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/lock.m4
Copying file m4/longlong.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/printf-posix.m4
Copying file m4/progtest.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/uintmax_t.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
Running intltoolize...
Running gnome-doc-common...
Running gnome-doc-prepare...
You should add the contents of '/usr/share/aclocal/gnome-doc-utils.m4' to 'aclocal.m4'.
Putting files in AC_CONFIG_AUX_DIR, 'build-aux'.
Putting files in AC_CONFIG_MACRO_DIR, 'm4'.
Running aclocal-1.11...
Running autoconf...
Running automake-1.11...
configure.ac:22: installing `build-aux/config.guess'
configure.ac:22: installing `build-aux/config.sub'
configure.ac:11: installing `build-aux/install-sh'
configure.ac:11: installing `build-aux/missing'
jhbuild/Makefile.am:5: installing `build-aux/py-compile'
Makefile.am: installing `build-aux/depcomp'
Running ./configure --enable-maintainer-mode ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to disable maintainer-specific portions of Makefiles... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
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/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether NLS is requested... yes
checking for intltool >= 0.40.0... 0.41.1 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.12.4
checking for XML::Parser... ok
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for msgmerge... (cached) /usr/bin/msgmerge
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking whether ln -s works... yes
checking gnome-doc-utils >= 0.3.2... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/jhbuild.desktop
config.status: creating po/Makefile.in
config.status: creating scripts/Makefile
config.status: creating triggers/Makefile
config.status: creating jhbuild.desktop.in
config.status: creating jhbuild/Makefile
config.status: creating jhbuild/buildbot/Makefile
config.status: creating jhbuild/buildbot/status/web/Makefile
config.status: creating jhbuild/buildbot/status/Makefile
config.status: creating jhbuild/commands/Makefile
config.status: creating jhbuild/cut_n_paste/Makefile
config.status: creating jhbuild/frontends/Makefile
config.status: creating jhbuild/modtypes/Makefile
config.status: creating jhbuild/utils/Makefile
config.status: creating jhbuild/versioncontrol/Makefile
config.status: creating buildbot/Makefile
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing po/stamp-it commands
Now type `make' to compile jhbuild
~/Source/jhbuild
vignesh@vignesh-desktop$ (git::master) make
Making all in po
make[1]: Entering directory `/home/vignesh/Source/jhbuild/po'
file=`echo ca | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ca.po
file=`echo cs | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file cs.po
file=`echo de | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file de.po
file=`echo en_GB | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file en_GB.po
file=`echo es | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file es.po
file=`echo fr | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file fr.po
file=`echo gl | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file gl.po
file=`echo it | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file it.po
file=`echo ja | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ja.po
file=`echo ko | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ko.po
file=`echo nb | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file nb.po
file=`echo nl | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file nl.po
file=`echo pt_BR | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po
file=`echo ru | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ru.po
file=`echo sl | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file sl.po
file=`echo sv | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file sv.po
file=`echo uk | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file uk.po
file=`echo zh_CN | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po
make[1]: Leaving directory `/home/vignesh/Source/jhbuild/po'
Making all in scripts
make[1]: Entering directory `/home/vignesh/Source/jhbuild/scripts'
sed \
-e s!\@srcdir\@!/home/vignesh/Source/jhbuild! \
-e s!\@prefix\@!/home/vignesh/.local/! \
-e s!\@datadir\@!/home/vignesh/.local//share! \
-e s!\@pkgdatadir\@!/home/vignesh/.local//share/jhbuild! \
-e s!\@libexecdir\@!/home/vignesh/.local//libexec! \
-e s!\@libdir\@!/home/vignesh/.local//lib! \
-e s!\@pythondir\@!/home/vignesh/.local/lib/python2.7/site-packages! \
-e s!\@PACKAGE\@!jhbuild! \
-e s!\@VERSION\@!3.2.1! \
< jhbuild.in > jhbuild
make[1]: Leaving directory `/home/vignesh/Source/jhbuild/scripts'
Making all in triggers
make[1]: Entering directory `/home/vignesh/Source/jhbuild/triggers'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/vignesh/Source/jhbuild/triggers'
Making all in jhbuild
make[1]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild'
Making all in buildbot
make[2]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot'
Making all in status
make[3]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot/status'
Making all in web
make[4]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot/status/web'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot/status/web'
make[4]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot/status'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot/status'
make[3]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot/status'
make[3]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot'
make[2]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot'
Making all in commands
make[2]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/commands'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/commands'
Making all in cut_n_paste
make[2]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/cut_n_paste'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/cut_n_paste'
Making all in frontends
make[2]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/frontends'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/frontends'
Making all in modtypes
make[2]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/modtypes'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/modtypes'
Making all in utils
make[2]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/utils'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/utils'
Making all in versioncontrol
make[2]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/versioncontrol'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/versioncontrol'
make[2]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild'
make[1]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild'
Making all in buildbot
make[1]: Entering directory `/home/vignesh/Source/jhbuild/buildbot'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/vignesh/Source/jhbuild/buildbot'
make[1]: Entering directory `/home/vignesh/Source/jhbuild'
gcc -DPACKAGE_NAME=\"jhbuild\" -DPACKAGE_TARNAME=\"jhbuild\" -DPACKAGE_VERSION=\"3.2.1\" -DPACKAGE_STRING=\"jhbuild\ 3.2.1\" -DPACKAGE_BUGREPORT=\"http://bugzilla.gnome.org/enter_bug.cgi\?product=jhbuild\" -DPACKAGE_URL=\"\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DGETTEXT_PACKAGE=\"jhbuild\" -I. -g -O2 -MT install-check.o -MD -MP -MF .deps/install-check.Tpo -c -o install-check.o install-check.c
mv -f .deps/install-check.Tpo .deps/install-check.Po
gcc -g -O2 -o install-check install-check.o
LC_ALL=C /usr/bin/intltool-merge -d -u -c ./po/.intltool-merge-cache ./po jhbuild.desktop.in jhbuild.desktop
Generating and caching the translation database
Merging translations into jhbuild.desktop.
make[1]: Leaving directory `/home/vignesh/Source/jhbuild'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment