Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#12912 closed defect (worksforme)

graphviz install fails

Reported by: zach@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.5.0
Keywords: graphviz jpeg Cc: zach@…, ryandesign (Ryan Carsten Schmidt)
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 (4)

comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: zach@… ryandesign@… added
Owner: changed from macports-dev@… to ryandesign@…

comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

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

comment:3 Changed 16 years ago by nox@…

Resolution: worksforme
Status: newclosed

same here

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.