From owner-freebsd-ruby@FreeBSD.ORG Wed Feb 19 14:49:22 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 209FA151 for ; Wed, 19 Feb 2014 14:49:22 +0000 (UTC) Received: from mail-qa0-x22c.google.com (mail-qa0-x22c.google.com [IPv6:2607:f8b0:400d:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D792A1D53 for ; Wed, 19 Feb 2014 14:49:21 +0000 (UTC) Received: by mail-qa0-f44.google.com with SMTP id w5so533324qac.17 for ; Wed, 19 Feb 2014 06:49:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=YUSjOyQAnNGMTJM/Xl7onHPteLdq/jdqG4lGWCNlr/U=; b=FEVFVKQct/QIW8iyliKKnu1N0qQlmgr+sKAE7Qld1m0W8ACF6QClfLJKMqqi6OedNx GoD06q+xsVCiYxVCF3p2eQM8vd/mknbaDt96dDhzbqnixYMck3USR1RjWPqwdwuOoWYd aZy4U47uTDG0KJpyw9giK59zeqpQOIIyfgGBtHgEQXfBf2VyZUCJhUHccGHsuFJIb9a+ id2v94g7yJCuby38jHeY5JT9uDUDuj4pfYzLoETZo8Xx6y0QI30caCMx6UTkk4xdMoJN XVe7+c9poyOo3IlCeUnE3uCqy0J2dFTWPvRv2gX9LSLyWsnDhugkCLttYnAJ6dt97MtU tKyw== MIME-Version: 1.0 X-Received: by 10.236.149.2 with SMTP id w2mr12799995yhj.114.1392821360999; Wed, 19 Feb 2014 06:49:20 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.80.11 with HTTP; Wed, 19 Feb 2014 06:49:20 -0800 (PST) Date: Wed, 19 Feb 2014 15:49:20 +0100 X-Google-Sender-Auth: OUmSZpLjsIL_FRi6yF1CDmejFXc Message-ID: Subject: Ruby and clang 3.4 From: Antoine Brodin To: ruby@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2014 14:49:22 -0000 Hi there, With clang 3.4 (imported 3 days ago in head), ruby has problems configuring / building dl.so. Logs are available at http://package21.nyi.freebsd.org/bulk/head-default-baseline/2014-02-18_15h22m08s/logs/errors/ruby-1.9.3.484_1,1.log and http://package21.nyi.freebsd.org/bulk/head-default-baseline/2014-02-18_15h22m08s/logs/errors/ruby20-2.0.0.353_4,1.log ..