Opened 11 years ago
Closed 11 years ago
#40454 closed defect (invalid)
texlive, pdfTex-bug
Reported by: | eliuhe@… | Owned by: | drkp (Dan Ports) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | Cc: | ||
Port: | texlive-latex |
Description (last modified by larryv (Lawrence Velázquez))
After upgrading mountain lion macports, I get the following error:
$ latex This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/MacPorts 2013_2) restricted \write18 enabled. **
Change History (4)
comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to dports@… |
Port: | texlive-latex added |
Priority: | High → Normal |
comment:2 follow-up: 3 Changed 11 years ago by eliuhe@…
So, you mean that texlive is expected not to work for this macport version?
comment:3 Changed 11 years ago by larryv (Lawrence Velázquez)
Replying to eliuhe@…:
So, you mean that texlive is expected not to work for this macport version?
You still haven’t explained what you mean by “work”. It works fine. Since you ran latex
without arguments, it started in interactive mode and expected you to enter the path to a source file. If you hit Return at the “**
” prompt without entering anything, it will explicitly tell you what it’s waiting for.
% latex This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/MacPorts 2013_2) restricted \write18 enabled. ** Please type the name of your input file. **^C %
Again, what behavior are you expecting from running latex
without arguments? Did you forget to pass the name of a file?
% latex foo.tex
comment:4 Changed 11 years ago by drkp (Dan Ports)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
As per the Trac Ticket Guidelines, do not set the Priority field.
I don’t see the problem. What behavior are you expecting?