Summary
qt egg does not install in 4.6.7 because getenv is now get-environment-variable
Metadata
- Id: d1c8d0f6ca485b948fd789c78d917877f2320731
- Trac id: 576
- Type: defect
- Reporter: ewfalor
- Owner:
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone: 4.9.0
- Version: 4.6.x
- Changetime: 2012-09-24 21:47:48 UTC
- Created: 2011-05-19 04:41:31 UTC
- Keywords: qt egg setup
Attachments
- d1c8d0f6ca485b948fd789c78d917877f2320731/attachments/qt.setup.patch
Description
The file qt.setup at line 8 calls getenv, which is now called get-environment-variable in Chicken 4.6.7.
Attached is a patch with a proposed fix: use version>=? and call getenv or get-environment-variable as appropriate.
Changes and comments
[2011-05-19 04:42:20 UTC] ewfalor attached qt.setup.patch (description=Check chicken-version and call appropriate getenv function)
[2011-05-21 23:03:19 UTC] felix changed status from new to closed
[2011-05-21 23:03:19 UTC] felix set resolution to fixed
[2011-05-21 23:03:19 UTC] felix wrote:
Thanks a lot. I do not maintain this egg anymore, but the current maintainer is not particulary active on this, so I took the freedom to apply the patch and tag a new version (0.100.2).
[2011-06-01 09:00:41 UTC] felix changed milestone from 4.7.0 to 4.8.0
[2011-06-01 09:00:41 UTC] felix wrote:
Milestone 4.7.0 deleted
[2012-09-24 21:47:48 UTC] felix changed milestone from 4.8.0 to 4.9.0
[2012-09-24 21:47:48 UTC] felix wrote:
Milestone 4.8.0 deleted