Opened 11 years ago

Closed 11 years ago

#39073 closed defect (fixed)

wine-devel @1.5.30_0 fails to run: dyld: Library not loaded: @rpath/libwine.1.dylib

Reported by: f261027@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: jyrkiwahlstedt
Port: wine-devel

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

Upon updating wine-devel to 1.5.30 and running it, I get this:

  ~/Downloads/jelly1000 $ wine jelly.exe
  dyld: Library not loaded: @rpath/libwine.1.dylib
    Referenced from: /opt/local/libexec/wine/wine
    Reason: image not found
  /opt/local/bin/wine: line 5: 81307 Trace/BPT trap          DYLD_FALLBACK_LIBRARY_PATH="/opt/local/lib:/usr/lib" "/opt/local/libexec/wine/wine" "$@"

And nothing starts up. (This goes for other executables as well, all of which work perfectly well in 1.5.29.)

I suspect these changes in 1.5.30 might be relevant:

      makefiles: Generate the platform-specific libwine rules from configure.
      [...]
      configure: Use gcc -shared instead of dllwrap to build libwine.dll.
      winegcc: Use gcc -shared instead of dllwrap to build DLLs.

-- http://www.winehq.org/announce/1.5.30

Change History (4)

comment:1 Changed 11 years ago by mf2k (Frank Schima)

Cc: jwa@… added
Description: modified (diff)
Keywords: crash removed
Owner: changed from macports-tickets@… to ryandesign@…
Priority: HighNormal

In the future, please use WikiFormatting and Cc the port maintainer(s). The Priority field is reserved for use by Macports team members only.

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

Description: modified (diff)
Summary: wine-devel @1.5.30_0 fails to runwine-devel @1.5.30_0 fails to run: dyld: Library not loaded: @rpath/libwine.1.dylib

I see the same problem.

wine @1.5.30 doesn't install any dylibs at all anymore...

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

Status: newassigned

The problem is not just on OS X. Here's the upstream bug report, which includes a fix: http://bugs.winehq.org/show_bug.cgi?id=33560

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

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.