#12499 closed defect (worksforme)
Ghostscript Install Error
Reported by: | holmes2@… | Owned by: | digdog@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.1 |
Keywords: | ghostscript | Cc: | holmes2@…, digdog@…, ryandesign (Ryan Carsten Schmidt) |
Port: |
Description
I received a file copy error while trying to install ghostscript, as one of the dependencies for gv. The error is at the bottom of this message, with a few lines that precede the error for context. I have also listed my currently installed ports. (This is my first post. Please let me know if I should have done this differently.)
INSTALLED PORTS
coreutils @6.9_0 (active)
emacs @22.1_0+darwin_8+x11 (active)
jpeg @6b_2 (active)
libiconv @1.11_4+darwin_8+universal (active)
libpng @1.2.18_0+darwin_8 (active)
libungif @4.1.4_1 (active)
ncurses @5.6_0+darwin_8 (active)
ncursesw @5.6_0+darwin_8 (active)
tiff @3.8.2_0+darwin_8 (active)
Xaw3d @1.5E_1 (active)
zlib @1.2.3_1 (active)
GHOSTSCRIPT ERROR
mkdir -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_ghostscript/work/destrootopt/local/share/ghostscript/8.54/examples for f in \
alphabet.ps annots.pdf chess.ps colorcir.ps doretree.ps escher.ps \
golfer.eps grayalph.ps snowflak.ps tiger.eps vasarely.ps waterfal.ps \
ridt91.eps ;\
do ./src/instcopy -c -m 644 ./lib/../examples/$f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_ghostscript/work/destrootopt/local/share/ghostscript/8.54/examples ;\
done
Error: Target org.macports.destroot returned: error copying "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_ghostscript/work/fonts" to "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_ghostscript/work/destrootopt/local/share/ghostscript/fonts": file already exists
Warning: the following items did not execute (for ghostscript): org.macports.activate org.macports.destroot org.macports.install
Error: The following dependencies failed to build: ghostscript
Error: Status 1 encountered during processing.
Change History (3)
comment:1 Changed 17 years ago by holmes2@…
comment:2 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | holmes2@… digdog@… ryandesign@… added |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
The work dir probably had junk in it. sudo port clean --work ghostscript
would probably have fixed it.
This problem resolved itself after I wiped MacPorts off my drive, then reinstalled it, plus all of my ports.