[MacPorts] #38393: couchdb fails during start after Xcode 4.6.1
MacPorts
noreply at macports.org
Fri Mar 15 14:16:33 PDT 2013
#38393: couchdb fails during start after Xcode 4.6.1
--------------------------------+--------------------
Reporter: public+macports@… | Owner: jeff@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.1.3
Resolution: | Keywords:
Port: couchdb |
--------------------------------+--------------------
Changes (by larryv@…):
* owner: macports-tickets@… => jeff@…
* port: => couchdb
Old description:
> After upgrading to Xcode 4.6.1 Couchdb no longer starts. The error was:
>
> dyld: Symbol not found: __cg_png_create_info_struct
> Referenced from:
> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
> Expected in: /opt/local/lib/libPng.dylib
>
> As a temporal solution I modified the installed launchctl file removing
> the DYLD_LIBRARY_PATH section
>
> <key>DYLD_LIBRARY_PATH</key>
> <string>/opt/local/lib:$DYLD_LIBRARY_PATH</string>
>
> After removing that line, the ImageIO framework seems to load just find
> and CouchDB server starts
New description:
After upgrading to Xcode 4.6.1 Couchdb no longer starts. The error was:
{{{
dyld: Symbol not found: __cg_png_create_info_struct
Referenced from:
/System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
Expected in: /opt/local/lib/libPng.dylib
}}}
As a temporal solution I modified the installed launchctl file removing
the DYLD_LIBRARY_PATH section
{{{
<key>DYLD_LIBRARY_PATH</key>
<string>/opt/local/lib:$DYLD_LIBRARY_PATH</string>
}}}
After removing that line, the ImageIO framework seems to load just find
and CouchDB server starts
--
Comment:
Thanks for the ticket. In the future, please Cc relevant port maintainers
and use [[WikiFormatting]] in your ticket descriptions.
--
Ticket URL: <https://trac.macports.org/ticket/38393#comment:1>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list