Opened 18 years ago
Closed 11 years ago
#15711 closed defect (worksforme)
scons 0.98.4 fails to build latex files
| Reported by: | jjakuze@… | Owned by: | landonf (Landon Fuller) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | ||
| Port: | scons |
Description (last modified by jmroot (Joshua Root))
$ scons --version
SCons by Steven Knight et al.:
script: v0.98.4.r2949, 2008/05/17 23:07:00, by knight on bangkok
engine: v0.98.4.r2949, 2008/05/17 23:07:00, by knight on bangkok
$ cat SConstruct
dvi = DVI('example.tex')
$ scons
AttributeError: SConsEnvironment instance has no attribute 'DVI':
Change History (4)
comment:1 Changed 17 years ago by jmroot (Joshua Root)
| Description: | modified (diff) |
|---|---|
| Milestone: | → Port Bugs |
| Owner: | changed from macports-tickets@… to landonf@… |
| Port: | scons added |
comment:2 Changed 17 years ago by (none)
| Milestone: | Port Bugs |
|---|
comment:4 Changed 11 years ago by jmroot (Joshua Root)
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
From what I can gather, the minimal example should actually be:
import os
env = Environment(ENV = os.environ)
dvi = env.DVI('example.tex’)
So I don’t think there’s a bug here.
Note: See
TracTickets for help on using
tickets.

Milestone Port Bugs deleted