Bug 244727 - Kile doesn't respect PATH variable
Summary: Kile doesn't respect PATH variable
Status: RESOLVED DUPLICATE of bug 204397
Alias: None
Product: kile
Classification: Applications
Component: general (show other bugs)
Version: 2.0.85
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Michel Ludwig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-15 14:09 UTC by schloenvogt
Modified: 2010-07-16 09:51 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description schloenvogt 2010-07-15 14:09:49 UTC
Version:           2.0.85 (using KDE 4.4.4) 
OS:                Linux

Kile doesn't respect the settings of the PATH variable and uses the wrong tex-binaries as a result and can't compile tex-files exiting with code 1 with the error message  /usr/local.hg/app/teTeX/current/texmf-var/web2c/pdftex/latex.fmt doesn't match pdftex.pool
(Fatal format file error; I'm stymied)
When setting the absolute path for latex etc. then tex-files can be compiled. But that's not practical for >100 users. Compiling in the command line also works.
This bug doesn't occur in Kile 2.0.3


Reproducible: Always

Steps to Reproduce:
Start Kile, try to compile a tex-file e.g. using latex when the right latex-binary is defined via setting the PATH variable.

Actual Results:  
tex-file didn't compile, exit code 1
error message: /usr/local.hg/app/teTeX/current/texmf-var/web2c/pdftex/latex.fmt doesn't match pdftex.pool
(Fatal format file error; I'm stymied)

Expected Results:  
tex-file should be compiled

OS: Linux (x86_64) release 2.6.33.5-112.fc13.x86_64
Compiler: gcc
Comment 1 Michel Ludwig 2010-07-15 14:16:55 UTC
This looks like a duplicate of bug 204397.

Can you please try out the most recent SVN version and check whether it fixes the problem for you? Thanks.
Comment 2 schloenvogt 2010-07-15 14:28:44 UTC
Yes, bug 204397 looks like my bug.
Will try to compile the most recent SVN version but that might take some time.
Comment 3 schloenvogt 2010-07-16 09:51:03 UTC
SVN version revision 1150518 fixes the problem.

*** This bug has been marked as a duplicate of bug 204397 ***