Giter Club home page Giter Club logo

Comments (7)

sgeto avatar sgeto commented on August 23, 2024

Better late then never they say.

This is the error message:

Making dvi in doc
make[2]: Entering directory '/data/data/com.termux/files/home/check/check-0.11.0/_build/sub/doc'
TEXINPUTS="../../../doc:$TEXINPUTS" \
MAKEINFO='makeinfo   -I ../../../doc' \
texi2dvi  --build-dir=check.t2d -o check.dvi  \
../../../doc/check.texi
You don't have a working TeX binary (tex) installed anywhere in
your PATH, and texi2dvi cannot proceed without one.  If you want to use
this script, you'll need to install TeX (if you don't have it) or change
your PATH or TEX environment variable (if you do).  See the --help
output for more details.                                                                                                                For information about obtaining TeX, please see http://tug.org/texlive,
or do a web search for TeX and your operating system or distro.     make[2]: *** [Makefile:465: check.dvi] Error 1
make[2]: Leaving directory '/data/data/com.termux/files/home/check/check-0.11.0/_build/sub/doc'
make[1]: *** [Makefile:561: dvi-recursive] Error 1                  make[1]: Leaving directory '/data/data/com.termux/files/home/check/check-0.11.0/_build/sub'                                             make: *** [Makefile:778: distcheck] Error 1

Seems like distcheck is unable to find texi2dvi even when it's install. Should I attach my config.log as well?

from check.

brarcher avatar brarcher commented on August 23, 2024

Do you know if tex is installed on your system? Is it in the PATH?

$ which tex
/Library/TeX/texbin/tex

I am wondering if the program cannot be found, which may be the reason for the failure?

from check.

sgeto avatar sgeto commented on August 23, 2024

No I don't. But that didn't bother "make all"
Why would it matter with "make distcheck"?

from check.

brarcher avatar brarcher commented on August 23, 2024

I think that distcheck does more than all (which does not sound intuitive on its face). all will build the code (official definition here). distcheck ensures that the source can be built and passes tests, can be installed into another directory, can be uninstalled, and can be tarballed up to ensure the distribution can be self contained (documentation here).

from check.

sgeto avatar sgeto commented on August 23, 2024

I see. So a distcheck fail doesn't necessarily mean the resulting tarball won't work properly. No need to worry, right?

from check.

brarcher avatar brarcher commented on August 23, 2024

That is my understanding. To add further, every pull request runs through the prereleasecheck target (here), which also attempts distcheck. If that fails the pull request is rejected. To my knowledge if one has TeX installed and in the PATH then distcheck should be successful.

from check.

brarcher avatar brarcher commented on August 23, 2024

If you believe otherwise, let me know and re-open the issue.

from check.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.