From owner-freebsd-current@FreeBSD.ORG Fri May 4 08:40:07 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F3EC41065670 for ; Fri, 4 May 2012 08:40:06 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id AAD398FC15 for ; Fri, 4 May 2012 08:40:06 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-current@freebsd.org with esmtp (envelope-from ) id <1SQE3U-0004cZ-H8>; Fri, 04 May 2012 10:40:00 +0200 Received: from munin.geoinf.fu-berlin.de ([130.133.86.110]) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-current@freebsd.org with esmtpsa (envelope-from ) id <1SQE3U-0003jo-Dz>; Fri, 04 May 2012 10:40:00 +0200 Message-ID: <4FA395E8.9050606@zedat.fu-berlin.de> Date: Fri, 04 May 2012 10:40:08 +0200 From: "Hartmann, O." Organization: FU Berlin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120427 Thunderbird/12.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.110 Subject: OpenLDAP: core dump with latest CLANG buildworld. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 May 2012 08:40:07 -0000 On all FreeBSD 10-CURRENt boxes, built with CLANG, there is no OpenLDAP anymore since yesterday's buildworld! OpenLDAP (slapd), the most recent build from the ports (recompiled everything in hope to fix the problem) coredumps immediately after it tries to start. Examination of the cause with slapd -d256 doesn't work. On those boxes working isn't possible at the moment, FreeBSD has still its trouble with no OpenLDAP present, even if nscd is configured for caching. It takes ages to login as root or those accounts supposed to be locally. Recompiling everything prerequisit for OpenLDAP/SASL revealed that even now databases/db5 isn't compiling with CLANG anymore (which has before the last LLVM update). What happened? Why is CLANG (3.1?) now so picky about some __atomic_... statements? Thanks for the help and patience, O. Hartmann