rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

sh: extract_categories.sh: No such file or directory #3102

Closed rtoy closed 1 week ago

rtoy commented 1 week ago

Imported from SourceForge on 2024-07-07 13:43:50 Created by narutocanada on 2008-09-01 05:35:39 Original: https://sourceforge.net/p/maxima/bugs/1487


make install

sh extract_categories.sh maxima sh: extract_categories.sh: No such file or directory make[4]: *** [maxima.html] Error 127 make[4]: Leaving directory `/build/maxima-5.16.3/doc/info' make[3]: *** [install-am] Error 2 make[3]: Leaving directory `/build/maxima-5.16.3/doc/info' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/build/maxima-5.16.3/doc/info' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/build/maxima-5.16.3/doc' make: *** [install-recursive] Error 1

rtoy commented 1 week ago

Imported from SourceForge on 2024-07-07 13:43:51 Created by robert_dodier on 2008-10-10 21:06:57 Original: https://sourceforge.net/p/maxima/bugs/1487/#199d


rtoy commented 1 week ago

Imported from SourceForge on 2024-07-07 13:43:54 Created by robert_dodier on 2008-10-10 21:06:57 Original: https://sourceforge.net/p/maxima/bugs/1487/#2cb7


Request for additional info yielded nothing. Closing this report as "works for me". Feel free to reopen with additional info.

rtoy commented 1 week ago

Imported from SourceForge on 2024-07-07 13:43:58 Created by nobody on 2009-04-14 20:07:44 Original: https://sourceforge.net/p/maxima/bugs/1487/#f78b


I got the same error when doing a make install of maxima-5.18.0 in Fedora from the source tarball (maxima-5.18.0.tar.gz), not from cvs. I looked at the Makefile in the doc/info subdirectory, and it's this line that causes the error:

maxima.html: maxima.texi $(maxima_TEXINFOS) sh extract_categories.sh maxima

So it looks like it happens when trying to create the HTML docs. If the extract_categories.sh script is needed in the tarball then it should be there, not just in cvs.