From owner-freebsd-ports@FreeBSD.ORG Thu Oct 30 10:11:43 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BE1E4E70 for ; Thu, 30 Oct 2014 10:11:43 +0000 (UTC) Received: from mail-la0-f48.google.com (mail-la0-f48.google.com [209.85.215.48]) (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 4682C243 for ; Thu, 30 Oct 2014 10:11:42 +0000 (UTC) Received: by mail-la0-f48.google.com with SMTP id gq15so3994418lab.7 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=l5EM3U1OcbpEjNRPxIFWLs0yOw4QhGpjLmbIh0djdXk8Gw0AbmTDEOKw0C8VsZyExV 6eg8Q8ttRi+fwv4Sx4SCss4y/51qT3+cyZVrKTYhv7M6P3UK6XlTo18Uol9HcfQfnObT NcRF8KIo1Qey8qzczF6cgNolpbevjziQyb34PskDdaBMha5y3Qy0q4ZBCqTnF1f8Tgti i8JpXkqcsm4+K8FoTv0YhoCf+7IIbkypluPqFJN/ChCCFQKGMw/0JwVLPPwl6vrlPE8N aPfvV1wYlyzdRl7hmQoRUKmOWYDtdmv6uHQDWvgz4E2YZrijTX5xLRwo2Pv1DDLGDErc aQCg== X-Gm-Message-State: ALoCoQmgp57tEJvI+jC6sAUmFgZrxMblK37BKE5d4LsVK5C+y+2g+RnYMYvDyXON5F4XoVgygX2d 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-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2014 10:11:43 -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/