Summary: | games/warzone2100: crashes with emmitting weird sound | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | O. Hartmann <ohartmann> |
Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> |
Status: | Closed FIXED | ||
Severity: | Affects Many People | CC: | danilo |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(amdmi3) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
Bug Depends on: | 199488 | ||
Bug Blocks: |
Description
O. Hartmann
2015-10-16 13:37:12 UTC
Could it be https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199488 ? (Try recompiling openal with gcc) PR 199488 provides a patch which fixes the problem. Thanks. A commit references this bug: Author: danilo Date: Sat Oct 17 16:32:53 UTC 2015 New revision: 399540 URL: https://svnweb.freebsd.org/changeset/ports/399540 Log: - Add a workaround for a problem caused by clang For some reason clang is breaking the code when openal-soft is built with optimizations. If the file alBuffer.c is built with -O1 the problem don't happens. See https://github.com/kcat/openal-soft/issues/18 The problem seems to happen just on CURRENT due the clang version. PR: 199488, 203818 Tested by: ohartman@zedat.fu-berlin.de Approved by: mva MFH: 2015Q4 Changes: head/audio/openal-soft/Makefile head/audio/openal-soft/files/patch-OpenAL32_alBuffer.c A commit references this bug: Author: danilo Date: Mon Oct 19 14:22:46 UTC 2015 New revision: 399683 URL: https://svnweb.freebsd.org/changeset/ports/399683 Log: MFH: r399540 - Add a workaround for a problem caused by clang For some reason clang is breaking the code when openal-soft is built with optimizations. If the file alBuffer.c is built with -O1 the problem don't happens. See https://github.com/kcat/openal-soft/issues/18 The problem seems to happen just on CURRENT due the clang version. PR: 199488, 203818 Tested by: ohartman@zedat.fu-berlin.de Approved by: mva Approved by: ports-secteam (feld) Changes: _U branches/2015Q4/ branches/2015Q4/audio/openal-soft/Makefile branches/2015Q4/audio/openal-soft/files/patch-OpenAL32_alBuffer.c Should be fixed in openal, not a warzone2100 problem in any case |