-
Notifications
You must be signed in to change notification settings - Fork 43
Fix for TeX Live TEXMFLOCAL #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
TeX Live TEXMFLOCAL has multiple paths separated by a colon. Last path in list appears to be "/usr/share/.."
|
The fix works on some systems, but on others cmake complains with string sub-command REPLACE requires at least four arguments. I have no idea why... (cmake version on these systems is 3.2.2, but it works on others with 3.2.2, so I am puzzled). |
|
Any specific systems? In any case, I can do some more research and see if I can figure it out. I already have it installed as a patch in the Arch PKGBUILD so it isn't high priority. |
|
The Ubuntu 14.04 systems on Travis CI. It works when I specify the gcc build environment, but fails when I choose clang... It also fails on their OS X container with the same error. |
|
I think that TEXMFLOCAL is undefined in the clang on Travis-CL. Quotes might fix it. |
|
Didn't fix it, but you are right, some containers have empty TEXMFLOCAL. Will think of a workaround later, need to get master back to building state now to test some more important things. |
|
Travis-CI does not appear to have TeX installed by default. Executing For Adding: seems to fix for all platforms. |
TeX Live TEXMFLOCAL has multiple paths separated by a colon. Last path in list appears to be "/usr/share/.."