#12520 closed defect (fixed)
ghostscript port broken because of UTF-8 BOM
Reported by: | smithsm@… | Owned by: | digdog@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.1 |
Keywords: | Cc: | smithsm@…, digdog@…, ryandesign (Ryan Carsten Schmidt) | |
Port: |
Description
for macports 1.5.2 After installing some of the dependencies for xpdf including ghostscript had a checksum problem with openmotif did a port sync now macports is broken
sudo port install xpdf Error: Unable to execute port: can't read "Id": no such variable
Change History (6)
comment:1 Changed 17 years ago by adfernandes (Andrew Fernandes)
comment:2 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | smithsm@… digdog@… ryandesign@… added |
---|---|
Milestone: | → Port Bugs |
Owner: | changed from macports-dev@… to digdog@… |
comment:3 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | Error after port sync → ghostscript port broken because of UTF-8 BOM |
---|
comment:5 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Component: | base → ports |
---|---|
Priority: | High → Normal |
Note: See
TracTickets for help on using
tickets.
The problem is that there are invisible unicode byte-order marks at the beginning of the Portfile. If you edit the Portfile with "vi -b" you'll see them.
The just-committed ghostscript 8.60 seems to fix this.