Bug 822117
Summary: | html2ps: "Use of assignment to $[ is deprecated" | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jonathan Kamens <h1k6zn2m> |
Component: | html2ps | Assignee: | Petr Pisar <ppisar> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 17 | CC: | pertusus, ppisar |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | html2ps-1.0-0.9.b7.fc18 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-05-26 08:02:31 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jonathan Kamens
2012-05-16 11:46:35 UTC
Thank you for the report. The usage of '$[' variable has been deprecated by Perl. The assignment to 0 what html2ps does is idempotent because the value is 0 by default. Simple removal of the line from html2ps should fix it without any side effects. F18--16 are affected. Fixed as html2ps-1.0-0.9.b7.fc18 in F18. html2ps-1.0-0.9.b7.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/html2ps-1.0-0.9.b7.fc17 html2ps-1.0-0.8.b7.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/html2ps-1.0-0.8.b7.fc16 Package html2ps-1.0-0.8.b7.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing html2ps-1.0-0.8.b7.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-8018/html2ps-1.0-0.8.b7.fc16 then log in and leave karma (feedback). html2ps-1.0-0.9.b7.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. html2ps-1.0-0.8.b7.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. |