[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #42067] help2man (1.45.1): can't get `--help' info from ../util/tex
From: |
Richard PALO |
Subject: |
[bug #42067] help2man (1.45.1): can't get `--help' info from ../util/texi2dvi |
Date: |
Mon, 07 Apr 2014 16:42:08 +0000 |
User-agent: |
Mozilla/5.0 (X11; SunOS i86pc; rv:25.0) Gecko/20100101 Firefox/25.0 |
URL:
<http://savannah.gnu.org/bugs/?42067>
Summary: help2man (1.45.1): can't get `--help' info from
../util/texi2dvi
Project: texinfo - GNU documentation system
Submitted by: risto3
Submitted on: lun. 07 avril 2014 16:42:07 GMT
Category: texi2dvi
Release:
Priority: 5 - Normal
Severity: 3 - Normal
Item Group: None
Privacy: Public
Open/Closed: Open
Assigned to: None
Discussion Lock: Any
Status: None
_______________________________________________________
Details:
when building texinfo 5.2 on pkgsrc with help2man 1.45.1 installed, the
following error occurs:
/opt/local/bin/bmake all-am
Making all in man
--- texi2dvi.1 ---
unset TEXI2DVI_BUILD_MODE; unset TEXI2DVI_BUILD_DIRECTORY;
/opt/local/bin/pdksh
/var/tmp/pkgsrc/devel/gtexinfo/work/texinfo-5.2/build-aux/missing help2man
--name="convert Texinfo documents to DVI or PDF" ../util/texi2dvi
> texi2dvi.1
help2man: can't get `--help' info from ../util/texi2dvi
Try `--no-discard-stderr' if option outputs to stderr
*** [texi2dvi.1] Error code 1
Following the hint, the following patch seems to work:
+--- man/Makefile.in.orig 2014-04-04 21:37:08.330805790 +0000
++++ man/Makefile.in
+@@ -670,7 +670,7 @@ HAVE_WMEMSET = @HAVE_WMEMSET@
+ HAVE_XLOCALE_H = @HAVE_XLOCALE_H@
+ HAVE__BOOL = @HAVE__BOOL@
+ HAVE__EXIT = @HAVE__EXIT@
+-HELP2MAN = @HELP2MAN@
++HELP2MAN = @HELP2MAN@ --no-discard-stderr
+ INCLUDE_NEXT = @INCLUDE_NEXT@
+ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
+ INSTALL = @INSTALL@
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?42067>
_______________________________________________
Message posté via/par Savannah
http://savannah.gnu.org/
- [bug #42067] help2man (1.45.1): can't get `--help' info from ../util/texi2dvi,
Richard PALO <=
- [bug #42067] help2man (1.45.1): can't get `--help' info from ../util/texi2dvi, Gavin D. Smith, 2014/04/07
- [bug #42067] help2man (1.45.1): can't get `--help' info from ../util/texi2dvi, Richard PALO, 2014/04/08
- [bug #42067] help2man (1.45.1): can't get `--help' info from ../util/texi2dvi, Karl Berry, 2014/04/08
- [bug #42067] help2man (1.45.1): can't get `--help' info from ../util/texi2dvi, Richard PALO, 2014/04/09
- [bug #42067] help2man (1.45.1): can't get `--help' info from ../util/texi2dvi, Richard PALO, 2014/04/13
- Re: [bug #42067] help2man (1.45.1): can't get `--help' info from ../util/texi2dvi, Gavin Smith, 2014/04/13
- [bug #42067] help2man (1.45.1): can't get `--help' info from ../util/texi2dvi, Karl Berry, 2014/04/15