View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000597 | luatex | luatex bug | public | 2011-03-15 16:40 | 2011-05-10 06:56 |
Reporter | phi | Assigned To | Taco | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Platform | Core 2 Duo | OS | Mac OS X | OS Version | 10.6.6 |
Product Version | 0.65.0 | ||||
Target Version | 0.70.0 | Fixed in Version | 0.70.0 | ||
Summary | 0000597: LuaTeX tries to write synctex(busy) file to current instead of output directory | ||||
Description | LuaTeX writes the SyncTeX info to a file named *.synctex(.gz)(busy) and renames this file to the real SyncTeX file afterward. However, the "busy" file is written to the current directory instead of the output directory. Furthermore, the behavior with respect to compression is inconsistent: if a "busy" uncompressed file open fails, an error is issued, but not when the SyncTeX output is to be compressed. | ||||
Steps To Reproduce | / $ luatex --version This is LuaTeX, Version beta-0.65.0-2011010914 (rev 4047) [...] / $ pwd / / $ luatex --synctex=0 --output-directory=/tmp '\null\bye' ; echo $? This is LuaTeX, Version beta-0.65.0-2011010914 (rev 4047) [1{/usr/local/texlive/2010/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]</usr/ local/texlive/2010/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb> Output written on texput.pdf (1 page, 8193 bytes). Transcript written on texput.log. 0 / $ luatex --synctex=-1 --output-directory=/tmp '\null\bye' ; echo $? This is LuaTeX, Version beta-0.65.0-2011010914 (rev 4047) luatex: texput.synctex(busy): Permission denied 1 / $ luatex --synctex=1 --output-directory=/tmp '\null\bye' ; echo $? This is LuaTeX, Version beta-0.65.0-2011010914 (rev 4047) SyncTeX warning: no synchronization, problem with texput.synctex.gz(busy) [1{/usr/local/texlive/2010/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]</usr/ local/texlive/2010/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb> Output written on texput.pdf (1 page, 8193 bytes). Transcript written on texput.log. 0 | ||||
Tags | No tags attached. | ||||
|
This should probably be fixed in the core synctex.c file, as pdftex seems to have the same problem. Email sent to Jérome Laurens. |
|
This is fixed with the latest changes from Jerome, incorporated into luatex's branches/0.70.x as well as texlive 2011 |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-03-15 16:40 | phi | New Issue | |
2011-04-11 09:56 | Taco | Status | new => assigned |
2011-04-11 09:56 | Taco | Assigned To | => Taco |
2011-04-11 13:32 | Taco | Note Added: 0000788 | |
2011-04-11 13:32 | Taco | Status | assigned => resolved |
2011-04-11 13:32 | Taco | Resolution | open => no change required |
2011-04-12 09:02 | Taco | Fixed in Version | => 0.66.0 |
2011-04-12 09:22 | Taco | Target Version | => 0.70.0 |
2011-04-16 09:37 | Taco | Note Added: 0000823 | |
2011-05-10 06:56 | Taco | Fixed in Version | 0.66.0 => 0.70.0 |
2011-05-10 06:56 | Taco | Status | resolved => closed |