Skip to content

Instantly share code, notes, and snippets.

@onyb
Created December 22, 2013 15:28
Show Gist options
  • Save onyb/8084131 to your computer and use it in GitHub Desktop.
Save onyb/8084131 to your computer and use it in GitHub Desktop.
Making install in gnulib
make[1]: Entering directory `/sources/findutils-4.4.2/gnulib'
Making install in lib
make[2]: Entering directory `/sources/findutils-4.4.2/gnulib/lib'
make install-am
make[3]: Entering directory `/sources/findutils-4.4.2/gnulib/lib'
make[4]: Entering directory `/sources/findutils-4.4.2/gnulib/lib'
test yes != no || /bin/sh ../../build-aux/mkinstalldirs /usr/lib
if test -f /usr/lib/charset.alias; then \
sed -f ref-add.sed /usr/lib/charset.alias > /usr/lib/charset.tmp ; \
/usr/bin/install -c -m 644 /usr/lib/charset.tmp /usr/lib/charset.alias ; \
rm -f /usr/lib/charset.tmp ; \
else \
if test yes = no; then \
sed -f ref-add.sed charset.alias > /usr/lib/charset.tmp ; \
/usr/bin/install -c -m 644 /usr/lib/charset.tmp /usr/lib/charset.alias ; \
rm -f /usr/lib/charset.tmp ; \
fi ; \
fi
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/sources/findutils-4.4.2/gnulib/lib'
make[3]: Leaving directory `/sources/findutils-4.4.2/gnulib/lib'
make[2]: Leaving directory `/sources/findutils-4.4.2/gnulib/lib'
make[2]: Entering directory `/sources/findutils-4.4.2/gnulib'
make[3]: Entering directory `/sources/findutils-4.4.2/gnulib'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/sources/findutils-4.4.2/gnulib'
make[2]: Leaving directory `/sources/findutils-4.4.2/gnulib'
make[1]: Leaving directory `/sources/findutils-4.4.2/gnulib'
Making install in tests
make[1]: Entering directory `/sources/findutils-4.4.2/tests'
make install-recursive
make[2]: Entering directory `/sources/findutils-4.4.2/tests'
make[3]: Entering directory `/sources/findutils-4.4.2/tests'
make[4]: Entering directory `/sources/findutils-4.4.2/tests'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/sources/findutils-4.4.2/tests'
make[3]: Leaving directory `/sources/findutils-4.4.2/tests'
make[2]: Leaving directory `/sources/findutils-4.4.2/tests'
make[1]: Leaving directory `/sources/findutils-4.4.2/tests'
Making install in build-aux
make[1]: Entering directory `/sources/findutils-4.4.2/build-aux'
make[2]: Entering directory `/sources/findutils-4.4.2/build-aux'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/sources/findutils-4.4.2/build-aux'
make[1]: Leaving directory `/sources/findutils-4.4.2/build-aux'
Making install in lib
make[1]: Entering directory `/sources/findutils-4.4.2/lib'
make install-am
make[2]: Entering directory `/sources/findutils-4.4.2/lib'
make[3]: Entering directory `/sources/findutils-4.4.2/lib'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/sources/findutils-4.4.2/lib'
make[2]: Leaving directory `/sources/findutils-4.4.2/lib'
make[1]: Leaving directory `/sources/findutils-4.4.2/lib'
Making install in find
make[1]: Entering directory `/sources/findutils-4.4.2/find'
Making install in .
make[2]: Entering directory `/sources/findutils-4.4.2/find'
make[3]: Entering directory `/sources/findutils-4.4.2/find'
test -z "/usr/bin" || /bin/mkdir -p "/usr/bin"
/usr/bin/install -c 'find' '/usr/bin/find'
/usr/bin/install -c 'oldfind' '/usr/bin/oldfind'
test -z "/usr/share/man/man1" || /bin/mkdir -p "/usr/share/man/man1"
/usr/bin/install -c -m 644 './find.1' '/usr/share/man/man1/find.1'
make[3]: Leaving directory `/sources/findutils-4.4.2/find'
make[2]: Leaving directory `/sources/findutils-4.4.2/find'
Making install in testsuite
make[2]: Entering directory `/sources/findutils-4.4.2/find/testsuite'
make[3]: Entering directory `/sources/findutils-4.4.2/find/testsuite'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/sources/findutils-4.4.2/find/testsuite'
make[2]: Leaving directory `/sources/findutils-4.4.2/find/testsuite'
make[1]: Leaving directory `/sources/findutils-4.4.2/find'
Making install in xargs
make[1]: Entering directory `/sources/findutils-4.4.2/xargs'
Making install in .
make[2]: Entering directory `/sources/findutils-4.4.2/xargs'
make[3]: Entering directory `/sources/findutils-4.4.2/xargs'
test -z "/usr/bin" || /bin/mkdir -p "/usr/bin"
/usr/bin/install -c 'xargs' '/usr/bin/xargs'
test -z "/usr/share/man/man1" || /bin/mkdir -p "/usr/share/man/man1"
/usr/bin/install -c -m 644 './xargs.1' '/usr/share/man/man1/xargs.1'
make[3]: Leaving directory `/sources/findutils-4.4.2/xargs'
make[2]: Leaving directory `/sources/findutils-4.4.2/xargs'
Making install in testsuite
make[2]: Entering directory `/sources/findutils-4.4.2/xargs/testsuite'
make[3]: Entering directory `/sources/findutils-4.4.2/xargs/testsuite'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/sources/findutils-4.4.2/xargs/testsuite'
make[2]: Leaving directory `/sources/findutils-4.4.2/xargs/testsuite'
make[1]: Leaving directory `/sources/findutils-4.4.2/xargs'
Making install in locate
make[1]: Entering directory `/sources/findutils-4.4.2/locate'
make install-recursive
make[2]: Entering directory `/sources/findutils-4.4.2/locate'
Making install in .
make[3]: Entering directory `/sources/findutils-4.4.2/locate'
make[4]: Entering directory `/sources/findutils-4.4.2/locate'
test -z "/usr/bin" || /bin/mkdir -p "/usr/bin"
/usr/bin/install -c 'locate' '/usr/bin/locate'
test -z "/usr/bin" || /bin/mkdir -p "/usr/bin"
/usr/bin/install -c 'updatedb' '/usr/bin/updatedb'
test -z "/usr/lib/findutils" || /bin/mkdir -p "/usr/lib/findutils"
/usr/bin/install -c 'frcode' '/usr/lib/findutils/frcode'
/usr/bin/install -c 'code' '/usr/lib/findutils/code'
/usr/bin/install -c 'bigram' '/usr/lib/findutils/bigram'
test -z "/usr/share/man/man1" || /bin/mkdir -p "/usr/share/man/man1"
/usr/bin/install -c -m 644 './locate.1' '/usr/share/man/man1/locate.1'
/usr/bin/install -c -m 644 './updatedb.1' '/usr/share/man/man1/updatedb.1'
test -z "/usr/share/man/man5" || /bin/mkdir -p "/usr/share/man/man5"
/usr/bin/install -c -m 644 './locatedb.5' '/usr/share/man/man5/locatedb.5'
make install-data-hook
make[5]: Entering directory `/sources/findutils-4.4.2/locate'
../build-aux/mkinstalldirs /var/lib/locate
make[5]: Leaving directory `/sources/findutils-4.4.2/locate'
make[4]: Leaving directory `/sources/findutils-4.4.2/locate'
make[3]: Leaving directory `/sources/findutils-4.4.2/locate'
Making install in testsuite
make[3]: Entering directory `/sources/findutils-4.4.2/locate/testsuite'
make[4]: Entering directory `/sources/findutils-4.4.2/locate/testsuite'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/sources/findutils-4.4.2/locate/testsuite'
make[3]: Leaving directory `/sources/findutils-4.4.2/locate/testsuite'
make[2]: Leaving directory `/sources/findutils-4.4.2/locate'
make[1]: Leaving directory `/sources/findutils-4.4.2/locate'
Making install in doc
make[1]: Entering directory `/sources/findutils-4.4.2/doc'
make[2]: Entering directory `/sources/findutils-4.4.2/doc'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/info" || /bin/mkdir -p "/usr/share/info"
/usr/bin/install -c -m 644 './find.info' '/usr/share/info/find.info'
/usr/bin/install -c -m 644 './find-maint.info' '/usr/share/info/find-maint.info'
install-info --info-dir='/usr/share/info' '/usr/share/info/find.info'
install-info --info-dir='/usr/share/info' '/usr/share/info/find-maint.info'
make[2]: Leaving directory `/sources/findutils-4.4.2/doc'
make[1]: Leaving directory `/sources/findutils-4.4.2/doc'
Making install in po
make[1]: Entering directory `/sources/findutils-4.4.2/po'
/bin/sh ../build-aux/mkinstalldirs /usr/share
installing be.gmo as /usr/share/locale/be/LC_MESSAGES/findutils.mo
installing bg.gmo as /usr/share/locale/bg/LC_MESSAGES/findutils.mo
installing ca.gmo as /usr/share/locale/ca/LC_MESSAGES/findutils.mo
installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/findutils.mo
installing da.gmo as /usr/share/locale/da/LC_MESSAGES/findutils.mo
installing de.gmo as /usr/share/locale/de/LC_MESSAGES/findutils.mo
installing el.gmo as /usr/share/locale/el/LC_MESSAGES/findutils.mo
installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/findutils.mo
installing es.gmo as /usr/share/locale/es/LC_MESSAGES/findutils.mo
installing et.gmo as /usr/share/locale/et/LC_MESSAGES/findutils.mo
installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/findutils.mo
installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/findutils.mo
installing ga.gmo as /usr/share/locale/ga/LC_MESSAGES/findutils.mo
installing gl.gmo as /usr/share/locale/gl/LC_MESSAGES/findutils.mo
installing hr.gmo as /usr/share/locale/hr/LC_MESSAGES/findutils.mo
installing hu.gmo as /usr/share/locale/hu/LC_MESSAGES/findutils.mo
installing id.gmo as /usr/share/locale/id/LC_MESSAGES/findutils.mo
installing it.gmo as /usr/share/locale/it/LC_MESSAGES/findutils.mo
installing ja.gmo as /usr/share/locale/ja/LC_MESSAGES/findutils.mo
installing ko.gmo as /usr/share/locale/ko/LC_MESSAGES/findutils.mo
installing lg.gmo as /usr/share/locale/lg/LC_MESSAGES/findutils.mo
installing lt.gmo as /usr/share/locale/lt/LC_MESSAGES/findutils.mo
installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/findutils.mo
installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/findutils.mo
installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/findutils.mo
installing pt.gmo as /usr/share/locale/pt/LC_MESSAGES/findutils.mo
installing pt_BR.gmo as /usr/share/locale/pt_BR/LC_MESSAGES/findutils.mo
installing ro.gmo as /usr/share/locale/ro/LC_MESSAGES/findutils.mo
installing ru.gmo as /usr/share/locale/ru/LC_MESSAGES/findutils.mo
installing rw.gmo as /usr/share/locale/rw/LC_MESSAGES/findutils.mo
installing sk.gmo as /usr/share/locale/sk/LC_MESSAGES/findutils.mo
installing sl.gmo as /usr/share/locale/sl/LC_MESSAGES/findutils.mo
installing sr.gmo as /usr/share/locale/sr/LC_MESSAGES/findutils.mo
installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/findutils.mo
installing tr.gmo as /usr/share/locale/tr/LC_MESSAGES/findutils.mo
installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/findutils.mo
installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/findutils.mo
installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/findutils.mo
installing zh_TW.gmo as /usr/share/locale/zh_TW/LC_MESSAGES/findutils.mo
if test "findutils" = "gettext-tools"; then \
/bin/sh ../build-aux/mkinstalldirs /usr/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/usr/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[1]: Leaving directory `/sources/findutils-4.4.2/po'
Making install in m4
make[1]: Entering directory `/sources/findutils-4.4.2/m4'
make[2]: Entering directory `/sources/findutils-4.4.2/m4'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/sources/findutils-4.4.2/m4'
make[1]: Leaving directory `/sources/findutils-4.4.2/m4'
make[1]: Entering directory `/sources/findutils-4.4.2'
make[2]: Entering directory `/sources/findutils-4.4.2'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/sources/findutils-4.4.2'
make[1]: Leaving directory `/sources/findutils-4.4.2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment