MathHubInfo / Legacy-localmh-docker

Legacy docker wrapper for lmh
1 stars 1 forks source link

problem with local paths #6

Closed kohlhase closed 9 years ago

kohlhase commented 9 years ago

When investigating #5, I tried test lmh pdf against non-emacs calls, that that insists on there being nothing to do.

lmh pdf consistency-test.tex -f
lmh pdf consistency-test.tex -f
Checking modules, this may take a while ...
Found 0 paths to work on.
SMS: No jobs, nothing to do.
SMS: Generated 0 file(s), failed 0 file(s).
LOCALPATHS: No jobs, nothing to do.
LOCALPATHS: Generated 0 file(s), failed 0 file(s).
ALLTEX: No jobs, nothing to do.
ALLTEX: Generated 0 file(s), failed 0 file(s).
PDF: No jobs, nothing to do.
PDF: Generated 0 file(s), failed 0 file(s).

Ah, maybe this has to something to do with the relative path name used in the call?

lmh pdf /path/to/localmh/MathHub/MiKoMH/CompLog/source/kr/en/consistency-test.tex -f
lmh pdf /path/to/localmh/MathHub/MiKoMH/CompLog/source/kr/en/consistency-test.tex -f
Checking modules, this may take a while ...
Found 1 paths to work on.
SMS: Less jobs then available workers, using fewer workers.
SMS: 1 file(s) to generate using 1 worker.
SMS: Generating /path/to/localmh/MathHub/MiKoMH/CompLog/source/kr/en/consistency-test.sms
SMS: Generated /path/to/localmh/MathHub/MiKoMH/CompLog/source/kr/en/consistency-test.sms
SMS: Generated 1 file(s), failed 0 file(s).
LOCALPATHS: No jobs, nothing to do.
LOCALPATHS: Generated 0 file(s), failed 0 file(s).
ALLTEX: No jobs, nothing to do.
ALLTEX: Generated 0 file(s), failed 0 file(s).
PDF: Less jobs then available workers, using fewer workers.
PDF: 1 file(s) to generate using 1 worker.
PDF: Generating /path/to/localmh/MathHub/MiKoMH/CompLog/source/kr/en/consistency-test.pdf
PDF: Did not generate /path/to/localmh/MathHub/MiKoMH/CompLog/source/kr/en/consistency-test.pdf
PDF: Generated 0 file(s), failed 1 file(s).

That seems to play a role. It would be good to have the relative path names work again.

tkw1536 commented 9 years ago

I cannot reproduce this.

tkw1536 commented 9 years ago

fixed offline.