Bug #2995
UTF-8 isn't needed so missing/faulty iconv shouldn't cause pson-feature failure
| Status: | Closed | Start: | 12/29/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | serialization | |||
| Target version: | 0.25.2 | |||
| Affected version: | 0.25.1rc2 | Branch: | http://github.com/jes5199/puppet/tree/ticket/0.25.x/2995 | |
| Keywords: | ||||
| Votes: | 0 |
Description
We don’t actually depend on UTF-8 support so it’s absence should not abort the loading of the PSON feature.
History
Updated by Markus Roberts 7 months ago
- Status changed from Accepted to Ready for Testing
- Branch set to http://github.com/MarkusQ/puppet/tree/ticket/0.25.x/2995
Updated by James Turnbull 7 months ago
- Status changed from Ready for Testing to Closed
Pushed in commit:“7e2b1e91e6930364c4b246a03a3f1c70b40da7f0” in branch 0.25.x
Updated by Markus Roberts 7 months ago
- Status changed from Closed to Code Insufficient
- Assigned to changed from Markus Roberts to Jesse Wolfe
Looks like we may have jumped the gun on this one, or there may be some additional complication.
Updated by Jesse Wolfe 7 months ago
- Status changed from Code Insufficient to Ready for Testing
- Branch changed from http://github.com/MarkusQ/puppet/tree/ticket/0.25.x/2995 to http://github.com/jes5199/puppet/tree/ticket/0.25.x/2995
Markus’s patch exposed a dependency on library load order that was causing Puppet::Util::Log to raise an error. I’ve removed the dependency of Puppet::Type from Puppet::Util::Log.
Updated by Markus Roberts 7 months ago
- Status changed from Ready for Testing to Ready for Checkin
Mark Plaskin confirmed that this resolved the remaining issue.
Updated by James Turnbull 7 months ago
- Status changed from Ready for Checkin to Closed
Pushed in commit:“7e2e12be7827c2adb64a192b5b7176c7c541af44” in branch 0.25.x