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:  rocky
Open/Closed:  Closed Operating System:  GNU/Linux
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 15 Jan 2025 02:36:32 PM UTC, comment #1: 

Sorry for the late reply.  It looks like you probably didn't have "help2man" installed and the error message given is unhelpful.

At any rate, libcdio 2.2.0 is out. Get the new code from https://github.com/libcdio/libcdio/releases

If there are still problems use the github tracker to report a problem https://github.com/libcdio/libcdio/issues


Rocky Bernstein <rocky>
Group administrator
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 rocky (Posted a comment)
  • -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.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2025-01-15 rocky Assigned toNone rocky
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.14-9aa3.
    Corresponding source code