Changes between Initial Version and Version 6 of Ticket #30212


Ignore:
Timestamp:
Mar 13, 2012, 6:06:29 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Thanks for this analysis. I can easily change the wrapper script to make this change. However I'm surprised it's necessary. My understanding was that DYLD_FALLBACK_LIBRARY_PATH is the path to look for libraries in if they can't be found in any of the usual library paths, and surely /usr/lib is a usual library path. All mention of DYLD_FALLBACK_LIBRARY_PATH in the wine FAQ only mentions setting it to the path where X11 libraries are found, which is exactly what we set it to in our wrapper script.

Could you try the attached patch and let me know if it actually helps? If so I'll be happy to apply it.

The "normal DYLD_FALLBACK_LIBRARY_PATH value", by the way, is the empty string. Without the wrapper script setting this variable, wine was all kinds of broken at the time, and I assume that's still the case.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30212

    • Property Cc jwa@… chrisk@… added
    • Property Summary changed from CUPS not functioning in wine-devel to wine, wine-devel: CUPS not functioning
    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Keywords haspatch added; wine-devel wine CUPS removed
    • Property Port wine added
  • Ticket #30212 – Description

    initial v6  
    1 On the ports page of wine-devel -- [https://trac.macports.org/browser/trunk/dports/x11/wine-devel/Portfile] configure.args is shown to have cups supported (--with-cups) however wine-devel is still failing to detect any printers through CUPS and wine-devel and keeps giving me a message that I need to install a printer before it can print in wine-devel.
     1On the ports page of wine-devel -- [browser:trunk/dports/x11/wine-devel/Portfile] configure.args is shown to have cups supported (--with-cups) however wine-devel is still failing to detect any printers through CUPS and wine-devel and keeps giving me a message that I need to install a printer before it can print in wine-devel.