From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 30 10:11:38 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 730BEE6B for ; Thu, 30 Oct 2014 10:11:38 +0000 (UTC) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EFABA240 for ; Thu, 30 Oct 2014 10:11:37 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id gm9so4100618lab.27 for ; Thu, 30 Oct 2014 03:11:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:content-type:content-transfer-encoding; bh=9xS1Gi35EVesmQpQcKqTlkO2WShvgXD9hy7xHDCr9nY=; b=NRLR7tSjSqQeLhYfjbeEu8rSgs0y/gjznhnMY5B6qpxfyQmTQT89WOPlGs3gwOgCcN Q/vE9Mdbs5ov3mN/nxQkdi+JSo2avYUsrFuX/SFXJWSplw43kieePSxvz2M3NOkNiXg3 BoKIAjYElMzNGP88pSKzAVMxLtFJWm6kXlQVyqK1h4U4olEr/N0mAde1c+XNts2mZXQO vJMp+cNRdams7j2op9mG+UrnaUZg9do10rdsoThCae9KSV2U6XT/Q+Tgim9Fks+v+VUD TxT425cGxa1Q9PycUUYfXAlRSudi3mZpfZ3LF3oZTH9wfHUb++RowVGtcgwqlRo8h485 wESA== X-Gm-Message-State: ALoCoQkWg46o341H2z/XEhNC0xixgQe1e35bvZxWtI5snX8SvXbE0y/ma8hfHM/rQFJlpwzOVXv1 X-Received: by 10.152.206.36 with SMTP id ll4mr18018063lac.64.1414663895097; Thu, 30 Oct 2014 03:11:35 -0700 (PDT) Received: from [192.168.1.2] ([89.169.173.68]) by mx.google.com with ESMTPSA id z4sm3016138laz.39.2014.10.30.03.11.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Oct 2014 03:11:34 -0700 (PDT) Message-ID: <54520ED5.6040907@freebsd.org> Date: Thu, 30 Oct 2014 13:11:33 +0300 From: Andrey Chernov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: ruby@FreeBSD.org Subject: Can't build ruby20 on -current: it doesn't honor WITHOUT_CDDL=yes Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Cc: ports X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2014 10:11:38 -0000 Hi. I disable zfs and dtrace on my machine using WITHOUT_CDDL=yes in /etc/src.conf ryby20 port throw this error: ... checking for valgrind/memcheck.h... no checking for strip... strip configure: error: dtrace(1) is missing ===> Script "configure" failed unexpectedly. I see you have sophisticated check depending on OS version for CONFIGURE_ARGS+= --enable-dtrace IMHO, it should be replaced to test dtrace binary presence instead. -- http://ache.vniz.net/