Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #12912 (closed defect: worksforme)

Opened 13 months ago

Last modified 13 months ago

graphviz install fails

Reported by: zach@… Owned by: ryandesign@…
Priority: Normal Milestone: Port Bugs
Component: ports Version: 1.5.0
Keywords: graphviz jpeg Cc: zach@…, ryandesign@…
Port:

Description

I tried to install graphviz, which failed because of

i686-apple-darwin8-gcc-4.0.1: /opt/local/lib/libjpeg.dylib: No such file or directory make[3]: *** [libgvplugin_gd.la] Error 1

Then I created a symlink manually, like this:

% pu /opt/local/lib local/lib% ln -s libjpeg.62.dylib libjpeg.dylib

and installed graphivz again -- this time it worked.

I don't know whether this is a bug in the graphiz package or in the jpeg package. Mac OS X 10.4.10, Intel-Mac, MacBook Pro.

HTH, Gab.

Change History

Changed 13 months ago by ryandesign@…

  • cc zach@…, ryandesign@… added
  • owner changed from macports-dev@… to ryandesign@…

Changed 13 months ago by ryandesign@…

There is no problem with the graphviz port, nor with the jpeg port, as far as I can tell. The jpeg port does install /opt/local/lib/libjpeg.dylib as a symlink to /opt/local/lib/libjpeg.62.0.0.dylib. If "port contents jpeg" does not show all of these items for you, then please forcibly uninstall and reinstall jpeg:

$ port contents jpeg
Port jpeg contains:
  /opt/local/bin/cjpeg
  /opt/local/bin/djpeg
  /opt/local/bin/jpegtran
  /opt/local/bin/rdjpgcom
  /opt/local/bin/wrjpgcom
  /opt/local/include/jconfig.h
  /opt/local/include/jerror.h
  /opt/local/include/jmorecfg.h
  /opt/local/include/jpeglib.h
  /opt/local/lib/libjpeg.62.0.0.dylib
  /opt/local/lib/libjpeg.62.dylib
  /opt/local/lib/libjpeg.a
  /opt/local/lib/libjpeg.dylib
  /opt/local/lib/libjpeg.la
  /opt/local/share/man/man1/cjpeg.1.gz
  /opt/local/share/man/man1/djpeg.1.gz
  /opt/local/share/man/man1/jpegtran.1.gz
  /opt/local/share/man/man1/rdjpgcom.1.gz
  /opt/local/share/man/man1/wrjpgcom.1.gz

Changed 13 months ago by nox@…

  • status changed from new to closed
  • resolution set to worksforme

same here

Note: See TracTickets for help on using tickets.