Opened 14 years ago
Last modified 12 years ago
#508 closed defect
Eggs using deprecated `getenv' procedure — at Version 4
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 (4)
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.
Note: See
TracTickets for help on using
tickets.
The maintainers should fixing this. It has been known long enough.