bugGNU Gengetopt - Bugs: bug #56931, Build fails if makeinfo is not...

 
 

bug #56931: Build fails if makeinfo is not available

Submitter:  None
Submitted:  Sun 22 Sep 2019 07:36:25 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Originator Name:  Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 19 Mar 2020 03:27:06 PM UTC, comment #2: 

Fixed in e3fe8db2b67cdb18e1a2a6765644c8cc476d0b0a.

Gray Wolf <gray_wolf>
Group administrator
Thu 19 Mar 2020 02:20:48 PM UTC, comment #1: 


original submission:

> Build fails if makeinfo is not available:
>
> if /bin/bash /home/buildroot/autobuild/instance-2/output-1/build/host-gengetopt-2.23/build-aux/missing makeinfo --html --no-split  -I . \
>  -o gengetopt.htp `test -f 'gengetopt.texi' || echo './'`gengetopt.texi; \
> then \
>   rm -rf gengetopt.html && mv gengetopt.htp gengetopt.html; \
> else \
>   rm -rf gengetopt.htp; exit 1; \
> fi
> /home/buildroot/autobuild/instance-2/output-1/build/host-gengetopt-2.23/build-aux/missing: line 81: makeinfo: command not found
> /home/buildroot/autobuild/instance-2/output-1/build/host-gengetopt-2.23/build-aux/missing: line 81: makeinfo: command not found
> WARNING: 'makeinfo' is missing on your system.
>          You should only need it if you modified a '.texi' file, or
>          any other file indirectly affecting the aspect of the manual.
>          You might want to install the Texinfo package:
>          <https://www.gnu.org/software/texinfo/>
>          The spurious makeinfo call might also be the consequence of
>          using a buggy 'make' (AIX, DU, IRIX), in which case you might
>          want to install GNU make:
>          <https://www.gnu.org/software/make/>
> Makefile:842: recipe for target 'gengetopt.html' failed
>
> See:
> http://autobuild.buildroot.org/results/635/63554a4168a69a0e68a222bee2269b5aaeee2021/build-end.log
>
> Patch attached adds an option to disable documentation

Grégoire Scano <gscano>
Group Member
Sun 22 Sep 2019 07:36:25 AM UTC, original submission:  

Build fails if makeinfo is not available:

if /bin/bash /home/buildroot/autobuild/instance-2/output-1/build/host-gengetopt-2.23/build-aux/missing makeinfo --html --no-split  -I . \
 -o gengetopt.htp `test -f 'gengetopt.texi' || echo './'`gengetopt.texi; \
then \
  rm -rf gengetopt.html && mv gengetopt.htp gengetopt.html; \
else \
  rm -rf gengetopt.htp; exit 1; \
fi
/home/buildroot/autobuild/instance-2/output-1/build/host-gengetopt-2.23/build-aux/missing: line 81: makeinfo: command not found
/home/buildroot/autobuild/instance-2/output-1/build/host-gengetopt-2.23/build-aux/missing: line 81: makeinfo: command not found
WARNING: 'makeinfo' is missing on your system.
         You should only need it if you modified a '.texi' file, or
         any other file indirectly affecting the aspect of the manual.
         You might want to install the Texinfo package:
         <https://www.gnu.org/software/texinfo/>
         The spurious makeinfo call might also be the consequence of
         using a buggy 'make' (AIX, DU, IRIX), in which case you might
         want to install GNU make:
         <https://www.gnu.org/software/make/>
Makefile:842: recipe for target 'gengetopt.html' failed

See:
http://autobuild.buildroot.org/results/635/63554a4168a69a0e68a222bee2269b5aaeee2021/build-end.log

Patch attached adds an option to disable documentation

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gray_wolf (Posted a comment)
  • -email is unavailable- added by gscano (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2020-03-19 gray_wolf StatusConfirmed Fixed
    2020-03-19 gray_wolf StatusNone Confirmed
    2019-09-22 None Attached File- Added 0001-configure.ac-add-disable-doc-option.patch, #47559

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code