From owner-svn-ports-all@freebsd.org Sun Feb 11 07:28:35 2018 Return-Path: Delivered-To: svn-ports-all@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 2696BF1DD8F; Sun, 11 Feb 2018 07:28:35 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-io0-x241.google.com (mail-io0-x241.google.com [IPv6:2607:f8b0:4001:c06::241]) (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 A7D356927F; Sun, 11 Feb 2018 07:28:34 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-io0-x241.google.com with SMTP id 72so14167324iom.10; Sat, 10 Feb 2018 23:28:34 -0800 (PST) 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=KMu6EOP9GS0Zs0mMc1QyvzQ06gRs1K8lTUygZgHI2fc=; b=luHBQPhSO02Q6qe7SyyLKBcfl20J0IiNxA3strFH/qZ05YDV2tNAVwsGiqYMdKiDFL S6zuUoICN2uR/bFvDBpgaMhHWjWSBNJ5PM+Qe8WB7fdABvNAlz5zqGAzzT3r22t84cJ8 Yl2/DSP7wQAgACJZbTQWXhyHtH2RBeEa71EBGNFneG7rGKuzyxDfEAlv95nSKmjQODui 1jQVGlJ2xCxFeIZJKrzzyFcotXqPFzNJ0FgUMbIFG1BS5y55yqzXDa0EfntWVCSwc1c0 Z9abbx5Iwd+sfiCMKvWn1oxN93hNC0VmvHk0ny98gr5WFLG1wq5bjrwgzbErGboxiHr0 ziow== 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=KMu6EOP9GS0Zs0mMc1QyvzQ06gRs1K8lTUygZgHI2fc=; b=SAjsi4Q5X6+uiQmrX8PQDfAGQU4nz8LI0FieSv+JF03fcR6R+7UF7k7xRZWcrh3W3h 1e72exqZgpjNeD9ialEnjz9FkDuhqBq/7OncgRk9D/Jwm8hi58WQTXEIy33t9gDZPr0Y /nJhVGDn5nhvB9TlU7wVNGXXJ/J8tCJrbgh4BAkZzCfo+BjKKz3c0GUe/70qAgB7Fn5/ yBSJ//cshG6hrgzr5HPdGvQKKr5mJKsoUvw5V7ngHsO1/C0JtEfaYhKK0X/YzVMPceza Ehz2hdeKSgiXKwvOwGrfnfWmB+YyAocqzf3OshYfrqN48a+iL4VzwpVWUq8F2U0kIvT7 ds4w== X-Gm-Message-State: APf1xPAeePZBIxRpgmoW/cy0+IVoirx/gTGWF6mncnhSEcxOWEUPJkau yl2jm1Bc7MH6gqhcptC3JZB2J3gYXz9rNhS+xclFrg== X-Google-Smtp-Source: AH8x2273yPiyeaqSZ2N+bJgaOLfk8PVnRpFokPSkMnqK1jnxM/csAIC1aYaSUblgzVt/F32pDq6dFVToBaJb/kgqUrE= X-Received: by 10.107.137.82 with SMTP id l79mr9501634iod.212.1518334114080; Sat, 10 Feb 2018 23:28:34 -0800 (PST) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.143.86 with HTTP; Sat, 10 Feb 2018 23:28:33 -0800 (PST) In-Reply-To: <3bab5418-4ae4-f5aa-d572-a9fef3e3287a@freebsd.org> References: <201802110519.w1B5JVSB075244@repo.freebsd.org> <3bab5418-4ae4-f5aa-d572-a9fef3e3287a@freebsd.org> From: Antoine Brodin Date: Sun, 11 Feb 2018 08:28:33 +0100 X-Google-Sender-Auth: osWNzZIzX1VYVUj_CItYrC0RYww Message-ID: Subject: Re: svn commit: r461457 - head/converters/py-zfec To: Yuri Victorovich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, tcberner@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Feb 2018 07:28:35 -0000 On Sun, Feb 11, 2018 at 8:26 AM, Yuri wrote: > On 02/10/18 23:16, Antoine Brodin wrote: >> >> Please test your commits with poudriere bulk -t converters/py-zfec@all >> , it would have been obvious that the python3 flavor was breaking the >> build. > It breaks due to some the converters/zbase32 dependency, not by itself. It > is nothing wrong with this port itself in py36. No? devel/py-pyutil is not avaiable in py36 flavor. Antoine