#18982 closed defect (fixed)
ghostscript 8.64: bitcmyk produces 0 length output
Reported by: | rickrich@… | Owned by: | takanori@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | ||
Port: | ghostscript |
Description
See:
http://bugs.ghostscript.com/show_bug.cgi?id=690287
NOTE:
Linux distros Fedora fc11 and Ubuntu 9.x have this corrected! But, not MacPorts!
Change History (10)
comment:1 Changed 16 years ago by takanori@…
Owner: | changed from macports-tickets@… to takanori@… |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by takanori@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 16 years ago by rickrich@…
Does not work!
$ sudo port upgrade ghostscript $ sudo port list ghostscript ghostscript @8.64 print/ghostscript $ foo2hp2600-wrapper -c testpage.ps >xxx $ ls -l xxx -rw-r--r-- 1 rick rick 72 Mar 26 10:34 xxx
Should be ~38732 bytes.
comment:4 Changed 16 years ago by mf2k (Frank Schima)
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:5 Changed 16 years ago by takanori@…
Did you install ghostscript @8.64_2 correctly?
Please try:
$ sudo port -d selfupdate $ sudo port upgrade ghostscript $ sudo port installed ghostscript The following ports are currently installed: ghostscript @8.64_1 ghostscript @8.64_2 (active)
comment:6 Changed 16 years ago by rickrich@…
So you have to do "sudo port -d selfupdate" before "sudo port upgrade ghostscript"????
comment:7 Changed 16 years ago by blb@…
The selfupdate will update the Portfile you have locally for ghostscript, so it will pick up the change takanori made in r48585.
comment:9 Changed 16 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r48585 - thank you for reporting this issue!