[Bug 197227] [PATCH] Fix mutexes in databases/db5 on ARMv6 and later
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jan 31 16:20:01 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197227
Bug ID: 197227
Summary: [PATCH] Fix mutexes in databases/db5 on ARMv6 and
later
Product: Ports & Packages
Version: Latest
Hardware: arm
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: mandree at FreeBSD.org
Reporter: Andrew at FreeBSD.org
Assignee: mandree at FreeBSD.org
Flags: maintainer-feedback?(mandree at FreeBSD.org)
Created attachment 152418
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152418&action=edit
Patch to fix mutexes on armv6
The databases/db5 port uses it's own mutex implementation. Unfortunately on ARM
it uses the deprecated swp instruction for these. On some hardware supported by
the armv6 FreeBSD target architecture this instruction is unavailable so we
disallow it here where possible.
The attached patch fixes this by using POSIX mutexes in this case.
--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer mandree at FreeBSD.org
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list