Opened 15 years ago

Closed 14 years ago

Last modified 11 years ago

#22102 closed defect (fixed)

couchdb: Conflict with libJPEG.dylib and ApplicationServices ImageIO framework

Reported by: mike@… Owned by: jyrkiwahlstedt
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc: febeling@…
Port: couchdb

Description (last modified by ryandesign (Ryan Carsten Schmidt))

$ couchdb
dyld: Symbol not found: __cg_jpeg_resync_to_restart
  Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
  Expected in: /opt/local/lib/libJPEG.dylib

Trace/BPT trap

Change History (10)

comment:1 Changed 15 years ago by tobypeterson

Priority: HighNormal
Resolution: invalid
Status: newclosed

don't set DYLD_* environment variables

comment:2 Changed 15 years ago by mike@…

No DYD_* env vars are set (both my current user and root). Any other suggestions?

comment:3 Changed 15 years ago by jmroot (Joshua Root)

Port: couchdb added
Resolution: invalid
Status: closedreopened

comment:4 Changed 15 years ago by jmroot (Joshua Root)

Cc: febeling@… added
Owner: changed from macports-tickets@… to jwa@…
Status: reopenednew

comment:5 in reply to:  2 ; Changed 14 years ago by alin.popa@…

Replying to mike@…:

No DYD_* env vars are set (both my current user and root). Any other suggestions?

Hi Mike,

I managed to do something about that using one of these 2 ways:

  1. install this: http://jan.prima.de/~jan/plok/archives/142-CouchDBX-Revival.html
  2. install couchdb from svn (seems to me that the current release <<0.9.1>> have a problem) :
    svn co http://svn.apache.org/repos/asf/couchdb/trunk couchdb
    cd couchdb
    ./bootstrap && ./configure
    make && sudo make install
    
Last edited 11 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:6 in reply to:  5 Changed 14 years ago by alin.popa@…

Replying to alin.popa@…:

Replying to mike@…:

No DYD_* env vars are set (both my current user and root). Any other suggestions?

Hi Mike,

I managed to do something about that using one of these 2 ways:

  1. install this: http://jan.prima.de/~jan/plok/archives/142-CouchDBX-Revival.html
  2. install couchdb from svn (seems to me that the current release <<0.9.1>> have a problem) :
    svn co http://svn.apache.org/repos/asf/couchdb/trunk couchdb
    cd couchdb
    ./bootstrap && ./configure
    make && sudo make install
    

Also I found this workaround (it's all explained there):

http://osdir.com/ml/couchdb-user/2009-10/msg00215.html

Last edited 11 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:7 Changed 14 years ago by mike@…

Hi Alin, I tried the workaround and it worked. Thanks for tracking that down.

comment:8 Changed 14 years ago by jyrkiwahlstedt

Resolution: fixed
Status: newclosed

Hi, used the workaround to modify the Portfile, thanks!

comment:9 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)

comment:10 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: Conflict with libJPEG.dylib and ApplicationServices ImageIO frameworkcouchdb: Conflict with libJPEG.dylib and ApplicationServices ImageIO framework

The revision in which this was committed was r60066.

Note: See TracTickets for help on using tickets.