#67093 closed defect (fixed)

gimp2-launcher does not work on Lion 10.7 and does not rev-upgrade

Reported by: rmottola (Riccardo) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version:
Keywords: lion Cc: mascguy (Christopher Nielsen), i0ntempest
Port: gimp2-launcher

Description

gimp2-launcher installs but fails rev-upgrade.

--->  Scanning binaries for linking errors
Could not open /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics: Error opening or reading file (referenced from /Applications/MacPorts/GIMP.app/Contents/Resources/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/MacOS.so)
--->  Found 2 broken files, matching files to ports      
--->  Found 1 broken port, determining rebuild order

then re-executing once more, I get:

--->  Extracting gimp-2.10.34-x86_64.dmg
Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_gimp2-launcher/gimp2-launcher/work" && /usr/bin/hdiutil attach '/opt/local/var/macports/distfiles/gimp2-launcher/gimp-2.10.34-x86_64.dmg' -private -readonly -nobrowse -mountpoint "/tmp/mports.Z3dO3l6y" && cd "/tmp/mports.Z3dO3l6y" && /usr/bin/find . -depth -perm -+r -print0 | /usr/bin/cpio -0 -p -d -m -u "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_gimp2-launcher/gimp2-launcher/work/gimp2-launcher-2.10.34"; status=$?; cd / && /usr/bin/hdiutil detach "/tmp/mports.Z3dO3l6y" && /bin/rmdir "/tmp/mports.Z3dO3l6y"; exit $status 
hdiutil: attach failed - corrupt image
hdiutil: detach failed - No such file or directory

Also, gimp itself stopped launching on 10.7 Lion (previous versions not yet tested due to ongoing work). This is a recent change, I think.

Start fails with:

$ GIMP.app/Contents/MacOS/GIMP 
GEGL-Message: 15:58:04.533: Module '/opt/local/lib/gegl-0.4/exr-save.dylib' load error: dlopen(/opt/local/lib/gegl-0.4/exr-save.dylib, 10): Symbol not found: __ZN7Iex_2_313throwErrnoExcERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEE
  Referenced from: /opt/local/lib/libIlmImf-2_3.24.dylib
  Expected in: /opt/local/lib/libIex-2_3.24.dylib
 in /opt/local/lib/libIlmImf-2_3.24.dylib
GEGL-Message: 15:58:04.538: Module '/opt/local/lib/gegl-0.4/exr-load.dylib' load error: dlopen(/opt/local/lib/gegl-0.4/exr-load.dylib, 10): Symbol not found: __ZN7Iex_2_313throwErrnoExcERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEE
  Referenced from: /opt/local/lib/libIlmImf-2_3.24.dylib
  Expected in: /opt/local/lib/libIex-2_3.24.dylib
 in /opt/local/lib/libIlmImf-2_3.24.dylib

Change History (3)

comment:1 Changed 14 months ago by rmottola (Riccardo)

Summary: gimp2-launchergimp2-launcher does not work on Lion 10.7 and does not rev-upgrade

reactivating the previous version, made gimp work again

  gimp2-launcher @2.10.32_0 (active)
  gimp2-launcher @2.10.34_0

comment:2 Changed 14 months ago by jmroot (Joshua Root)

Cc: mascguy i0ntempest added
Owner: set to MarcusCalhoun-Lopez
Status: newassigned

According to the Portfile, gimp2-launcher isn't supposed to be installing any architecture-dependent files. The archive size went from ~900 kB for 2.10.32 to 40 MB for 2.10.34, which suggests a lot of new files might be getting installed accidentally.

comment:3 Changed 14 months ago by i0ntempest

Resolution: fixed
Status: assignedclosed

In e389dbfc71608a5befb328147c1371a5bc6932bc/macports-ports (master):

gimp2-launcher: delete stuff added in the last ver

Closes: #67093

Note: See TracTickets for help on using tickets.