Bug 433897
Summary: | PDFs with JPEG2000 data are processed incorrectly | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Yakov Shafranovich <redhat.com> |
Component: | ghostscript | Assignee: | Tim Waugh <twaugh> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 8 | CC: | thoger |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 8.61-8.fc8 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-09-25 00:22:14 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 235704 |
Description
Yakov Shafranovich
2008-02-21 23:48:09 UTC
Clarification: original problem occurred in 8.61-6.fc8 (F-8) and 8.61-7.fc9 (rawhide). ghostscript-8.61-7.fc8 has been submitted as an update for Fedora 8 ghostscript-8.61-7.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update ghostscript'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F8/FEDORA-2008-1998 ghostscript-8.61-8.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. Btw, F8 builds still do not seem to use jasper... According to the changelog, ghostscript should use system jasper: http://cvs.fedoraproject.org/viewvc/rpms/ghostscript/F-8/ghostscript.spec?r1=1.153&r2=1.154 However, greping build.logs for jasper yields: + ./configure [ ... ] --without-jasper [ ... ] Also comparing RPM info for build with same NVR in F8 and F9, F9 build depends on libjasper.so.1, F8 build does not: http://koji.fedoraproject.org/koji/rpminfo?rpmID=630157 http://koji.fedoraproject.org/koji/rpminfo?rpmID=630181 (I have not really tested if PDFs with JPEG2000 are not shown correctly or not though, just checking if ghostcript uses system jasper as it should. ;) Ah... F8: %configure --with-ijs --enable-dynamic --with-fontpath="$FONTPATH" \ --without-jasper \ --with-drivers=ALL --disable-compile-inits vs. F9: %configure --with-ijs --enable-dynamic --with-fontpath="$FONTPATH" \ --with-drivers=ALL --disable-compile-inits \ CFLAGS="$CFLAGS $EXTRACFLAGS" ghostscript-8.63-1.fc8 has been submitted as an update for Fedora 8. http://admin.fedoraproject.org/updates/ghostscript-8.63-1.fc8 ghostscript-8.63-1.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update ghostscript'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F8/FEDORA-2008-7298 ghostscript-8.63-1.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. |