root@localhost:~/t2-trunk/package/base/automake# cat help2man.patch
--- automake-1.16.1/Makefile.in.vanilla 2018-12-17 16:13:27.395019710 -0600
+++ automake-1.16.1/Makefile.in 2018-12-17 16:13:42.750826661 -0600
@@ -706,7 +706,7 @@
 update_mans = \
   $(AM_V_GEN): \
     && $(MKDIR_P) doc \
-    && ./pre-inst-env $(PERL) $(srcdir)/doc/help2man --output=$@
+    && ./pre-inst-env $(PERL) $(srcdir)/doc/help2man --no-discard-stderr
--output=$@

 amhello_sources = \
   doc/amhello/configure.ac \



gotit




---------- Forwarded message ---------
From: Joe Kozak <[email protected]>
Date: Mon, Dec 17, 2018 at 4:05 PM
Subject: automake-1.16.1 broken and fixed but i dont know how to make a
patch for it
To: T2 developers mailing list <[email protected]>


debug-automake:[automake-1.16.1]# make clean > /dev/null
make clean > /dev/null
+ make clean
debug-automake:[automake-1.16.1]# make
make
+ make
  GEN      bin/automake
  GEN      bin/aclocal
  GEN      bin/aclocal-1.16
  GEN      bin/automake-1.16
  GEN      t/ax/shell-no-trail-bslash
  GEN      t/ax/cc-no-c-o
  GEN      runtest
  GEN      doc/aclocal.1
  GEN      doc/automake.1
  GEN      lib/Automake/Config.pm
  GEN      doc/aclocal-1.16.1
help2man: can't get `--help' info from aclocal-1.16
Try `--no-discard-stderr' if option outputs to stderr
make: *** [Makefile:3693: doc/aclocal-1.16.1] Error 2
debug-automake:[automake-1.16.1]# ./pre-inst-env /usr/bin/perl
./doc/help2man --output=doc/aclocal-1.16.1 aclocal-1.16
./pre-inst-env /usr/bin/perl ./doc/help2man --output=doc/aclocal-1.16.1
aclocal-1.16
+ ./pre-inst-env /usr/bin/perl ./doc/help2man --output=doc/aclocal-1.16.1
aclocal-1.16
help2man: can't get `--help' info from aclocal-1.16
Try `--no-discard-stderr' if option outputs to stderr
debug-automake:[automake-1.16.1]# make
make
+ make
  GEN      doc/aclocal-1.16.1
help2man: can't get `--help' info from aclocal-1.16
Try `--no-discard-stderr' if option outputs to stderr
make: *** [Makefile:3693: doc/aclocal-1.16.1] Error 2
debug-automake:[automake-1.16.1]# ./pre-inst-env /usr/bin/perl
./doc/help2man --output=doc/aclocal-1.16.1 aclocal-1.16 --no-discard-stderr
./pre-inst-env /usr/bin/perl ./doc/help2man --output=doc/aclocal-1.16.1
aclocal-1.16 --no-discard-stderr
+ ./pre-inst-env /usr/bin/perl ./doc/help2man --output=doc/aclocal-1.16.1
aclocal-1.16 --no-discard-stderr
debug-automake:[automake-1.16.1]# make
make
+ make
  GEN      doc/automake-1.16.1
  GEN      t/ax/test-defs.sh
debug-automake:[automake-1.16.1]#
----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to