mywave82 / opencubicplayer

Open Cubic Player (unix fork). Music visualizer for various tracked music formats (amiga modules, S3M, IT), chiptunes and other formats related to demoscene
https://stian.cubic.org/project-ocp.php
GNU General Public License v2.0
280 stars 19 forks source link

Build fails with texinfo 7.0 #76

Closed cysp74 closed 1 year ago

cysp74 commented 1 year ago

Hey,

Another hiccup (sorry man, currently I have no chance to give possible solution):

[...]/ocp/doc/texi/Makefile ->

rm -Rf ocp ocp.html ocp.info ocp.info.gz LC_ALL=POSIX makeinfo ocp.texi mv ocp ocp.info gzip -9 ocp.info LC_ALL=POSIX makeinfo --html ocp.texi mv ocp ocp.html mv: cannot stat 'ocp': No such file or directory

With version 6.8 build goes fine.

mywave82 commented 1 year ago

This seems to be related to https://lwn.net/Articles/914120/

HTML output: . use manual_name_html as output directory for split HTML instead of manual_name or manual_name.html

Can you provide the output of find or similiar from the doc directory after make has failed - so I can adapt the make rule to handle both the old a new naming scheme

cysp74 commented 1 year ago

Sure, here you are:

doc doc/screenshot-01.png doc/ocp.1.in doc/cmdline.txt doc/opencp.dox.in doc/Makefile doc/ocp.1 doc/opencp.dox doc/texi doc/texi/faq.texi.in doc/texi/fileselector.texi doc/texi/Makefile doc/texi/wap.texi doc/texi/configuration.texi doc/texi/starting.texi doc/texi/player.texi doc/texi/faq.texi doc/texi/ocp.texi.in doc/texi/support.texi doc/texi/ocp_html doc/texi/ocp_html/starting.html doc/texi/ocp_html/configuration.html doc/texi/ocp_html/player.html doc/texi/ocp_html/fileselector.html doc/texi/ocp_html/wap.html doc/texi/ocp_html/index.html doc/texi/ocp_html/faq.html doc/texi/ocp_html/specialdrive.html doc/texi/ocp_html/support.html doc/texi/ocp.info.gz doc/texi/ocp.texi

Thanks