From owner-svn-src-head@freebsd.org Wed Oct 19 22:56:06 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65506C19768; Wed, 19 Oct 2016 22:56:06 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-x243.google.com (mail-it0-x243.google.com [IPv6:2607:f8b0:4001:c0b::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 383473D6; Wed, 19 Oct 2016 22:56:06 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-x243.google.com with SMTP id e203so3112293itc.1; Wed, 19 Oct 2016 15:56:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=6pN3f8upsBLK6iCoKdALwHSU/9SqSkh7dct+RQjLLhs=; b=vnJGqy6GkExUGHAxCZIMgE/o/lUFCXA2ISpV6WjlgIqsUFwFXTHHpooKixCoHSdlPP wCEYTTr9zTJx9GdIEdJKTVvNMjAgsIEsQCwl/FNSVj+ogZP62JZhCwDuJCn58KIRcpJU tlfhJFCHMea/sP3zFAIyl3s1e/IGJilEEh4L4Td39QRWX0lvzrlSyhy2VMHnSpHVJAtq +mulMt/AcQlDgqgA07pH+l01ORVLkcXKy0xC/6qvBvfafXSTjpoLihUYkJ0m4SaUh1cE pFxpgURZ6Is09Qb9t7kAaMvA8Ag/VLqDxiWlDMGKKyrlu1ehvfSGuVnULU2eHPlPWZAk oUpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=6pN3f8upsBLK6iCoKdALwHSU/9SqSkh7dct+RQjLLhs=; b=apk9uSaXBeNx/imzcBIP3uGqD812dO9zowXGq+TlE5CDsVkoEWloEEIux0z7T/Mq5t uJi6SxWus5Tb166qVQaZNaIr8b/Tr8PuwfSfKkNDj/lTHjY4cQbjJW4tXoeXpEVndmyy 6AE7J1rxlDIly3zDb/9I/VM5R+9LF4ipfK1j6rzyqGjdGkTgL/QO4YPsSmO3KqAREaoK KbpSPgdhczE5yAIsT4LSjsbc5N/XcygYZPARCo2Q5nUq+BTnuJbuhSJpi/dpTK6rQrf5 icfmZpwPvZX2j5vpGpRJX46+psk39ol0IzEpcrqmpAFdL6Axh+ngPz64joYU1+L7Z5B9 pWRQ== X-Gm-Message-State: AA6/9RlBgQtgKBumcWrWV1E1CL/mpqzi0EX6vrbb2l4Wn5TogwxRPFSk6GHjp9tj5mKlmYIScFN3JNVeYQ/RBQ== X-Received: by 10.36.10.135 with SMTP id 129mr5412175itw.108.1476917765304; Wed, 19 Oct 2016 15:56:05 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.180.211 with HTTP; Wed, 19 Oct 2016 15:55:44 -0700 (PDT) In-Reply-To: <69B71206-9305-4A8D-9589-3E9B22914D71@FreeBSD.org> References: <201610192125.u9JLPxcX050907@repo.freebsd.org> <69B71206-9305-4A8D-9589-3E9B22914D71@FreeBSD.org> From: Ed Maste Date: Wed, 19 Oct 2016 22:55:44 +0000 X-Google-Sender-Auth: ZHfS4MGpgxKfySTpQmauHSSjv1A Message-ID: Subject: Re: svn commit: r307659 - head/gnu/usr.bin To: Matteo Riondato Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 22:56:06 -0000 On 19 October 2016 at 21:43, Matteo Riondato wrote: > > This seems to have broken buildworld with WITHOUT_GPL_DTC=y in src.conf . What error do you get?