#508 closed defect (fixed)
Eggs using deprecated `getenv' procedure
Reported by: | Mario Domenech Goulart | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.9.0 |
Component: | extensions | Version: | 4.6.x |
Keywords: | getenv embedded-test format-compiler free-gettext qt | Cc: | |
Estimated difficulty: |
Description (last modified by )
The following eggs break on 4.6.5 because they use the getenv
procedure, now removed:
- embedded-test
- free-gettext
- qt
Change History (6)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Keywords: | sets added |
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Keywords: | sets removed |
comment:3 Changed 14 years ago by
Milestone: | 4.7.0 → 4.8.0 |
---|
comment:4 Changed 14 years ago by
Description: | modified (diff) |
---|
format-compiler
doesn't actually use getenv
, it is embedded-test
in this case.
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
qt and free-gettext seem to be fine. I changed embedded-test myself.
Note: See
TracTickets for help on using
tickets.
The maintainers should fixing this. It has been known long enough.