[MacPorts] #25847: gnuplot links with libjpeg.7.dylib which doesn't exist

MacPorts noreply at macports.org
Wed Jul 28 09:42:56 PDT 2010


#25847: gnuplot links with libjpeg.7.dylib which doesn't exist
------------------------------+---------------------------------------------
 Reporter:  liampg72@…        |       Owner:  macports-tickets@…                   
     Type:  defect            |      Status:  new                                  
 Priority:  Normal            |   Milestone:                                       
Component:  ports             |     Version:  1.9.1                                
 Keywords:                    |        Port:  gnuplot, mpfr                        
------------------------------+---------------------------------------------
Changes (by ryandesign@…):

 * cc: vinc17@… (added)
  * port:  gnuplot => gnuplot, mpfr


Comment:

 Sorry, yes, I read the first part of your ticket and got carried away. I
 see now that you already tried that and ran into this problem while
 rebuilding mpfr:

 {{{
 dyld: Library not loaded: /opt/local/lib/libjpeg.7.dylib
   Referenced from: /usr/local/lib/libutil.0.dylib
   Reason: image not found
 }}}

 You have a library libutil.0.dylib in /usr/local/lib that is causing
 problems. Libraries in /usr/local frequently cause problems with MacPorts
 software, which is why we do not support having anything installed in
 /usr/local while using MacPorts. Remove /usr/local, or rename it, for
 example to "/usr/local-off", then clean the affected port and try again.

 {{{
 sudo port clean mpfr
 }}}

 In the future, do not install anything in /usr/local. Use MacPorts to
 install any software you need.

-- 
Ticket URL: <http://trac.macports.org/ticket/25847#comment:3>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list