mainCompact Disc Input and Control Library - Support: sr #109553, make error creating man files in...

 
 

sr #109553: make error creating man files in libcdio 2.0.0

Submitter:  John Briggs <erflungued>
Submitted:  Tue 04 Sep 2018 03:02:43 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  2 - Minor Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Operating System:  GNU/Linux
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 04 Sep 2018 03:02:43 PM UTC, original submission:  

running make produces the following error:

make[2]: * No rule to make target 'cd-drive.1', needed by 'all-am'.  Stop.
make[2]: Leaving directory '/home/erflungued/src/libcdio-release-2.0.0/src'
Makefile:575: recipe for target 'all-recursive' failed
make[1]: * [all-recursive] Error 1



Steps to Reproduce:


1.) wget http://git.savannah.gnu.org/cgit/libcdio.git/snapshot/libcdio-release-2.0.0.tar.gz
2.) autogen.sh
3.) make



Environment

Operating System and version:

Linux 4.18.1 i686
Ubuntu 16.04.5 LTS (Xenial Xerus)
Distro: LXLE Eclectica



Work Around:

Removed comments from ${man_MANS}:

diff -ubw src/Makefile.a src/Makefile.b
--- src/Makefile.a      2018-09-04 23:37:41.209596934 +0930
+++ src/Makefile.b      2018-09-04 23:45:59.908783942 +0930
@@ -930,8 +930,8 @@
 .PRECIOUS: Makefile


-#$(man_MANS): %.1: %$(EXEEXT) %.help2man
-#      -$(HELP2MAN) --opt-include=$(srcdir)/$(<:.exe=).help2man --no-info --libtool -o $@ ./$<
+$(man_MANS): %.1: %$(EXEEXT) %.help2man
+       -$(HELP2MAN) --opt-include=$(srcdir)/$(<:.exe=).help2man --no-info --libtool -o $@ ./$<

 mostlyclean-generic:
        -test -z "$(MOSTLYCLEANFILES)" || rm -fr $(MOSTLYCLEANFILES)



John Briggs <erflungued>

 

(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 erflungued (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.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code