bugidutils - Bugs: bug #44983, manpage build fails for...

 
 

bug #44983: manpage build fails for out-of-tree builds

Submitter:  None
Submitted:  Fri 01 May 2015 05:36:24 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
* Mandatory Fields

Post a Comment

Add a New Comment Rich Markup
   

Discussion

Fri 01 May 2015 05:36:24 PM UTC, original submission:  

In an out-of-tree build the generated man/Makefile fails to build man/defid.1, because help2man fails to run defid.

That's because defid is a script, so it is not found in <b>$(builddir)/../src</b>.   It's in <b>$(srcdir)/../src</b>, so that has to be added to the PATH extension in the .x.1 rule.

Once this is fixed, an attempted build on Cygwin runs into the next block: There is no "defid$(EXEEXT)" anywhere, because it's a script, not a binary execuable.  As starting executables doesn't need the $(EXEEXT), the easiest fix is to just remove the $(EXEEXT)

Anonymous

 

Attached Files

This item currently has no attached files.

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

Attach Files:
   
   
Comment:
   

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

 

Votes

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.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

History

No changes have been made to this item

Back to the top

Powered by Savane 3.16-a7ba.
Corresponding source code