From owner-freebsd-stable@FreeBSD.ORG Wed Jul 24 08:51:03 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E01E6D6A; Wed, 24 Jul 2013 08:51:03 +0000 (UTC) (envelope-from freebsd@tzim.net) Received: from orlith.tzim.net (orlith.tzim.net [IPv6:2001:41d0:8:be42::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A6F4622D7; Wed, 24 Jul 2013 08:51:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tzim.net; s=B; h=Content-Transfer-Encoding:Content-Type:Subject:To:MIME-Version:From:Date:Message-ID; bh=d6jaZGnTQIWyV3xomrAoONy3qZW+dVaINqfqkNCITJA=; b=blfbv5rnLxt3qXVlgq4cATk+dvYgLy+RgfNH89iQZvCPbJYntjYwxqkG2aM9s7NnpMYTYmV65KnjJaTTKaYrzEdYX23tKJ7dBn2wPzL8/jB6YbNjwPVcazJfC10oDMPSQae3xO9+XBn+++tA3e5rLRtT99RMyJrT6qF1verQbso=; Received: from [194.199.107.7] (helo=[10.60.11.82]) by orlith.tzim.net with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1V1umj-000EMF-3h; Wed, 24 Jul 2013 10:51:01 +0200 Message-ID: <51EF9574.6090007@tzim.net> Date: Wed, 24 Jul 2013 10:51:00 +0200 From: Arnaud Houdelette User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130630 Icedove/17.0.7 MIME-Version: 1.0 To: freebsd-stable@freebsd.org, freebsd-java@freebsd.org Subject: java (openjdk6) segfaults when built with 9-stable clang Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-User: tzim@tzim.net X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jul 2013 08:51:03 -0000 Hi I recently upgraded my home NAS from 9.1-RELEASE to 9-stable (r253470 (9.2-BETA1)) I also upgraded my poudriere building jail. Since then, multimedia/xbmc port fails to build in configure stage : java segfaults (sig11). I use WITH_CLANG_IS_CC=YES, for world and build-jails. I found following workarounds: - use previously (with 9.1-RELEASE world and clang) build openjdk6 pkg (same version). - use USE_GCC=YES for java port. It's the only one place I use java (openjdk6-b27_4). So I cannot say if java works otherwise. Is this a java or clang bug ? Should I open a PR ?