Skip to content

Instantly share code, notes, and snippets.

@jkubos
Created February 21, 2012 14:32
Show Gist options
  • Save jkubos/1876798 to your computer and use it in GitHub Desktop.
Save jkubos/1876798 to your computer and use it in GitHub Desktop.
input=wrapper.in; \
sed -e 's|@wrap_program[@]|ifnames|g' -e 's|@abs_top_srcdir[@]|/tmp/build-couchdb/dependencies/autoconf-2.62|g' -e 's|@abs_top_builddir[@]|/tmp/autoconf-2.62_build20120221-11644-m3nanm|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >ifnames.tmp
chmod +x ifnames.tmp
chmod a-w ifnames.tmp
mv -f ifnames.tmp ifnames
make[2]: Leaving directory `/tmp/autoconf-2.62_build20120221-11644-m3nanm/tests'
Making all in man
make[2]: Entering directory `/tmp/autoconf-2.62_build20120221-11644-m3nanm/man'
Updating man page /tmp/build-couchdb/dependencies/autoconf-2.62/man/autoconf.1
PATH="../tests:/tmp/build-couchdb/dependencies/autoconf-2.62/build-aux:$PATH"; \
export PATH; \
/bin/sh /tmp/build-couchdb/dependencies/autoconf-2.62/build-aux/missing --run help2man \
--include=/tmp/build-couchdb/dependencies/autoconf-2.62/man/autoconf.x \
--include=/tmp/build-couchdb/dependencies/autoconf-2.62/man/common.x \
--source='GNU Autoconf 2.62-dirty' \
--output=/tmp/build-couchdb/dependencies/autoconf-2.62/man/autoconf.1.t `echo '/tmp/build-couchdb/dependencies/autoconf-2.62/man/autoconf' | sed 's,.*/,,'`
/tmp/build-couchdb/dependencies/autoconf-2.62/build-aux/missing: line 52: help2man: command not found
WARNING: `help2man' is missing on your system. You should only need it if
you modified a dependency of a manual page. You may need the
`Help2man' package in order for those modifications to take
effect. You can get `Help2man' from any GNU archive site.
make[2]: *** [/tmp/build-couchdb/dependencies/autoconf-2.62/man/autoconf.1] Error 1
make[2]: Leaving directory `/tmp/autoconf-2.62_build20120221-11644-m3nanm/man'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/autoconf-2.62_build20120221-11644-m3nanm'
make: *** [all] Error 2
rake aborted!
Command failed with status (2): [make ...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment