Return-Path: X-Original-To: apmail-apr-bugs-archive@www.apache.org Delivered-To: apmail-apr-bugs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1BCA617F21 for ; Fri, 10 Apr 2015 20:55:24 +0000 (UTC) Received: (qmail 70105 invoked by uid 500); 10 Apr 2015 20:55:23 -0000 Delivered-To: apmail-apr-bugs-archive@apr.apache.org Received: (qmail 70071 invoked by uid 500); 10 Apr 2015 20:55:23 -0000 Mailing-List: contact bugs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apr.apache.org Delivered-To: mailing list bugs@apr.apache.org Received: (qmail 70061 invoked by uid 99); 10 Apr 2015 20:55:23 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Apr 2015 20:55:23 +0000 Received: from asf-bz1-us-mid.priv.apache.org (nat1-us-mid.apache.org [23.253.172.122]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPS id B09291A0113 for ; Fri, 10 Apr 2015 20:55:23 +0000 (UTC) Received: by asf-bz1-us-mid.priv.apache.org (ASF Mail Server at asf-bz1-us-mid.priv.apache.org, from userid 33) id F1C28600AA; Fri, 10 Apr 2015 20:55:22 +0000 (UTC) From: bugzilla@apache.org To: bugs@apr.apache.org Subject: [Bug 55418] Solaris 10 does not necessarily have atomic_swap_32() et al. Date: Fri, 10 Apr 2015 20:55:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: APR X-Bugzilla-Component: APR X-Bugzilla-Version: 1.4.6 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ylavic.dev@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@apr.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 https://bz.apache.org/bugzilla/show_bug.cgi?id=55418 Yann Ylavic changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ylavic.dev@gmail.com --- Comment #2 from Yann Ylavic --- Created attachment 32643 --> https://bz.apache.org/bugzilla/attachment.cgi?id=32643&action=edit Detect possible Solaris 10 breaches and force USE_ATOMICS_GENERIC Looks like (early?) Solaris 10 are missing some atomic functions exports to userland (Bug-ID 4954703 "userland atomic.h port should include cas primitives", Patch-ID 118884 or 118885 available, depending on CPU). Workaround is ./configure --enable-nonportable-atomics=no ... Patch attached for future APR versions (possibly), can you give it a try? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org For additional commands, e-mail: bugs-help@apr.apache.org