From owner-freebsd-current@freebsd.org Fri Jul 27 21:22:25 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3015A1057450 for ; Fri, 27 Jul 2018 21:22:25 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-it0-x22e.google.com (mail-it0-x22e.google.com [IPv6:2607:f8b0:4001:c0b::22e]) (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 BCF3A8936E; Fri, 27 Jul 2018 21:22:24 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-it0-x22e.google.com with SMTP id e14-v6so9505294itf.1; Fri, 27 Jul 2018 14:22:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=BX5H/Gby6w/IZ7J5EmO+Vlesnl0Caehn91C7lrPD5D8=; b=PPJfVsfaj97/Vv7G6aiIEyDNDMzMWBs5sLxQ1FRI2s/UNmBmSe/qlta91F2pYMm4ci ffw89JwdIVc0sOi0Sg4ko+03CeFg6LvCLGEvCrL5MBkvGlphNawG7bkj9z3MEBWydyiY mScr9wtEVZ1BYr8ueW0HMwQ2mrY/EHfz+fJZIKGCGlVtVDeoxT+O879xjZpRFcbeB6H/ 3GkYfAejP+KU1brlOrJl9UKFBs2ZF5ajANF2N/YWYtsenysog6RiB/xFS+255htrVCT9 f+/AWDRYgAvgmWMxPdvW7LbRRz9fYkq22n8sJqHjRZe2OtP6vIqb524t5Gtr28G3jGhl GizA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=BX5H/Gby6w/IZ7J5EmO+Vlesnl0Caehn91C7lrPD5D8=; b=G39nTmwhibUfq7B57IFXD6cIK4RYr4no426txoZRerKu1KjOSSpdwPuTZQbxOmBElo 0m7d96XZtYXLUmTqbBL1kc5pglAZLM4HxQ+nqsPjKOOGyGFEaqAsjvGyxmmbxsdNi8Pc kkEi0fet1HrKqvWuk+zIfAQfn2Km2w131S37YcFKhjV4PLGaEPOGbTbbE7JNZkWf6moP x4cbLd+vAOcbnqifPlY0fWqHEUmN0VEmY7p2LJNzrLdcTrvuHFrsBEJQ4KX9HWP09VOV 9l6Jfij5KlJX9YLFNxL1D1Nr9AhiNxnYykK76AtzWCTDD0SQ69+2df9BZ8gd6XFJwOf4 VPqw== X-Gm-Message-State: AOUpUlHU3HUeAKKViJ4kDc6o7zDMajokpKnAVRfH9uaF7qLcE3+xClD6 /pAnI6HFjUo2EDVXLytaTY5vELxzNZzgiNi0LcoKag== X-Google-Smtp-Source: AAOMgpdYSyLK5QAWWx0iZQst1dSOkoBYV9uUnU7e0zUojWnlS/OFJKHCdVpQM+VqNNx2+zq+dxr58GacS6YMRfcyVMc= X-Received: by 2002:a24:2c49:: with SMTP id i70-v6mr7204332iti.135.1532726544015; Fri, 27 Jul 2018 14:22:24 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 2002:a02:a495:0:0:0:0:0 with HTTP; Fri, 27 Jul 2018 14:22:23 -0700 (PDT) In-Reply-To: References: From: Antoine Brodin Date: Fri, 27 Jul 2018 23:22:23 +0200 X-Google-Sender-Auth: APHZmcHO8yuXFvVaZSYsO_BZAPE Message-ID: Subject: Re: make distribution fails, A failure has been detected in another branch of the parallel make To: Martin Wilke Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2018 21:22:25 -0000 On Fri, Jul 27, 2018 at 7:21 PM, Martin Wilke wrote: > Hi, > > I just upgraded a jail in poudriere with latest head, https://dpaste.de/bfTT/raw . portmgr@ reproduces this issue too. Antoine