Summary
srfi-19 incorrectly using getenv in experimental branch
Metadata
- Id: 52d624ad333923255802be4ce9165cd15a258cdd
- Trac id: 481
- Type: defect
- Reporter: alanpost
- Owner: klovett@mac.com
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: worksforme
- Priority: major
- Milestone:
- Version: 4.6.x
- Changetime: 2011-05-02 14:48:22 UTC
- Created: 2011-01-14 16:40:52 UTC
- Keywords:
Description
The srfi-19 egg is not compiling in the experimental branch:
http://pestilenz.org/~ckeen/salmonella-report/2011-01-14/srfi-19.html
The getenv procedure has been deprecated, and should be replaced with get-environment-variable instead.
Changes and comments
[2011-02-03 11:05:25 UTC] felix removed milestone 4.7.0
[2011-02-03 13:21:04 UTC] alanpost wrote:
Taking a closer look at this issue, the problem is in the locale egg, rather than the srfi-19 egg. the locale egg is also Kon's, fortunately.
[2011-05-02 14:48:22 UTC] felix changed status from new to closed
[2011-05-02 14:48:22 UTC] felix set resolution to worksforme
[2011-05-02 14:48:22 UTC] felix wrote:
Looks like locale doesn't use this anymore.