From owner-freebsd-ports@freebsd.org Tue May 24 21:28:24 2016 Return-Path: Delivered-To: freebsd-ports@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 E426BB493B3 for ; Tue, 24 May 2016 21:28:24 +0000 (UTC) (envelope-from jjuanino@gmail.com) Received: from mail-oi0-x233.google.com (mail-oi0-x233.google.com [IPv6:2607:f8b0:4003:c06::233]) (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 AE59F1FFE for ; Tue, 24 May 2016 21:28:24 +0000 (UTC) (envelope-from jjuanino@gmail.com) Received: by mail-oi0-x233.google.com with SMTP id j1so48295911oih.3 for ; Tue, 24 May 2016 14:28:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc; bh=Foa+yywRjT7njjm0bUELe0/PGmlW4QWd4Fm25Cz0wPA=; b=JmLQ9mizANXqFIgmSnsJqjbVpWsN4IdlXzOVqNp9I34eTFR0hVwgS1I/dOhXGJwjjU gqy6QYJzfJjo/1Tv0fhHeoYphiz0oCT3LsGv5MkMHG//VN98cvZ+EkFcsJ2s+4/sbXZS SkaXrhEDFuTvdabYIcDla3Ga7a/vriX5wNJceHCS0n7PBZ/DuOKbeHb4i8bAOqXO6UDK mtpP5yG92smdpk2aF1ThABCmGHBun/iBAu83gTu795P2ykfVVjMZn7H2v710ED6WXILy ImMDhWF6XEeEHus8ZeM+l5pv4wJM6TJVPHXT2DtZm8zYv0ZsG+pPFWLWcXnjr0hw5geM uYtw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to:cc; bh=Foa+yywRjT7njjm0bUELe0/PGmlW4QWd4Fm25Cz0wPA=; b=KdurskLPO5tYJtw2foV20HncreDHGtaAEonnDBCPj99NT8xx48IHhCaWZOOhASS3/h AVW/ssZ73o2vkyROm35AM/Ry1uL0K0mkHTxwXTn7GZK5lgzcm5y/x5EG1j3SOLexjFTx LkpKP1MxHqprVTm5/hOmhvNcqyNN5418+KBnd/ejj4Ixxz5/ov76DZY0LXpnLxJLceQ9 KXzBkNeaE/goDsuSmybCEoQSiS+8EnXLKtTIjYTUYeaxXqDyn2Qk8i33+aS3ka+Q4n8v 3+yW5BZMPO2yTZnCpPT7U5F8mNElldIHY6TBbj4yMuXTrJ7CI4K5sE0cUbwG2tKx9UBB I/MQ== X-Gm-Message-State: ALyK8tLO9khwrdZzfPaRzm7sktrctPHIN46iff8P2SUeZMYDdcm92TPd5b/nqeS+kU+Av6FPnFpmtD63aP5cMg== MIME-Version: 1.0 X-Received: by 10.202.225.8 with SMTP id y8mr212817oig.192.1464125303997; Tue, 24 May 2016 14:28:23 -0700 (PDT) Received: by 10.202.191.70 with HTTP; Tue, 24 May 2016 14:28:23 -0700 (PDT) Date: Tue, 24 May 2016 23:28:23 +0200 Message-ID: Subject: by-borgbackup does not install with portmaster: it does not detect the right python version From: =?UTF-8?B?Sm9zw6kgR2FyY8OtYSBKdWFuaW5v?= To: ports Cc: aeuii@posteo.de Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2016 21:28:25 -0000 Hi, please I need some advice about this PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209649 The issue seems to be related to portmaster, as I think it does not detect that py-borgbackup requires 3.4 python version packages instead of 2.7. The critical output is the following: # portmaster archivers/py-borgbackup ===>>> Port directory: /usr/ports/archivers/py-borgbackup ===>>> Gathering distinfo list for installed ports ===>>> Launching 'make checksum' for archivers/py-borgbackup in background ===>>> Gathering dependency list for archivers/py-borgbackup from ports ===>>> Starting dependency check ===>>> Checking dependency: devel/py-setuptools_scm ===>>> Launching child to install devel/py-setuptools_scm ===>>> archivers/py-borgbackup >> devel/py-setuptools_scm (1/1) ===>>> Port directory: /usr/ports/devel/py-setuptools_scm ===>>> Launching 'make checksum' for devel/py-setuptools_scm in background ===>>> Gathering dependency list for devel/py-setuptools_scm from ports ===>>> Starting dependency check ===>>> Checking dependency: devel/py-setuptools27 <--- Wrong??? Notice that the port builds fine by mean of "make install". Only crashes (at runtime) when building with portmaster. Regards