Skip to content

Instantly share code, notes, and snippets.

@vigneshsarma
Created December 5, 2011 11:13
Show Gist options
  • Save vigneshsarma/1433254 to your computer and use it in GitHub Desktop.
Save vigneshsarma/1433254 to your computer and use it in GitHub Desktop.
$ (git::master) make && make install
Making all in po
make[1]: Entering directory `/home/vignesh/Source/jhbuild/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/vignesh/Source/jhbuild/po'
Making all in scripts
make[1]: Entering directory `/home/vignesh/Source/jhbuild/scripts'
make[1]: Nothing to be done for `all'.
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'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/vignesh/Source/jhbuild'
Making install in po
make[1]: Entering directory `/home/vignesh/Source/jhbuild/po'
linguas="ca cs de en_GB es fr gl it ja ko nb nl pt_BR ru sl sv uk zh_CN "; \
for lang in $linguas; do \
dir=/home/vignesh/.local//share/locale/$lang/LC_MESSAGES; \
/bin/bash /home/vignesh/Source/jhbuild/build-aux/install-sh -d $dir; \
if test -r $lang.gmo; then \
/usr/bin/install -c -m 644 $lang.gmo $dir/jhbuild.mo; \
echo "installing $lang.gmo as $dir/jhbuild.mo"; \
else \
/usr/bin/install -c -m 644 ./$lang.gmo $dir/jhbuild.mo; \
echo "installing ./$lang.gmo as" \
"$dir/jhbuild.mo"; \
fi; \
if test -r $lang.gmo.m; then \
/usr/bin/install -c -m 644 $lang.gmo.m $dir/jhbuild.mo.m; \
echo "installing $lang.gmo.m as $dir/jhbuild.mo.m"; \
else \
if test -r ./$lang.gmo.m ; then \
/usr/bin/install -c -m 644 ./$lang.gmo.m \
$dir/jhbuild.mo.m; \
echo "installing ./$lang.gmo.m as" \
"$dir/jhbuild.mo.m"; \
else \
true; \
fi; \
fi; \
done
installing ca.gmo as /home/vignesh/.local//share/locale/ca/LC_MESSAGES/jhbuild.mo
installing cs.gmo as /home/vignesh/.local//share/locale/cs/LC_MESSAGES/jhbuild.mo
installing de.gmo as /home/vignesh/.local//share/locale/de/LC_MESSAGES/jhbuild.mo
installing en_GB.gmo as /home/vignesh/.local//share/locale/en_GB/LC_MESSAGES/jhbuild.mo
installing es.gmo as /home/vignesh/.local//share/locale/es/LC_MESSAGES/jhbuild.mo
installing fr.gmo as /home/vignesh/.local//share/locale/fr/LC_MESSAGES/jhbuild.mo
installing gl.gmo as /home/vignesh/.local//share/locale/gl/LC_MESSAGES/jhbuild.mo
installing it.gmo as /home/vignesh/.local//share/locale/it/LC_MESSAGES/jhbuild.mo
installing ja.gmo as /home/vignesh/.local//share/locale/ja/LC_MESSAGES/jhbuild.mo
installing ko.gmo as /home/vignesh/.local//share/locale/ko/LC_MESSAGES/jhbuild.mo
installing nb.gmo as /home/vignesh/.local//share/locale/nb/LC_MESSAGES/jhbuild.mo
installing nl.gmo as /home/vignesh/.local//share/locale/nl/LC_MESSAGES/jhbuild.mo
installing pt_BR.gmo as /home/vignesh/.local//share/locale/pt_BR/LC_MESSAGES/jhbuild.mo
installing ru.gmo as /home/vignesh/.local//share/locale/ru/LC_MESSAGES/jhbuild.mo
installing sl.gmo as /home/vignesh/.local//share/locale/sl/LC_MESSAGES/jhbuild.mo
installing sv.gmo as /home/vignesh/.local//share/locale/sv/LC_MESSAGES/jhbuild.mo
installing uk.gmo as /home/vignesh/.local//share/locale/uk/LC_MESSAGES/jhbuild.mo
installing zh_CN.gmo as /home/vignesh/.local//share/locale/zh_CN/LC_MESSAGES/jhbuild.mo
make[1]: Leaving directory `/home/vignesh/Source/jhbuild/po'
Making install in scripts
make[1]: Entering directory `/home/vignesh/Source/jhbuild/scripts'
make[2]: Entering directory `/home/vignesh/Source/jhbuild/scripts'
test -z "/home/vignesh/.local//bin" || /bin/mkdir -p "/home/vignesh/.local//bin"
/usr/bin/install -c jhbuild '/home/vignesh/.local//bin'
test -z "/home/vignesh/.local//share/jhbuild" || /bin/mkdir -p "/home/vignesh/.local//share/jhbuild"
/usr/bin/install -c hg-update.py '/home/vignesh/.local//share/jhbuild'
make[2]: Leaving directory `/home/vignesh/Source/jhbuild/scripts'
make[1]: Leaving directory `/home/vignesh/Source/jhbuild/scripts'
Making install in triggers
make[1]: Entering directory `/home/vignesh/Source/jhbuild/triggers'
make[2]: Entering directory `/home/vignesh/Source/jhbuild/triggers'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/home/vignesh/.local//share/jhbuild/triggers" || /bin/mkdir -p "/home/vignesh/.local//share/jhbuild/triggers"
/usr/bin/install -c -m 644 gdk-pixbuf.trigger glib.trigger gtk+.trigger pango.trigger desktop-database.trigger mime-database.trigger immodules.trigger '/home/vignesh/.local//share/jhbuild/triggers'
make[2]: Leaving directory `/home/vignesh/Source/jhbuild/triggers'
make[1]: Leaving directory `/home/vignesh/Source/jhbuild/triggers'
Making install in jhbuild
make[1]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild'
Making install in buildbot
make[2]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot'
Making install in status
make[3]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot/status'
Making install in web
make[4]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot/status/web'
make[5]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot/status/web'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/buildbot/status/web/" || /bin/mkdir -p "/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/buildbot/status/web/"
/usr/bin/install -c -m 644 __init__.py bot.py build.py builder.py changes.py feeds.py logs.py step.py waterfall.py '/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/buildbot/status/web/'
Byte-compiling python modules...
__init__.pybot.pybuild.pybuilder.pychanges.pyfeeds.pylogs.pystep.pywaterfall.py
Byte-compiling python modules (optimized versions) ...
__init__.pybot.pybuild.pybuilder.pychanges.pyfeeds.pylogs.pystep.pywaterfall.py
make[5]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot/status/web'
make[4]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot/status/web'
make[4]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot/status'
make[5]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot/status'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/buildbot/status/" || /bin/mkdir -p "/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/buildbot/status/"
/usr/bin/install -c -m 644 __init__.py '/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/buildbot/status/'
Byte-compiling python modules...
__init__.py
Byte-compiling python modules (optimized versions) ...
__init__.py
make[5]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot/status'
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[4]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/buildbot/" || /bin/mkdir -p "/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/buildbot/"
/usr/bin/install -c -m 644 __init__.py changes.py factory.py scheduler.py steps.py '/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/buildbot/'
Byte-compiling python modules...
__init__.pychanges.pyfactory.pyscheduler.pysteps.py
Byte-compiling python modules (optimized versions) ...
__init__.pychanges.pyfactory.pyscheduler.pysteps.py
make[4]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot'
make[3]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot'
make[2]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/buildbot'
Making install in commands
make[2]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/commands'
make[3]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/commands'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/commands/" || /bin/mkdir -p "/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/commands/"
/usr/bin/install -c -m 644 __init__.py autobuild.py base.py bootstrap.py bot.py checkbranches.py checkmodulesets.py clean.py gui.py info.py make.py rdepends.py sanitycheck.py snapshot.py sysdeps.py tinderbox.py uninstall.py '/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/commands/'
Byte-compiling python modules...
__init__.pyautobuild.pybase.pybootstrap.pybot.pycheckbranches.pycheckmodulesets.pyclean.pygui.pyinfo.pymake.pyrdepends.pysanitycheck.pysnapshot.pysysdeps.pytinderbox.pyuninstall.py
Byte-compiling python modules (optimized versions) ...
__init__.pyautobuild.pybase.pybootstrap.pybot.pycheckbranches.pycheckmodulesets.pyclean.pygui.pyinfo.pymake.pyrdepends.pysanitycheck.pysnapshot.pysysdeps.pytinderbox.pyuninstall.py
make[3]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/commands'
make[2]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/commands'
Making install in cut_n_paste
make[2]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/cut_n_paste'
make[3]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/cut_n_paste'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/cut_n_paste/" || /bin/mkdir -p "/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/cut_n_paste/"
/usr/bin/install -c -m 644 __init__.py subprocess.py '/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/cut_n_paste/'
Byte-compiling python modules...
__init__.pysubprocess.py
Byte-compiling python modules (optimized versions) ...
__init__.pysubprocess.py
make[3]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/cut_n_paste'
make[2]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/cut_n_paste'
Making install in frontends
make[2]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/frontends'
make[3]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/frontends'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/frontends/" || /bin/mkdir -p "/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/frontends/"
/usr/bin/install -c -m 644 __init__.py autobuild.py buildscript.py gtkui.py terminal.py tinderbox.py '/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/frontends/'
Byte-compiling python modules...
__init__.pyautobuild.pybuildscript.pygtkui.pyterminal.pytinderbox.py
Byte-compiling python modules (optimized versions) ...
__init__.pyautobuild.pybuildscript.pygtkui.pyterminal.pytinderbox.py
test -z "/home/vignesh/.local//share/jhbuild" || /bin/mkdir -p "/home/vignesh/.local//share/jhbuild"
/usr/bin/install -c -m 644 icons/build.png icons/checkout.png icons/configure.png icons/error.png icons/install.png '/home/vignesh/.local//share/jhbuild'
make[3]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/frontends'
make[2]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/frontends'
Making install in modtypes
make[2]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/modtypes'
make[3]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/modtypes'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/modtypes/" || /bin/mkdir -p "/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/modtypes/"
/usr/bin/install -c -m 644 __init__.py autotools.py cmake.py distutils.py linux.py perl.py tarball.py testmodule.py waf.py '/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/modtypes/'
Byte-compiling python modules...
__init__.pyautotools.pycmake.pydistutils.pylinux.pyperl.pytarball.pytestmodule.pywaf.py
Byte-compiling python modules (optimized versions) ...
__init__.pyautotools.pycmake.pydistutils.pylinux.pyperl.pytarball.pytestmodule.pywaf.py
make[3]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/modtypes'
make[2]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/modtypes'
Making install in utils
make[2]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/utils'
make[3]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/utils'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/utils/" || /bin/mkdir -p "/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/utils/"
/usr/bin/install -c -m 644 __init__.py cmds.py fileutils.py httpcache.py lockfile.py notify.py packagedb.py sxml.py systeminstall.py trigger.py trayicon.py unpack.py '/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/utils/'
Byte-compiling python modules...
__init__.pycmds.pyfileutils.pyhttpcache.pylockfile.pynotify.pypackagedb.pysxml.pysysteminstall.pytrigger.pytrayicon.pyunpack.py
Byte-compiling python modules (optimized versions) ...
__init__.pycmds.pyfileutils.pyhttpcache.pylockfile.pynotify.pypackagedb.pysxml.pysysteminstall.pytrigger.pytrayicon.pyunpack.py
make[3]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/utils'
make[2]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/utils'
Making install in versioncontrol
make[2]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/versioncontrol'
make[3]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild/versioncontrol'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/versioncontrol/" || /bin/mkdir -p "/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/versioncontrol/"
/usr/bin/install -c -m 644 __init__.py bzr.py cvs.py darcs.py fossil.py git.py hg.py mtn.py svn.py tarball.py '/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/versioncontrol/'
Byte-compiling python modules...
__init__.pybzr.pycvs.pydarcs.pyfossil.pygit.pyhg.pymtn.pysvn.pytarball.py
Byte-compiling python modules (optimized versions) ...
__init__.pybzr.pycvs.pydarcs.pyfossil.pygit.pyhg.pymtn.pysvn.pytarball.py
make[3]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/versioncontrol'
make[2]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild/versioncontrol'
make[2]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild'
make[3]: Entering directory `/home/vignesh/Source/jhbuild/jhbuild'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/" || /bin/mkdir -p "/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/"
/usr/bin/install -c -m 644 __init__.py config.py defaults.jhbuildrc errors.py main.py moduleset.py monkeypatch.py '/home/vignesh/.local/lib/python2.7/site-packages/jhbuild/'
Byte-compiling python modules...
__init__.pyconfig.pyerrors.pymain.pymoduleset.pymonkeypatch.py
Byte-compiling python modules (optimized versions) ...
__init__.pyconfig.pyerrors.pymain.pymoduleset.pymonkeypatch.py
make[3]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild'
make[2]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild'
make[1]: Leaving directory `/home/vignesh/Source/jhbuild/jhbuild'
Making install in buildbot
make[1]: Entering directory `/home/vignesh/Source/jhbuild/buildbot'
make[2]: Entering directory `/home/vignesh/Source/jhbuild/buildbot'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/home/vignesh/.local//share/jhbuild/buildbot" || /bin/mkdir -p "/home/vignesh/.local//share/jhbuild/buildbot"
/usr/bin/install -c -m 644 master.cfg template.html '/home/vignesh/.local//share/jhbuild/buildbot'
test -z "/home/vignesh/.local//share/jhbuild/buildbot/public_html" || /bin/mkdir -p "/home/vignesh/.local//share/jhbuild/buildbot/public_html"
/usr/bin/install -c -m 644 public_html/bar.png public_html/building.png public_html/cyan-bar.png public_html/download.png public_html/emptyimg.png public_html/error.png public_html/feed-atom.png public_html/feed.png public_html/figure.png public_html/foot-16.png public_html/foot.png public_html/general_bg.png public_html/general_separator.png public_html/gnome-16.png public_html/gnome-64.png public_html/gnome-gtp.png public_html/green-bar.png public_html/idle.png public_html/images.jpeg public_html/index.html public_html/info.png public_html/lgo.css public_html/logo.png public_html/nobody.png public_html/offline.png public_html/purple-bar.png public_html/red-bar.png public_html/robot.png public_html/robots.txt public_html/star.png public_html/t.png public_html/tab_left.png public_html/tab_right.png public_html/top-header-gradient.png public_html/warn.png public_html/webpage.png '/home/vignesh/.local//share/jhbuild/buildbot/public_html'
make[2]: Leaving directory `/home/vignesh/Source/jhbuild/buildbot'
make[1]: Leaving directory `/home/vignesh/Source/jhbuild/buildbot'
make[1]: Entering directory `/home/vignesh/Source/jhbuild'
make[2]: Entering directory `/home/vignesh/Source/jhbuild'
test -z "/home/vignesh/.local//bin" || /bin/mkdir -p "/home/vignesh/.local//bin"
/usr/bin/install -c install-check '/home/vignesh/.local//bin'
test -z "/home/vignesh/.local//share/applications" || /bin/mkdir -p "/home/vignesh/.local//share/applications"
/usr/bin/install -c -m 644 jhbuild.desktop '/home/vignesh/.local//share/applications'
make[2]: Leaving directory `/home/vignesh/Source/jhbuild'
make[1]: Leaving directory `/home/vignesh/Source/jhbuild'
$ (git::master) jhbuild
The program 'jhbuild' is currently not installed. You can install it by typing:
sudo apt-get install jhbuild
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment