Opened 15 months ago

Last modified 15 months ago

#67681 accepted defect

wine on High Sierra blocked by failed "openal-soft +universal" builds — at Initial Version

Reported by: atalkingegg Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: openal-soft

Description

"port install openal-soft" works fine. "port install wine" asks for a "+universal" ?? variant of openal-soft (if available, which it is), which adds a "-arch i386" compiler flag, which creates warnings "ld: warning: The i386 architecture is deprecated for macOS (remove from the Xcode build setting: ARCHS)", but when linking creates the error "Undefined symbols for architecture i386:", (_sf_close, sf_command, _sf_open, _sf_readf_float).

macOS 10.13.6 17G14042 Xcode 10.1 10B

"port -s install openal-soft" works. "port -s install openal-soft +universal" fails.

Suggested fix: remove broken +universal from openal-soft on High Sierra, or track down missing i386 linked file.

Change History (0)

Note: See TracTickets for help on using tickets.