Changes between Initial Version and Version 1 of Ticket #39598


Ignore:
Timestamp:
Jul 2, 2013, 9:57:03 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Note that neither DYLD_LIBRARY_PATH nor DYLD_FALLBACK_LIBRARY_PATH is present in my environment.

MacPorts does not use your environment when it's running. It uses its own sanitized environment, controlled from macports.conf.

I can't think of a reason for this to be happening, other than the one you already ruled out.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39598

    • Property Owner changed from macports-tickets@… to jeremyhu@…
    • Property Cc devans@… added
  • Ticket #39598 – Description

    initial v1  
    11My os/architecture information is:
    22
     3{{{
    34Darwin XX.local 12.3.0 Darwin Kernel Version 12.3.0: Sun Jan  6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64
     5}}}
    46
    5 When attempting to upgrade via 'port upgrade outdated', I find that  upgrading webkit-gtk to 2.0.3 fails with:
     7When attempting to upgrade via '`port upgrade outdated`', I find that  upgrading webkit-gtk to 2.0.3 fails with:
    68
     9{{{
    710:info:build clang: warning: argument unused during compilation: '-pthread'
    811:info:build dyld: Symbol not found: __cg_jpeg_resync_to_restart
     
    1013:info:build   Expected in: /opt/local/lib/libjpeg.9.dylib
    1114:info:build  in /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
     15}}}
    1216
    1317I find that reverting to "webkit-gtk @2.0.1_0+quartz+video" resolves the issue. No other changes were made to environment or macports state other than moving the Portfile for webkit-gtk back to the 2.0.1_0 version with the dependency updated to 'port:harfbuzz-icu'.