bugGNU roff - Bugs: bug #62279, [build] add autoconf check for PNM...

 
 

bug #62279: [build] add autoconf check for PNM tools

Submitter:  G. Branden Robinson <gbranden>
Submitted:  Sun 10 Apr 2022 01:12:11 AM UTC
   
 
Category:  General Severity:  3 - Normal
Item Group:  Build/Installation Status:  Invalid
Privacy:  Public Assigned to:  gbranden
Open/Closed:  Closed Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 12 Apr 2022 12:56:34 AM UTC, comment #1: 

This is already done; it was just hiding behind an m4 macro name that did not illuminate much for me.


AC_DEFUN([GROFF_HTML_PROGRAMS],
  [make_htmldoc=
   make_install_htmldoc=
   make_uninstall_htmldoc=
   make_htmlexamples=
   make_install_htmlexamples=
   make_uninstall_htmlexamples=
   AC_REQUIRE([GROFF_GHOSTSCRIPT_PATH])

   missing=
   AC_FOREACH([groff_prog],
     [pnmcut pnmcrop pnmtopng psselect pnmtops],
     [AC_CHECK_PROG(groff_prog, groff_prog, [found], [missing])
      if test $[]groff_prog = missing; then
        missing="$missing 'groff_prog'"
      fi;])
[...]


Closing as invalid.

G. Branden Robinson <gbranden>
Group administrator
Sun 10 Apr 2022 01:12:11 AM UTC, original submission:  

We check aspects of their behavior, but not whether they're even installed in the first place.

We should do that.

See, e.g., <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=409046>.

G. Branden Robinson <gbranden>
Group administrator

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gbranden (Submitted the item)
  •  

    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
    2022-04-12 gbranden StatusNone Invalid
        Assigned toNone gbranden
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code