Sublime Forum

Problems with macOS Catalina

#1

Dear all,

I have updated my OS to macOS Catalina but I have a problem with ST3. When I type “subl file”, it opens ST3 but with file empty where it must contain text.

Moreover, I cannot use LaTeXTools anymore. I have re-installed Sublime Text 3 and LaTeXTools but I still have the problem. When I want to compile I have the following errors:


Output from compilation:

Latexmk: This is Latexmk, John Collins, 18 June 2019, version: 4.65.

Latexmk: Changing directory to ‘./’
Rule ‘pdflatex’: The following rules & subrules became out-of-date:
‘pdflatex’

Run number 1 of rule ‘pdflatex’

Running ‘pdflatex -synctex=1 -interaction=nonstopmode -interaction=nonstopmode -synctex=1 -recorder “td3.tex”’

Latexmk: applying rule ‘pdflatex’…

pdflatex: getcwd: Operation not permitted
Latexmk: fls file doesn’t appear to have been made.
Failure to make ‘td3.pdf’
Collected error summary (may duplicate other messages):
pdflatex: Command for ‘pdflatex’ gave return code 1
Refer to ‘td3.log’ for details

This message may duplicate earlier message.

Latexmk: Failure in processing file ‘td3.tex’:
(Pdf)LaTeX didn’t generate the expected log file ‘td3.log’

Latexmk: Undoing directory change

Latexmk: Errors, in force_mode: so I tried finishing targets


Help welcome !

Best regards,
Stef

0 Likes

#3

For other files, I have also this message :slight_smile:


TraditionalBuilder: Engine: pdflatex. Invoking latexmk… done.

Could not read log file td3.log

Output from compilation:

pwd: .: Operation not permitted
Latexmk: This is Latexmk, John Collins, 18 June 2019, version: 4.65.
Latexmk: Changing directory to ‘./’
pwd: .: Operation not permitted
pwd: .: Operation not permitted
pwd: .: Operation not permitted
Rule ‘pdflatex’: The following rules & subrules became out-of-date:
‘pdflatex’

Run number 1 of rule ‘pdflatex’


Running ‘pdflatex -synctex=1 -interaction=nonstopmode -interaction=nonstopmode -synctex=1 -recorder “td3.tex”’

Latexmk: applying rule ‘pdflatex’…
shell-init: error retrieving current directory: getcwd: cannot access parent directories: Operation not permitted
pdflatex: getcwd: Operation not permitted
Latexmk: fls file doesn’t appear to have been made.
Failure to make ‘td3.pdf’
Collected error summary (may duplicate other messages):
pdflatex: Command for ‘pdflatex’ gave return code 1
Refer to ‘td3.log’ for details

This message may duplicate earlier message.
Latexmk: Failure in processing file ‘td3.tex’:
(Pdf)LaTeX didn’t generate the expected log file ‘td3.log’

Latexmk: Undoing directory change
Use of chdir(’’) or chdir(undef) as chdir() is deprecated at /System/Library/Perl/5.18/darwin-thread-multi-2level/Cwd.pm line 507.
Latexmk: Errors, in force_mode: so I tried finishing targets

0 Likes