From owner-freebsd-python@freebsd.org Sun Sep 23 01:28:13 2018 Return-Path: Delivered-To: freebsd-python@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 3799F10A9439 for ; Sun, 23 Sep 2018 01:28:13 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id AE7E48AC6C for ; Sun, 23 Sep 2018 01:28:12 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 6F8BA10A9436; Sun, 23 Sep 2018 01:28:12 +0000 (UTC) Delivered-To: python@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 4D9C710A9434 for ; Sun, 23 Sep 2018 01:28:12 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com [209.85.167.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B327B8AC6A; Sun, 23 Sep 2018 01:28:11 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-lf1-f47.google.com with SMTP id t22-v6so4199692lfb.7; Sat, 22 Sep 2018 18:28:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=YYIya/VKE9OOzyXV0ebgNGSl6WctcPUB0YF98pKqrxM=; b=cJPjgsLon9D9FKyuwoV8zfj+9hNT/aWngc9dkmxo++sM+RR581gvn1437k/GA33g81 ISlkOwyKq0SCnZFlnVe2K/yRSbAoaJMdgFCu+djKqHvQwEWJLVWCFp/NiEMnSIYMRQjm 6f5/qZTXwMoBT1XxvEDKbc99+X7mlH0gPwq3fLShLKogS1ymG+m+iGzCSAX34+9xv0Ir ze/BpKMpQB6o3/RjeqDnENY4/Ar+i17okCtJz7SOfbTERN0w5a7idKhA69ih6QWLA43I Iwkr9LU6gDVED0U7FNo6drHl6RwK97VEu4oWi2uasHUm38d0ViQWwPCytm1cSE3oeh+2 16vg== X-Gm-Message-State: APzg51Duq2qMBeTOnIuDaRiB+efA9pD25sVbYs/3k63y6l7ulJpVPA5/ g4QmikhKlk2Ko3I9GLUQ8msI6EOTxlJRcag/+qU= X-Google-Smtp-Source: ANB0VdY6UJeAmmx2wz4dDInQdpQ3YauYOdMRkrEaa1azlmR7l4PMUnztBmQ1KaTHZ1UGXywXKn2bRoK0RFpw7tVAHjY= X-Received: by 2002:a19:8fc7:: with SMTP id s68-v6mr2242326lfk.75.1537664647492; Sat, 22 Sep 2018 18:04:07 -0700 (PDT) MIME-Version: 1.0 References: <9D14E231-BFD7-4442-9418-3878E70A9C71@Chaos1.DE> <3f44c803-df9c-5683-3aa5-7bec1ba721a1@FreeBSD.org> In-Reply-To: From: Kubilay Kocak Date: Sun, 23 Sep 2018 11:03:55 +1000 Message-ID: Subject: Re: [Resolved] --was: Re: Why are devel/py-setuptools missing -I${LOCALBASE}/include ? To: Axel Rau Cc: Palle Girgensohn , python@freebsd.org, =?UTF-8?Q?Michael_Str=C3=B6der?= Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 01:28:13 -0000 Hi Axel, all of that is why I suggested using the existing py-ldap0 port :) Thanks for letting us know it all worked out ./koobs On Sun, 23 Sep. 2018, 6:28 am Axel Rau, wrote: > > > Am 20.09.2018 um 13:59 schrieb Axel Rau : > > > > Am 20.09.2018 um 11:35 schrieb Kubilay Kocak : > > > Standard warning first up: use of pip install as root (without =E2=80=94u= ser) > > This setup is in venv. > > > > - Try CFLAGS/LDFLAGS to pass the -I/-L paths. > - Try using the --include-dirs, --libraries and --library-dirs (-L) > arguments to the setuptools build_ext command (see pythonX.Y setup.py > build_ext =E2=80=94help for more) > > > Neither > python2.7 setup.py build_ext =E2=80=94include-dirs /usr/local/include > --library-dirs /usr/local/lib > nor > include_dirs =3D /usr/local/include > in setup.cfg worked. > > > Doing carefully what you have proposed, finally worked: > > After building ldap0 with > python setup.py build_ext =E2=80=94include-dirs /usr/local/include > and installing it, a > pip install web2ldap > succeeded. > > Thanks, Axel > --- > PGP-Key:29E99DD6 =E2=98=80 computing @ chaos claudius > > From owner-freebsd-python@freebsd.org Sun Sep 23 02:38:58 2018 Return-Path: Delivered-To: freebsd-python@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 4C9D710AAD94 for ; Sun, 23 Sep 2018 02:38:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id DD8288CB81 for ; Sun, 23 Sep 2018 02:38:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9FA2A10AAD93; Sun, 23 Sep 2018 02:38:57 +0000 (UTC) Delivered-To: python@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 8C4F010AAD92 for ; Sun, 23 Sep 2018 02:38:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 275028CB75 for ; Sun, 23 Sep 2018 02:38:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 7FD971582F for ; Sun, 23 Sep 2018 02:38:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8N2cuJh080936 for ; Sun, 23 Sep 2018 02:38:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8N2cuXo080935 for python@FreeBSD.org; Sun, 23 Sep 2018 02:38:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 231533] devel/py-pyopencl: Update to 2018.2 Date: Sun, 23 Sep 2018 02:38:56 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status resolution keywords assigned_to flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 02:38:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231533 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |python@FreeBSD.org Status|Open |Closed Resolution|--- |FIXED Keywords|needs-qa | Assignee|python@FreeBSD.org |sunpoet@FreeBSD.org Flags|maintainer-feedback?(python | |@FreeBSD.org), | |maintainer-feedback?(yuri@f | |reebsd.org) | --- Comment #2 from Kubilay Kocak --- Resolved (not referenced) by sunpoet in ports r480413 --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.= From owner-freebsd-python@freebsd.org Sun Sep 23 02:40:56 2018 Return-Path: Delivered-To: freebsd-python@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 2D44410AAE1F for ; Sun, 23 Sep 2018 02:40:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BCBDC8CC0B for ; Sun, 23 Sep 2018 02:40:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7E20110AAE1C; Sun, 23 Sep 2018 02:40:55 +0000 (UTC) Delivered-To: python@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 6CCF310AAE1A for ; Sun, 23 Sep 2018 02:40:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E4B88CC02 for ; Sun, 23 Sep 2018 02:40:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 6D8D415844 for ; Sun, 23 Sep 2018 02:40:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8N2es4Y083778 for ; Sun, 23 Sep 2018 02:40:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8N2esoJ083777 for python@FreeBSD.org; Sun, 23 Sep 2018 02:40:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 231340] sysutils/py-salt SaltStack doesn't work on Python 3.7 Date: Sun, 23 Sep 2018 02:40:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: dependson keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 02:40:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231340 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |231609 Keywords|needs-patch | Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231609 [Bug 231609] sysutils/py-salt: update to 2018.3.2 (plus PY3 fix) [maintainer-update] --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Sun Sep 23 02:41:35 2018 Return-Path: Delivered-To: freebsd-python@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 0892D10AAFC5 for ; Sun, 23 Sep 2018 02:41:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B2C748CD08 for ; Sun, 23 Sep 2018 02:41:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7126710AAFC0; Sun, 23 Sep 2018 02:41:34 +0000 (UTC) Delivered-To: python@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 5FF9310AAFBF for ; Sun, 23 Sep 2018 02:41:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 017EB8CCFF for ; Sun, 23 Sep 2018 02:41:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 4FFA315869 for ; Sun, 23 Sep 2018 02:41:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8N2fXVC089648 for ; Sun, 23 Sep 2018 02:41:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8N2fXIr089647 for python@FreeBSD.org; Sun, 23 Sep 2018 02:41:33 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 231609] sysutils/py-salt: Update to 2018.3.2 (Fixes Python 3 runtime) Date: Sun, 23 Sep 2018 02:41:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc short_desc blocked Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 02:41:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231609 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |python@FreeBSD.org Summary|sysutils/py-salt: update to |sysutils/py-salt: Update to |2018.3.2 (plus PY3 fix) |2018.3.2 (Fixes Python 3 |[maintainer-update] |runtime) Blocks|231340 | Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231340 [Bug 231340] sysutils/py-salt SaltStack doesn't work on Python 3.7 --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Sun Sep 23 02:41:35 2018 Return-Path: Delivered-To: freebsd-python@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 B0E7C10AAFD0 for ; Sun, 23 Sep 2018 02:41:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6F8708CD10 for ; Sun, 23 Sep 2018 02:41:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5450410AAFC9; Sun, 23 Sep 2018 02:41:35 +0000 (UTC) Delivered-To: python@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 4305010AAFC7 for ; Sun, 23 Sep 2018 02:41:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D94C58CD0A for ; Sun, 23 Sep 2018 02:41:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 37E8315870 for ; Sun, 23 Sep 2018 02:41:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8N2fYPo089675 for ; Sun, 23 Sep 2018 02:41:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8N2fYwD089674 for python@FreeBSD.org; Sun, 23 Sep 2018 02:41:34 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 231340] sysutils/py-salt SaltStack doesn't work on Python 3.7 Date: Sun, 23 Sep 2018 02:41:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: dependson Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 02:41:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231340 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|231609 | Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231609 [Bug 231609] sysutils/py-salt: Update to 2018.3.2 (Fixes Python 3 runtime) --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Sun Sep 23 02:56:17 2018 Return-Path: Delivered-To: freebsd-python@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 128D310AB3FA for ; Sun, 23 Sep 2018 02:56:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A448C8D415 for ; Sun, 23 Sep 2018 02:56:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 68F7110AB3F7; Sun, 23 Sep 2018 02:56:16 +0000 (UTC) Delivered-To: python@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 57BEF10AB3F6 for ; Sun, 23 Sep 2018 02:56:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC4B48D411 for ; Sun, 23 Sep 2018 02:56:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 4429215B10 for ; Sun, 23 Sep 2018 02:56:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8N2uFmJ015821 for ; Sun, 23 Sep 2018 02:56:15 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8N2uFaV015820 for python@FreeBSD.org; Sun, 23 Sep 2018 02:56:15 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 231609] sysutils/py-salt: Update to 2018.3.2 (Fixes Python 3 runtime) Date: Sun, 23 Sep 2018 02:56:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: ndowens@yahoo.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 02:56:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231609 Nathan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ndowens@yahoo.com --- Comment #2 from Nathan --- Comment on attachment 197374 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D197374 patch +PORTREVISION=3D 1 Remove, not needed since version was bumped up --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Sun Sep 23 09:11:16 2018 Return-Path: Delivered-To: freebsd-python@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 9D2B010B1418 for ; Sun, 23 Sep 2018 09:11:16 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3E47F95E43 for ; Sun, 23 Sep 2018 09:11:16 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id F111110B1412; Sun, 23 Sep 2018 09:11:15 +0000 (UTC) Delivered-To: python@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 DF07110B1411 for ; Sun, 23 Sep 2018 09:11:15 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 74E9D95E39 for ; Sun, 23 Sep 2018 09:11:15 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id B66CE18513 for ; Sun, 23 Sep 2018 09:11:14 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id w8N9BEmn052392 for ; Sun, 23 Sep 2018 09:11:14 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id w8N9BElw052385; Sun, 23 Sep 2018 09:11:14 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201809230911.w8N9BElw052385@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sun, 23 Sep 2018 09:11:14 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 09:11:16 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-pytest | 3.6.4 | 3.8.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@freebsd.org Sun Sep 23 11:33:48 2018 Return-Path: Delivered-To: freebsd-python@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 EB08210B335D for ; Sun, 23 Sep 2018 11:33:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8582472D3A for ; Sun, 23 Sep 2018 11:33:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4A3D310B3358; Sun, 23 Sep 2018 11:33:47 +0000 (UTC) Delivered-To: python@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 38E2910B3357 for ; Sun, 23 Sep 2018 11:33:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CEFDD72D35 for ; Sun, 23 Sep 2018 11:33:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 2909018DB0 for ; Sun, 23 Sep 2018 11:33:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8NBXkoE006959 for ; Sun, 23 Sep 2018 11:33:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8NBXkBX006958 for python@FreeBSD.org; Sun, 23 Sep 2018 11:33:46 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: maintainer-feedback requested: [Bug 231627] [exp-run] devel/py-setuptools: update to 40.4.2 Date: Sun, 23 Sep 2018 11:33:45 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 11:33:48 -0000 Bugzilla Automation has asked freebsd-python mailing list for maintainer-feedback: Bug 231627: [exp-run] devel/py-setuptools: update to 40.4.2 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231627 --- Description --- Update to 40.4.2 Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst From owner-freebsd-python@freebsd.org Sun Sep 23 11:33:48 2018 Return-Path: Delivered-To: freebsd-python@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 5396210B335F for ; Sun, 23 Sep 2018 11:33:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E5EA872D41 for ; Sun, 23 Sep 2018 11:33:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A7F8E10B335A; Sun, 23 Sep 2018 11:33:47 +0000 (UTC) Delivered-To: python@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 96B2610B3359 for ; Sun, 23 Sep 2018 11:33:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 396A372D37 for ; Sun, 23 Sep 2018 11:33:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 80DF418DB2 for ; Sun, 23 Sep 2018 11:33:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8NBXktn006985 for ; Sun, 23 Sep 2018 11:33:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8NBXkNj006984 for python@FreeBSD.org; Sun, 23 Sep 2018 11:33:46 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 231627] [exp-run] devel/py-setuptools: update to 40.4.2 Date: Sun, 23 Sep 2018 11:33:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sunpoet@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? exp-run? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform bug_file_loc op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 11:33:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231627 Bug ID: 231627 Summary: [exp-run] devel/py-setuptools: update to 40.4.2 Product: Ports & Packages Version: Latest Hardware: Any URL: https://people.FreeBSD.org/~sunpoet/patch/devel-py-set uptools.txt OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: python@FreeBSD.org Reporter: sunpoet@FreeBSD.org Flags: maintainer-feedback?(python@FreeBSD.org) Assignee: python@FreeBSD.org Flags: exp-run? Update to 40.4.2 Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-python@freebsd.org Sun Sep 23 11:34:37 2018 Return-Path: Delivered-To: freebsd-python@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 F261C10B33FF for ; Sun, 23 Sep 2018 11:34:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8415272DF0 for ; Sun, 23 Sep 2018 11:34:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 488C310B33FD; Sun, 23 Sep 2018 11:34:36 +0000 (UTC) Delivered-To: python@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 3735310B33FC for ; Sun, 23 Sep 2018 11:34:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC80872DE0 for ; Sun, 23 Sep 2018 11:34:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 0EAEC18DBA for ; Sun, 23 Sep 2018 11:34:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8NBYY6Y008231 for ; Sun, 23 Sep 2018 11:34:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8NBYYJY008230 for python@FreeBSD.org; Sun, 23 Sep 2018 11:34:34 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 231627] [exp-run] devel/py-setuptools: update to 40.4.2 Date: Sun, 23 Sep 2018 11:34:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sunpoet@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: assigned_to flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 11:34:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231627 Sunpoet Po-Chuan Hsieh changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|python@FreeBSD.org |portmgr@FreeBSD.org Flags|maintainer-feedback?(python | |@FreeBSD.org) | --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-python@freebsd.org Sun Sep 23 17:24:44 2018 Return-Path: Delivered-To: freebsd-python@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 4E0C11093403 for ; Sun, 23 Sep 2018 17:24:44 +0000 (UTC) (envelope-from Axel.Rau@Chaos1.DE) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id DEA117C41B for ; Sun, 23 Sep 2018 17:24:43 +0000 (UTC) (envelope-from Axel.Rau@Chaos1.DE) Received: by mailman.ysv.freebsd.org (Postfix) id A2A731093402; Sun, 23 Sep 2018 17:24:43 +0000 (UTC) Delivered-To: python@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 80ABA1093401 for ; Sun, 23 Sep 2018 17:24:43 +0000 (UTC) (envelope-from Axel.Rau@Chaos1.DE) Received: from mailout4.lrau.net (mailout4.lrau.net [IPv6:2a05:bec0:26:2::73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout4.lrau.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E1C017C416; Sun, 23 Sep 2018 17:24:42 +0000 (UTC) (envelope-from Axel.Rau@Chaos1.DE) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=chaos1.de; s=email1; h=References:To:Cc:In-Reply-To:Date:Subject:Mime-Version: Content-Type:Message-Id:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=gvOGy+H6gCeZBWBBTxJkhabThCtQcanyCh3fucXsng8=; b=JkiTYl261tTOwBWir7VcidWjaS RoYG6tcnI6e7U5f7NP0yHk+3BxtZF4/PubVqFqtrILaIgD3bzarGqV/Ld+a9qQl/NbmyeG9rfcZpH JCon3BhBhlVKVl0X4qGzForIp9Xbpc5O5hY0burbmVmTqWQLVWjUyfo02xzmYxb3bDbUVDVY8Qr89 SD8eZDtjdIQ4edhu0Nckna7sMkiz+JhV6HvXCCPYm3FuHa+ccJsvdUeFPrzh65n/KRaTY0MmCqEcU Ugc9cXoNsOzi10BuNmThoKuJi6sDNy3j3Vyx1eTTvgpxrAhC91hVxF1wpnajQzYx8DenqX3CZN8pI NUmYhDLw==; Received: from [91.216.35.74] (helo=imap.lrau.net) by mailout4.lrau.net with esmtp (Exim 4.91 (FreeBSD)) (envelope-from ) id 1g487V-00077r-DE; Sun, 23 Sep 2018 17:24:33 +0000 Received: from Axel.Rau@chaos1.de by imap.lrau.net (Archiveopteryx 3.2.0) with esmtpsa id 1537723467-5983-83864/7/1; Sun, 23 Sep 2018 17:24:27 +0000 From: Axel Rau Message-Id: <755D4B06-C2A1-479C-B183-57B94CF07067@Chaos1.DE> Mime-Version: 1.0 Subject: Re: [Resolved] --was: Re: Why are devel/py-setuptools missing -I${LOCALBASE}/include ? Date: Sun, 23 Sep 2018 19:24:26 +0200 In-Reply-To: Cc: Palle Girgensohn , python@FreeBSD.org, Michael =?ISO-8859-1?q?Str=F6der?= To: Kubilay Kocak References: <9D14E231-BFD7-4442-9418-3878E70A9C71@Chaos1.DE> <3f44c803-df9c-5683-3aa5-7bec1ba721a1@FreeBSD.org> X-Mailer: Apple Mail (2.3445.9.1) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 17:24:44 -0000 Hi Kubilay, > Am 23.09.2018 um 03:03 schrieb Kubilay Kocak : >=20 > Hi Axel, all of that is why I suggested using the existing py-ldap0 = port :) This port is broken and outdated. Perhaps I will prepare a patch when I have learned how web2ldap works. = (-; Axel =2D-- PGP-Key:29E99DD6 =E2=98=80 computing @ chaos claudius From owner-freebsd-python@freebsd.org Sun Sep 23 20:33:58 2018 Return-Path: Delivered-To: freebsd-python@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 A9DCE109722A for ; Sun, 23 Sep 2018 20:33:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 49B8B81C17 for ; Sun, 23 Sep 2018 20:33:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 085DC1097229; Sun, 23 Sep 2018 20:33:58 +0000 (UTC) Delivered-To: python@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 EB23D1097228 for ; Sun, 23 Sep 2018 20:33:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7BF0B81C14 for ; Sun, 23 Sep 2018 20:33:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id D53261C3F1 for ; Sun, 23 Sep 2018 20:33:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8NKXuAj064551 for ; Sun, 23 Sep 2018 20:33:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8NKXuNA064550 for python@FreeBSD.org; Sun, 23 Sep 2018 20:33:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 230285] devel/py-mongokit: Update to 0.9.1.1 Date: Sun, 23 Sep 2018 20:33:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ndowens@yahoo.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: miwi@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 20:33:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230285 Nathan changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #195753|0 |1 is obsolete| | --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Sun Sep 23 21:01:16 2018 Return-Path: Delivered-To: freebsd-python@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 E7B8E1097DBF for ; Sun, 23 Sep 2018 21:01:15 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5C1A682AF4 for ; Sun, 23 Sep 2018 21:01:15 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1B6411097DAA; Sun, 23 Sep 2018 21:01:15 +0000 (UTC) Delivered-To: python@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 EDEB11097DA5 for ; Sun, 23 Sep 2018 21:01:14 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 79CB182AD8 for ; Sun, 23 Sep 2018 21:01:14 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 93A551C7C5 for ; Sun, 23 Sep 2018 21:01:13 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8NL1Dk4032277 for ; Sun, 23 Sep 2018 21:01:13 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8NL1DEO032271 for python@FreeBSD.org; Sun, 23 Sep 2018 21:01:13 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201809232101.w8NL1DEO032271@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: python@FreeBSD.org Subject: Problem reports for python@FreeBSD.org that need special attention Date: Sun, 23 Sep 2018 21:01:13 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 21:01:16 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 205308 | devel/py-pip and devel/py-virtualenv don't aggree Open | 211641 | graphics/py-mayavi mayavi2 runtime error In Progress | 228414 | textproc/py-rst2html: Fix conflict with textproc/ New | 229948 | devel/py-pyinstaller: Update to 3.3.1 Open | 229322 | net/py-urllib3: update to 1.23 New | 229946 | devel/py-pip: Update to 18.0 New | 231555 | Mk/Uses/python.mk: Add USE_PYTHON=pytest 7 problems total for which you should take action. From owner-freebsd-python@freebsd.org Sun Sep 23 21:08:26 2018 Return-Path: Delivered-To: freebsd-python@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 D189A10989BB for ; Sun, 23 Sep 2018 21:08:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7074B8337F for ; Sun, 23 Sep 2018 21:08:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 3009410989B7; Sun, 23 Sep 2018 21:08:26 +0000 (UTC) Delivered-To: python@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 1EC9410989B6 for ; Sun, 23 Sep 2018 21:08:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B737A83372 for ; Sun, 23 Sep 2018 21:08:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id E442B1C948 for ; Sun, 23 Sep 2018 21:08:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8NL8OGt040383 for ; Sun, 23 Sep 2018 21:08:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8NL8Okw040374 for python@FreeBSD.org; Sun, 23 Sep 2018 21:08:24 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 231189] security/py-gssapi: Strip libraries; add ssl Date: Sun, 23 Sep 2018 21:08:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 21:08:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231189 John W. O'Brien changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(john@s |maintainer-feedback+ |altant.com) | --- Comment #4 from John W. O'Brien --- I'm not sure what the significance is of marking the whole bug "maintainer-feedback+" after I've already marked an attached patch "maintainer-approval+", but bugzilla seems to want me to do that. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Sun Sep 23 21:29:21 2018 Return-Path: Delivered-To: freebsd-python@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 53D22109A467 for ; Sun, 23 Sep 2018 21:29:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E701983F00 for ; Sun, 23 Sep 2018 21:29:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A906B109A466; Sun, 23 Sep 2018 21:29:20 +0000 (UTC) Delivered-To: python@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 97938109A465 for ; Sun, 23 Sep 2018 21:29:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B53583EFB for ; Sun, 23 Sep 2018 21:29:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 805991CC2A for ; Sun, 23 Sep 2018 21:29:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8NLTJeb066512 for ; Sun, 23 Sep 2018 21:29:19 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8NLTJVr066511 for python@FreeBSD.org; Sun, 23 Sep 2018 21:29:19 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 230285] devel/py-mongokit: Update to 0.9.1.1 Date: Sun, 23 Sep 2018 21:29:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ndowens@yahoo.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: miwi@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete flagtypes.name attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 21:29:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230285 Nathan changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #195752|0 |1 is obsolete| | Attachment #197415| |maintainer-approval?(mail@d Flags| |erzinn.de) --- Comment #2 from Nathan --- Created attachment 197415 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D197415&action= =3Dedit Update; Fix variable ordering devel/py-mongokit: Update to 0.9.1.1 * Update to 0.9.1.1 * Correct order of variables PR: 230285 Submitted by: Nathan --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Sun Sep 23 22:38:48 2018 Return-Path: Delivered-To: freebsd-python@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 D5784109C557 for ; Sun, 23 Sep 2018 22:38:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 72F66865E7 for ; Sun, 23 Sep 2018 22:38:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 36A54109C556; Sun, 23 Sep 2018 22:38:47 +0000 (UTC) Delivered-To: python@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 256AF109C555 for ; Sun, 23 Sep 2018 22:38:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BC4E5865E6 for ; Sun, 23 Sep 2018 22:38:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id E99941D5DC for ; Sun, 23 Sep 2018 22:38:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8NMcjs7034039 for ; Sun, 23 Sep 2018 22:38:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8NMcjJn034038 for python@FreeBSD.org; Sun, 23 Sep 2018 22:38:45 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 230285] devel/py-mongokit: Update to 0.9.1.1 Date: Sun, 23 Sep 2018 22:38:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ndowens@yahoo.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: miwi@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 22:38:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230285 Nathan changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #197415|maintainer-approval?(mail@d | Flags|erzinn.de) | Attachment #197415|0 |1 is obsolete| | Attachment #197416| |maintainer-approval?(mail@d Flags| |erzinn.de) --- Comment #3 from Nathan --- Created attachment 197416 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D197416&action= =3Dedit Update; Add DOCS option devel/py-mongokit: Update to 0.9.1.1 * Update to 0.9.1.1 * Switch source to Github, contains docs * Added DOCS option PR: 230285 Submitted by: Nathan Changes: https://github.com/namlook/mongokit/blob/master/CHANGELOG --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Mon Sep 24 02:36:45 2018 Return-Path: Delivered-To: freebsd-python@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 8361A10A21C6 for ; Mon, 24 Sep 2018 02:36:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 202838C780 for ; Mon, 24 Sep 2018 02:36:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D91E210A21C1; Mon, 24 Sep 2018 02:36:44 +0000 (UTC) Delivered-To: python@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 C7BFB10A21C0 for ; Mon, 24 Sep 2018 02:36:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 51C558C77D for ; Mon, 24 Sep 2018 02:36:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 9D83F1F720 for ; Mon, 24 Sep 2018 02:36:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8O2aha5040287 for ; Mon, 24 Sep 2018 02:36:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8O2ahoO040286 for python@FreeBSD.org; Mon, 24 Sep 2018 02:36:43 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: maintainer-feedback requested: [Bug 231650] lang/python36: Unreasonable error: UnicodeDecodeError: 'ascii' codec can't decode byte Date: Mon, 24 Sep 2018 02:36:43 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 02:36:45 -0000 Bugzilla Automation has asked freebsd-python mailing list for maintainer-feedback: Bug 231650: lang/python36: Unreasonable error: UnicodeDecodeError: 'ascii' codec can't decode byte https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231650 --- Description --- Several ports had this problem that was patched. Testcase: math/py-cyipopt How to reproduce: 1. Remove the patch files/patch-ipopt_version.py 2. Run: make FLAVOR=3Dpy36 Observe this error: =3D=3D=3D> Configuring for py36-cyipopt-0.1.8 Traceback (most recent call last): File "", line 1, in File "setup.py", line 28, in exec(open('ipopt/version.py').read()) File "/usr/local/lib/python3.6/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 199: ordinal not in range(128) The file setup.py is marked as utf-8. The file ipopt/version.py that it rea= ds is also marked as utf-8. Python should be using the utf-8 codec to read this file and not fail like this. This doesn't happen with python-2.7. From owner-freebsd-python@freebsd.org Mon Sep 24 02:36:46 2018 Return-Path: Delivered-To: freebsd-python@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 C6C4D10A21C8 for ; Mon, 24 Sep 2018 02:36:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7A7348C782 for ; Mon, 24 Sep 2018 02:36:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 3CCED10A21C5; Mon, 24 Sep 2018 02:36:45 +0000 (UTC) Delivered-To: python@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 2B7E010A21C4 for ; Mon, 24 Sep 2018 02:36:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ACE4F8C77F for ; Mon, 24 Sep 2018 02:36:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 052851F722 for ; Mon, 24 Sep 2018 02:36:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8O2ahdc040295 for ; Mon, 24 Sep 2018 02:36:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8O2ahCW040294 for python@FreeBSD.org; Mon, 24 Sep 2018 02:36:43 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 231650] lang/python36: Unreasonable error: UnicodeDecodeError: 'ascii' codec can't decode byte Date: Mon, 24 Sep 2018 02:36:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yuri@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 02:36:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231650 Bug ID: 231650 Summary: lang/python36: Unreasonable error: UnicodeDecodeError: 'ascii' codec can't decode byte Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: python@FreeBSD.org Reporter: yuri@freebsd.org Flags: maintainer-feedback?(python@FreeBSD.org) Assignee: python@FreeBSD.org Several ports had this problem that was patched. Testcase: math/py-cyipopt How to reproduce: 1. Remove the patch files/patch-ipopt_version.py 2. Run: make FLAVOR=3Dpy36 Observe this error: =3D=3D=3D> Configuring for py36-cyipopt-0.1.8 Traceback (most recent call last): File "", line 1, in File "setup.py", line 28, in exec(open('ipopt/version.py').read()) File "/usr/local/lib/python3.6/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 199: ordinal not in range(128) The file setup.py is marked as utf-8. The file ipopt/version.py that it rea= ds is also marked as utf-8. Python should be using the utf-8 codec to read this file and not fail like this. This doesn't happen with python-2.7. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-python@freebsd.org Mon Sep 24 04:11:44 2018 Return-Path: Delivered-To: freebsd-python@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 C308B10A3DA6 for ; Mon, 24 Sep 2018 04:11:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 603798EEB3 for ; Mon, 24 Sep 2018 04:11:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2388810A3DA4; Mon, 24 Sep 2018 04:11:43 +0000 (UTC) Delivered-To: python@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 11D7610A3DA3 for ; Mon, 24 Sep 2018 04:11:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A7CB58EEB0 for ; Mon, 24 Sep 2018 04:11:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 0107A203F3 for ; Mon, 24 Sep 2018 04:11:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8O4Bf1o063165 for ; Mon, 24 Sep 2018 04:11:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8O4BftY063164 for python@FreeBSD.org; Mon, 24 Sep 2018 04:11:41 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 231650] lang/python36: Unreasonable error: UnicodeDecodeError: 'ascii' codec can't decode byte Date: Mon, 24 Sep 2018 04:11:42 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Not A Bug X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: koobs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to bug_status cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 04:11:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231650 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|python@FreeBSD.org |koobs@FreeBSD.org Status|New |Closed CC| |python@FreeBSD.org Resolution|--- |Not A Bug --- Comment #1 from Kubilay Kocak --- This is a common class of bug not specific to FreeBSD. Without an encoding specified for the open() method, it relies on the defau= lt system encoding(non-deterministic), which may not be UTF8 (in this case asc= ii) [1]. The solution is to specify the encoding to be used, so as not to be platform/system dependent. Examples:=20 * https://bugs.launchpad.net/pbr/+bug/1704472 * https://github.com/mozilla/unicode-slugify/issues/16 * https://bitbucket.org/genomeinformatics/simlord/issues/1/error-when-install= ing-simlord-ascii-codec * https://github.com/morepath/morepath/issues/286 * https://github.com/chaoss/grimoirelab-perceval/issues/32 * https://github.com/rbarrois/python-semanticversion/issues/13 * Many others. Google: "setup.py" "codec can't decode byte" site:.github.c= om [1] https://docs.python.org/3/library/functions.html#open --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.= From owner-freebsd-python@freebsd.org Mon Sep 24 08:08:05 2018 Return-Path: Delivered-To: freebsd-python@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 6DF4510A6001 for ; Mon, 24 Sep 2018 08:08:05 +0000 (UTC) (envelope-from ietf-dane@dukhovni.org) Received: from straasha.imrryr.org (straasha.imrryr.org [100.2.39.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FEA7739F3 for ; Mon, 24 Sep 2018 08:08:04 +0000 (UTC) (envelope-from ietf-dane@dukhovni.org) Received: by straasha.imrryr.org (Postfix, from userid 1001) id 306103038DE; Mon, 24 Sep 2018 04:08:04 -0400 (EDT) Date: Mon, 24 Sep 2018 04:08:04 -0400 From: Viktor Dukhovni To: freebsd-python@freebsd.org Subject: py-m2crypto conflict with openssl-devel (really swig vs. system headers) resolved Message-ID: <20180924080803.GK3589@straasha.imrryr.org> Reply-To: ietf-dane@dukhovni.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 08:08:05 -0000 In /etc/make.conf I have: DEFAULT_VERSIONS=python=2.7 python2=2.7 python3=3.3 ssl=openssl-devel since I want OpenSSL 1.1.0 for most of the ports I build. However, this disables the py2-m2crypto port, whose Makefile contains: BROKEN_SSL= openssl-devel BROKEN_SSL_REASON_openssl-devel= Error: Syntax error in input(1). I commented those out, and tried to build, and indeed the build fails with an error from swig3.0: /usr/local/bin/swig3.0 -python -I/usr/local/include -I/usr/local/include/python2.7 \ -I/usr/local/include -I/usr/local/include/openssl -I/usr/bin/../lib/clang/4.0.0/include \ -I/usr/include -includeall -modern -builtin \ -outdir /usr/ports/security/py-m2crypto/work-py27/M2Crypto-0.30.1/M2Crypto \ -o SWIG/_m2crypto_wrap.c SWIG/_m2crypto.i /usr/include/x86/_types.h:67: Error: Syntax error in input(1). I got curious as to what if anything OpenSSL 1.1.0 has to do with this, and it turns out that its only sin is to "#include " in , which should cause no problems. But it turns out that this runs into: https://github.com/freebsd/freebsd/blob/master/sys/x86/include/_types.h#L65 __extension__ typedef long long __int64_t; __extension__ with the unexpected "__extension__" giving "swig3.0" indigestion. The unrecognized syntax in is the real problem, and either FreeBSD needs a "swig" that can deal with this, or the headers need to be more compatible with the existing "swig". Testing with the "__extension__" lines removed, however runs into another problem: /usr/include/sys/_types.h:104: Error: Syntax error - possibly a missing semicolon. error: command '/usr/local/bin/swig3.0' failed with exit status 1 This time "swig" chokes on: typedef struct { long long __max_align1 __aligned(_Alignof(long long)); long double __max_align2 __aligned(_Alignof(long double)); } __max_align_t; where I assume it does not understand the "__aligned" macro. Bottom line, the internal system C-header files are much too exotic for swig, and OpenSSL 1.1.x is rather a bystander, with previous releases working with m2crypto somewhat by accident. I managed to find a solution that does not modify , but rather comments out the switch "-includeall" option from M2crypto's setup.py: self.swig_opts.extend(['-I%s' % i for i in _get_additional_includes()]) # self.swig_opts.append('-includeall') self.swig_opts.append('-modern') self.swig_opts.append('-builtin') and adds a couple of additional explicit include files to SWIG/_m2crypto.i: %include %include above: %include With this, py-m2crypto builds with OpenSSL 1.1.x and the system header files unmolested. If the maintainer of the py-m2crypto port is not on this list, please forward to the right person. It would be good to remove this roadblock to using "openssl-devel" (since actually OpenSSL 1.1.1 is now an LTS release, and 1.0.x will be EOL at the end of 2019, so "devel" is not really the best label anymore). Perhaps the changes could also go to the upstream maintainer of m2crypto. -- Viktor. From owner-freebsd-python@freebsd.org Mon Sep 24 08:37:22 2018 Return-Path: Delivered-To: freebsd-python@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 0454210A67EA for ; Mon, 24 Sep 2018 08:37:22 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 99AFE74D98 for ; Mon, 24 Sep 2018 08:37:21 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5C8EC10A67E0; Mon, 24 Sep 2018 08:37:21 +0000 (UTC) Delivered-To: python@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 4B4DA10A67DF for ; Mon, 24 Sep 2018 08:37:21 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E587A74D8F for ; Mon, 24 Sep 2018 08:37:20 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 09D5F21454 for ; Mon, 24 Sep 2018 08:37:20 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id w8O8bJYe046989 for ; Mon, 24 Sep 2018 08:37:19 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id w8O8bJV6046988; Mon, 24 Sep 2018 08:37:19 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201809240837.w8O8bJV6046988@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Mon, 24 Sep 2018 08:37:19 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 08:37:22 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools | 40.0.0 | 40.4.3 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@freebsd.org Mon Sep 24 10:18:05 2018 Return-Path: Delivered-To: freebsd-python@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 ECAEE10A855D for ; Mon, 24 Sep 2018 10:18:04 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 62253781CD for ; Mon, 24 Sep 2018 10:18:04 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 21CFD10A855A; Mon, 24 Sep 2018 10:18:04 +0000 (UTC) Delivered-To: python@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 F374810A8559; Mon, 24 Sep 2018 10:18:03 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 992D9781CA; Mon, 24 Sep 2018 10:18:03 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from package19.nyi.freebsd.org (package19.nyi.freebsd.org [IPv6:2610:1c1:1:6082::16:f5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8558018064; Mon, 24 Sep 2018 10:18:03 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from package19.nyi.freebsd.org (localhost [127.0.0.1]) by package19.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8OAI3cB095593; Mon, 24 Sep 2018 10:18:03 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by package19.nyi.freebsd.org (8.15.2/8.15.2/Submit) id w8OAI3lj095476; Mon, 24 Sep 2018 10:18:03 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Mon, 24 Sep 2018 10:18:03 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201809241018.w8OAI3lj095476@package19.nyi.freebsd.org> To: python@FreeBSD.org Subject: [exp - 104amd64-default-build-as-user][devel/py-pyopencl] Failed for py27-pyopencl-2018.2 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 10:18:05 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: python@FreeBSD.org Last committer: sunpoet@FreeBSD.org Ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Log URL: http://package19.nyi.freebsd.org/data/104amd64-default-build-as-user/480540/logs/py27-pyopencl-2018.2.log Build URL: http://package19.nyi.freebsd.org/build.html?mastername=104amd64-default-build-as-user&build=480540 Log: =>> Building devel/py-pyopencl build started at Mon Sep 24 10:17:28 UTC 2018 port directory: /usr/ports/devel/py-pyopencl package name: py27-pyopencl-2018.2 building for: FreeBSD 104amd64-default-build-as-user-job-16 10.4-RELEASE-p12 FreeBSD 10.4-RELEASE-p12 amd64 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Poudriere version: 3.2.7-6-g819c79a1 Host OSVERSION: 1200083 Jail OSVERSION: 1004000 Job Id: 16 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1004000 UNAME_v=FreeBSD 10.4-RELEASE-p12 UNAME_r=10.4-RELEASE-p12 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.7-6-g819c79a1 MASTERMNT=/poudriere/data/.m/104amd64-default-build-as-user/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= GID=0 UID=0 PWD=/poudriere/data/.m/104amd64-default-build-as-user/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=104amd64-default-build-as-user SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/poudriere/data/.m/104amd64-default-build-as-user/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR=py27 DEPENDS_ARGS= MAKE_ARGS= FLAVOR=py27 ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- python@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- BOOST_INC_DIR="/usr/local/include" BOOST_LIB_DIR="/usr/local/lib" BOOST_PYTHON_LIBNAME=boost_python27 CL_INC_DIR="/usr/local/include" CL_LIB_DIR="/usr/local/lib" USE_SHIPPED_BOOST=False --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -fstack-protector " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DA TA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd10 PYTHON_PYOEXTENSION=pyo PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_SUFFIX=27 PYTHON_VER=2.7 PYTHON_VERSION=python2.7 PYTHON2="" PYTHON3="@comment " OSREL=10.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/pyopencl" EXAMPLESDIR="share/examples/pyopencl" DATADIR="share/pyopencl" WWWDIR="www/pyopencl" ETCDIR="etc/pyopencl" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pyopencl DOCSDIR=/usr/local/share/doc/pyopencl EXAMPLESDIR=/usr/local/share/examples/pyopencl WWWDIR=/usr/local/www/pyopencl ETCDIR=/usr/local/etc/pyopencl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles FORCE_PACKAGE=yes PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=error: invalid value 'c++14' in '-std=c++14' CC_OUTPUT_921dbbb2_f2776b26=error: invalid value 'c++17' in '-std=c++17' CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=error: invalid value 'gnu++14' in '-std=gnu++14' CC_OUTPUT_921dbbb2_fb62803b=error: invalid value 'gnu++17' in '-std=gnu++17' _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=10.4-RELEASE-p12 OSREL=10.4 OSVERSION=1004000 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited sbsize (bytes, -b) unlimited pseudo-terminals (-p) unlimited --End resource limits-- =================================================== ===> License MIT accepted by the user =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_3.txz [104amd64-default-build-as-user-job-16] Installing pkg-1.10.5_3... [104amd64-default-build-as-user-job-16] Extracting pkg-1.10.5_3: .......... done ===> py27-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of py27-pyopencl-2018.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user => pyopencl-2018.2.tar.gz doesn't seem to exist in /portdistfiles/. => Attempting to fetch https://files.pythonhosted.org/packages/source/p/pyopencl/pyopencl-2018.2.tar.gz pyopencl-2018.2.tar.gz 0 B 0 Bps ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building ===> Extracting for py27-pyopencl-2018.2 => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-pyopencl-2018.2 ===> Applying FreeBSD patches for py27-pyopencl-2018.2 =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - not found ===> Installing existing package /packages/All/opencl-2.2_1.txz [104amd64-default-build-as-user-job-16] Installing opencl-2.2_1... [104amd64-default-build-as-user-job-16] Extracting opencl-2.2_1: .......... done Message from opencl-2.2_1: OpenCL is the first open, royalty-free standard for cross-platform, parallel programming of modern processors. ===> py27-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-numpy>0 - not found ===> Installing existing package /packages/All/py27-numpy-1.15.0,1.txz [104amd64-default-build-as-user-job-16] Installing py27-numpy-1.15.0,1... [104amd64-default-build-as-user-job-16] `-- Installing blas-3.5.0_4... [104amd64-default-build-as-user-job-16] | `-- Installing gcc7-7.3.0_5... [104amd64-default-build-as-user-job-16] | | `-- Installing binutils-2.30_5,1... =========================================================================== Message from metis-5.1.0_5: ===> NOTICE: The metis port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> py27-pyopencl-2018.2 depends on package: py27-numpy>0 - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-pybind11>=0 - not found ===> Installing existing package /packages/All/py27-pybind11-2.2.1_1.txz [104amd64-default-build-as-user-job-16] Installing py27-pybind11-2.2.1_1... [104amd64-default-build-as-user-job-16] Extracting py27-pybind11-2.2.1_1: .......... done ===> py27-pyopencl-2018.2 depends on package: py27-pybind11>=0 - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-setuptools>0 - found ===> py27-pyopencl-2018.2 depends on file: /usr/local/bin/python2.7 - found =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on shared library: libboost_python27.so - not found ===> Installing existing package /packages/All/py27-boost-libs-1.68.0_1.txz [104amd64-default-build-as-user-job-16] Installing py27-boost-libs-1.68.0_1... [104amd64-default-build-as-user-job-16] `-- Installing boost-libs-1.68.0_1... [104amd64-default-build-as-user-job-16] | `-- Installing icu-62.1_2,1... [104amd64-default-build-as-user-job-16] | `-- Extracting icu-62.1_2,1: .......... done [104amd64-default-build-as-user-job-16] `-- Extracting boost-libs-1.68.0_1: .......... done [104amd64-default-build-as-user-job-16] Extracting py27-boost-libs-1.68.0_1: ... done Message from boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Message from py27-boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. You have built the Boost.Python library. You have to add the following options when building your own code: Compiler options: -I/usr/local/include/python2.7 -I/usr/local/include Linker options: -L/usr/local/lib/python2.7 -L/usr/local/lib -lboost_python -lpython2.7 ===> py27-pyopencl-2018.2 depends on shared library: libboost_python27.so - found (/usr/local/lib/libboost_python27.so) ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on shared library: libOpenCL.so - not found ===> Installing existing package /packages/All/ocl-icd-2.2.12.txz [104amd64-default-build-as-user-job-16] Installing ocl-icd-2.2.12... [104amd64-default-build-as-user-job-16] Extracting ocl-icd-2.2.12: .......... done ===> py27-pyopencl-2018.2 depends on shared library: libOpenCL.so - found (/usr/local/lib/libOpenCL.so) ===> Returning to build of py27-pyopencl-2018.2 =========================================================================== =================================================== ===> Configuring for py27-pyopencl-2018.2 =========================================================================== =================================================== ===> Building for py27-pyopencl-2018.2 --------------------------------------------------------------------------- Mako is not installed. --------------------------------------------------------------------------- That is not a problem, as most of PyOpenCL will be just fine without it. Some higher-level parts of pyopencl (such as pyopencl.reduction) will not function without the templating engine Mako [1] being installed. If you would like this functionality to work, you might want to install Mako after you finish installing PyOpenCL. Simply type python -m pip install mako either now or after the installation completes to fix this. [1] http://www.makotemplates.org/ --------------------------------------------------------------------------- Hit Ctrl-C now if you'd like to think about the situation. --------------------------------------------------------------------------- Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running build running build_py creating build creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7 creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/scan.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/bitonic_sort_templates.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/elementwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/invoker.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/algorithm.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/clmath.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/capture_call.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/version.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/clrandom.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/cache.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/array.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/_mymako.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/cltypes.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/_buffers.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/tools.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/bitonic_sort.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/_cluda.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/ipython_ext.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/characterize copying pyopencl/characterize/performance.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/characterize copying pyopencl/characterize/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/characterize creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte copying pyopencl/compyte/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte copying pyopencl/compyte/array.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte copying pyopencl/compyte/dtypes.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/setup_opencl.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_ndarray.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray running egg_info writing requirements to pyopencl.egg-info/requires.txt writing pyopencl.egg-info/PKG-INFO writing top-level names to pyopencl.egg-info/top_level.txt writing dependency_links to pyopencl.egg-info/dependency_links.txt reading manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' warning: no files found matching 'doc/_static/*.css' warning: no files found matching 'doc/_templates/*.html' warning: no files found matching '*.py.in' writing manifest file 'pyopencl.egg-info/SOURCES.txt' creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-airy.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-y.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-complex.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-eval-tbl.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-hankel-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-ranluxcl.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/array.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/openclfeatures.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/philox.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/threefry.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl/pyopencl-random123 running build_ext creating tmp cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmpNwkwi3.cpp -o tmp/tmpNwkwi3.o -std=c++14 error: invalid value 'c++14' in '-std=c++14' cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmpA3sjvH.cpp -o tmp/tmpA3sjvH.o -std=c++11 cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmpL40Tsh.cpp -o tmp/tmpL40Tsh.o -fvisibility=hidden building 'pyopencl._cl' extension creating build/temp.freebsd-10.4-RELEASE-p12-amd64-2.7 creating build/temp.freebsd-10.4-RELEASE-p12-amd64-2.7/src cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -Ipybind11/include -Iinclude -Iinclude -I/usr/local/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include/python2.7 -c src/wrap_constants.cpp -o build/temp.freebsd-10.4-RELEASE-p12-amd64-2.7/src/wrap_constants.o -DVERSION_INFO="2018.2" -std=c++11 -fvisibility=hidden In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:61: In file included from src/numpy_init.hpp:6: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1821: /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] #warning "Using deprecated NumPy API, disable it by " \ ^ In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:62: src/tools.hpp:40:3: error: 'auto' return without trailing return type auto begin (reversion_wrapper w) { return w.iterable.rbegin(); } ^ src/tools.hpp:43:3: error: 'auto' return without trailing return type auto end (reversion_wrapper w) { return w.iterable.rend(); } ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:1338:23: warning: 'clCreateCommandQueue' is deprecated [-Wdeprecated-declarations] m_queue = clCreateCommandQueue( ^ /usr/local/include/CL/cl.h:1443:1: note: 'clCreateCommandQueue' declared here clCreateCommandQueue(cl_context /* context */, ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:3668:23: warning: 'clCreateSampler' is deprecated [-Wdeprecated-declarations] m_sampler = clCreateSampler( ^ /usr/local/include/CL/cl.h:1450:1: note: 'clCreateSampler' declared here clCreateSampler(cl_context /* context */, ^ 3 warnings and 2 errors generated. error: command 'cc' failed with exit status 1 *** Error code 1 Stop. make: stopped in /usr/ports/devel/py-pyopencl From owner-freebsd-python@freebsd.org Mon Sep 24 10:21:20 2018 Return-Path: Delivered-To: freebsd-python@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 0BCE710A85E7 for ; Mon, 24 Sep 2018 10:21:20 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-it1-x12a.google.com (mail-it1-x12a.google.com [IPv6:2607:f8b0:4864:20::12a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9073B7829C; Mon, 24 Sep 2018 10:21:19 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-it1-x12a.google.com with SMTP id w200-v6so1558472itc.4; Mon, 24 Sep 2018 03:21:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:reply-to:subject:to:references:cc:from:openpgp:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=JcH7G66Qz34YJlBUhMjDkJvWd8NSleE0yfsmr40izFw=; b=nUoq7as7XJp3KGQoXop3frZIHwK6LmdZYNMjZ1oGik5m1XK/YsVIiYiJKkutgPFQRs 5gIXHf3j3N95om8nPqfo3o0dUjWdc65rtwPm9AKKjjhZCU/3WV1fg3OdLtrS1M+EqAQ/ wGrMnTd8LXOf7s78Z7fV6lsmZGU2gQKAJWoLqr86JbrzvpW5MbUIZU/yWcdAcroyRn/5 9whNjhyDTNQfWRUaZZP7jybwUBj3ERdU7woDRF62dBCZp80G4X+B5oVUP9j4+8aahzyR bKpSxkLtvm6afEJI3rQonb7AfLIgWpLam5Iy3ACqjyIL7mpMtRqVyRzsJdy2Q0gxC2Qf 9rxA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:reply-to:subject:to:references:cc:from :openpgp:message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=JcH7G66Qz34YJlBUhMjDkJvWd8NSleE0yfsmr40izFw=; b=f3E9auBDGXCk3wO7rjtJ7Pb+rMUb3fniZ4oeVD5j6zxnPKnn6Dk4L+q+k31HCqDmPF p2K7V2aSEtngVd83BH1gjwNQjs+BFi7rkrhHR7uKpkxhq5J/gxKmo59Klx8RE242IzzW F/a0+HM0gy9ahGW9FbODV9pIVgFy1f+JE6zdfs+aYwdnMikf5Wb5mVNOXuNnl9crb3RQ GqlNFZTifcetY2JWDOdVBZQne4hr650A50VmPHkSbmWBg6TG3dZf3vKwPHFxzpgqu1Gx zXJUmgnlrq+FMf9dN3o+KYtQ70vWhJmVvmIP8yfypdvv6/X2JdjVR6HGfWsS0VrnmXii hIiQ== X-Gm-Message-State: ABuFfohaVA6aCr/wgmGZmVEelqv0e0xzhmPjJ2EPgjz43+bjEXgkDX0j 3jsrTXaTEDxfdNNeRdwe1aPxWwVa X-Google-Smtp-Source: ANB0VdbSF5B1JJcCk0cQ2eL5Tb+KkgJypiqmLecpjpxRcsBs1jpgLQ54IMiauSVaE8dVCn/+cXGItA== X-Received: by 2002:a24:6e96:: with SMTP id w144-v6mr7417755itc.111.1537784478519; Mon, 24 Sep 2018 03:21:18 -0700 (PDT) Received: from [192.168.1.100] ([103.103.242.159]) by smtp.gmail.com with ESMTPSA id 7-v6sm5180923iog.66.2018.09.24.03.21.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 24 Sep 2018 03:21:18 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: py-m2crypto conflict with openssl-devel (really swig vs. system headers) resolved To: ietf-dane@dukhovni.org, freebsd-python@freebsd.org References: <20180924080803.GK3589@straasha.imrryr.org> Cc: Sunpoet Po-Chuan Hsieh From: Kubilay Kocak Openpgp: preference=signencrypt Message-ID: <09268fc4-84d0-5f6c-9fe1-55b12c26624e@FreeBSD.org> Date: Mon, 24 Sep 2018 20:21:13 +1000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: <20180924080803.GK3589@straasha.imrryr.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 10:21:20 -0000 On 24/09/2018 6:08 pm, Viktor Dukhovni wrote: > In /etc/make.conf I have: > > DEFAULT_VERSIONS=python=2.7 python2=2.7 python3=3.3 ssl=openssl-devel > > since I want OpenSSL 1.1.0 for most of the ports I build. However, this > disables the py2-m2crypto port, whose Makefile contains: > > BROKEN_SSL= openssl-devel > BROKEN_SSL_REASON_openssl-devel= Error: Syntax error in input(1). > > I commented those out, and tried to build, and indeed the build > fails with an error from swig3.0: > > /usr/local/bin/swig3.0 -python -I/usr/local/include -I/usr/local/include/python2.7 \ > -I/usr/local/include -I/usr/local/include/openssl -I/usr/bin/../lib/clang/4.0.0/include \ > -I/usr/include -includeall -modern -builtin \ > -outdir /usr/ports/security/py-m2crypto/work-py27/M2Crypto-0.30.1/M2Crypto \ > -o SWIG/_m2crypto_wrap.c SWIG/_m2crypto.i > /usr/include/x86/_types.h:67: Error: Syntax error in input(1). > > I got curious as to what if anything OpenSSL 1.1.0 has to do with > this, and it turns out that its only sin is to "#include " > in , which should cause no problems. But it turns > out that this runs into: > > https://github.com/freebsd/freebsd/blob/master/sys/x86/include/_types.h#L65 > > __extension__ > typedef long long __int64_t; > __extension__ > > with the unexpected "__extension__" giving "swig3.0" indigestion. > > The unrecognized syntax in is the real problem, and > either FreeBSD needs a "swig" that can deal with this, or the headers > need to be more compatible with the existing "swig". > > Testing with the "__extension__" lines removed, however runs into > another problem: > > /usr/include/sys/_types.h:104: Error: Syntax error - possibly a missing semicolon. > error: command '/usr/local/bin/swig3.0' failed with exit status 1 > > This time "swig" chokes on: > > typedef struct { > long long __max_align1 __aligned(_Alignof(long long)); > long double __max_align2 __aligned(_Alignof(long double)); > } __max_align_t; > > where I assume it does not understand the "__aligned" macro. Bottom > line, the internal system C-header files are much too exotic for > swig, and OpenSSL 1.1.x is rather a bystander, with previous releases > working with m2crypto somewhat by accident. > > I managed to find a solution that does not modify , > but rather comments out the switch "-includeall" option from > M2crypto's setup.py: > > self.swig_opts.extend(['-I%s' % i for i in _get_additional_includes()]) > # self.swig_opts.append('-includeall') > self.swig_opts.append('-modern') > self.swig_opts.append('-builtin') > > and adds a couple of additional explicit include files to SWIG/_m2crypto.i: > > %include > %include > > above: > > %include > > With this, py-m2crypto builds with OpenSSL 1.1.x and the system > header files unmolested. If the maintainer of the py-m2crypto port > is not on this list, please forward to the right person. It would > be good to remove this roadblock to using "openssl-devel" (since > actually OpenSSL 1.1.1 is now an LTS release, and 1.0.x will be EOL > at the end of 2019, so "devel" is not really the best label anymore). > > Perhaps the changes could also go to the upstream maintainer of > m2crypto. > Hi Viktor, Thanks for all of the context and detail. Reporting the issue upstream (to swig [1]) would be great in the first instance, if it hasn't already been. I've CC'd the m2crypto/swig ports maintainer here so they're notified as well. Both of us would be happy to commit the reported workaround if upstream is confident that that is the best solution in the meantime (until a new release). It would be great to get their input in any case. [1] https://github.com/swig/swig/issues ./koobs From owner-freebsd-python@freebsd.org Mon Sep 24 10:24:31 2018 Return-Path: Delivered-To: freebsd-python@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 7A73510A8876 for ; Mon, 24 Sep 2018 10:24:31 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-io1-xd30.google.com (mail-io1-xd30.google.com [IPv6:2607:f8b0:4864:20::d30]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0A65B785C1; Mon, 24 Sep 2018 10:24:31 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-io1-xd30.google.com with SMTP id l25-v6so4051076ioj.0; Mon, 24 Sep 2018 03:24:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:reply-to:subject:to:references:from:openpgp:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=yAZxm/3AWVWYbtZXv7baKIzPs2E3NcMW/Ylu6u6ziNM=; b=eimiWBU4OUWHmcG5VAldJwVG4yMDzs+PfrP3SzDCYzbVW9nc7vcqxVK3omjWB0Plc8 y0iRFXh4a8N0iUr9jKYFtaAqoIYMezUcMmvZYUoUJKgQ7JntNR1P5f6eWbx84RsTwFAC 3CBc/wb9ClOoFwSWv3L+4lM+0f86QGOP5xyPssNLty51V7yDNBlvf0PY7SS6K9JZfjP8 3kCeSomFBDtcl/d5GROOgGVHbrFkicDXw1vcxIq5IimJfE8axILJFKqZVRQRVc18dCYu ZoYGxg3K54icwYRVrtER35k/IjBJchA9i6k2FWE8bpRKy/xAPVTUoJvHUAOXGK1Mv7oi kA/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:reply-to:subject:to:references:from :openpgp:message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=yAZxm/3AWVWYbtZXv7baKIzPs2E3NcMW/Ylu6u6ziNM=; b=meykTVD2e53OXwFdm3gVzKgjjNdfSKQOl23HbvkfJs2Eteb9ZQ64zusp0xfag+NhC5 97DUvHfc7yqlgDr9is+b5huvcJyC6cIZLxDq2qAYHGuHhQ9E+7AnMw3Thb/K8dFpB9/Q XP/DHtVVriX63EFZCMGw71FZY84E2ru3osF/FjotlUnQl6snk4LSV4yw6C5l3OAhz+xr Yhd7/TfX2PbbDLL5fark6NU4URnboljyPhmRVObjx0OfxG0dPCEAVbcAEvbRzWifiWOv 8grpLqno/0FnEHqnN2in5UGf9RhSXY6vnSJRtw+jBAsC8PjXpMBzoWUuv26dOUj3bcF7 FLjQ== X-Gm-Message-State: ABuFfojew+OEKq5Elgxzhd81FZ7PLedg9KtdXeOKIZADVSHMDD4HCb4f oNKyJwLAgpkoFaINDYrS2Xx3C8SA X-Google-Smtp-Source: ACcGV63oqZRr3qCGAfedIphL0mkEz7Q1nS7VEqb79p0REk5kQYO+QoD0LvW9u5KBVS70ax/88zUGkg== X-Received: by 2002:a5e:d803:: with SMTP id l3-v6mr6717772iok.236.1537784669876; Mon, 24 Sep 2018 03:24:29 -0700 (PDT) Received: from [192.168.1.100] ([103.103.242.159]) by smtp.gmail.com with ESMTPSA id q10-v6sm12278560ioh.64.2018.09.24.03.24.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 24 Sep 2018 03:24:29 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: py-m2crypto conflict with openssl-devel (really swig vs. system headers) resolved To: ietf-dane@dukhovni.org, freebsd-python@freebsd.org, Sunpoet Po-Chuan Hsieh References: <20180924080803.GK3589@straasha.imrryr.org> From: Kubilay Kocak Openpgp: preference=signencrypt Message-ID: <0dab868d-d1bf-12db-40cb-47136dd4c7e1@FreeBSD.org> Date: Mon, 24 Sep 2018 20:24:25 +1000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: <20180924080803.GK3589@straasha.imrryr.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 10:24:31 -0000 On 24/09/2018 6:08 pm, Viktor Dukhovni wrote: > In /etc/make.conf I have: > > DEFAULT_VERSIONS=python=2.7 python2=2.7 python3=3.3 ssl=openssl-devel > > since I want OpenSSL 1.1.0 for most of the ports I build. However, this > disables the py2-m2crypto port, whose Makefile contains: > > BROKEN_SSL= openssl-devel > BROKEN_SSL_REASON_openssl-devel= Error: Syntax error in input(1). > > I commented those out, and tried to build, and indeed the build > fails with an error from swig3.0: > > /usr/local/bin/swig3.0 -python -I/usr/local/include -I/usr/local/include/python2.7 \ > -I/usr/local/include -I/usr/local/include/openssl -I/usr/bin/../lib/clang/4.0.0/include \ > -I/usr/include -includeall -modern -builtin \ > -outdir /usr/ports/security/py-m2crypto/work-py27/M2Crypto-0.30.1/M2Crypto \ > -o SWIG/_m2crypto_wrap.c SWIG/_m2crypto.i > /usr/include/x86/_types.h:67: Error: Syntax error in input(1). > > I got curious as to what if anything OpenSSL 1.1.0 has to do with > this, and it turns out that its only sin is to "#include " > in , which should cause no problems. But it turns > out that this runs into: > > https://github.com/freebsd/freebsd/blob/master/sys/x86/include/_types.h#L65 > > __extension__ > typedef long long __int64_t; > __extension__ > > with the unexpected "__extension__" giving "swig3.0" indigestion. > > The unrecognized syntax in is the real problem, and > either FreeBSD needs a "swig" that can deal with this, or the headers > need to be more compatible with the existing "swig". > > Testing with the "__extension__" lines removed, however runs into > another problem: > > /usr/include/sys/_types.h:104: Error: Syntax error - possibly a missing semicolon. > error: command '/usr/local/bin/swig3.0' failed with exit status 1 > > This time "swig" chokes on: > > typedef struct { > long long __max_align1 __aligned(_Alignof(long long)); > long double __max_align2 __aligned(_Alignof(long double)); > } __max_align_t; > > where I assume it does not understand the "__aligned" macro. Bottom > line, the internal system C-header files are much too exotic for > swig, and OpenSSL 1.1.x is rather a bystander, with previous releases > working with m2crypto somewhat by accident. > > I managed to find a solution that does not modify , > but rather comments out the switch "-includeall" option from > M2crypto's setup.py: > > self.swig_opts.extend(['-I%s' % i for i in _get_additional_includes()]) > # self.swig_opts.append('-includeall') > self.swig_opts.append('-modern') > self.swig_opts.append('-builtin') > > and adds a couple of additional explicit include files to SWIG/_m2crypto.i: > > %include > %include > > above: > > %include > > With this, py-m2crypto builds with OpenSSL 1.1.x and the system > header files unmolested. If the maintainer of the py-m2crypto port > is not on this list, please forward to the right person. It would > be good to remove this roadblock to using "openssl-devel" (since > actually OpenSSL 1.1.1 is now an LTS release, and 1.0.x will be EOL > at the end of 2019, so "devel" is not really the best label anymore). > > Perhaps the changes could also go to the upstream maintainer of > m2crypto. > I also note that there is an open bug report for the issue: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229019 From owner-freebsd-python@freebsd.org Mon Sep 24 11:14:45 2018 Return-Path: Delivered-To: freebsd-python@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 523D610A98C2 for ; Mon, 24 Sep 2018 11:14:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E28707B76A for ; Mon, 24 Sep 2018 11:14:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A7FF210A98BE; Mon, 24 Sep 2018 11:14:44 +0000 (UTC) Delivered-To: python@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 96F6C10A98BC for ; Mon, 24 Sep 2018 11:14:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 355887B765 for ; Mon, 24 Sep 2018 11:14:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 82F8D21D32 for ; Mon, 24 Sep 2018 11:14:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8OBEh2Y035391 for ; Mon, 24 Sep 2018 11:14:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8OBEhPu035390 for python@FreeBSD.org; Mon, 24 Sep 2018 11:14:43 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 228769] devel/py-testtools: Add missing dependencies (with workaround for devel/py-fixtures et al.) Date: Mon, 24 Sep 2018 11:14:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 11:14:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228769 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: sunpoet Date: Mon Sep 24 11:13:41 UTC 2018 New revision: 480591 URL: https://svnweb.freebsd.org/changeset/ports/480591 Log: Fix RUN_DEPENDS - Bump PORTREVISION for dependency change PR: 228769 Submitted by: Kai Changes: head/devel/py-fixtures/Makefile --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Mon Sep 24 11:14:50 2018 Return-Path: Delivered-To: freebsd-python@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 CB3FD10A9901 for ; Mon, 24 Sep 2018 11:14:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6C3917B79D for ; Mon, 24 Sep 2018 11:14:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1077A10A98D9; Mon, 24 Sep 2018 11:14:47 +0000 (UTC) Delivered-To: python@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 F383D10A98D8 for ; Mon, 24 Sep 2018 11:14:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 92A247B779 for ; Mon, 24 Sep 2018 11:14:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id DFDBA21D36 for ; Mon, 24 Sep 2018 11:14:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8OBEjBt035413 for ; Mon, 24 Sep 2018 11:14:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8OBEjoH035412 for python@FreeBSD.org; Mon, 24 Sep 2018 11:14:45 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 228769] devel/py-testtools: Add missing dependencies (with workaround for devel/py-fixtures et al.) Date: Mon, 24 Sep 2018 11:14:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 11:14:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228769 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: sunpoet Date: Mon Sep 24 11:13:46 UTC 2018 New revision: 480592 URL: https://svnweb.freebsd.org/changeset/ports/480592 Log: Fix RUN_DEPENDS - While I'm here, add TEST_DEPENDS - Bump PORTREVISION for dependency change PR: 228769 Submitted by: Kai (maintainer) Changes: head/devel/py-python-subunit/Makefile --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Mon Sep 24 11:14:52 2018 Return-Path: Delivered-To: freebsd-python@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 6CDF610A990E for ; Mon, 24 Sep 2018 11:14:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D34217B857 for ; Mon, 24 Sep 2018 11:14:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 86DF010A9905; Mon, 24 Sep 2018 11:14:51 +0000 (UTC) Delivered-To: python@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 5F8FF10A9904 for ; Mon, 24 Sep 2018 11:14:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 80DFB7B803 for ; Mon, 24 Sep 2018 11:14:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 0325321D39 for ; Mon, 24 Sep 2018 11:14:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8OBEl8b035429 for ; Mon, 24 Sep 2018 11:14:47 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8OBElvH035428 for python@FreeBSD.org; Mon, 24 Sep 2018 11:14:47 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 228769] devel/py-testtools: Add missing dependencies (with workaround for devel/py-fixtures et al.) Date: Mon, 24 Sep 2018 11:14:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 11:14:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228769 --- Comment #5 from commit-hook@freebsd.org --- A commit references this bug: Author: sunpoet Date: Mon Sep 24 11:14:13 UTC 2018 New revision: 480593 URL: https://svnweb.freebsd.org/changeset/ports/480593 Log: Fix RUN_DEPENDS - Add LICENSE_FILE - Bump PORTREVISION for dependency change PR: 228769 Submitted by: Kai Changes: head/devel/py-testtools/Makefile --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Mon Sep 24 11:23:18 2018 Return-Path: Delivered-To: freebsd-python@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 9A71710A9B32 for ; Mon, 24 Sep 2018 11:23:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 36C637BD00 for ; Mon, 24 Sep 2018 11:23:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id EC99A10A9B31; Mon, 24 Sep 2018 11:23:17 +0000 (UTC) Delivered-To: python@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 DB21810A9B30 for ; Mon, 24 Sep 2018 11:23:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7BE7B7BCFF for ; Mon, 24 Sep 2018 11:23:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id B060021D69 for ; Mon, 24 Sep 2018 11:23:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8OBNGaY046586 for ; Mon, 24 Sep 2018 11:23:16 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8OBNGeM046585 for python@FreeBSD.org; Mon, 24 Sep 2018 11:23:16 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 228769] devel/py-testtools: Add missing dependencies (with workaround for devel/py-fixtures et al.) Date: Mon, 24 Sep 2018 11:23:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sunpoet@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 11:23:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228769 Sunpoet Po-Chuan Hsieh changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --- Comment #6 from Sunpoet Po-Chuan Hsieh --- Committed. Thanks! --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Mon Sep 24 11:50:39 2018 Return-Path: Delivered-To: freebsd-python@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 0ECD310AA00D for ; Mon, 24 Sep 2018 11:50:39 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 72D187CE80 for ; Mon, 24 Sep 2018 11:50:38 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 329C510AA00B; Mon, 24 Sep 2018 11:50:38 +0000 (UTC) Delivered-To: python@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 0F8A110AA009; Mon, 24 Sep 2018 11:50:38 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B508D7CE7E; Mon, 24 Sep 2018 11:50:37 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from package19.nyi.freebsd.org (package19.nyi.freebsd.org [IPv6:2610:1c1:1:6082::16:f5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AFB8218F01; Mon, 24 Sep 2018 11:50:37 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from package19.nyi.freebsd.org (localhost [127.0.0.1]) by package19.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8OBobL8013670; Mon, 24 Sep 2018 11:50:37 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by package19.nyi.freebsd.org (8.15.2/8.15.2/Submit) id w8OBobbQ012904; Mon, 24 Sep 2018 11:50:37 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Mon, 24 Sep 2018 11:50:37 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201809241150.w8OBobbQ012904@package19.nyi.freebsd.org> To: python@FreeBSD.org Subject: [exp - 104amd64-default-build-as-user][devel/py-pyopencl] Failed for py36-pyopencl-2018.2 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 11:50:39 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: python@FreeBSD.org Last committer: sunpoet@FreeBSD.org Ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Log URL: http://package19.nyi.freebsd.org/data/104amd64-default-build-as-user/480540/logs/py36-pyopencl-2018.2.log Build URL: http://package19.nyi.freebsd.org/build.html?mastername=104amd64-default-build-as-user&build=480540 Log: =>> Building devel/py-pyopencl build started at Mon Sep 24 11:49:58 UTC 2018 port directory: /usr/ports/devel/py-pyopencl package name: py36-pyopencl-2018.2 building for: FreeBSD 104amd64-default-build-as-user-job-14 10.4-RELEASE-p12 FreeBSD 10.4-RELEASE-p12 amd64 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Poudriere version: 3.2.7-6-g819c79a1 Host OSVERSION: 1200083 Jail OSVERSION: 1004000 Job Id: 14 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1004000 UNAME_v=FreeBSD 10.4-RELEASE-p12 UNAME_r=10.4-RELEASE-p12 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.7-6-g819c79a1 MASTERMNT=/poudriere/data/.m/104amd64-default-build-as-user/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= GID=0 UID=0 PWD=/poudriere/data/.m/104amd64-default-build-as-user/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=104amd64-default-build-as-user SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/poudriere/data/.m/104amd64-default-build-as-user/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR=py36 DEPENDS_ARGS= MAKE_ARGS= FLAVOR=py36 ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- python@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- BOOST_INC_DIR="/usr/local/include" BOOST_LIB_DIR="/usr/local/lib" BOOST_PYTHON_LIBNAME=boost_python36 CL_INC_DIR="/usr/local/include" CL_LIB_DIR="/usr/local/lib" USE_SHIPPED_BOOST=False --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PYTHON="/usr/local/bin/python3.6" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -fstack-protector " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DA TA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python3.6m PYTHON_LIBDIR=lib/python3.6 PYTHON_PLATFORM=freebsd10 PYTHON_PYOEXTENSION=opt-1.pyc PYTHON_SITELIBDIR=lib/python3.6/site-packages PYTHON_SUFFIX=36 PYTHON_VER=3.6 PYTHON_VERSION=python3.6 PYTHON2="@comment " PYTHON3="" OSREL=10.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/pyopencl" EXAMPLESDIR="share/examples/pyopencl" DATADIR="share/pyopencl" WWWDIR="www/pyopencl" ETCDIR="etc/pyopencl" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pyopencl DOCSDIR=/usr/local/share/doc/pyopencl EXAMPLESDIR=/usr/local/share/examples/pyopencl WWWDIR=/usr/local/www/pyopencl ETCDIR=/usr/local/etc/pyopencl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles FORCE_PACKAGE=yes PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=error: invalid value 'c++14' in '-std=c++14' CC_OUTPUT_921dbbb2_f2776b26=error: invalid value 'c++17' in '-std=c++17' CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=error: invalid value 'gnu++14' in '-std=gnu++14' CC_OUTPUT_921dbbb2_fb62803b=error: invalid value 'gnu++17' in '-std=gnu++17' _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=10.4-RELEASE-p12 OSREL=10.4 OSVERSION=1004000 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited sbsize (bytes, -b) unlimited pseudo-terminals (-p) unlimited --End resource limits-- =================================================== ===> License MIT accepted by the user =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_3.txz [104amd64-default-build-as-user-job-14] Installing pkg-1.10.5_3... [104amd64-default-build-as-user-job-14] Extracting pkg-1.10.5_3: .......... done ===> py36-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of py36-pyopencl-2018.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building ===> Extracting for py36-pyopencl-2018.2 => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py36-pyopencl-2018.2 ===> Applying FreeBSD patches for py36-pyopencl-2018.2 =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - not found ===> Installing existing package /packages/All/opencl-2.2_1.txz [104amd64-default-build-as-user-job-14] Installing opencl-2.2_1... [104amd64-default-build-as-user-job-14] Extracting opencl-2.2_1: .......... done Message from opencl-2.2_1: OpenCL is the first open, royalty-free standard for cross-platform, parallel programming of modern processors. ===> py36-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-numpy>0 - not found ===> Installing existing package /packages/All/py36-numpy-1.15.0,1.txz [104amd64-default-build-as-user-job-14] Installing py36-numpy-1.15.0,1... [104amd64-default-build-as-user-job-14] `-- Installing blas-3.5.0_4... [104amd64-default-build-as-user-job-14] | `-- Installing gcc7-7.3.0_5... [104amd64-default-build-as-user-job-14] | | `-- Installing binutils-2.30_5,1... [104amd64-default-build-as-user-job-14] | | `-- Installing gettext-runtime-0.19.8.1_1... [104amd64-default-build-as-user-job-14] | | | `-- Installing indexinfo-0.3.1... [104amd64-default-build-as-user-job-14] | | | `-- Extracting indexinfo-0.3.1: .... done ******************************************************************* Message from metis-5.1.0_5: ===> NOTICE: The metis port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> py36-pyopencl-2018.2 depends on package: py36-numpy>0 - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-pybind11>=0 - not found ===> Installing existing package /packages/All/py36-pybind11-2.2.1_1.txz [104amd64-default-build-as-user-job-14] Installing py36-pybind11-2.2.1_1... [104amd64-default-build-as-user-job-14] Extracting py36-pybind11-2.2.1_1: .......... done ===> py36-pyopencl-2018.2 depends on package: py36-pybind11>=0 - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-setuptools>0 - found ===> py36-pyopencl-2018.2 depends on file: /usr/local/bin/python3.6 - found =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on shared library: libboost_python36.so - not found ===> Installing existing package /packages/All/py36-boost-libs-1.68.0_1.txz [104amd64-default-build-as-user-job-14] Installing py36-boost-libs-1.68.0_1... [104amd64-default-build-as-user-job-14] `-- Installing boost-libs-1.68.0_1... [104amd64-default-build-as-user-job-14] | `-- Installing icu-62.1_2,1... [104amd64-default-build-as-user-job-14] | `-- Extracting icu-62.1_2,1: .......... done [104amd64-default-build-as-user-job-14] `-- Extracting boost-libs-1.68.0_1: .......... done [104amd64-default-build-as-user-job-14] Extracting py36-boost-libs-1.68.0_1: ... done Message from boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Message from py36-boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. You have built the Boost.Python library. You have to add the following options when building your own code: Compiler options: -I/usr/local/include/python3.6m -I/usr/local/include Linker options: -L/usr/local/lib/python3.6 -L/usr/local/lib -lboost_python -lpython3.6 ===> py36-pyopencl-2018.2 depends on shared library: libboost_python36.so - found (/usr/local/lib/libboost_python36.so) ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on shared library: libOpenCL.so - not found ===> Installing existing package /packages/All/ocl-icd-2.2.12.txz [104amd64-default-build-as-user-job-14] Installing ocl-icd-2.2.12... [104amd64-default-build-as-user-job-14] Extracting ocl-icd-2.2.12: .......... done ===> py36-pyopencl-2018.2 depends on shared library: libOpenCL.so - found (/usr/local/lib/libOpenCL.so) ===> Returning to build of py36-pyopencl-2018.2 =========================================================================== =================================================== ===> Configuring for py36-pyopencl-2018.2 =========================================================================== =================================================== ===> Building for py36-pyopencl-2018.2 --------------------------------------------------------------------------- Mako is not installed. --------------------------------------------------------------------------- That is not a problem, as most of PyOpenCL will be just fine without it. Some higher-level parts of pyopencl (such as pyopencl.reduction) will not function without the templating engine Mako [1] being installed. If you would like this functionality to work, you might want to install Mako after you finish installing PyOpenCL. Simply type python -m pip install mako either now or after the installation completes to fix this. [1] http://www.makotemplates.org/ --------------------------------------------------------------------------- Hit Ctrl-C now if you'd like to think about the situation. --------------------------------------------------------------------------- Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running build running build_py creating build creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6 creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/scan.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/bitonic_sort_templates.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/elementwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/invoker.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/algorithm.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/clmath.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/capture_call.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/version.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/clrandom.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/cache.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/array.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/_mymako.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/cltypes.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/_buffers.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/tools.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/bitonic_sort.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/_cluda.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/ipython_ext.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/characterize copying pyopencl/characterize/performance.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/characterize copying pyopencl/characterize/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/characterize creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte copying pyopencl/compyte/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte copying pyopencl/compyte/array.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte copying pyopencl/compyte/dtypes.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/setup_opencl.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_ndarray.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray running egg_info writing pyopencl.egg-info/PKG-INFO writing dependency_links to pyopencl.egg-info/dependency_links.txt writing requirements to pyopencl.egg-info/requires.txt writing top-level names to pyopencl.egg-info/top_level.txt reading manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' warning: no files found matching 'doc/_static/*.css' warning: no files found matching 'doc/_templates/*.html' warning: no files found matching '*.py.in' writing manifest file 'pyopencl.egg-info/SOURCES.txt' creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-airy.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-y.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-complex.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-eval-tbl.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-hankel-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-ranluxcl.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/array.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/openclfeatures.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/philox.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/threefry.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl/pyopencl-random123 running build_ext creating tmp cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmpkrzbynf9.cpp -o tmp/tmpkrzbynf9.o -std=c++14 error: invalid value 'c++14' in '-std=c++14' cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmpackh7ifp.cpp -o tmp/tmpackh7ifp.o -std=c++11 cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmp4ula67ug.cpp -o tmp/tmp4ula67ug.o -fvisibility=hidden building 'pyopencl._cl' extension creating build/temp.freebsd-10.4-RELEASE-p12-amd64-3.6 creating build/temp.freebsd-10.4-RELEASE-p12-amd64-3.6/src cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -Ipybind11/include -Iinclude -Iinclude -I/usr/local/lib/python3.6/site-packages/numpy/core/include -I/usr/local/lib/python3.6/site-packages/numpy/core/include -I/usr/local/include/python3.6m -c src/wrap_constants.cpp -o build/temp.freebsd-10.4-RELEASE-p12-amd64-3.6/src/wrap_constants.o -DVERSION_INFO="2018.2" -std=c++11 -fvisibility=hidden In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:61: In file included from src/numpy_init.hpp:6: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1821: /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] #warning "Using deprecated NumPy API, disable it by " \ ^ In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:62: src/tools.hpp:40:3: error: 'auto' return without trailing return type auto begin (reversion_wrapper w) { return w.iterable.rbegin(); } ^ src/tools.hpp:43:3: error: 'auto' return without trailing return type auto end (reversion_wrapper w) { return w.iterable.rend(); } ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:1338:23: warning: 'clCreateCommandQueue' is deprecated [-Wdeprecated-declarations] m_queue = clCreateCommandQueue( ^ /usr/local/include/CL/cl.h:1443:1: note: 'clCreateCommandQueue' declared here clCreateCommandQueue(cl_context /* context */, ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:3668:23: warning: 'clCreateSampler' is deprecated [-Wdeprecated-declarations] m_sampler = clCreateSampler( ^ /usr/local/include/CL/cl.h:1450:1: note: 'clCreateSampler' declared here clCreateSampler(cl_context /* context */, ^ 3 warnings and 2 errors generated. error: command 'cc' failed with exit status 1 *** Error code 1 Stop. make: stopped in /usr/ports/devel/py-pyopencl From owner-freebsd-python@freebsd.org Mon Sep 24 12:58:04 2018 Return-Path: Delivered-To: freebsd-python@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 5E80110ABAFE for ; Mon, 24 Sep 2018 12:58:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E845C7FF3C for ; Mon, 24 Sep 2018 12:58:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A9E6410ABAFB; Mon, 24 Sep 2018 12:58:03 +0000 (UTC) Delivered-To: python@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 9881A10ABAF8 for ; Mon, 24 Sep 2018 12:58:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3765D7FF34 for ; Mon, 24 Sep 2018 12:58:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 6BB4622319 for ; Mon, 24 Sep 2018 12:58:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8OCw2tG038808 for ; Mon, 24 Sep 2018 12:58:02 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8OCw2cs038807 for python@FreeBSD.org; Mon, 24 Sep 2018 12:58:02 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 231555] Mk/Uses/python.mk: Add USE_PYTHON=pytest Date: Mon, 24 Sep 2018 12:58:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mat@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 12:58:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231555 --- Comment #7 from Mathieu Arnold --- Does this actually work? --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Mon Sep 24 12:59:36 2018 Return-Path: Delivered-To: freebsd-python@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 AEBAF10ABB6C for ; Mon, 24 Sep 2018 12:59:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 482937FF94 for ; Mon, 24 Sep 2018 12:59:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0D2D110ABB6B; Mon, 24 Sep 2018 12:59:36 +0000 (UTC) Delivered-To: python@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 F020510ABB6A for ; Mon, 24 Sep 2018 12:59:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C6127FF8B for ; Mon, 24 Sep 2018 12:59:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id D88072231E for ; Mon, 24 Sep 2018 12:59:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8OCxYbB040444 for ; Mon, 24 Sep 2018 12:59:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8OCxYUR040443 for python@FreeBSD.org; Mon, 24 Sep 2018 12:59:34 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 231555] Mk/Uses/python.mk: Add USE_PYTHON=pytest Date: Mon, 24 Sep 2018 12:59:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mat@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 12:59:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231555 --- Comment #8 from Mathieu Arnold --- I'd say it lacks a: --- Mk/bsd.port.mk +++ Mk/bsd.port.mk @@ -3363,3 +3363,3 @@ do-install: -.if !target(do-test) && defined(TEST_TARGET) +.if !target(do-test) && ( defined(TEST_TARGET) || defined(DO_MAKE_TEST) ) DO_MAKE_TEST?=3D ${SETENV} ${TEST_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFIL= E} ${TEST_ARGS:C,^${DESTDIRNAME}=3D.*,,g} --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Mon Sep 24 13:43:49 2018 Return-Path: Delivered-To: freebsd-python@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 903FB10AC8E7 for ; Mon, 24 Sep 2018 13:43:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2DB1E8146B for ; Mon, 24 Sep 2018 13:43:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E68AC10AC8E2; Mon, 24 Sep 2018 13:43:48 +0000 (UTC) Delivered-To: python@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 D549710AC8E1 for ; Mon, 24 Sep 2018 13:43:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 750CB81464 for ; Mon, 24 Sep 2018 13:43:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id BC2D022600 for ; Mon, 24 Sep 2018 13:43:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8ODhlib032503 for ; Mon, 24 Sep 2018 13:43:47 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8ODhl6d032502 for python@FreeBSD.org; Mon, 24 Sep 2018 13:43:47 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 231609] sysutils/py-salt: Update to 2018.3.2 (Fixes Python 3 runtime) Date: Mon, 24 Sep 2018 13:43:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: wen@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: wen@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 13:43:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231609 Wen Heping changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wen@FreeBSD.org Assignee|ports-bugs@FreeBSD.org |wen@FreeBSD.org --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Mon Sep 24 13:46:47 2018 Return-Path: Delivered-To: freebsd-python@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 85D9410ACA98 for ; Mon, 24 Sep 2018 13:46:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2342E81665 for ; Mon, 24 Sep 2018 13:46:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id DBBF710ACA97; Mon, 24 Sep 2018 13:46:46 +0000 (UTC) Delivered-To: python@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 CA5F010ACA96 for ; Mon, 24 Sep 2018 13:46:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 54BE38165E for ; Mon, 24 Sep 2018 13:46:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 85D7F22613 for ; Mon, 24 Sep 2018 13:46:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8ODkjZT039690 for ; Mon, 24 Sep 2018 13:46:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8ODkja4039689 for python@FreeBSD.org; Mon, 24 Sep 2018 13:46:45 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 231609] sysutils/py-salt: Update to 2018.3.2 (Fixes Python 3 runtime) Date: Mon, 24 Sep 2018 13:46:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: wen@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 13:46:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231609 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: wen Date: Mon Sep 24 13:45:56 UTC 2018 New revision: 480606 URL: https://svnweb.freebsd.org/changeset/ports/480606 Log: - Update to 2018.3.2 - Fix the py3 loader issue PR: 231609 Submitted by: christer.edwards@gmail.com(maintainer) Changes: head/sysutils/py-salt/Makefile head/sysutils/py-salt/distinfo head/sysutils/py-salt/files/patch-salt_loader.py --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Mon Sep 24 13:48:43 2018 Return-Path: Delivered-To: freebsd-python@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 4AFA610ACAF8 for ; Mon, 24 Sep 2018 13:48:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id DA0CA816B4 for ; Mon, 24 Sep 2018 13:48:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9BC4F10ACAF7; Mon, 24 Sep 2018 13:48:42 +0000 (UTC) Delivered-To: python@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 8A56410ACAF6 for ; Mon, 24 Sep 2018 13:48:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B87D816AF for ; Mon, 24 Sep 2018 13:48:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 7700522621 for ; Mon, 24 Sep 2018 13:48:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8ODmfA1042374 for ; Mon, 24 Sep 2018 13:48:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8ODmfoF042373 for python@FreeBSD.org; Mon, 24 Sep 2018 13:48:41 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 231609] sysutils/py-salt: Update to 2018.3.2 (Fixes Python 3 runtime) Date: Mon, 24 Sep 2018 13:48:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: wen@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: wen@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 13:48:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231609 Wen Heping changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Mon Sep 24 14:03:32 2018 Return-Path: Delivered-To: freebsd-python@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 9CDF610ACF4E for ; Mon, 24 Sep 2018 14:03:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 36D4D81EA0 for ; Mon, 24 Sep 2018 14:03:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id EF84510ACF46; Mon, 24 Sep 2018 14:03:31 +0000 (UTC) Delivered-To: python@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 DE2B010ACF45 for ; Mon, 24 Sep 2018 14:03:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8036E81E91 for ; Mon, 24 Sep 2018 14:03:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id B53762275A for ; Mon, 24 Sep 2018 14:03:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8OE3UIE085915 for ; Mon, 24 Sep 2018 14:03:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8OE3UVN085914 for python@FreeBSD.org; Mon, 24 Sep 2018 14:03:30 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: maintainer-feedback requested: [Bug 231664] [exp-run] math/py-numpy: update to 1.15.1 Date: Mon, 24 Sep 2018 14:03:30 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 14:03:32 -0000 Bugzilla Automation has asked freebsd-python mailing list for maintainer-feedback: Bug 231664: [exp-run] math/py-numpy: update to 1.15.1 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231664 --- Description --- Update to 1.15.1 - Change MASTER_SITES to CHEESESHOP - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk Changes: https://github.com/numpy/numpy/releases From owner-freebsd-python@freebsd.org Mon Sep 24 14:03:32 2018 Return-Path: Delivered-To: freebsd-python@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 CA7F710ACF50 for ; Mon, 24 Sep 2018 14:03:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8963981EA6 for ; Mon, 24 Sep 2018 14:03:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4B0F110ACF4A; Mon, 24 Sep 2018 14:03:32 +0000 (UTC) Delivered-To: python@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 39C1F10ACF47 for ; Mon, 24 Sep 2018 14:03:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF9F481E95 for ; Mon, 24 Sep 2018 14:03:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 22DDA2275C for ; Mon, 24 Sep 2018 14:03:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8OE3VSa085932 for ; Mon, 24 Sep 2018 14:03:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8OE3VJe085931 for python@FreeBSD.org; Mon, 24 Sep 2018 14:03:31 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 231664] [exp-run] math/py-numpy: update to 1.15.1 Date: Mon, 24 Sep 2018 14:03:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sunpoet@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? exp-run? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform bug_file_loc op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 14:03:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231664 Bug ID: 231664 Summary: [exp-run] math/py-numpy: update to 1.15.1 Product: Ports & Packages Version: Latest Hardware: Any URL: https://people.FreeBSD.org/~sunpoet/patch/math-py-nump y.txt OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: python@FreeBSD.org Reporter: sunpoet@FreeBSD.org Flags: maintainer-feedback?(python@FreeBSD.org) Assignee: python@FreeBSD.org Flags: exp-run? Update to 1.15.1 - Change MASTER_SITES to CHEESESHOP - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk Changes: https://github.com/numpy/numpy/releases --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-python@freebsd.org Mon Sep 24 14:03:53 2018 Return-Path: Delivered-To: freebsd-python@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 AD92810ACFC9 for ; Mon, 24 Sep 2018 14:03:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4558281F18 for ; Mon, 24 Sep 2018 14:03:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id EC5F310ACFC1; Mon, 24 Sep 2018 14:03:52 +0000 (UTC) Delivered-To: python@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 DB30010ACFBB for ; Mon, 24 Sep 2018 14:03:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7DB6281F05 for ; Mon, 24 Sep 2018 14:03:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id CC04822762 for ; Mon, 24 Sep 2018 14:03:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8OE3pkh086492 for ; Mon, 24 Sep 2018 14:03:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8OE3phF086491 for python@FreeBSD.org; Mon, 24 Sep 2018 14:03:51 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 231664] [exp-run] math/py-numpy: update to 1.15.1 Date: Mon, 24 Sep 2018 14:03:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sunpoet@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: assigned_to flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 14:03:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231664 Sunpoet Po-Chuan Hsieh changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|python@FreeBSD.org |portmgr@FreeBSD.org Flags|maintainer-feedback?(python | |@FreeBSD.org) | --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-python@freebsd.org Mon Sep 24 14:09:23 2018 Return-Path: Delivered-To: freebsd-python@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 1B6A110AD269 for ; Mon, 24 Sep 2018 14:09:23 +0000 (UTC) (envelope-from ietf-dane@dukhovni.org) Received: from straasha.imrryr.org (straasha.imrryr.org [100.2.39.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7FFC82254 for ; Mon, 24 Sep 2018 14:09:22 +0000 (UTC) (envelope-from ietf-dane@dukhovni.org) Received: by straasha.imrryr.org (Postfix, from userid 1001) id C31BD30402C; Mon, 24 Sep 2018 10:09:15 -0400 (EDT) Date: Mon, 24 Sep 2018 10:09:15 -0400 From: Viktor Dukhovni To: freebsd-python@freebsd.org Subject: Re: py-m2crypto conflict with openssl-devel (really swig vs. system headers) resolved Message-ID: <20180924140915.GL3589@straasha.imrryr.org> Reply-To: freebsd-python@freebsd.org References: <20180924080803.GK3589@straasha.imrryr.org> <0dab868d-d1bf-12db-40cb-47136dd4c7e1@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0dab868d-d1bf-12db-40cb-47136dd4c7e1@FreeBSD.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 14:09:23 -0000 On Mon, Sep 24, 2018 at 08:24:25PM +1000, Kubilay Kocak wrote: > I also note that there is an open bug report for the issue: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229019 Thanks. And it looks like the work-around I suggested has been adopted, after "portsnap fetch update", my py-m2crypto builds without any additional work-arounds on my part. The quick turn-around is much appreciated. -- Viktor. From owner-freebsd-python@freebsd.org Mon Sep 24 19:03:52 2018 Return-Path: Delivered-To: freebsd-python@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 8D37D10B4CC2 for ; Mon, 24 Sep 2018 19:03:52 +0000 (UTC) (envelope-from ietf-dane@dukhovni.org) Received: from straasha.imrryr.org (straasha.imrryr.org [100.2.39.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 484B58E94B for ; Mon, 24 Sep 2018 19:03:51 +0000 (UTC) (envelope-from ietf-dane@dukhovni.org) Received: by straasha.imrryr.org (Postfix, from userid 1001) id 84E78304828; Mon, 24 Sep 2018 15:03:50 -0400 (EDT) Date: Mon, 24 Sep 2018 15:03:50 -0400 From: Viktor Dukhovni To: freebsd-python@freebsd.org Subject: One more tweak to py-m2crypto (ideally also upstream) Message-ID: <20180924190350.GM3589@straasha.imrryr.org> Reply-To: freebsd-python@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 19:03:52 -0000 On my system OpenSSL 1.1.0 is configured with no RIPEMD160 support. $ egrep '^OPT' /var/db/ports/security_openssl-devel/options | sort OPTIONS_FILE_SET+=ASM OPTIONS_FILE_SET+=DH OPTIONS_FILE_SET+=EC OPTIONS_FILE_SET+=MAN3 OPTIONS_FILE_SET+=SHARED OPTIONS_FILE_SET+=SSE2 OPTIONS_FILE_SET+=THREADS OPTIONS_FILE_SET+=TLS1 OPTIONS_FILE_SET+=TLS1_1 OPTIONS_FILE_UNSET+=ASYNC OPTIONS_FILE_UNSET+=IDEA OPTIONS_FILE_UNSET+=JPAKE OPTIONS_FILE_UNSET+=MD2 OPTIONS_FILE_UNSET+=MD4 OPTIONS_FILE_UNSET+=MDC2 OPTIONS_FILE_UNSET+=NEXTPROTONEG OPTIONS_FILE_UNSET+=RC2 OPTIONS_FILE_UNSET+=RC4 OPTIONS_FILE_UNSET+=RC5 OPTIONS_FILE_UNSET+=RFC3779 OPTIONS_FILE_UNSET+=RMD160 OPTIONS_FILE_UNSET+=SCTP OPTIONS_FILE_UNSET+=SSL3 OPTIONS_FILE_UNSET+=ZLIB This results in a non-working M2Crypto build, which compiles and with a warning about a missing prototype, installs, but fails to load with an unresolved symbol. The solution was to change SWIG/_evp.i, to take compile-time algorithm disablement into account. For me, just the below was sufficient: #ifndef OPENSSL_NO_RMD160 %rename(ripemd160) EVP_ripemd160; extern const EVP_MD *EVP_ripemd160(void); #endif M2Crypto really should not be using the direct EVP algorithm accessors, rather it should be using EVP_get_digestbyname(3). -- Viktor. From owner-freebsd-python@freebsd.org Tue Sep 25 01:22:17 2018 Return-Path: Delivered-To: freebsd-python@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 5CA4B109B887 for ; Tue, 25 Sep 2018 01:22:17 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E15827A39D for ; Tue, 25 Sep 2018 01:22:16 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id A4F85109B880; Tue, 25 Sep 2018 01:22:16 +0000 (UTC) Delivered-To: python@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 71E5A109B87D; Tue, 25 Sep 2018 01:22:16 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 255E67A396; Tue, 25 Sep 2018 01:22:16 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy6.nyi.freebsd.org (beefy6.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:e9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2027021525; Tue, 25 Sep 2018 01:22:16 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy6.nyi.freebsd.org (localhost [127.0.0.1]) by beefy6.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8P1MGTl042584; Tue, 25 Sep 2018 01:22:16 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy6.nyi.freebsd.org (8.15.2/8.15.2/Submit) id w8P1MGBE042548; Tue, 25 Sep 2018 01:22:16 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Tue, 25 Sep 2018 01:22:16 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201809250122.w8P1MGBE042548@beefy6.nyi.freebsd.org> To: python@FreeBSD.org Subject: [package - 104amd64-default][devel/py-pyopencl] Failed for py27-pyopencl-2018.2 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2018 01:22:17 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: python@FreeBSD.org Last committer: sunpoet@FreeBSD.org Ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Log URL: http://beefy6.nyi.freebsd.org/data/104amd64-default/480635/logs/py27-pyopencl-2018.2.log Build URL: http://beefy6.nyi.freebsd.org/build.html?mastername=104amd64-default&build=480635 Log: =>> Building devel/py-pyopencl build started at Tue Sep 25 01:21:40 UTC 2018 port directory: /usr/ports/devel/py-pyopencl package name: py27-pyopencl-2018.2 building for: FreeBSD 104amd64-default-job-23 10.4-RELEASE-p12 FreeBSD 10.4-RELEASE-p12 amd64 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Poudriere version: 3.2.7-6-g819c79a1 Host OSVERSION: 1200083 Jail OSVERSION: 1004000 Job Id: 23 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1004000 UNAME_v=FreeBSD 10.4-RELEASE-p12 UNAME_r=10.4-RELEASE-p12 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.7-6-g819c79a1 MASTERMNT=/usr/local/poudriere/data/.m/104amd64-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/104amd64-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=104amd64-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/104amd64-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR=py27 DEPENDS_ARGS= MAKE_ARGS= FLAVOR=py27 ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- python@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- BOOST_INC_DIR="/usr/local/include" BOOST_LIB_DIR="/usr/local/lib" BOOST_PYTHON_LIBNAME=boost_python27 CL_INC_DIR="/usr/local/include" CL_LIB_DIR="/usr/local/lib" USE_SHIPPED_BOOST=False --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -fstack-protector " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DA TA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd10 PYTHON_PYOEXTENSION=pyo PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_SUFFIX=27 PYTHON_VER=2.7 PYTHON_VERSION=python2.7 PYTHON2="" PYTHON3="@comment " OSREL=10.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/pyopencl" EXAMPLESDIR="share/examples/pyopencl" DATADIR="share/pyopencl" WWWDIR="www/pyopencl" ETCDIR="etc/pyopencl" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pyopencl DOCSDIR=/usr/local/share/doc/pyopencl EXAMPLESDIR=/usr/local/share/examples/pyopencl WWWDIR=/usr/local/www/pyopencl ETCDIR=/usr/local/etc/pyopencl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=error: invalid value 'c++14' in '-std=c++14' CC_OUTPUT_921dbbb2_f2776b26=error: invalid value 'c++17' in '-std=c++17' CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=error: invalid value 'gnu++14' in '-std=gnu++14' CC_OUTPUT_921dbbb2_fb62803b=error: invalid value 'gnu++17' in '-std=gnu++17' _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=10.4-RELEASE-p12 OSREL=10.4 OSVERSION=1004000 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited sbsize (bytes, -b) unlimited pseudo-terminals (-p) unlimited --End resource limits-- =================================================== ===> License MIT accepted by the user =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_3.txz [104amd64-default-job-23] Installing pkg-1.10.5_3... [104amd64-default-job-23] Extracting pkg-1.10.5_3: .......... done ===> py27-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of py27-pyopencl-2018.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user => pyopencl-2018.2.tar.gz doesn't seem to exist in /portdistfiles/. => Attempting to fetch https://files.pythonhosted.org/packages/source/p/pyopencl/pyopencl-2018.2.tar.gz pyopencl-2018.2.tar.gz 0 B 0 Bps ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building ===> Extracting for py27-pyopencl-2018.2 => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-pyopencl-2018.2 ===> Applying FreeBSD patches for py27-pyopencl-2018.2 =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - not found ===> Installing existing package /packages/All/opencl-2.2_1.txz [104amd64-default-job-23] Installing opencl-2.2_1... [104amd64-default-job-23] Extracting opencl-2.2_1: .......... done Message from opencl-2.2_1: OpenCL is the first open, royalty-free standard for cross-platform, parallel programming of modern processors. ===> py27-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-numpy>0 - not found ===> Installing existing package /packages/All/py27-numpy-1.15.0,1.txz =========================================================================== Message from metis-5.1.0_5: ===> NOTICE: The metis port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> py27-pyopencl-2018.2 depends on package: py27-numpy>0 - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-pybind11>=0 - not found ===> Installing existing package /packages/All/py27-pybind11-2.2.1_1.txz [104amd64-default-job-23] Installing py27-pybind11-2.2.1_1... [104amd64-default-job-23] Extracting py27-pybind11-2.2.1_1: .......... done ===> py27-pyopencl-2018.2 depends on package: py27-pybind11>=0 - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-setuptools>0 - found ===> py27-pyopencl-2018.2 depends on file: /usr/local/bin/python2.7 - found =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on shared library: libboost_python27.so - not found ===> Installing existing package /packages/All/py27-boost-libs-1.68.0_1.txz [104amd64-default-job-23] Installing py27-boost-libs-1.68.0_1... [104amd64-default-job-23] `-- Installing boost-libs-1.68.0_1... [104amd64-default-job-23] | `-- Installing icu-62.1_2,1... [104amd64-default-job-23] | `-- Extracting icu-62.1_2,1: .......... done [104amd64-default-job-23] `-- Extracting boost-libs-1.68.0_1: .......... done [104amd64-default-job-23] Extracting py27-boost-libs-1.68.0_1: ... done Message from boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Message from py27-boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. You have built the Boost.Python library. You have to add the following options when building your own code: Compiler options: -I/usr/local/include/python2.7 -I/usr/local/include Linker options: -L/usr/local/lib/python2.7 -L/usr/local/lib -lboost_python -lpython2.7 ===> py27-pyopencl-2018.2 depends on shared library: libboost_python27.so - found (/usr/local/lib/libboost_python27.so) ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on shared library: libOpenCL.so - not found ===> Installing existing package /packages/All/ocl-icd-2.2.12.txz [104amd64-default-job-23] Installing ocl-icd-2.2.12... [104amd64-default-job-23] Extracting ocl-icd-2.2.12: .......... done ===> py27-pyopencl-2018.2 depends on shared library: libOpenCL.so - found (/usr/local/lib/libOpenCL.so) ===> Returning to build of py27-pyopencl-2018.2 =========================================================================== =================================================== ===> Configuring for py27-pyopencl-2018.2 =========================================================================== =================================================== ===> Building for py27-pyopencl-2018.2 --------------------------------------------------------------------------- Mako is not installed. --------------------------------------------------------------------------- That is not a problem, as most of PyOpenCL will be just fine without it. Some higher-level parts of pyopencl (such as pyopencl.reduction) will not function without the templating engine Mako [1] being installed. If you would like this functionality to work, you might want to install Mako after you finish installing PyOpenCL. Simply type python -m pip install mako either now or after the installation completes to fix this. [1] http://www.makotemplates.org/ --------------------------------------------------------------------------- Hit Ctrl-C now if you'd like to think about the situation. --------------------------------------------------------------------------- Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running build running build_py creating build creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7 creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/scan.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/bitonic_sort_templates.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/elementwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/invoker.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/algorithm.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/clmath.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/capture_call.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/version.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/clrandom.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/cache.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/array.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/_mymako.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/cltypes.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/_buffers.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/tools.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/bitonic_sort.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/_cluda.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/ipython_ext.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/characterize copying pyopencl/characterize/performance.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/characterize copying pyopencl/characterize/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/characterize creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte copying pyopencl/compyte/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte copying pyopencl/compyte/array.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte copying pyopencl/compyte/dtypes.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/setup_opencl.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_ndarray.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray running egg_info writing requirements to pyopencl.egg-info/requires.txt writing pyopencl.egg-info/PKG-INFO writing top-level names to pyopencl.egg-info/top_level.txt writing dependency_links to pyopencl.egg-info/dependency_links.txt reading manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' warning: no files found matching 'doc/_static/*.css' warning: no files found matching 'doc/_templates/*.html' warning: no files found matching '*.py.in' writing manifest file 'pyopencl.egg-info/SOURCES.txt' creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-airy.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-y.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-complex.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-eval-tbl.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-hankel-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-ranluxcl.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/array.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/openclfeatures.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/philox.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/threefry.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl/pyopencl-random123 running build_ext creating tmp cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmp39HQkl.cpp -o tmp/tmp39HQkl.o -std=c++14 error: invalid value 'c++14' in '-std=c++14' cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmpAYgZhT.cpp -o tmp/tmpAYgZhT.o -std=c++11 cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmpGvrZ7i.cpp -o tmp/tmpGvrZ7i.o -fvisibility=hidden building 'pyopencl._cl' extension creating build/temp.freebsd-10.4-RELEASE-p12-amd64-2.7 creating build/temp.freebsd-10.4-RELEASE-p12-amd64-2.7/src cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -Ipybind11/include -Iinclude -Iinclude -I/usr/local/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include/python2.7 -c src/wrap_constants.cpp -o build/temp.freebsd-10.4-RELEASE-p12-amd64-2.7/src/wrap_constants.o -DVERSION_INFO="2018.2" -std=c++11 -fvisibility=hidden In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:61: In file included from src/numpy_init.hpp:6: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1821: /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] #warning "Using deprecated NumPy API, disable it by " \ ^ In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:62: src/tools.hpp:40:3: error: 'auto' return without trailing return type auto begin (reversion_wrapper w) { return w.iterable.rbegin(); } ^ src/tools.hpp:43:3: error: 'auto' return without trailing return type auto end (reversion_wrapper w) { return w.iterable.rend(); } ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:1338:23: warning: 'clCreateCommandQueue' is deprecated [-Wdeprecated-declarations] m_queue = clCreateCommandQueue( ^ /usr/local/include/CL/cl.h:1443:1: note: 'clCreateCommandQueue' declared here clCreateCommandQueue(cl_context /* context */, ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:3668:23: warning: 'clCreateSampler' is deprecated [-Wdeprecated-declarations] m_sampler = clCreateSampler( ^ /usr/local/include/CL/cl.h:1450:1: note: 'clCreateSampler' declared here clCreateSampler(cl_context /* context */, ^ 3 warnings and 2 errors generated. error: command 'cc' failed with exit status 1 *** Error code 1 Stop. make: stopped in /usr/ports/devel/py-pyopencl From owner-freebsd-python@freebsd.org Tue Sep 25 01:22:47 2018 Return-Path: Delivered-To: freebsd-python@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 4BCC4109B8EC for ; Tue, 25 Sep 2018 01:22:47 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C43BF7A403 for ; Tue, 25 Sep 2018 01:22:46 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 81F5C109B8E8; Tue, 25 Sep 2018 01:22:46 +0000 (UTC) Delivered-To: python@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 49AED109B8E6; Tue, 25 Sep 2018 01:22:46 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EFCD07A400; Tue, 25 Sep 2018 01:22:45 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy5.nyi.freebsd.org (beefy5.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:e8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EAB362153E; Tue, 25 Sep 2018 01:22:45 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy5.nyi.freebsd.org (localhost [127.0.0.1]) by beefy5.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8P1Mjbs057833; Tue, 25 Sep 2018 01:22:45 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy5.nyi.freebsd.org (8.15.2/8.15.2/Submit) id w8P1MjgZ057790; Tue, 25 Sep 2018 01:22:45 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Tue, 25 Sep 2018 01:22:45 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201809250122.w8P1MjgZ057790@beefy5.nyi.freebsd.org> To: python@FreeBSD.org Subject: [package - 104i386-default][devel/py-pyopencl] Failed for py27-pyopencl-2018.2 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2018 01:22:47 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: python@FreeBSD.org Last committer: sunpoet@FreeBSD.org Ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Log URL: http://beefy5.nyi.freebsd.org/data/104i386-default/480635/logs/py27-pyopencl-2018.2.log Build URL: http://beefy5.nyi.freebsd.org/build.html?mastername=104i386-default&build=480635 Log: =>> Building devel/py-pyopencl build started at Tue Sep 25 01:22:13 UTC 2018 port directory: /usr/ports/devel/py-pyopencl package name: py27-pyopencl-2018.2 building for: FreeBSD 104i386-default-job-17 10.4-RELEASE-p12 FreeBSD 10.4-RELEASE-p12 i386 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Poudriere version: 3.2.7-6-g819c79a1 Host OSVERSION: 1200083 Jail OSVERSION: 1004000 Job Id: 17 ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 OSVERSION=1004000 UNAME_v=FreeBSD 10.4-RELEASE-p12 UNAME_r=10.4-RELEASE-p12 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.7-6-g819c79a1 MASTERMNT=/usr/local/poudriere/data/.m/104i386-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/104i386-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=104i386-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/104i386-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR=py27 DEPENDS_ARGS= MAKE_ARGS= FLAVOR=py27 ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- python@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- BOOST_INC_DIR="/usr/local/include" BOOST_LIB_DIR="/usr/local/lib" BOOST_PYTHON_LIBNAME=boost_python27 CL_INC_DIR="/usr/local/include" CL_LIB_DIR="/usr/local/lib" USE_SHIPPED_BOOST=False --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -fstack-protector " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DA TA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd10 PYTHON_PYOEXTENSION=pyo PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_SUFFIX=27 PYTHON_VER=2.7 PYTHON_VERSION=python2.7 PYTHON2="" PYTHON3="@comment " OSREL=10.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/pyopencl" EXAMPLESDIR="share/examples/pyopencl" DATADIR="share/pyopencl" WWWDIR="www/pyopencl" ETCDIR="etc/pyopencl" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pyopencl DOCSDIR=/usr/local/share/doc/pyopencl EXAMPLESDIR=/usr/local/share/examples/pyopencl WWWDIR=/usr/local/www/pyopencl ETCDIR=/usr/local/etc/pyopencl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: i386-unknown-freebsd10.4 Thread model: posix _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: i386-unknown-freebsd10.4 Thread model: posix "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=error: invalid value 'c++14' in '-std=c++14' CC_OUTPUT_921dbbb2_f2776b26=error: invalid value 'c++17' in '-std=c++17' CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=error: invalid value 'gnu++14' in '-std=gnu++14' CC_OUTPUT_921dbbb2_fb62803b=error: invalid value 'gnu++17' in '-std=gnu++17' _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: i386-unknown-freebsd10.4 Thread model: posix _OBJC_ALTCCVERSION_921dbbb2=none ARCH=i386 OPSYS=FreeBSD _OSRELEASE=10.4-RELEASE-p12 OSREL=10.4 OSVERSION=1004000 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited sbsize (bytes, -b) unlimited pseudo-terminals (-p) unlimited --End resource limits-- =================================================== ===> License MIT accepted by the user =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_3.txz [104i386-default-job-17] Installing pkg-1.10.5_3... [104i386-default-job-17] Extracting pkg-1.10.5_3: .......... done ===> py27-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of py27-pyopencl-2018.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user => pyopencl-2018.2.tar.gz doesn't seem to exist in /portdistfiles/. => Attempting to fetch https://files.pythonhosted.org/packages/source/p/pyopencl/pyopencl-2018.2.tar.gz pyopencl-2018.2.tar.gz 0 B 0 Bps ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building ===> Extracting for py27-pyopencl-2018.2 => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-pyopencl-2018.2 ===> Applying FreeBSD patches for py27-pyopencl-2018.2 =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - not found ===> Installing existing package /packages/All/opencl-2.2_1.txz [104i386-default-job-17] Installing opencl-2.2_1... [104i386-default-job-17] Extracting opencl-2.2_1: .......... done Message from opencl-2.2_1: OpenCL is the first open, royalty-free standard for cross-platform, parallel programming of modern processors. =========================================================================== Message from metis-5.1.0_5: ===> NOTICE: The metis port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> py27-pyopencl-2018.2 depends on package: py27-numpy>0 - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-pybind11>=0 - not found ===> Installing existing package /packages/All/py27-pybind11-2.2.1_1.txz [104i386-default-job-17] Installing py27-pybind11-2.2.1_1... [104i386-default-job-17] Extracting py27-pybind11-2.2.1_1: .......... done ===> py27-pyopencl-2018.2 depends on package: py27-pybind11>=0 - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-setuptools>0 - found ===> py27-pyopencl-2018.2 depends on file: /usr/local/bin/python2.7 - found =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on shared library: libboost_python27.so - not found ===> Installing existing package /packages/All/py27-boost-libs-1.68.0_1.txz [104i386-default-job-17] Installing py27-boost-libs-1.68.0_1... [104i386-default-job-17] `-- Installing boost-libs-1.68.0_1... [104i386-default-job-17] | `-- Installing icu-62.1_2,1... [104i386-default-job-17] | `-- Extracting icu-62.1_2,1: .......... done [104i386-default-job-17] `-- Extracting boost-libs-1.68.0_1: .......... done [104i386-default-job-17] Extracting py27-boost-libs-1.68.0_1: ... done Message from boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Message from py27-boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. You have built the Boost.Python library. You have to add the following options when building your own code: Compiler options: -I/usr/local/include/python2.7 -I/usr/local/include Linker options: -L/usr/local/lib/python2.7 -L/usr/local/lib -lboost_python -lpython2.7 ===> py27-pyopencl-2018.2 depends on shared library: libboost_python27.so - found (/usr/local/lib/libboost_python27.so) ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on shared library: libOpenCL.so - not found ===> Installing existing package /packages/All/ocl-icd-2.2.12.txz [104i386-default-job-17] Installing ocl-icd-2.2.12... [104i386-default-job-17] Extracting ocl-icd-2.2.12: .......... done ===> py27-pyopencl-2018.2 depends on shared library: libOpenCL.so - found (/usr/local/lib/libOpenCL.so) ===> Returning to build of py27-pyopencl-2018.2 =========================================================================== =================================================== ===> Configuring for py27-pyopencl-2018.2 =========================================================================== =================================================== ===> Building for py27-pyopencl-2018.2 --------------------------------------------------------------------------- Mako is not installed. --------------------------------------------------------------------------- That is not a problem, as most of PyOpenCL will be just fine without it. Some higher-level parts of pyopencl (such as pyopencl.reduction) will not function without the templating engine Mako [1] being installed. If you would like this functionality to work, you might want to install Mako after you finish installing PyOpenCL. Simply type python -m pip install mako either now or after the installation completes to fix this. [1] http://www.makotemplates.org/ --------------------------------------------------------------------------- Hit Ctrl-C now if you'd like to think about the situation. --------------------------------------------------------------------------- Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running build running build_py creating build creating build/lib.freebsd-10.4-RELEASE-p12-i386-2.7 creating build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/scan.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/bitonic_sort_templates.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/elementwise.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/invoker.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/algorithm.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/clmath.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/capture_call.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/version.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/clrandom.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/cache.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/array.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/_mymako.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/cltypes.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/_buffers.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/tools.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/bitonic_sort.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/_cluda.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/ipython_ext.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl creating build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/characterize copying pyopencl/characterize/performance.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/characterize copying pyopencl/characterize/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/characterize creating build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/compyte copying pyopencl/compyte/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/compyte copying pyopencl/compyte/array.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/compyte copying pyopencl/compyte/dtypes.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/compyte creating build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/setup_opencl.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_ndarray.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/compyte/ndarray running egg_info writing requirements to pyopencl.egg-info/requires.txt writing pyopencl.egg-info/PKG-INFO writing top-level names to pyopencl.egg-info/top_level.txt writing dependency_links to pyopencl.egg-info/dependency_links.txt reading manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' warning: no files found matching 'doc/_static/*.css' warning: no files found matching 'doc/_templates/*.html' warning: no files found matching '*.py.in' writing manifest file 'pyopencl.egg-info/SOURCES.txt' creating build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-airy.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-y.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-complex.h -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-eval-tbl.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-hankel-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-ranluxcl.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl creating build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/array.h -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/openclfeatures.h -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/philox.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/threefry.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl/pyopencl-random123 running build_ext creating tmp cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmpnYs1iA.cpp -o tmp/tmpnYs1iA.o -std=c++14 error: invalid value 'c++14' in '-std=c++14' cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmplh2Egz.cpp -o tmp/tmplh2Egz.o -std=c++11 cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmpGhnHZ_.cpp -o tmp/tmpGhnHZ_.o -fvisibility=hidden building 'pyopencl._cl' extension creating build/temp.freebsd-10.4-RELEASE-p12-i386-2.7 creating build/temp.freebsd-10.4-RELEASE-p12-i386-2.7/src cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -Ipybind11/include -Iinclude -Iinclude -I/usr/local/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include/python2.7 -c src/wrap_constants.cpp -o build/temp.freebsd-10.4-RELEASE-p12-i386-2.7/src/wrap_constants.o -DVERSION_INFO="2018.2" -std=c++11 -fvisibility=hidden In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:61: In file included from src/numpy_init.hpp:6: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1821: /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] #warning "Using deprecated NumPy API, disable it by " \ ^ In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:62: src/tools.hpp:40:3: error: 'auto' return without trailing return type auto begin (reversion_wrapper w) { return w.iterable.rbegin(); } ^ src/tools.hpp:43:3: error: 'auto' return without trailing return type auto end (reversion_wrapper w) { return w.iterable.rend(); } ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:1338:23: warning: 'clCreateCommandQueue' is deprecated [-Wdeprecated-declarations] m_queue = clCreateCommandQueue( ^ /usr/local/include/CL/cl.h:1443:1: note: 'clCreateCommandQueue' declared here clCreateCommandQueue(cl_context /* context */, ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:3668:23: warning: 'clCreateSampler' is deprecated [-Wdeprecated-declarations] m_sampler = clCreateSampler( ^ /usr/local/include/CL/cl.h:1450:1: note: 'clCreateSampler' declared here clCreateSampler(cl_context /* context */, ^ 3 warnings and 2 errors generated. error: command 'cc' failed with exit status 1 *** Error code 1 Stop. make: stopped in /usr/ports/devel/py-pyopencl From owner-freebsd-python@freebsd.org Tue Sep 25 06:53:08 2018 Return-Path: Delivered-To: freebsd-python@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 1759910A9083 for ; Tue, 25 Sep 2018 06:53:08 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 94CF684A60 for ; Tue, 25 Sep 2018 06:53:07 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5408710A9080; Tue, 25 Sep 2018 06:53:07 +0000 (UTC) Delivered-To: python@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 2067310A907D; Tue, 25 Sep 2018 06:53:07 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CCF0F84A5D; Tue, 25 Sep 2018 06:53:06 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy5.nyi.freebsd.org (beefy5.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:e8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C7A2F24D26; Tue, 25 Sep 2018 06:53:06 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy5.nyi.freebsd.org (localhost [127.0.0.1]) by beefy5.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8P6r6JN042540; Tue, 25 Sep 2018 06:53:06 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy5.nyi.freebsd.org (8.15.2/8.15.2/Submit) id w8P6r6eZ042539; Tue, 25 Sep 2018 06:53:06 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Tue, 25 Sep 2018 06:53:06 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201809250653.w8P6r6eZ042539@beefy5.nyi.freebsd.org> To: python@FreeBSD.org Subject: [package - 104i386-default][devel/py-pyopencl] Failed for py36-pyopencl-2018.2 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2018 06:53:08 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: python@FreeBSD.org Last committer: sunpoet@FreeBSD.org Ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Log URL: http://beefy5.nyi.freebsd.org/data/104i386-default/480635/logs/py36-pyopencl-2018.2.log Build URL: http://beefy5.nyi.freebsd.org/build.html?mastername=104i386-default&build=480635 Log: =>> Building devel/py-pyopencl build started at Tue Sep 25 06:52:28 UTC 2018 port directory: /usr/ports/devel/py-pyopencl package name: py36-pyopencl-2018.2 building for: FreeBSD 104i386-default-job-15 10.4-RELEASE-p12 FreeBSD 10.4-RELEASE-p12 i386 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Poudriere version: 3.2.7-6-g819c79a1 Host OSVERSION: 1200083 Jail OSVERSION: 1004000 Job Id: 15 ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 OSVERSION=1004000 UNAME_v=FreeBSD 10.4-RELEASE-p12 UNAME_r=10.4-RELEASE-p12 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.7-6-g819c79a1 MASTERMNT=/usr/local/poudriere/data/.m/104i386-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/104i386-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=104i386-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/104i386-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR=py36 DEPENDS_ARGS= MAKE_ARGS= FLAVOR=py36 ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- python@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- BOOST_INC_DIR="/usr/local/include" BOOST_LIB_DIR="/usr/local/lib" BOOST_PYTHON_LIBNAME=boost_python36 CL_INC_DIR="/usr/local/include" CL_LIB_DIR="/usr/local/lib" USE_SHIPPED_BOOST=False --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PYTHON="/usr/local/bin/python3.6" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -fstack-protector " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DA TA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python3.6m PYTHON_LIBDIR=lib/python3.6 PYTHON_PLATFORM=freebsd10 PYTHON_PYOEXTENSION=opt-1.pyc PYTHON_SITELIBDIR=lib/python3.6/site-packages PYTHON_SUFFIX=36 PYTHON_VER=3.6 PYTHON_VERSION=python3.6 PYTHON2="@comment " PYTHON3="" OSREL=10.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/pyopencl" EXAMPLESDIR="share/examples/pyopencl" DATADIR="share/pyopencl" WWWDIR="www/pyopencl" ETCDIR="etc/pyopencl" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pyopencl DOCSDIR=/usr/local/share/doc/pyopencl EXAMPLESDIR=/usr/local/share/examples/pyopencl WWWDIR=/usr/local/www/pyopencl ETCDIR=/usr/local/etc/pyopencl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: i386-unknown-freebsd10.4 Thread model: posix _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: i386-unknown-freebsd10.4 Thread model: posix "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=error: invalid value 'c++14' in '-std=c++14' CC_OUTPUT_921dbbb2_f2776b26=error: invalid value 'c++17' in '-std=c++17' CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=error: invalid value 'gnu++14' in '-std=gnu++14' CC_OUTPUT_921dbbb2_fb62803b=error: invalid value 'gnu++17' in '-std=gnu++17' _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: i386-unknown-freebsd10.4 Thread model: posix _OBJC_ALTCCVERSION_921dbbb2=none ARCH=i386 OPSYS=FreeBSD _OSRELEASE=10.4-RELEASE-p12 OSREL=10.4 OSVERSION=1004000 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited sbsize (bytes, -b) unlimited pseudo-terminals (-p) unlimited --End resource limits-- =================================================== ===> License MIT accepted by the user =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_3.txz [104i386-default-job-15] Installing pkg-1.10.5_3... [104i386-default-job-15] Extracting pkg-1.10.5_3: .......... done ===> py36-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of py36-pyopencl-2018.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building ===> Extracting for py36-pyopencl-2018.2 => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py36-pyopencl-2018.2 ===> Applying FreeBSD patches for py36-pyopencl-2018.2 =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - not found ===> Installing existing package /packages/All/opencl-2.2_1.txz [104i386-default-job-15] Installing opencl-2.2_1... [104i386-default-job-15] Extracting opencl-2.2_1: .......... done Message from opencl-2.2_1: OpenCL is the first open, royalty-free standard for cross-platform, parallel programming of modern processors. ===> py36-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-numpy>0 - not found ******************************************************************* Message from metis-5.1.0_5: ===> NOTICE: The metis port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> py36-pyopencl-2018.2 depends on package: py36-numpy>0 - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-pybind11>=0 - not found ===> Installing existing package /packages/All/py36-pybind11-2.2.1_1.txz [104i386-default-job-15] Installing py36-pybind11-2.2.1_1... [104i386-default-job-15] Extracting py36-pybind11-2.2.1_1: .......... done ===> py36-pyopencl-2018.2 depends on package: py36-pybind11>=0 - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-setuptools>0 - found ===> py36-pyopencl-2018.2 depends on file: /usr/local/bin/python3.6 - found =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on shared library: libboost_python36.so - not found ===> Installing existing package /packages/All/py36-boost-libs-1.68.0_1.txz [104i386-default-job-15] Installing py36-boost-libs-1.68.0_1... [104i386-default-job-15] `-- Installing boost-libs-1.68.0_1... [104i386-default-job-15] | `-- Installing icu-62.1_2,1... [104i386-default-job-15] | `-- Extracting icu-62.1_2,1: .......... done [104i386-default-job-15] `-- Extracting boost-libs-1.68.0_1: .......... done [104i386-default-job-15] Extracting py36-boost-libs-1.68.0_1: ... done Message from boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Message from py36-boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. You have built the Boost.Python library. You have to add the following options when building your own code: Compiler options: -I/usr/local/include/python3.6m -I/usr/local/include Linker options: -L/usr/local/lib/python3.6 -L/usr/local/lib -lboost_python -lpython3.6 ===> py36-pyopencl-2018.2 depends on shared library: libboost_python36.so - found (/usr/local/lib/libboost_python36.so) ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on shared library: libOpenCL.so - not found ===> Installing existing package /packages/All/ocl-icd-2.2.12.txz [104i386-default-job-15] Installing ocl-icd-2.2.12... [104i386-default-job-15] Extracting ocl-icd-2.2.12: .......... done ===> py36-pyopencl-2018.2 depends on shared library: libOpenCL.so - found (/usr/local/lib/libOpenCL.so) ===> Returning to build of py36-pyopencl-2018.2 =========================================================================== =================================================== ===> Configuring for py36-pyopencl-2018.2 =========================================================================== =================================================== ===> Building for py36-pyopencl-2018.2 --------------------------------------------------------------------------- Mako is not installed. --------------------------------------------------------------------------- That is not a problem, as most of PyOpenCL will be just fine without it. Some higher-level parts of pyopencl (such as pyopencl.reduction) will not function without the templating engine Mako [1] being installed. If you would like this functionality to work, you might want to install Mako after you finish installing PyOpenCL. Simply type python -m pip install mako either now or after the installation completes to fix this. [1] http://www.makotemplates.org/ --------------------------------------------------------------------------- Hit Ctrl-C now if you'd like to think about the situation. --------------------------------------------------------------------------- Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running build running build_py creating build creating build/lib.freebsd-10.4-RELEASE-p12-i386-3.6 creating build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/scan.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/bitonic_sort_templates.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/elementwise.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/invoker.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/algorithm.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/clmath.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/capture_call.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/version.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/clrandom.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/cache.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/array.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/_mymako.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/cltypes.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/_buffers.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/tools.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/bitonic_sort.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/_cluda.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/ipython_ext.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl creating build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/characterize copying pyopencl/characterize/performance.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/characterize copying pyopencl/characterize/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/characterize creating build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/compyte copying pyopencl/compyte/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/compyte copying pyopencl/compyte/array.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/compyte copying pyopencl/compyte/dtypes.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/compyte creating build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/setup_opencl.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_ndarray.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/compyte/ndarray running egg_info writing pyopencl.egg-info/PKG-INFO writing dependency_links to pyopencl.egg-info/dependency_links.txt writing requirements to pyopencl.egg-info/requires.txt writing top-level names to pyopencl.egg-info/top_level.txt reading manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' warning: no files found matching 'doc/_static/*.css' warning: no files found matching 'doc/_templates/*.html' warning: no files found matching '*.py.in' writing manifest file 'pyopencl.egg-info/SOURCES.txt' creating build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-airy.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-y.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-complex.h -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-eval-tbl.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-hankel-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-ranluxcl.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl creating build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/array.h -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/openclfeatures.h -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/philox.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/threefry.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl/pyopencl-random123 running build_ext creating tmp cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmpkhtygbf0.cpp -o tmp/tmpkhtygbf0.o -std=c++14 error: invalid value 'c++14' in '-std=c++14' cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmpb1qq3kjf.cpp -o tmp/tmpb1qq3kjf.o -std=c++11 cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmp_e16lsiy.cpp -o tmp/tmp_e16lsiy.o -fvisibility=hidden building 'pyopencl._cl' extension creating build/temp.freebsd-10.4-RELEASE-p12-i386-3.6 creating build/temp.freebsd-10.4-RELEASE-p12-i386-3.6/src cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -Ipybind11/include -Iinclude -Iinclude -I/usr/local/lib/python3.6/site-packages/numpy/core/include -I/usr/local/lib/python3.6/site-packages/numpy/core/include -I/usr/local/include/python3.6m -c src/wrap_constants.cpp -o build/temp.freebsd-10.4-RELEASE-p12-i386-3.6/src/wrap_constants.o -DVERSION_INFO="2018.2" -std=c++11 -fvisibility=hidden In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:61: In file included from src/numpy_init.hpp:6: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1821: /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] #warning "Using deprecated NumPy API, disable it by " \ ^ In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:62: src/tools.hpp:40:3: error: 'auto' return without trailing return type auto begin (reversion_wrapper w) { return w.iterable.rbegin(); } ^ src/tools.hpp:43:3: error: 'auto' return without trailing return type auto end (reversion_wrapper w) { return w.iterable.rend(); } ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:1338:23: warning: 'clCreateCommandQueue' is deprecated [-Wdeprecated-declarations] m_queue = clCreateCommandQueue( ^ /usr/local/include/CL/cl.h:1443:1: note: 'clCreateCommandQueue' declared here clCreateCommandQueue(cl_context /* context */, ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:3668:23: warning: 'clCreateSampler' is deprecated [-Wdeprecated-declarations] m_sampler = clCreateSampler( ^ /usr/local/include/CL/cl.h:1450:1: note: 'clCreateSampler' declared here clCreateSampler(cl_context /* context */, ^ 3 warnings and 2 errors generated. error: command 'cc' failed with exit status 1 *** Error code 1 Stop. make: stopped in /usr/ports/devel/py-pyopencl From owner-freebsd-python@freebsd.org Tue Sep 25 07:31:13 2018 Return-Path: Delivered-To: freebsd-python@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 8608B10A999E for ; Tue, 25 Sep 2018 07:31:13 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 163BE85BEC for ; Tue, 25 Sep 2018 07:31:13 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id CF00D10A999C; Tue, 25 Sep 2018 07:31:12 +0000 (UTC) Delivered-To: python@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 9C0D110A999B; Tue, 25 Sep 2018 07:31:12 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5467B85BE9; Tue, 25 Sep 2018 07:31:12 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy6.nyi.freebsd.org (beefy6.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:e9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4F17B25227; Tue, 25 Sep 2018 07:31:12 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy6.nyi.freebsd.org (localhost [127.0.0.1]) by beefy6.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8P7VCdY057931; Tue, 25 Sep 2018 07:31:12 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy6.nyi.freebsd.org (8.15.2/8.15.2/Submit) id w8P7VCXY057888; Tue, 25 Sep 2018 07:31:12 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Tue, 25 Sep 2018 07:31:12 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201809250731.w8P7VCXY057888@beefy6.nyi.freebsd.org> To: python@FreeBSD.org Subject: [package - 104amd64-default][devel/py-pyopencl] Failed for py36-pyopencl-2018.2 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2018 07:31:13 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: python@FreeBSD.org Last committer: sunpoet@FreeBSD.org Ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Log URL: http://beefy6.nyi.freebsd.org/data/104amd64-default/480635/logs/py36-pyopencl-2018.2.log Build URL: http://beefy6.nyi.freebsd.org/build.html?mastername=104amd64-default&build=480635 Log: =>> Building devel/py-pyopencl build started at Tue Sep 25 07:30:31 UTC 2018 port directory: /usr/ports/devel/py-pyopencl package name: py36-pyopencl-2018.2 building for: FreeBSD 104amd64-default-job-19 10.4-RELEASE-p12 FreeBSD 10.4-RELEASE-p12 amd64 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Poudriere version: 3.2.7-6-g819c79a1 Host OSVERSION: 1200083 Jail OSVERSION: 1004000 Job Id: 19 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1004000 UNAME_v=FreeBSD 10.4-RELEASE-p12 UNAME_r=10.4-RELEASE-p12 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.7-6-g819c79a1 MASTERMNT=/usr/local/poudriere/data/.m/104amd64-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/104amd64-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=104amd64-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/104amd64-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR=py36 DEPENDS_ARGS= MAKE_ARGS= FLAVOR=py36 ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- python@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- BOOST_INC_DIR="/usr/local/include" BOOST_LIB_DIR="/usr/local/lib" BOOST_PYTHON_LIBNAME=boost_python36 CL_INC_DIR="/usr/local/include" CL_LIB_DIR="/usr/local/lib" USE_SHIPPED_BOOST=False --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PYTHON="/usr/local/bin/python3.6" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -fstack-protector " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DA TA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python3.6m PYTHON_LIBDIR=lib/python3.6 PYTHON_PLATFORM=freebsd10 PYTHON_PYOEXTENSION=opt-1.pyc PYTHON_SITELIBDIR=lib/python3.6/site-packages PYTHON_SUFFIX=36 PYTHON_VER=3.6 PYTHON_VERSION=python3.6 PYTHON2="@comment " PYTHON3="" OSREL=10.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/pyopencl" EXAMPLESDIR="share/examples/pyopencl" DATADIR="share/pyopencl" WWWDIR="www/pyopencl" ETCDIR="etc/pyopencl" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pyopencl DOCSDIR=/usr/local/share/doc/pyopencl EXAMPLESDIR=/usr/local/share/examples/pyopencl WWWDIR=/usr/local/www/pyopencl ETCDIR=/usr/local/etc/pyopencl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=error: invalid value 'c++14' in '-std=c++14' CC_OUTPUT_921dbbb2_f2776b26=error: invalid value 'c++17' in '-std=c++17' CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=error: invalid value 'gnu++14' in '-std=gnu++14' CC_OUTPUT_921dbbb2_fb62803b=error: invalid value 'gnu++17' in '-std=gnu++17' _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=10.4-RELEASE-p12 OSREL=10.4 OSVERSION=1004000 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited sbsize (bytes, -b) unlimited pseudo-terminals (-p) unlimited --End resource limits-- =================================================== ===> License MIT accepted by the user =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_3.txz [104amd64-default-job-19] Installing pkg-1.10.5_3... [104amd64-default-job-19] Extracting pkg-1.10.5_3: .......... done ===> py36-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of py36-pyopencl-2018.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building ===> Extracting for py36-pyopencl-2018.2 => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py36-pyopencl-2018.2 ===> Applying FreeBSD patches for py36-pyopencl-2018.2 =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - not found ===> Installing existing package /packages/All/opencl-2.2_1.txz [104amd64-default-job-19] Installing opencl-2.2_1... [104amd64-default-job-19] Extracting opencl-2.2_1: .......... done Message from opencl-2.2_1: OpenCL is the first open, royalty-free standard for cross-platform, parallel programming of modern processors. ===> py36-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-numpy>0 - not found ===> Installing existing package /packages/All/py36-numpy-1.15.0,1.txz [104amd64-default-job-19] Installing py36-numpy-1.15.0,1... [104amd64-default-job-19] `-- Installing blas-3.5.0_4... [104amd64-default-job-19] | `-- Installing gcc7-7.3.0_5... ******************************************************************* Message from metis-5.1.0_5: ===> NOTICE: The metis port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> py36-pyopencl-2018.2 depends on package: py36-numpy>0 - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-pybind11>=0 - not found ===> Installing existing package /packages/All/py36-pybind11-2.2.1_1.txz [104amd64-default-job-19] Installing py36-pybind11-2.2.1_1... [104amd64-default-job-19] Extracting py36-pybind11-2.2.1_1: .......... done ===> py36-pyopencl-2018.2 depends on package: py36-pybind11>=0 - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-setuptools>0 - found ===> py36-pyopencl-2018.2 depends on file: /usr/local/bin/python3.6 - found =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on shared library: libboost_python36.so - not found ===> Installing existing package /packages/All/py36-boost-libs-1.68.0_1.txz [104amd64-default-job-19] Installing py36-boost-libs-1.68.0_1... [104amd64-default-job-19] `-- Installing boost-libs-1.68.0_1... [104amd64-default-job-19] | `-- Installing icu-62.1_2,1... [104amd64-default-job-19] | `-- Extracting icu-62.1_2,1: .......... done [104amd64-default-job-19] `-- Extracting boost-libs-1.68.0_1: .......... done [104amd64-default-job-19] Extracting py36-boost-libs-1.68.0_1: ... done Message from boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Message from py36-boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. You have built the Boost.Python library. You have to add the following options when building your own code: Compiler options: -I/usr/local/include/python3.6m -I/usr/local/include Linker options: -L/usr/local/lib/python3.6 -L/usr/local/lib -lboost_python -lpython3.6 ===> py36-pyopencl-2018.2 depends on shared library: libboost_python36.so - found (/usr/local/lib/libboost_python36.so) ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on shared library: libOpenCL.so - not found ===> Installing existing package /packages/All/ocl-icd-2.2.12.txz [104amd64-default-job-19] Installing ocl-icd-2.2.12... [104amd64-default-job-19] Extracting ocl-icd-2.2.12: .......... done ===> py36-pyopencl-2018.2 depends on shared library: libOpenCL.so - found (/usr/local/lib/libOpenCL.so) ===> Returning to build of py36-pyopencl-2018.2 =========================================================================== =================================================== ===> Configuring for py36-pyopencl-2018.2 =========================================================================== =================================================== ===> Building for py36-pyopencl-2018.2 --------------------------------------------------------------------------- Mako is not installed. --------------------------------------------------------------------------- That is not a problem, as most of PyOpenCL will be just fine without it. Some higher-level parts of pyopencl (such as pyopencl.reduction) will not function without the templating engine Mako [1] being installed. If you would like this functionality to work, you might want to install Mako after you finish installing PyOpenCL. Simply type python -m pip install mako either now or after the installation completes to fix this. [1] http://www.makotemplates.org/ --------------------------------------------------------------------------- Hit Ctrl-C now if you'd like to think about the situation. --------------------------------------------------------------------------- Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running build running build_py creating build creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6 creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/scan.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/bitonic_sort_templates.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/elementwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/invoker.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/algorithm.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/clmath.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/capture_call.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/version.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/clrandom.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/cache.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/array.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/_mymako.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/cltypes.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/_buffers.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/tools.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/bitonic_sort.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/_cluda.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/ipython_ext.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/characterize copying pyopencl/characterize/performance.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/characterize copying pyopencl/characterize/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/characterize creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte copying pyopencl/compyte/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte copying pyopencl/compyte/array.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte copying pyopencl/compyte/dtypes.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/setup_opencl.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_ndarray.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray running egg_info writing pyopencl.egg-info/PKG-INFO writing dependency_links to pyopencl.egg-info/dependency_links.txt writing requirements to pyopencl.egg-info/requires.txt writing top-level names to pyopencl.egg-info/top_level.txt reading manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' warning: no files found matching 'doc/_static/*.css' warning: no files found matching 'doc/_templates/*.html' warning: no files found matching '*.py.in' writing manifest file 'pyopencl.egg-info/SOURCES.txt' creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-airy.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-y.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-complex.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-eval-tbl.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-hankel-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-ranluxcl.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/array.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/openclfeatures.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/philox.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/threefry.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl/pyopencl-random123 running build_ext creating tmp cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmph96_hrjh.cpp -o tmp/tmph96_hrjh.o -std=c++14 error: invalid value 'c++14' in '-std=c++14' cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmpwlp8h6f8.cpp -o tmp/tmpwlp8h6f8.o -std=c++11 cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmp7huu1580.cpp -o tmp/tmp7huu1580.o -fvisibility=hidden building 'pyopencl._cl' extension creating build/temp.freebsd-10.4-RELEASE-p12-amd64-3.6 creating build/temp.freebsd-10.4-RELEASE-p12-amd64-3.6/src cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -Ipybind11/include -Iinclude -Iinclude -I/usr/local/lib/python3.6/site-packages/numpy/core/include -I/usr/local/lib/python3.6/site-packages/numpy/core/include -I/usr/local/include/python3.6m -c src/wrap_constants.cpp -o build/temp.freebsd-10.4-RELEASE-p12-amd64-3.6/src/wrap_constants.o -DVERSION_INFO="2018.2" -std=c++11 -fvisibility=hidden In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:61: In file included from src/numpy_init.hpp:6: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1821: /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] #warning "Using deprecated NumPy API, disable it by " \ ^ In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:62: src/tools.hpp:40:3: error: 'auto' return without trailing return type auto begin (reversion_wrapper w) { return w.iterable.rbegin(); } ^ src/tools.hpp:43:3: error: 'auto' return without trailing return type auto end (reversion_wrapper w) { return w.iterable.rend(); } ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:1338:23: warning: 'clCreateCommandQueue' is deprecated [-Wdeprecated-declarations] m_queue = clCreateCommandQueue( ^ /usr/local/include/CL/cl.h:1443:1: note: 'clCreateCommandQueue' declared here clCreateCommandQueue(cl_context /* context */, ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:3668:23: warning: 'clCreateSampler' is deprecated [-Wdeprecated-declarations] m_sampler = clCreateSampler( ^ /usr/local/include/CL/cl.h:1450:1: note: 'clCreateSampler' declared here clCreateSampler(cl_context /* context */, ^ 3 warnings and 2 errors generated. error: command 'cc' failed with exit status 1 *** Error code 1 Stop. make: stopped in /usr/ports/devel/py-pyopencl From owner-freebsd-python@freebsd.org Wed Sep 26 08:09:41 2018 Return-Path: Delivered-To: freebsd-python@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 C236D10A4989 for ; Wed, 26 Sep 2018 08:09:41 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 84C56733AF for ; Wed, 26 Sep 2018 08:09:41 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4789D10A4984; Wed, 26 Sep 2018 08:09:41 +0000 (UTC) Delivered-To: python@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 3670D10A4983 for ; Wed, 26 Sep 2018 08:09:41 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B2C6E733A0 for ; Wed, 26 Sep 2018 08:09:40 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 0BC7C18B4E for ; Wed, 26 Sep 2018 08:09:40 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id w8Q89dEM075685 for ; Wed, 26 Sep 2018 08:09:39 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id w8Q89dUt075684; Wed, 26 Sep 2018 08:09:39 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201809260809.w8Q89dUt075684@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 26 Sep 2018 08:09:39 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2018 08:09:41 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/nuitka | 0.5.33 | 0.6.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@freebsd.org Wed Sep 26 10:22:20 2018 Return-Path: Delivered-To: freebsd-python@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 B0BFE10A8772 for ; Wed, 26 Sep 2018 10:22:20 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 51B78774B4 for ; Wed, 26 Sep 2018 10:22:20 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1668910A876D; Wed, 26 Sep 2018 10:22:20 +0000 (UTC) Delivered-To: python@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 E82DF10A876B; Wed, 26 Sep 2018 10:22:19 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A0653774B1; Wed, 26 Sep 2018 10:22:19 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from package19.nyi.freebsd.org (package19.nyi.freebsd.org [IPv6:2610:1c1:1:6082::16:f5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B3AC15EEB; Wed, 26 Sep 2018 10:22:19 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from package19.nyi.freebsd.org (localhost [127.0.0.1]) by package19.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8QAMJNw047255; Wed, 26 Sep 2018 10:22:19 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by package19.nyi.freebsd.org (8.15.2/8.15.2/Submit) id w8QAMJms047220; Wed, 26 Sep 2018 10:22:19 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Wed, 26 Sep 2018 10:22:19 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201809261022.w8QAMJms047220@package19.nyi.freebsd.org> To: python@FreeBSD.org Subject: [exp - 104amd64-default-build-as-user][devel/py-pyopencl] Failed for py27-pyopencl-2018.2 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2018 10:22:20 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: python@FreeBSD.org Last committer: sunpoet@FreeBSD.org Ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Log URL: http://package19.nyi.freebsd.org/data/104amd64-default-build-as-user/480709/logs/py27-pyopencl-2018.2.log Build URL: http://package19.nyi.freebsd.org/build.html?mastername=104amd64-default-build-as-user&build=480709 Log: =>> Building devel/py-pyopencl build started at Wed Sep 26 10:21:45 UTC 2018 port directory: /usr/ports/devel/py-pyopencl package name: py27-pyopencl-2018.2 building for: FreeBSD 104amd64-default-build-as-user-job-20 10.4-RELEASE-p12 FreeBSD 10.4-RELEASE-p12 amd64 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Poudriere version: 3.2.7-6-g819c79a1 Host OSVERSION: 1200083 Jail OSVERSION: 1004000 Job Id: 20 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1004000 UNAME_v=FreeBSD 10.4-RELEASE-p12 UNAME_r=10.4-RELEASE-p12 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.7-6-g819c79a1 MASTERMNT=/poudriere/data/.m/104amd64-default-build-as-user/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= GID=0 UID=0 PWD=/poudriere/data/.m/104amd64-default-build-as-user/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=104amd64-default-build-as-user SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/poudriere/data/.m/104amd64-default-build-as-user/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR=py27 DEPENDS_ARGS= MAKE_ARGS= FLAVOR=py27 ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- python@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- BOOST_INC_DIR="/usr/local/include" BOOST_LIB_DIR="/usr/local/lib" BOOST_PYTHON_LIBNAME=boost_python27 CL_INC_DIR="/usr/local/include" CL_LIB_DIR="/usr/local/lib" USE_SHIPPED_BOOST=False --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -fstack-protector " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DA TA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd10 PYTHON_PYOEXTENSION=pyo PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_SUFFIX=27 PYTHON_VER=2.7 PYTHON_VERSION=python2.7 PYTHON2="" PYTHON3="@comment " OSREL=10.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/pyopencl" EXAMPLESDIR="share/examples/pyopencl" DATADIR="share/pyopencl" WWWDIR="www/pyopencl" ETCDIR="etc/pyopencl" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pyopencl DOCSDIR=/usr/local/share/doc/pyopencl EXAMPLESDIR=/usr/local/share/examples/pyopencl WWWDIR=/usr/local/www/pyopencl ETCDIR=/usr/local/etc/pyopencl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles FORCE_PACKAGE=yes PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=error: invalid value 'c++14' in '-std=c++14' CC_OUTPUT_921dbbb2_f2776b26=error: invalid value 'c++17' in '-std=c++17' CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=error: invalid value 'gnu++14' in '-std=gnu++14' CC_OUTPUT_921dbbb2_fb62803b=error: invalid value 'gnu++17' in '-std=gnu++17' _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=10.4-RELEASE-p12 OSREL=10.4 OSVERSION=1004000 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited sbsize (bytes, -b) unlimited pseudo-terminals (-p) unlimited --End resource limits-- =================================================== ===> License MIT accepted by the user =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_3.txz [104amd64-default-build-as-user-job-20] Installing pkg-1.10.5_3... [104amd64-default-build-as-user-job-20] Extracting pkg-1.10.5_3: .......... done ===> py27-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of py27-pyopencl-2018.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building ===> Extracting for py27-pyopencl-2018.2 => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-pyopencl-2018.2 ===> Applying FreeBSD patches for py27-pyopencl-2018.2 =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - not found ===> Installing existing package /packages/All/opencl-2.2_1.txz [104amd64-default-build-as-user-job-20] Installing opencl-2.2_1... [104amd64-default-build-as-user-job-20] Extracting opencl-2.2_1: .......... done Message from opencl-2.2_1: OpenCL is the first open, royalty-free standard for cross-platform, parallel programming of modern processors. ===> py27-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-numpy>0 - not found ===> Installing existing package /packages/All/py27-numpy-1.15.0,1.txz [104amd64-default-build-as-user-job-20] Installing py27-numpy-1.15.0,1... [104amd64-default-build-as-user-job-20] `-- Installing blas-3.5.0_4... [104amd64-default-build-as-user-job-20] | `-- Installing gcc7-7.3.0_5... [104amd64-default-build-as-user-job-20] | | `-- Installing binutils-2.30_5,1... [104amd64-default-build-as-user-job-20] | | `-- Installing gettext-runtime-0.19.8.1_1... [104amd64-default-build-as-user-job-20] | | | `-- Installing indexinfo-0.3.1... [104amd64-default-build-as-user-job-20] | | | `-- Extracting indexinfo-0.3.1: .... done =========================================================================== Message from metis-5.1.0_5: ===> NOTICE: The metis port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> py27-pyopencl-2018.2 depends on package: py27-numpy>0 - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-pybind11>=0 - not found ===> Installing existing package /packages/All/py27-pybind11-2.2.1_1.txz [104amd64-default-build-as-user-job-20] Installing py27-pybind11-2.2.1_1... [104amd64-default-build-as-user-job-20] Extracting py27-pybind11-2.2.1_1: .......... done ===> py27-pyopencl-2018.2 depends on package: py27-pybind11>=0 - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-setuptools>0 - found ===> py27-pyopencl-2018.2 depends on file: /usr/local/bin/python2.7 - found =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on shared library: libboost_python27.so - not found ===> Installing existing package /packages/All/py27-boost-libs-1.68.0_1.txz [104amd64-default-build-as-user-job-20] Installing py27-boost-libs-1.68.0_1... [104amd64-default-build-as-user-job-20] `-- Installing boost-libs-1.68.0_1... [104amd64-default-build-as-user-job-20] | `-- Installing icu-62.1_2,1... [104amd64-default-build-as-user-job-20] | `-- Extracting icu-62.1_2,1: .......... done [104amd64-default-build-as-user-job-20] `-- Extracting boost-libs-1.68.0_1: .......... done [104amd64-default-build-as-user-job-20] Extracting py27-boost-libs-1.68.0_1: ... done Message from boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Message from py27-boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. You have built the Boost.Python library. You have to add the following options when building your own code: Compiler options: -I/usr/local/include/python2.7 -I/usr/local/include Linker options: -L/usr/local/lib/python2.7 -L/usr/local/lib -lboost_python -lpython2.7 ===> py27-pyopencl-2018.2 depends on shared library: libboost_python27.so - found (/usr/local/lib/libboost_python27.so) ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on shared library: libOpenCL.so - not found ===> Installing existing package /packages/All/ocl-icd-2.2.12.txz [104amd64-default-build-as-user-job-20] Installing ocl-icd-2.2.12... [104amd64-default-build-as-user-job-20] Extracting ocl-icd-2.2.12: .......... done ===> py27-pyopencl-2018.2 depends on shared library: libOpenCL.so - found (/usr/local/lib/libOpenCL.so) ===> Returning to build of py27-pyopencl-2018.2 =========================================================================== =================================================== ===> Configuring for py27-pyopencl-2018.2 =========================================================================== =================================================== ===> Building for py27-pyopencl-2018.2 --------------------------------------------------------------------------- Mako is not installed. --------------------------------------------------------------------------- That is not a problem, as most of PyOpenCL will be just fine without it. Some higher-level parts of pyopencl (such as pyopencl.reduction) will not function without the templating engine Mako [1] being installed. If you would like this functionality to work, you might want to install Mako after you finish installing PyOpenCL. Simply type python -m pip install mako either now or after the installation completes to fix this. [1] http://www.makotemplates.org/ --------------------------------------------------------------------------- Hit Ctrl-C now if you'd like to think about the situation. --------------------------------------------------------------------------- Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running build running build_py creating build creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7 creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/scan.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/bitonic_sort_templates.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/elementwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/invoker.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/algorithm.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/clmath.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/capture_call.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/version.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/clrandom.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/cache.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/array.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/_mymako.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/cltypes.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/_buffers.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/tools.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/bitonic_sort.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/_cluda.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/ipython_ext.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/characterize copying pyopencl/characterize/performance.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/characterize copying pyopencl/characterize/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/characterize creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte copying pyopencl/compyte/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte copying pyopencl/compyte/array.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte copying pyopencl/compyte/dtypes.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/setup_opencl.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_ndarray.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray running egg_info writing requirements to pyopencl.egg-info/requires.txt writing pyopencl.egg-info/PKG-INFO writing top-level names to pyopencl.egg-info/top_level.txt writing dependency_links to pyopencl.egg-info/dependency_links.txt reading manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' warning: no files found matching 'doc/_static/*.css' warning: no files found matching 'doc/_templates/*.html' warning: no files found matching '*.py.in' writing manifest file 'pyopencl.egg-info/SOURCES.txt' creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-airy.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-y.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-complex.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-eval-tbl.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-hankel-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-ranluxcl.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/array.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/openclfeatures.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/philox.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/threefry.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl/pyopencl-random123 running build_ext creating tmp cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmpwlaG8d.cpp -o tmp/tmpwlaG8d.o -std=c++14 error: invalid value 'c++14' in '-std=c++14' cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmptbL27R.cpp -o tmp/tmptbL27R.o -std=c++11 cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmpVpmBCQ.cpp -o tmp/tmpVpmBCQ.o -fvisibility=hidden building 'pyopencl._cl' extension creating build/temp.freebsd-10.4-RELEASE-p12-amd64-2.7 creating build/temp.freebsd-10.4-RELEASE-p12-amd64-2.7/src cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -Ipybind11/include -Iinclude -Iinclude -I/usr/local/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include/python2.7 -c src/wrap_constants.cpp -o build/temp.freebsd-10.4-RELEASE-p12-amd64-2.7/src/wrap_constants.o -DVERSION_INFO="2018.2" -std=c++11 -fvisibility=hidden In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:61: In file included from src/numpy_init.hpp:6: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1821: /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] #warning "Using deprecated NumPy API, disable it by " \ ^ In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:62: src/tools.hpp:40:3: error: 'auto' return without trailing return type auto begin (reversion_wrapper w) { return w.iterable.rbegin(); } ^ src/tools.hpp:43:3: error: 'auto' return without trailing return type auto end (reversion_wrapper w) { return w.iterable.rend(); } ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:1338:23: warning: 'clCreateCommandQueue' is deprecated [-Wdeprecated-declarations] m_queue = clCreateCommandQueue( ^ /usr/local/include/CL/cl.h:1443:1: note: 'clCreateCommandQueue' declared here clCreateCommandQueue(cl_context /* context */, ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:3668:23: warning: 'clCreateSampler' is deprecated [-Wdeprecated-declarations] m_sampler = clCreateSampler( ^ /usr/local/include/CL/cl.h:1450:1: note: 'clCreateSampler' declared here clCreateSampler(cl_context /* context */, ^ 3 warnings and 2 errors generated. error: command 'cc' failed with exit status 1 *** Error code 1 Stop. make: stopped in /usr/ports/devel/py-pyopencl From owner-freebsd-python@freebsd.org Wed Sep 26 11:53:49 2018 Return-Path: Delivered-To: freebsd-python@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 74A9810AA206 for ; Wed, 26 Sep 2018 11:53:49 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id F23157A125 for ; Wed, 26 Sep 2018 11:53:48 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id B189A10AA204; Wed, 26 Sep 2018 11:53:48 +0000 (UTC) Delivered-To: python@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 7BFDC10AA202; Wed, 26 Sep 2018 11:53:48 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F9D57A122; Wed, 26 Sep 2018 11:53:48 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from package19.nyi.freebsd.org (package19.nyi.freebsd.org [IPv6:2610:1c1:1:6082::16:f5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 13BB116DCF; Wed, 26 Sep 2018 11:53:48 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from package19.nyi.freebsd.org (localhost [127.0.0.1]) by package19.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8QBrlMD090326; Wed, 26 Sep 2018 11:53:47 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by package19.nyi.freebsd.org (8.15.2/8.15.2/Submit) id w8QBrlma090323; Wed, 26 Sep 2018 11:53:47 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Wed, 26 Sep 2018 11:53:47 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201809261153.w8QBrlma090323@package19.nyi.freebsd.org> To: python@FreeBSD.org Subject: [exp - 104amd64-default-build-as-user][devel/py-pyopencl] Failed for py36-pyopencl-2018.2 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2018 11:53:49 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: python@FreeBSD.org Last committer: sunpoet@FreeBSD.org Ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Log URL: http://package19.nyi.freebsd.org/data/104amd64-default-build-as-user/480709/logs/py36-pyopencl-2018.2.log Build URL: http://package19.nyi.freebsd.org/build.html?mastername=104amd64-default-build-as-user&build=480709 Log: =>> Building devel/py-pyopencl build started at Wed Sep 26 11:53:12 UTC 2018 port directory: /usr/ports/devel/py-pyopencl package name: py36-pyopencl-2018.2 building for: FreeBSD 104amd64-default-build-as-user-job-24 10.4-RELEASE-p12 FreeBSD 10.4-RELEASE-p12 amd64 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Poudriere version: 3.2.7-6-g819c79a1 Host OSVERSION: 1200083 Jail OSVERSION: 1004000 Job Id: 24 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1004000 UNAME_v=FreeBSD 10.4-RELEASE-p12 UNAME_r=10.4-RELEASE-p12 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.7-6-g819c79a1 MASTERMNT=/poudriere/data/.m/104amd64-default-build-as-user/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= GID=0 UID=0 PWD=/poudriere/data/.m/104amd64-default-build-as-user/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=104amd64-default-build-as-user SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/poudriere/data/.m/104amd64-default-build-as-user/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR=py36 DEPENDS_ARGS= MAKE_ARGS= FLAVOR=py36 ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- python@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- BOOST_INC_DIR="/usr/local/include" BOOST_LIB_DIR="/usr/local/lib" BOOST_PYTHON_LIBNAME=boost_python36 CL_INC_DIR="/usr/local/include" CL_LIB_DIR="/usr/local/lib" USE_SHIPPED_BOOST=False --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PYTHON="/usr/local/bin/python3.6" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -fstack-protector " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DA TA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python3.6m PYTHON_LIBDIR=lib/python3.6 PYTHON_PLATFORM=freebsd10 PYTHON_PYOEXTENSION=opt-1.pyc PYTHON_SITELIBDIR=lib/python3.6/site-packages PYTHON_SUFFIX=36 PYTHON_VER=3.6 PYTHON_VERSION=python3.6 PYTHON2="@comment " PYTHON3="" OSREL=10.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/pyopencl" EXAMPLESDIR="share/examples/pyopencl" DATADIR="share/pyopencl" WWWDIR="www/pyopencl" ETCDIR="etc/pyopencl" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pyopencl DOCSDIR=/usr/local/share/doc/pyopencl EXAMPLESDIR=/usr/local/share/examples/pyopencl WWWDIR=/usr/local/www/pyopencl ETCDIR=/usr/local/etc/pyopencl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles FORCE_PACKAGE=yes PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=error: invalid value 'c++14' in '-std=c++14' CC_OUTPUT_921dbbb2_f2776b26=error: invalid value 'c++17' in '-std=c++17' CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=error: invalid value 'gnu++14' in '-std=gnu++14' CC_OUTPUT_921dbbb2_fb62803b=error: invalid value 'gnu++17' in '-std=gnu++17' _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=10.4-RELEASE-p12 OSREL=10.4 OSVERSION=1004000 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited sbsize (bytes, -b) unlimited pseudo-terminals (-p) unlimited --End resource limits-- =================================================== ===> License MIT accepted by the user =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_3.txz [104amd64-default-build-as-user-job-24] Installing pkg-1.10.5_3... [104amd64-default-build-as-user-job-24] Extracting pkg-1.10.5_3: .......... done ===> py36-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of py36-pyopencl-2018.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building ===> Extracting for py36-pyopencl-2018.2 => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py36-pyopencl-2018.2 ===> Applying FreeBSD patches for py36-pyopencl-2018.2 =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - not found ===> Installing existing package /packages/All/opencl-2.2_1.txz [104amd64-default-build-as-user-job-24] Installing opencl-2.2_1... [104amd64-default-build-as-user-job-24] Extracting opencl-2.2_1: .......... done Message from opencl-2.2_1: OpenCL is the first open, royalty-free standard for cross-platform, parallel programming of modern processors. ===> py36-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-numpy>0 - not found ===> Installing existing package /packages/All/py36-numpy-1.15.0,1.txz [104amd64-default-build-as-user-job-24] Installing py36-numpy-1.15.0,1... [104amd64-default-build-as-user-job-24] `-- Installing blas-3.5.0_4... [104amd64-default-build-as-user-job-24] | `-- Installing gcc7-7.3.0_5... [104amd64-default-build-as-user-job-24] | | `-- Installing binutils-2.30_5,1... [104amd64-default-build-as-user-job-24] | | `-- Installing gettext-runtime-0.19.8.1_1... [104amd64-default-build-as-user-job-24] | | | `-- Installing indexinfo-0.3.1... [104amd64-default-build-as-user-job-24] | | | `-- Extracting indexinfo-0.3.1: .... done ******************************************************************* Message from metis-5.1.0_5: ===> NOTICE: The metis port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> py36-pyopencl-2018.2 depends on package: py36-numpy>0 - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-pybind11>=0 - not found ===> Installing existing package /packages/All/py36-pybind11-2.2.1_1.txz [104amd64-default-build-as-user-job-24] Installing py36-pybind11-2.2.1_1... [104amd64-default-build-as-user-job-24] Extracting py36-pybind11-2.2.1_1: .......... done ===> py36-pyopencl-2018.2 depends on package: py36-pybind11>=0 - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-setuptools>0 - found ===> py36-pyopencl-2018.2 depends on file: /usr/local/bin/python3.6 - found =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on shared library: libboost_python36.so - not found ===> Installing existing package /packages/All/py36-boost-libs-1.68.0_1.txz [104amd64-default-build-as-user-job-24] Installing py36-boost-libs-1.68.0_1... [104amd64-default-build-as-user-job-24] `-- Installing boost-libs-1.68.0_1... [104amd64-default-build-as-user-job-24] | `-- Installing icu-62.1_2,1... [104amd64-default-build-as-user-job-24] | `-- Extracting icu-62.1_2,1: .......... done [104amd64-default-build-as-user-job-24] `-- Extracting boost-libs-1.68.0_1: .......... done [104amd64-default-build-as-user-job-24] Extracting py36-boost-libs-1.68.0_1: ... done Message from boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Message from py36-boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. You have built the Boost.Python library. You have to add the following options when building your own code: Compiler options: -I/usr/local/include/python3.6m -I/usr/local/include Linker options: -L/usr/local/lib/python3.6 -L/usr/local/lib -lboost_python -lpython3.6 ===> py36-pyopencl-2018.2 depends on shared library: libboost_python36.so - found (/usr/local/lib/libboost_python36.so) ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on shared library: libOpenCL.so - not found ===> Installing existing package /packages/All/ocl-icd-2.2.12.txz [104amd64-default-build-as-user-job-24] Installing ocl-icd-2.2.12... [104amd64-default-build-as-user-job-24] Extracting ocl-icd-2.2.12: .......... done ===> py36-pyopencl-2018.2 depends on shared library: libOpenCL.so - found (/usr/local/lib/libOpenCL.so) ===> Returning to build of py36-pyopencl-2018.2 =========================================================================== =================================================== ===> Configuring for py36-pyopencl-2018.2 =========================================================================== =================================================== ===> Building for py36-pyopencl-2018.2 --------------------------------------------------------------------------- Mako is not installed. --------------------------------------------------------------------------- That is not a problem, as most of PyOpenCL will be just fine without it. Some higher-level parts of pyopencl (such as pyopencl.reduction) will not function without the templating engine Mako [1] being installed. If you would like this functionality to work, you might want to install Mako after you finish installing PyOpenCL. Simply type python -m pip install mako either now or after the installation completes to fix this. [1] http://www.makotemplates.org/ --------------------------------------------------------------------------- Hit Ctrl-C now if you'd like to think about the situation. --------------------------------------------------------------------------- Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running build running build_py creating build creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6 creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/scan.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/bitonic_sort_templates.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/elementwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/invoker.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/algorithm.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/clmath.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/capture_call.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/version.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/clrandom.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/cache.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/array.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/_mymako.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/cltypes.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/_buffers.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/tools.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/bitonic_sort.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/_cluda.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/ipython_ext.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/characterize copying pyopencl/characterize/performance.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/characterize copying pyopencl/characterize/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/characterize creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte copying pyopencl/compyte/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte copying pyopencl/compyte/array.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte copying pyopencl/compyte/dtypes.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/setup_opencl.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_ndarray.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray running egg_info writing pyopencl.egg-info/PKG-INFO writing dependency_links to pyopencl.egg-info/dependency_links.txt writing requirements to pyopencl.egg-info/requires.txt writing top-level names to pyopencl.egg-info/top_level.txt reading manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' warning: no files found matching 'doc/_static/*.css' warning: no files found matching 'doc/_templates/*.html' warning: no files found matching '*.py.in' writing manifest file 'pyopencl.egg-info/SOURCES.txt' creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-airy.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-y.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-complex.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-eval-tbl.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-hankel-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-ranluxcl.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/array.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/openclfeatures.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/philox.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/threefry.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl/pyopencl-random123 running build_ext creating tmp cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmpw0qsv3dr.cpp -o tmp/tmpw0qsv3dr.o -std=c++14 error: invalid value 'c++14' in '-std=c++14' cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmpf3q2of0m.cpp -o tmp/tmpf3q2of0m.o -std=c++11 cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmphc63r27w.cpp -o tmp/tmphc63r27w.o -fvisibility=hidden building 'pyopencl._cl' extension creating build/temp.freebsd-10.4-RELEASE-p12-amd64-3.6 creating build/temp.freebsd-10.4-RELEASE-p12-amd64-3.6/src cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -Ipybind11/include -Iinclude -Iinclude -I/usr/local/lib/python3.6/site-packages/numpy/core/include -I/usr/local/lib/python3.6/site-packages/numpy/core/include -I/usr/local/include/python3.6m -c src/wrap_constants.cpp -o build/temp.freebsd-10.4-RELEASE-p12-amd64-3.6/src/wrap_constants.o -DVERSION_INFO="2018.2" -std=c++11 -fvisibility=hidden In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:61: In file included from src/numpy_init.hpp:6: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1821: /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] #warning "Using deprecated NumPy API, disable it by " \ ^ In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:62: src/tools.hpp:40:3: error: 'auto' return without trailing return type auto begin (reversion_wrapper w) { return w.iterable.rbegin(); } ^ src/tools.hpp:43:3: error: 'auto' return without trailing return type auto end (reversion_wrapper w) { return w.iterable.rend(); } ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:1338:23: warning: 'clCreateCommandQueue' is deprecated [-Wdeprecated-declarations] m_queue = clCreateCommandQueue( ^ /usr/local/include/CL/cl.h:1443:1: note: 'clCreateCommandQueue' declared here clCreateCommandQueue(cl_context /* context */, ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:3668:23: warning: 'clCreateSampler' is deprecated [-Wdeprecated-declarations] m_sampler = clCreateSampler( ^ /usr/local/include/CL/cl.h:1450:1: note: 'clCreateSampler' declared here clCreateSampler(cl_context /* context */, ^ 3 warnings and 2 errors generated. error: command 'cc' failed with exit status 1 *** Error code 1 Stop. make: stopped in /usr/ports/devel/py-pyopencl From owner-freebsd-python@freebsd.org Thu Sep 27 01:23:00 2018 Return-Path: Delivered-To: freebsd-python@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 987B910BB69D for ; Thu, 27 Sep 2018 01:23:00 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 287C7959CB for ; Thu, 27 Sep 2018 01:23:00 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id E1D0E10BB699; Thu, 27 Sep 2018 01:22:59 +0000 (UTC) Delivered-To: python@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 9653210BB690; Thu, 27 Sep 2018 01:22:59 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F2A2959C2; Thu, 27 Sep 2018 01:22:59 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy6.nyi.freebsd.org (beefy6.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:e9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3183C1F20E; Thu, 27 Sep 2018 01:22:59 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy6.nyi.freebsd.org (localhost [127.0.0.1]) by beefy6.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8R1Mxlj036632; Thu, 27 Sep 2018 01:22:59 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy6.nyi.freebsd.org (8.15.2/8.15.2/Submit) id w8R1Mxie036624; Thu, 27 Sep 2018 01:22:59 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 27 Sep 2018 01:22:59 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201809270122.w8R1Mxie036624@beefy6.nyi.freebsd.org> To: python@FreeBSD.org Subject: [package - 104amd64-default][devel/py-pyopencl] Failed for py36-pyopencl-2018.2 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2018 01:23:00 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: python@FreeBSD.org Last committer: sunpoet@FreeBSD.org Ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Log URL: http://beefy6.nyi.freebsd.org/data/104amd64-default/480767/logs/py36-pyopencl-2018.2.log Build URL: http://beefy6.nyi.freebsd.org/build.html?mastername=104amd64-default&build=480767 Log: =>> Building devel/py-pyopencl build started at Thu Sep 27 01:22:22 UTC 2018 port directory: /usr/ports/devel/py-pyopencl package name: py36-pyopencl-2018.2 building for: FreeBSD 104amd64-default-job-04 10.4-RELEASE-p12 FreeBSD 10.4-RELEASE-p12 amd64 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Poudriere version: 3.2.7-6-g819c79a1 Host OSVERSION: 1200083 Jail OSVERSION: 1004000 Job Id: 04 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1004000 UNAME_v=FreeBSD 10.4-RELEASE-p12 UNAME_r=10.4-RELEASE-p12 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.7-6-g819c79a1 MASTERMNT=/usr/local/poudriere/data/.m/104amd64-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/104amd64-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=104amd64-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/104amd64-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR=py36 DEPENDS_ARGS= MAKE_ARGS= FLAVOR=py36 ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- python@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- BOOST_INC_DIR="/usr/local/include" BOOST_LIB_DIR="/usr/local/lib" BOOST_PYTHON_LIBNAME=boost_python36 CL_INC_DIR="/usr/local/include" CL_LIB_DIR="/usr/local/lib" USE_SHIPPED_BOOST=False --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PYTHON="/usr/local/bin/python3.6" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -fstack-protector " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DA TA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python3.6m PYTHON_LIBDIR=lib/python3.6 PYTHON_PLATFORM=freebsd10 PYTHON_PYOEXTENSION=opt-1.pyc PYTHON_SITELIBDIR=lib/python3.6/site-packages PYTHON_SUFFIX=36 PYTHON_VER=3.6 PYTHON_VERSION=python3.6 PYTHON2="@comment " PYTHON3="" OSREL=10.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/pyopencl" EXAMPLESDIR="share/examples/pyopencl" DATADIR="share/pyopencl" WWWDIR="www/pyopencl" ETCDIR="etc/pyopencl" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pyopencl DOCSDIR=/usr/local/share/doc/pyopencl EXAMPLESDIR=/usr/local/share/examples/pyopencl WWWDIR=/usr/local/www/pyopencl ETCDIR=/usr/local/etc/pyopencl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=error: invalid value 'c++14' in '-std=c++14' CC_OUTPUT_921dbbb2_f2776b26=error: invalid value 'c++17' in '-std=c++17' CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=error: invalid value 'gnu++14' in '-std=gnu++14' CC_OUTPUT_921dbbb2_fb62803b=error: invalid value 'gnu++17' in '-std=gnu++17' _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=10.4-RELEASE-p12 OSREL=10.4 OSVERSION=1004000 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited sbsize (bytes, -b) unlimited pseudo-terminals (-p) unlimited --End resource limits-- =================================================== ===> License MIT accepted by the user =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_3.txz [104amd64-default-job-04] Installing pkg-1.10.5_3... [104amd64-default-job-04] Extracting pkg-1.10.5_3: .......... done ===> py36-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of py36-pyopencl-2018.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building ===> Extracting for py36-pyopencl-2018.2 => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py36-pyopencl-2018.2 ===> Applying FreeBSD patches for py36-pyopencl-2018.2 =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - not found ===> Installing existing package /packages/All/opencl-2.2_1.txz [104amd64-default-job-04] Installing opencl-2.2_1... [104amd64-default-job-04] Extracting opencl-2.2_1: .......... done Message from opencl-2.2_1: OpenCL is the first open, royalty-free standard for cross-platform, parallel programming of modern processors. ===> py36-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-numpy>0 - not found ===> Installing existing package /packages/All/py36-numpy-1.15.0,1.txz [104amd64-default-job-04] Installing py36-numpy-1.15.0,1... [104amd64-default-job-04] `-- Installing blas-3.5.0_4... [104amd64-default-job-04] | `-- Installing gcc7-7.3.0_5... ******************************************************************* Message from metis-5.1.0_5: ===> NOTICE: The metis port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> py36-pyopencl-2018.2 depends on package: py36-numpy>0 - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-pybind11>=0 - not found ===> Installing existing package /packages/All/py36-pybind11-2.2.1_1.txz [104amd64-default-job-04] Installing py36-pybind11-2.2.1_1... [104amd64-default-job-04] Extracting py36-pybind11-2.2.1_1: .......... done ===> py36-pyopencl-2018.2 depends on package: py36-pybind11>=0 - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-setuptools>0 - found ===> py36-pyopencl-2018.2 depends on file: /usr/local/bin/python3.6 - found =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on shared library: libboost_python36.so - not found ===> Installing existing package /packages/All/py36-boost-libs-1.68.0_1.txz [104amd64-default-job-04] Installing py36-boost-libs-1.68.0_1... [104amd64-default-job-04] `-- Installing boost-libs-1.68.0_1... [104amd64-default-job-04] | `-- Installing icu-62.1_2,1... [104amd64-default-job-04] | `-- Extracting icu-62.1_2,1: .......... done [104amd64-default-job-04] `-- Extracting boost-libs-1.68.0_1: .......... done [104amd64-default-job-04] Extracting py36-boost-libs-1.68.0_1: ... done Message from boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Message from py36-boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. You have built the Boost.Python library. You have to add the following options when building your own code: Compiler options: -I/usr/local/include/python3.6m -I/usr/local/include Linker options: -L/usr/local/lib/python3.6 -L/usr/local/lib -lboost_python -lpython3.6 ===> py36-pyopencl-2018.2 depends on shared library: libboost_python36.so - found (/usr/local/lib/libboost_python36.so) ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on shared library: libOpenCL.so - not found ===> Installing existing package /packages/All/ocl-icd-2.2.12.txz [104amd64-default-job-04] Installing ocl-icd-2.2.12... [104amd64-default-job-04] Extracting ocl-icd-2.2.12: .......... done ===> py36-pyopencl-2018.2 depends on shared library: libOpenCL.so - found (/usr/local/lib/libOpenCL.so) ===> Returning to build of py36-pyopencl-2018.2 =========================================================================== =================================================== ===> Configuring for py36-pyopencl-2018.2 =========================================================================== =================================================== ===> Building for py36-pyopencl-2018.2 --------------------------------------------------------------------------- Mako is not installed. --------------------------------------------------------------------------- That is not a problem, as most of PyOpenCL will be just fine without it. Some higher-level parts of pyopencl (such as pyopencl.reduction) will not function without the templating engine Mako [1] being installed. If you would like this functionality to work, you might want to install Mako after you finish installing PyOpenCL. Simply type python -m pip install mako either now or after the installation completes to fix this. [1] http://www.makotemplates.org/ --------------------------------------------------------------------------- Hit Ctrl-C now if you'd like to think about the situation. --------------------------------------------------------------------------- Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running build running build_py creating build creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6 creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/scan.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/bitonic_sort_templates.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/elementwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/invoker.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/algorithm.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/clmath.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/capture_call.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/version.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/clrandom.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/cache.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/array.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/_mymako.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/cltypes.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/_buffers.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/tools.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/bitonic_sort.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/_cluda.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl copying pyopencl/ipython_ext.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/characterize copying pyopencl/characterize/performance.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/characterize copying pyopencl/characterize/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/characterize creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte copying pyopencl/compyte/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte copying pyopencl/compyte/array.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte copying pyopencl/compyte/dtypes.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/setup_opencl.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_ndarray.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/compyte/ndarray running egg_info writing pyopencl.egg-info/PKG-INFO writing dependency_links to pyopencl.egg-info/dependency_links.txt writing requirements to pyopencl.egg-info/requires.txt writing top-level names to pyopencl.egg-info/top_level.txt reading manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' warning: no files found matching 'doc/_static/*.css' warning: no files found matching 'doc/_templates/*.html' warning: no files found matching '*.py.in' writing manifest file 'pyopencl.egg-info/SOURCES.txt' creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-airy.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-y.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-complex.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-eval-tbl.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-hankel-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-ranluxcl.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl creating build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/array.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/openclfeatures.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/philox.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/threefry.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-3.6/pyopencl/cl/pyopencl-random123 running build_ext creating tmp cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmpjf3dvir4.cpp -o tmp/tmpjf3dvir4.o -std=c++14 error: invalid value 'c++14' in '-std=c++14' cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmpwu3ckf6c.cpp -o tmp/tmpwu3ckf6c.o -std=c++11 cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmpmslc1k0x.cpp -o tmp/tmpmslc1k0x.o -fvisibility=hidden building 'pyopencl._cl' extension creating build/temp.freebsd-10.4-RELEASE-p12-amd64-3.6 creating build/temp.freebsd-10.4-RELEASE-p12-amd64-3.6/src cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -Ipybind11/include -Iinclude -Iinclude -I/usr/local/lib/python3.6/site-packages/numpy/core/include -I/usr/local/lib/python3.6/site-packages/numpy/core/include -I/usr/local/include/python3.6m -c src/wrap_constants.cpp -o build/temp.freebsd-10.4-RELEASE-p12-amd64-3.6/src/wrap_constants.o -DVERSION_INFO="2018.2" -std=c++11 -fvisibility=hidden In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:61: In file included from src/numpy_init.hpp:6: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1821: /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] #warning "Using deprecated NumPy API, disable it by " \ ^ In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:62: src/tools.hpp:40:3: error: 'auto' return without trailing return type auto begin (reversion_wrapper w) { return w.iterable.rbegin(); } ^ src/tools.hpp:43:3: error: 'auto' return without trailing return type auto end (reversion_wrapper w) { return w.iterable.rend(); } ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:1338:23: warning: 'clCreateCommandQueue' is deprecated [-Wdeprecated-declarations] m_queue = clCreateCommandQueue( ^ /usr/local/include/CL/cl.h:1443:1: note: 'clCreateCommandQueue' declared here clCreateCommandQueue(cl_context /* context */, ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:3668:23: warning: 'clCreateSampler' is deprecated [-Wdeprecated-declarations] m_sampler = clCreateSampler( ^ /usr/local/include/CL/cl.h:1450:1: note: 'clCreateSampler' declared here clCreateSampler(cl_context /* context */, ^ 3 warnings and 2 errors generated. error: command 'cc' failed with exit status 1 *** Error code 1 Stop. make: stopped in /usr/ports/devel/py-pyopencl From owner-freebsd-python@freebsd.org Thu Sep 27 01:21:27 2018 Return-Path: Delivered-To: freebsd-python@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 61C5110BB389 for ; Thu, 27 Sep 2018 01:21:27 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id CB9DD9568F for ; Thu, 27 Sep 2018 01:21:26 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 90B7E10BB388; Thu, 27 Sep 2018 01:21:26 +0000 (UTC) Delivered-To: python@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 6EB0C10BB386; Thu, 27 Sep 2018 01:21:26 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E94A95689; Thu, 27 Sep 2018 01:21:26 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy5.nyi.freebsd.org (beefy5.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:e8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 197DF1F08B; Thu, 27 Sep 2018 01:21:26 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy5.nyi.freebsd.org (localhost [127.0.0.1]) by beefy5.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8R1LQs0087762; Thu, 27 Sep 2018 01:21:26 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy5.nyi.freebsd.org (8.15.2/8.15.2/Submit) id w8R1LQt7087737; Thu, 27 Sep 2018 01:21:26 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 27 Sep 2018 01:21:26 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201809270121.w8R1LQt7087737@beefy5.nyi.freebsd.org> To: python@FreeBSD.org Subject: [package - 104i386-default][devel/py-pyopencl] Failed for py27-pyopencl-2018.2 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2018 01:21:27 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: python@FreeBSD.org Last committer: sunpoet@FreeBSD.org Ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Log URL: http://beefy5.nyi.freebsd.org/data/104i386-default/480767/logs/py27-pyopencl-2018.2.log Build URL: http://beefy5.nyi.freebsd.org/build.html?mastername=104i386-default&build=480767 Log: =>> Building devel/py-pyopencl build started at Thu Sep 27 01:20:54 UTC 2018 port directory: /usr/ports/devel/py-pyopencl package name: py27-pyopencl-2018.2 building for: FreeBSD 104i386-default-job-09 10.4-RELEASE-p12 FreeBSD 10.4-RELEASE-p12 i386 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Poudriere version: 3.2.7-6-g819c79a1 Host OSVERSION: 1200083 Jail OSVERSION: 1004000 Job Id: 09 ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 OSVERSION=1004000 UNAME_v=FreeBSD 10.4-RELEASE-p12 UNAME_r=10.4-RELEASE-p12 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.7-6-g819c79a1 MASTERMNT=/usr/local/poudriere/data/.m/104i386-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/104i386-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=104i386-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/104i386-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR=py27 DEPENDS_ARGS= MAKE_ARGS= FLAVOR=py27 ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- python@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- BOOST_INC_DIR="/usr/local/include" BOOST_LIB_DIR="/usr/local/lib" BOOST_PYTHON_LIBNAME=boost_python27 CL_INC_DIR="/usr/local/include" CL_LIB_DIR="/usr/local/lib" USE_SHIPPED_BOOST=False --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -fstack-protector " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DA TA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd10 PYTHON_PYOEXTENSION=pyo PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_SUFFIX=27 PYTHON_VER=2.7 PYTHON_VERSION=python2.7 PYTHON2="" PYTHON3="@comment " OSREL=10.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/pyopencl" EXAMPLESDIR="share/examples/pyopencl" DATADIR="share/pyopencl" WWWDIR="www/pyopencl" ETCDIR="etc/pyopencl" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pyopencl DOCSDIR=/usr/local/share/doc/pyopencl EXAMPLESDIR=/usr/local/share/examples/pyopencl WWWDIR=/usr/local/www/pyopencl ETCDIR=/usr/local/etc/pyopencl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: i386-unknown-freebsd10.4 Thread model: posix _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: i386-unknown-freebsd10.4 Thread model: posix "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=error: invalid value 'c++14' in '-std=c++14' CC_OUTPUT_921dbbb2_f2776b26=error: invalid value 'c++17' in '-std=c++17' CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=error: invalid value 'gnu++14' in '-std=gnu++14' CC_OUTPUT_921dbbb2_fb62803b=error: invalid value 'gnu++17' in '-std=gnu++17' _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: i386-unknown-freebsd10.4 Thread model: posix _OBJC_ALTCCVERSION_921dbbb2=none ARCH=i386 OPSYS=FreeBSD _OSRELEASE=10.4-RELEASE-p12 OSREL=10.4 OSVERSION=1004000 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited sbsize (bytes, -b) unlimited pseudo-terminals (-p) unlimited --End resource limits-- =================================================== ===> License MIT accepted by the user =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_3.txz [104i386-default-job-09] Installing pkg-1.10.5_3... [104i386-default-job-09] Extracting pkg-1.10.5_3: .......... done ===> py27-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of py27-pyopencl-2018.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building ===> Extracting for py27-pyopencl-2018.2 => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-pyopencl-2018.2 ===> Applying FreeBSD patches for py27-pyopencl-2018.2 =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - not found ===> Installing existing package /packages/All/opencl-2.2_1.txz [104i386-default-job-09] Installing opencl-2.2_1... [104i386-default-job-09] Extracting opencl-2.2_1: .......... done Message from opencl-2.2_1: OpenCL is the first open, royalty-free standard for cross-platform, parallel programming of modern processors. ===> py27-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-numpy>0 - not found =========================================================================== Message from metis-5.1.0_5: ===> NOTICE: The metis port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> py27-pyopencl-2018.2 depends on package: py27-numpy>0 - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-pybind11>=0 - not found ===> Installing existing package /packages/All/py27-pybind11-2.2.1_1.txz [104i386-default-job-09] Installing py27-pybind11-2.2.1_1... [104i386-default-job-09] Extracting py27-pybind11-2.2.1_1: .......... done ===> py27-pyopencl-2018.2 depends on package: py27-pybind11>=0 - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-setuptools>0 - found ===> py27-pyopencl-2018.2 depends on file: /usr/local/bin/python2.7 - found =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on shared library: libboost_python27.so - not found ===> Installing existing package /packages/All/py27-boost-libs-1.68.0_1.txz [104i386-default-job-09] Installing py27-boost-libs-1.68.0_1... [104i386-default-job-09] `-- Installing boost-libs-1.68.0_1... [104i386-default-job-09] | `-- Installing icu-62.1_2,1... [104i386-default-job-09] | `-- Extracting icu-62.1_2,1: .......... done [104i386-default-job-09] `-- Extracting boost-libs-1.68.0_1: .......... done [104i386-default-job-09] Extracting py27-boost-libs-1.68.0_1: ... done Message from boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Message from py27-boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. You have built the Boost.Python library. You have to add the following options when building your own code: Compiler options: -I/usr/local/include/python2.7 -I/usr/local/include Linker options: -L/usr/local/lib/python2.7 -L/usr/local/lib -lboost_python -lpython2.7 ===> py27-pyopencl-2018.2 depends on shared library: libboost_python27.so - found (/usr/local/lib/libboost_python27.so) ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on shared library: libOpenCL.so - not found ===> Installing existing package /packages/All/ocl-icd-2.2.12.txz [104i386-default-job-09] Installing ocl-icd-2.2.12... [104i386-default-job-09] Extracting ocl-icd-2.2.12: .......... done ===> py27-pyopencl-2018.2 depends on shared library: libOpenCL.so - found (/usr/local/lib/libOpenCL.so) ===> Returning to build of py27-pyopencl-2018.2 =========================================================================== =================================================== ===> Configuring for py27-pyopencl-2018.2 =========================================================================== =================================================== ===> Building for py27-pyopencl-2018.2 --------------------------------------------------------------------------- Mako is not installed. --------------------------------------------------------------------------- That is not a problem, as most of PyOpenCL will be just fine without it. Some higher-level parts of pyopencl (such as pyopencl.reduction) will not function without the templating engine Mako [1] being installed. If you would like this functionality to work, you might want to install Mako after you finish installing PyOpenCL. Simply type python -m pip install mako either now or after the installation completes to fix this. [1] http://www.makotemplates.org/ --------------------------------------------------------------------------- Hit Ctrl-C now if you'd like to think about the situation. --------------------------------------------------------------------------- Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running build running build_py creating build creating build/lib.freebsd-10.4-RELEASE-p12-i386-2.7 creating build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/scan.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/bitonic_sort_templates.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/elementwise.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/invoker.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/algorithm.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/clmath.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/capture_call.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/version.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/clrandom.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/cache.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/array.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/_mymako.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/cltypes.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/_buffers.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/tools.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/bitonic_sort.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/_cluda.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl copying pyopencl/ipython_ext.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl creating build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/characterize copying pyopencl/characterize/performance.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/characterize copying pyopencl/characterize/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/characterize creating build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/compyte copying pyopencl/compyte/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/compyte copying pyopencl/compyte/array.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/compyte copying pyopencl/compyte/dtypes.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/compyte creating build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/setup_opencl.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_ndarray.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/compyte/ndarray running egg_info writing requirements to pyopencl.egg-info/requires.txt writing pyopencl.egg-info/PKG-INFO writing top-level names to pyopencl.egg-info/top_level.txt writing dependency_links to pyopencl.egg-info/dependency_links.txt reading manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' warning: no files found matching 'doc/_static/*.css' warning: no files found matching 'doc/_templates/*.html' warning: no files found matching '*.py.in' writing manifest file 'pyopencl.egg-info/SOURCES.txt' creating build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-airy.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-y.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-complex.h -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-eval-tbl.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-hankel-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-ranluxcl.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl creating build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/array.h -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/openclfeatures.h -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/philox.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/threefry.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-2.7/pyopencl/cl/pyopencl-random123 running build_ext creating tmp cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmpBBJoxM.cpp -o tmp/tmpBBJoxM.o -std=c++14 error: invalid value 'c++14' in '-std=c++14' cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmpiRP4ek.cpp -o tmp/tmpiRP4ek.o -std=c++11 cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmpcWi6RQ.cpp -o tmp/tmpcWi6RQ.o -fvisibility=hidden building 'pyopencl._cl' extension creating build/temp.freebsd-10.4-RELEASE-p12-i386-2.7 creating build/temp.freebsd-10.4-RELEASE-p12-i386-2.7/src cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -Ipybind11/include -Iinclude -Iinclude -I/usr/local/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include/python2.7 -c src/wrap_constants.cpp -o build/temp.freebsd-10.4-RELEASE-p12-i386-2.7/src/wrap_constants.o -DVERSION_INFO="2018.2" -std=c++11 -fvisibility=hidden In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:61: In file included from src/numpy_init.hpp:6: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1821: /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] #warning "Using deprecated NumPy API, disable it by " \ ^ In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:62: src/tools.hpp:40:3: error: 'auto' return without trailing return type auto begin (reversion_wrapper w) { return w.iterable.rbegin(); } ^ src/tools.hpp:43:3: error: 'auto' return without trailing return type auto end (reversion_wrapper w) { return w.iterable.rend(); } ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:1338:23: warning: 'clCreateCommandQueue' is deprecated [-Wdeprecated-declarations] m_queue = clCreateCommandQueue( ^ /usr/local/include/CL/cl.h:1443:1: note: 'clCreateCommandQueue' declared here clCreateCommandQueue(cl_context /* context */, ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:3668:23: warning: 'clCreateSampler' is deprecated [-Wdeprecated-declarations] m_sampler = clCreateSampler( ^ /usr/local/include/CL/cl.h:1450:1: note: 'clCreateSampler' declared here clCreateSampler(cl_context /* context */, ^ 3 warnings and 2 errors generated. error: command 'cc' failed with exit status 1 *** Error code 1 Stop. make: stopped in /usr/ports/devel/py-pyopencl From owner-freebsd-python@freebsd.org Thu Sep 27 01:22:03 2018 Return-Path: Delivered-To: freebsd-python@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 F0BE510BB544 for ; Thu, 27 Sep 2018 01:22:02 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8FF0F9585F for ; Thu, 27 Sep 2018 01:22:02 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 552C210BB542; Thu, 27 Sep 2018 01:22:02 +0000 (UTC) Delivered-To: python@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 09D3510BB53F; Thu, 27 Sep 2018 01:22:02 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B46E195859; Thu, 27 Sep 2018 01:22:01 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy5.nyi.freebsd.org (beefy5.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:e8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AEAE81F1CA; Thu, 27 Sep 2018 01:22:01 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy5.nyi.freebsd.org (localhost [127.0.0.1]) by beefy5.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8R1M1uY063835; Thu, 27 Sep 2018 01:22:01 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy5.nyi.freebsd.org (8.15.2/8.15.2/Submit) id w8R1M11P063824; Thu, 27 Sep 2018 01:22:01 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 27 Sep 2018 01:22:01 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201809270122.w8R1M11P063824@beefy5.nyi.freebsd.org> To: python@FreeBSD.org Subject: [package - 104i386-default][devel/py-pyopencl] Failed for py36-pyopencl-2018.2 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2018 01:22:03 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: python@FreeBSD.org Last committer: sunpoet@FreeBSD.org Ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Log URL: http://beefy5.nyi.freebsd.org/data/104i386-default/480767/logs/py36-pyopencl-2018.2.log Build URL: http://beefy5.nyi.freebsd.org/build.html?mastername=104i386-default&build=480767 Log: =>> Building devel/py-pyopencl build started at Thu Sep 27 01:21:28 UTC 2018 port directory: /usr/ports/devel/py-pyopencl package name: py36-pyopencl-2018.2 building for: FreeBSD 104i386-default-job-09 10.4-RELEASE-p12 FreeBSD 10.4-RELEASE-p12 i386 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Poudriere version: 3.2.7-6-g819c79a1 Host OSVERSION: 1200083 Jail OSVERSION: 1004000 Job Id: 09 ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 OSVERSION=1004000 UNAME_v=FreeBSD 10.4-RELEASE-p12 UNAME_r=10.4-RELEASE-p12 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.7-6-g819c79a1 MASTERMNT=/usr/local/poudriere/data/.m/104i386-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/104i386-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=104i386-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/104i386-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR=py36 DEPENDS_ARGS= MAKE_ARGS= FLAVOR=py36 ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- python@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- BOOST_INC_DIR="/usr/local/include" BOOST_LIB_DIR="/usr/local/lib" BOOST_PYTHON_LIBNAME=boost_python36 CL_INC_DIR="/usr/local/include" CL_LIB_DIR="/usr/local/lib" USE_SHIPPED_BOOST=False --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PYTHON="/usr/local/bin/python3.6" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -fstack-protector " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DA TA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python3.6m PYTHON_LIBDIR=lib/python3.6 PYTHON_PLATFORM=freebsd10 PYTHON_PYOEXTENSION=opt-1.pyc PYTHON_SITELIBDIR=lib/python3.6/site-packages PYTHON_SUFFIX=36 PYTHON_VER=3.6 PYTHON_VERSION=python3.6 PYTHON2="@comment " PYTHON3="" OSREL=10.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/pyopencl" EXAMPLESDIR="share/examples/pyopencl" DATADIR="share/pyopencl" WWWDIR="www/pyopencl" ETCDIR="etc/pyopencl" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pyopencl DOCSDIR=/usr/local/share/doc/pyopencl EXAMPLESDIR=/usr/local/share/examples/pyopencl WWWDIR=/usr/local/www/pyopencl ETCDIR=/usr/local/etc/pyopencl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: i386-unknown-freebsd10.4 Thread model: posix _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: i386-unknown-freebsd10.4 Thread model: posix "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=error: invalid value 'c++14' in '-std=c++14' CC_OUTPUT_921dbbb2_f2776b26=error: invalid value 'c++17' in '-std=c++17' CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=error: invalid value 'gnu++14' in '-std=gnu++14' CC_OUTPUT_921dbbb2_fb62803b=error: invalid value 'gnu++17' in '-std=gnu++17' _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: i386-unknown-freebsd10.4 Thread model: posix _OBJC_ALTCCVERSION_921dbbb2=none ARCH=i386 OPSYS=FreeBSD _OSRELEASE=10.4-RELEASE-p12 OSREL=10.4 OSVERSION=1004000 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited sbsize (bytes, -b) unlimited pseudo-terminals (-p) unlimited --End resource limits-- =================================================== ===> License MIT accepted by the user =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_3.txz [104i386-default-job-09] Installing pkg-1.10.5_3... [104i386-default-job-09] Extracting pkg-1.10.5_3: .......... done ===> py36-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of py36-pyopencl-2018.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building ===> Extracting for py36-pyopencl-2018.2 => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py36-pyopencl-2018.2 ===> Applying FreeBSD patches for py36-pyopencl-2018.2 =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - not found ===> Installing existing package /packages/All/opencl-2.2_1.txz [104i386-default-job-09] Installing opencl-2.2_1... [104i386-default-job-09] Extracting opencl-2.2_1: .......... done Message from opencl-2.2_1: OpenCL is the first open, royalty-free standard for cross-platform, parallel programming of modern processors. ===> py36-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-numpy>0 - not found ******************************************************************* Message from metis-5.1.0_5: ===> NOTICE: The metis port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> py36-pyopencl-2018.2 depends on package: py36-numpy>0 - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-pybind11>=0 - not found ===> Installing existing package /packages/All/py36-pybind11-2.2.1_1.txz [104i386-default-job-09] Installing py36-pybind11-2.2.1_1... [104i386-default-job-09] Extracting py36-pybind11-2.2.1_1: .......... done ===> py36-pyopencl-2018.2 depends on package: py36-pybind11>=0 - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-setuptools>0 - found ===> py36-pyopencl-2018.2 depends on file: /usr/local/bin/python3.6 - found =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on shared library: libboost_python36.so - not found ===> Installing existing package /packages/All/py36-boost-libs-1.68.0_1.txz [104i386-default-job-09] Installing py36-boost-libs-1.68.0_1... [104i386-default-job-09] `-- Installing boost-libs-1.68.0_1... [104i386-default-job-09] | `-- Installing icu-62.1_2,1... [104i386-default-job-09] | `-- Extracting icu-62.1_2,1: .......... done [104i386-default-job-09] `-- Extracting boost-libs-1.68.0_1: .......... done [104i386-default-job-09] Extracting py36-boost-libs-1.68.0_1: ... done Message from boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Message from py36-boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. You have built the Boost.Python library. You have to add the following options when building your own code: Compiler options: -I/usr/local/include/python3.6m -I/usr/local/include Linker options: -L/usr/local/lib/python3.6 -L/usr/local/lib -lboost_python -lpython3.6 ===> py36-pyopencl-2018.2 depends on shared library: libboost_python36.so - found (/usr/local/lib/libboost_python36.so) ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on shared library: libOpenCL.so - not found ===> Installing existing package /packages/All/ocl-icd-2.2.12.txz [104i386-default-job-09] Installing ocl-icd-2.2.12... [104i386-default-job-09] Extracting ocl-icd-2.2.12: .......... done ===> py36-pyopencl-2018.2 depends on shared library: libOpenCL.so - found (/usr/local/lib/libOpenCL.so) ===> Returning to build of py36-pyopencl-2018.2 =========================================================================== =================================================== ===> Configuring for py36-pyopencl-2018.2 =========================================================================== =================================================== ===> Building for py36-pyopencl-2018.2 --------------------------------------------------------------------------- Mako is not installed. --------------------------------------------------------------------------- That is not a problem, as most of PyOpenCL will be just fine without it. Some higher-level parts of pyopencl (such as pyopencl.reduction) will not function without the templating engine Mako [1] being installed. If you would like this functionality to work, you might want to install Mako after you finish installing PyOpenCL. Simply type python -m pip install mako either now or after the installation completes to fix this. [1] http://www.makotemplates.org/ --------------------------------------------------------------------------- Hit Ctrl-C now if you'd like to think about the situation. --------------------------------------------------------------------------- Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running build running build_py creating build creating build/lib.freebsd-10.4-RELEASE-p12-i386-3.6 creating build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/scan.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/bitonic_sort_templates.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/elementwise.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/invoker.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/algorithm.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/clmath.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/capture_call.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/version.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/clrandom.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/cache.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/array.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/_mymako.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/cltypes.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/_buffers.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/tools.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/bitonic_sort.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/_cluda.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl copying pyopencl/ipython_ext.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl creating build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/characterize copying pyopencl/characterize/performance.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/characterize copying pyopencl/characterize/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/characterize creating build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/compyte copying pyopencl/compyte/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/compyte copying pyopencl/compyte/array.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/compyte copying pyopencl/compyte/dtypes.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/compyte creating build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/setup_opencl.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_ndarray.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/compyte/ndarray running egg_info writing pyopencl.egg-info/PKG-INFO writing dependency_links to pyopencl.egg-info/dependency_links.txt writing requirements to pyopencl.egg-info/requires.txt writing top-level names to pyopencl.egg-info/top_level.txt reading manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' warning: no files found matching 'doc/_static/*.css' warning: no files found matching 'doc/_templates/*.html' warning: no files found matching '*.py.in' writing manifest file 'pyopencl.egg-info/SOURCES.txt' creating build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-airy.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-y.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-complex.h -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-eval-tbl.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-hankel-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-ranluxcl.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl creating build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/array.h -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/openclfeatures.h -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/philox.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/threefry.cl -> build/lib.freebsd-10.4-RELEASE-p12-i386-3.6/pyopencl/cl/pyopencl-random123 running build_ext creating tmp cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmp30ixjf7u.cpp -o tmp/tmp30ixjf7u.o -std=c++14 error: invalid value 'c++14' in '-std=c++14' cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmpe3ik4xxi.cpp -o tmp/tmpe3ik4xxi.o -std=c++11 cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmpx4i8cl43.cpp -o tmp/tmpx4i8cl43.o -fvisibility=hidden building 'pyopencl._cl' extension creating build/temp.freebsd-10.4-RELEASE-p12-i386-3.6 creating build/temp.freebsd-10.4-RELEASE-p12-i386-3.6/src cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -Ipybind11/include -Iinclude -Iinclude -I/usr/local/lib/python3.6/site-packages/numpy/core/include -I/usr/local/lib/python3.6/site-packages/numpy/core/include -I/usr/local/include/python3.6m -c src/wrap_constants.cpp -o build/temp.freebsd-10.4-RELEASE-p12-i386-3.6/src/wrap_constants.o -DVERSION_INFO="2018.2" -std=c++11 -fvisibility=hidden In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:61: In file included from src/numpy_init.hpp:6: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1821: /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] #warning "Using deprecated NumPy API, disable it by " \ ^ In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:62: src/tools.hpp:40:3: error: 'auto' return without trailing return type auto begin (reversion_wrapper w) { return w.iterable.rbegin(); } ^ src/tools.hpp:43:3: error: 'auto' return without trailing return type auto end (reversion_wrapper w) { return w.iterable.rend(); } ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:1338:23: warning: 'clCreateCommandQueue' is deprecated [-Wdeprecated-declarations] m_queue = clCreateCommandQueue( ^ /usr/local/include/CL/cl.h:1443:1: note: 'clCreateCommandQueue' declared here clCreateCommandQueue(cl_context /* context */, ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:3668:23: warning: 'clCreateSampler' is deprecated [-Wdeprecated-declarations] m_sampler = clCreateSampler( ^ /usr/local/include/CL/cl.h:1450:1: note: 'clCreateSampler' declared here clCreateSampler(cl_context /* context */, ^ 3 warnings and 2 errors generated. error: command 'cc' failed with exit status 1 *** Error code 1 Stop. make: stopped in /usr/ports/devel/py-pyopencl From owner-freebsd-python@freebsd.org Thu Sep 27 01:22:24 2018 Return-Path: Delivered-To: freebsd-python@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 EEE7210BB5C9 for ; Thu, 27 Sep 2018 01:22:23 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 555AE95905 for ; Thu, 27 Sep 2018 01:22:23 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1AB2C10BB5C0; Thu, 27 Sep 2018 01:22:23 +0000 (UTC) Delivered-To: python@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 C3CDF10BB5BA; Thu, 27 Sep 2018 01:22:22 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B74A95902; Thu, 27 Sep 2018 01:22:22 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy6.nyi.freebsd.org (beefy6.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:e9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 764431F1F2; Thu, 27 Sep 2018 01:22:22 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy6.nyi.freebsd.org (localhost [127.0.0.1]) by beefy6.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8R1MMDO046888; Thu, 27 Sep 2018 01:22:22 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy6.nyi.freebsd.org (8.15.2/8.15.2/Submit) id w8R1MMhp046876; Thu, 27 Sep 2018 01:22:22 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 27 Sep 2018 01:22:22 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201809270122.w8R1MMhp046876@beefy6.nyi.freebsd.org> To: python@FreeBSD.org Subject: [package - 104amd64-default][devel/py-pyopencl] Failed for py27-pyopencl-2018.2 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2018 01:22:24 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: python@FreeBSD.org Last committer: sunpoet@FreeBSD.org Ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Log URL: http://beefy6.nyi.freebsd.org/data/104amd64-default/480767/logs/py27-pyopencl-2018.2.log Build URL: http://beefy6.nyi.freebsd.org/build.html?mastername=104amd64-default&build=480767 Log: =>> Building devel/py-pyopencl build started at Thu Sep 27 01:21:47 UTC 2018 port directory: /usr/ports/devel/py-pyopencl package name: py27-pyopencl-2018.2 building for: FreeBSD 104amd64-default-job-14 10.4-RELEASE-p12 FreeBSD 10.4-RELEASE-p12 amd64 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Poudriere version: 3.2.7-6-g819c79a1 Host OSVERSION: 1200083 Jail OSVERSION: 1004000 Job Id: 14 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1004000 UNAME_v=FreeBSD 10.4-RELEASE-p12 UNAME_r=10.4-RELEASE-p12 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.7-6-g819c79a1 MASTERMNT=/usr/local/poudriere/data/.m/104amd64-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/104amd64-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=104amd64-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/104amd64-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR=py27 DEPENDS_ARGS= MAKE_ARGS= FLAVOR=py27 ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- python@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- BOOST_INC_DIR="/usr/local/include" BOOST_LIB_DIR="/usr/local/lib" BOOST_PYTHON_LIBNAME=boost_python27 CL_INC_DIR="/usr/local/include" CL_LIB_DIR="/usr/local/lib" USE_SHIPPED_BOOST=False --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -fstack-protector " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DA TA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd10 PYTHON_PYOEXTENSION=pyo PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_SUFFIX=27 PYTHON_VER=2.7 PYTHON_VERSION=python2.7 PYTHON2="" PYTHON3="@comment " OSREL=10.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/pyopencl" EXAMPLESDIR="share/examples/pyopencl" DATADIR="share/pyopencl" WWWDIR="www/pyopencl" ETCDIR="etc/pyopencl" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pyopencl DOCSDIR=/usr/local/share/doc/pyopencl EXAMPLESDIR=/usr/local/share/examples/pyopencl WWWDIR=/usr/local/www/pyopencl ETCDIR=/usr/local/etc/pyopencl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=error: invalid value 'c++14' in '-std=c++14' CC_OUTPUT_921dbbb2_f2776b26=error: invalid value 'c++17' in '-std=c++17' CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=error: invalid value 'gnu++14' in '-std=gnu++14' CC_OUTPUT_921dbbb2_fb62803b=error: invalid value 'gnu++17' in '-std=gnu++17' _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=10.4-RELEASE-p12 OSREL=10.4 OSVERSION=1004000 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited sbsize (bytes, -b) unlimited pseudo-terminals (-p) unlimited --End resource limits-- =================================================== ===> License MIT accepted by the user =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_3.txz [104amd64-default-job-14] Installing pkg-1.10.5_3... [104amd64-default-job-14] Extracting pkg-1.10.5_3: .......... done ===> py27-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of py27-pyopencl-2018.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building ===> Extracting for py27-pyopencl-2018.2 => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-pyopencl-2018.2 ===> Applying FreeBSD patches for py27-pyopencl-2018.2 =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - not found ===> Installing existing package /packages/All/opencl-2.2_1.txz [104amd64-default-job-14] Installing opencl-2.2_1... [104amd64-default-job-14] Extracting opencl-2.2_1: .......... done Message from opencl-2.2_1: OpenCL is the first open, royalty-free standard for cross-platform, parallel programming of modern processors. ===> py27-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-numpy>0 - not found ===> Installing existing package /packages/All/py27-numpy-1.15.0,1.txz [104amd64-default-job-14] Installing py27-numpy-1.15.0,1... [104amd64-default-job-14] `-- Installing blas-3.5.0_4... [104amd64-default-job-14] | `-- Installing gcc7-7.3.0_5... =========================================================================== Message from metis-5.1.0_5: ===> NOTICE: The metis port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> py27-pyopencl-2018.2 depends on package: py27-numpy>0 - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-pybind11>=0 - not found ===> Installing existing package /packages/All/py27-pybind11-2.2.1_1.txz [104amd64-default-job-14] Installing py27-pybind11-2.2.1_1... [104amd64-default-job-14] Extracting py27-pybind11-2.2.1_1: .......... done ===> py27-pyopencl-2018.2 depends on package: py27-pybind11>=0 - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-setuptools>0 - found ===> py27-pyopencl-2018.2 depends on file: /usr/local/bin/python2.7 - found =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on shared library: libboost_python27.so - not found ===> Installing existing package /packages/All/py27-boost-libs-1.68.0_1.txz [104amd64-default-job-14] Installing py27-boost-libs-1.68.0_1... [104amd64-default-job-14] `-- Installing boost-libs-1.68.0_1... [104amd64-default-job-14] | `-- Installing icu-62.1_2,1... [104amd64-default-job-14] | `-- Extracting icu-62.1_2,1: .......... done [104amd64-default-job-14] `-- Extracting boost-libs-1.68.0_1: .......... done [104amd64-default-job-14] Extracting py27-boost-libs-1.68.0_1: ... done Message from boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Message from py27-boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. You have built the Boost.Python library. You have to add the following options when building your own code: Compiler options: -I/usr/local/include/python2.7 -I/usr/local/include Linker options: -L/usr/local/lib/python2.7 -L/usr/local/lib -lboost_python -lpython2.7 ===> py27-pyopencl-2018.2 depends on shared library: libboost_python27.so - found (/usr/local/lib/libboost_python27.so) ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on shared library: libOpenCL.so - not found ===> Installing existing package /packages/All/ocl-icd-2.2.12.txz [104amd64-default-job-14] Installing ocl-icd-2.2.12... [104amd64-default-job-14] Extracting ocl-icd-2.2.12: .......... done ===> py27-pyopencl-2018.2 depends on shared library: libOpenCL.so - found (/usr/local/lib/libOpenCL.so) ===> Returning to build of py27-pyopencl-2018.2 =========================================================================== =================================================== ===> Configuring for py27-pyopencl-2018.2 =========================================================================== =================================================== ===> Building for py27-pyopencl-2018.2 --------------------------------------------------------------------------- Mako is not installed. --------------------------------------------------------------------------- That is not a problem, as most of PyOpenCL will be just fine without it. Some higher-level parts of pyopencl (such as pyopencl.reduction) will not function without the templating engine Mako [1] being installed. If you would like this functionality to work, you might want to install Mako after you finish installing PyOpenCL. Simply type python -m pip install mako either now or after the installation completes to fix this. [1] http://www.makotemplates.org/ --------------------------------------------------------------------------- Hit Ctrl-C now if you'd like to think about the situation. --------------------------------------------------------------------------- Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running build running build_py creating build creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7 creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/scan.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/bitonic_sort_templates.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/elementwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/invoker.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/algorithm.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/clmath.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/capture_call.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/version.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/clrandom.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/cache.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/array.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/_mymako.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/cltypes.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/_buffers.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/tools.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/bitonic_sort.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/_cluda.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl copying pyopencl/ipython_ext.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/characterize copying pyopencl/characterize/performance.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/characterize copying pyopencl/characterize/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/characterize creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte copying pyopencl/compyte/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte copying pyopencl/compyte/array.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte copying pyopencl/compyte/dtypes.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/__init__.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/setup_opencl.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_ndarray.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_reduction.py -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/compyte/ndarray running egg_info writing requirements to pyopencl.egg-info/requires.txt writing pyopencl.egg-info/PKG-INFO writing top-level names to pyopencl.egg-info/top_level.txt writing dependency_links to pyopencl.egg-info/dependency_links.txt reading manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' warning: no files found matching 'doc/_static/*.css' warning: no files found matching 'doc/_templates/*.html' warning: no files found matching '*.py.in' writing manifest file 'pyopencl.egg-info/SOURCES.txt' creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-airy.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-y.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-complex.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-eval-tbl.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-hankel-complex.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-ranluxcl.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl creating build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/array.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/openclfeatures.h -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/philox.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/threefry.cl -> build/lib.freebsd-10.4-RELEASE-p12-amd64-2.7/pyopencl/cl/pyopencl-random123 running build_ext creating tmp cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmpkXc4eo.cpp -o tmp/tmpkXc4eo.o -std=c++14 error: invalid value 'c++14' in '-std=c++14' cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmp1roPcj.cpp -o tmp/tmp1roPcj.o -std=c++11 cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmp8lXizs.cpp -o tmp/tmp8lXizs.o -fvisibility=hidden building 'pyopencl._cl' extension creating build/temp.freebsd-10.4-RELEASE-p12-amd64-2.7 creating build/temp.freebsd-10.4-RELEASE-p12-amd64-2.7/src cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -Ipybind11/include -Iinclude -Iinclude -I/usr/local/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include/python2.7 -c src/wrap_constants.cpp -o build/temp.freebsd-10.4-RELEASE-p12-amd64-2.7/src/wrap_constants.o -DVERSION_INFO="2018.2" -std=c++11 -fvisibility=hidden In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:61: In file included from src/numpy_init.hpp:6: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1821: /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] #warning "Using deprecated NumPy API, disable it by " \ ^ In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:62: src/tools.hpp:40:3: error: 'auto' return without trailing return type auto begin (reversion_wrapper w) { return w.iterable.rbegin(); } ^ src/tools.hpp:43:3: error: 'auto' return without trailing return type auto end (reversion_wrapper w) { return w.iterable.rend(); } ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:1338:23: warning: 'clCreateCommandQueue' is deprecated [-Wdeprecated-declarations] m_queue = clCreateCommandQueue( ^ /usr/local/include/CL/cl.h:1443:1: note: 'clCreateCommandQueue' declared here clCreateCommandQueue(cl_context /* context */, ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:3668:23: warning: 'clCreateSampler' is deprecated [-Wdeprecated-declarations] m_sampler = clCreateSampler( ^ /usr/local/include/CL/cl.h:1450:1: note: 'clCreateSampler' declared here clCreateSampler(cl_context /* context */, ^ 3 warnings and 2 errors generated. error: command 'cc' failed with exit status 1 *** Error code 1 Stop. make: stopped in /usr/ports/devel/py-pyopencl From owner-freebsd-python@freebsd.org Fri Sep 28 09:40:14 2018 Return-Path: Delivered-To: freebsd-python@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 C7B1610AB1CA for ; Fri, 28 Sep 2018 09:40:14 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 69A988C7BC for ; Fri, 28 Sep 2018 09:40:14 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2C0F010AB1BA; Fri, 28 Sep 2018 09:40:14 +0000 (UTC) Delivered-To: python@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 1ACB410AB1B9 for ; Fri, 28 Sep 2018 09:40:14 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B570F8C7B4 for ; Fri, 28 Sep 2018 09:40:13 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id A305D2770 for ; Fri, 28 Sep 2018 09:40:12 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id w8S9eC2D063417 for ; Fri, 28 Sep 2018 09:40:12 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id w8S9eCA8063416; Fri, 28 Sep 2018 09:40:12 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201809280940.w8S9eCA8063416@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 28 Sep 2018 09:40:12 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2018 09:40:14 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/ipython | 6.5.0 | 7.0.0 ------------------------------------------------+-----------------+------------ security/py-fido2 | 0.3.0 | 0.4.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@freebsd.org Fri Sep 28 10:22:49 2018 Return-Path: Delivered-To: freebsd-python@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 D6A7110AC40A for ; Fri, 28 Sep 2018 10:22:48 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5A5E68DBDF for ; Fri, 28 Sep 2018 10:22:48 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1C74310AC409; Fri, 28 Sep 2018 10:22:48 +0000 (UTC) Delivered-To: python@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 DCD3D10AC407; Fri, 28 Sep 2018 10:22:47 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 861B98DBDD; Fri, 28 Sep 2018 10:22:47 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from package19.nyi.freebsd.org (package19.nyi.freebsd.org [IPv6:2610:1c1:1:6082::16:f5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D68D13BA2; Fri, 28 Sep 2018 10:22:47 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from package19.nyi.freebsd.org (localhost [127.0.0.1]) by package19.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8SAMlxJ036663; Fri, 28 Sep 2018 10:22:47 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by package19.nyi.freebsd.org (8.15.2/8.15.2/Submit) id w8SAMll9036621; Fri, 28 Sep 2018 10:22:47 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Fri, 28 Sep 2018 10:22:47 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201809281022.w8SAMll9036621@package19.nyi.freebsd.org> To: python@FreeBSD.org Subject: [exp - 104amd64-default-build-as-user][devel/py-pyopencl] Failed for py27-pyopencl-2018.2 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2018 10:22:49 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: python@FreeBSD.org Last committer: sunpoet@FreeBSD.org Ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Log URL: http://package19.nyi.freebsd.org/data/104amd64-default-build-as-user/480836/logs/py27-pyopencl-2018.2.log Build URL: http://package19.nyi.freebsd.org/build.html?mastername=104amd64-default-build-as-user&build=480836 Log: =>> Building devel/py-pyopencl build started at Fri Sep 28 10:22:12 UTC 2018 port directory: /usr/ports/devel/py-pyopencl package name: py27-pyopencl-2018.2 building for: FreeBSD 104amd64-default-build-as-user-job-24 10.4-RELEASE-p13 FreeBSD 10.4-RELEASE-p13 amd64 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Poudriere version: 3.2.7-6-g819c79a1 Host OSVERSION: 1200083 Jail OSVERSION: 1004000 Job Id: 24 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1004000 UNAME_v=FreeBSD 10.4-RELEASE-p13 UNAME_r=10.4-RELEASE-p13 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.7-6-g819c79a1 MASTERMNT=/poudriere/data/.m/104amd64-default-build-as-user/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= GID=0 UID=0 PWD=/poudriere/data/.m/104amd64-default-build-as-user/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=104amd64-default-build-as-user SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/poudriere/data/.m/104amd64-default-build-as-user/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR=py27 DEPENDS_ARGS= MAKE_ARGS= FLAVOR=py27 ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- python@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- BOOST_INC_DIR="/usr/local/include" BOOST_LIB_DIR="/usr/local/lib" BOOST_PYTHON_LIBNAME=boost_python27 CL_INC_DIR="/usr/local/include" CL_LIB_DIR="/usr/local/lib" USE_SHIPPED_BOOST=False --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -fstack-protector " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DA TA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd10 PYTHON_PYOEXTENSION=pyo PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_SUFFIX=27 PYTHON_VER=2.7 PYTHON_VERSION=python2.7 PYTHON2="" PYTHON3="@comment " OSREL=10.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/pyopencl" EXAMPLESDIR="share/examples/pyopencl" DATADIR="share/pyopencl" WWWDIR="www/pyopencl" ETCDIR="etc/pyopencl" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pyopencl DOCSDIR=/usr/local/share/doc/pyopencl EXAMPLESDIR=/usr/local/share/examples/pyopencl WWWDIR=/usr/local/www/pyopencl ETCDIR=/usr/local/etc/pyopencl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles FORCE_PACKAGE=yes PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=error: invalid value 'c++14' in '-std=c++14' CC_OUTPUT_921dbbb2_f2776b26=error: invalid value 'c++17' in '-std=c++17' CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=error: invalid value 'gnu++14' in '-std=gnu++14' CC_OUTPUT_921dbbb2_fb62803b=error: invalid value 'gnu++17' in '-std=gnu++17' _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=10.4-RELEASE-p13 OSREL=10.4 OSVERSION=1004000 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited sbsize (bytes, -b) unlimited pseudo-terminals (-p) unlimited --End resource limits-- =================================================== ===> License MIT accepted by the user =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_3.txz [104amd64-default-build-as-user-job-24] Installing pkg-1.10.5_3... [104amd64-default-build-as-user-job-24] Extracting pkg-1.10.5_3: .......... done ===> py27-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of py27-pyopencl-2018.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building ===> Extracting for py27-pyopencl-2018.2 => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-pyopencl-2018.2 ===> Applying FreeBSD patches for py27-pyopencl-2018.2 =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - not found ===> Installing existing package /packages/All/opencl-2.2_1.txz [104amd64-default-build-as-user-job-24] Installing opencl-2.2_1... [104amd64-default-build-as-user-job-24] Extracting opencl-2.2_1: .......... done Message from opencl-2.2_1: OpenCL is the first open, royalty-free standard for cross-platform, parallel programming of modern processors. ===> py27-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-numpy>0 - not found ===> Installing existing package /packages/All/py27-numpy-1.15.0,1.txz [104amd64-default-build-as-user-job-24] Installing py27-numpy-1.15.0,1... [104amd64-default-build-as-user-job-24] `-- Installing blas-3.5.0_4... [104amd64-default-build-as-user-job-24] | `-- Installing gcc7-7.3.0_5... [104amd64-default-build-as-user-job-24] | | `-- Installing binutils-2.30_5,1... [104amd64-default-build-as-user-job-24] | | `-- Installing gettext-runtime-0.19.8.1_1... [104amd64-default-build-as-user-job-24] | | | `-- Installing indexinfo-0.3.1... [104amd64-default-build-as-user-job-24] | | | `-- Extracting indexinfo-0.3.1: .... done =========================================================================== Message from metis-5.1.0_5: ===> NOTICE: The metis port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> py27-pyopencl-2018.2 depends on package: py27-numpy>0 - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-pybind11>=0 - not found ===> Installing existing package /packages/All/py27-pybind11-2.2.1_1.txz [104amd64-default-build-as-user-job-24] Installing py27-pybind11-2.2.1_1... [104amd64-default-build-as-user-job-24] Extracting py27-pybind11-2.2.1_1: .......... done ===> py27-pyopencl-2018.2 depends on package: py27-pybind11>=0 - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-setuptools>0 - found ===> py27-pyopencl-2018.2 depends on file: /usr/local/bin/python2.7 - found =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on shared library: libboost_python27.so - not found ===> Installing existing package /packages/All/py27-boost-libs-1.68.0_1.txz [104amd64-default-build-as-user-job-24] Installing py27-boost-libs-1.68.0_1... [104amd64-default-build-as-user-job-24] `-- Installing boost-libs-1.68.0_1... [104amd64-default-build-as-user-job-24] | `-- Installing icu-62.1_2,1... [104amd64-default-build-as-user-job-24] | `-- Extracting icu-62.1_2,1: .......... done [104amd64-default-build-as-user-job-24] `-- Extracting boost-libs-1.68.0_1: .......... done [104amd64-default-build-as-user-job-24] Extracting py27-boost-libs-1.68.0_1: ... done Message from boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Message from py27-boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. You have built the Boost.Python library. You have to add the following options when building your own code: Compiler options: -I/usr/local/include/python2.7 -I/usr/local/include Linker options: -L/usr/local/lib/python2.7 -L/usr/local/lib -lboost_python -lpython2.7 ===> py27-pyopencl-2018.2 depends on shared library: libboost_python27.so - found (/usr/local/lib/libboost_python27.so) ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on shared library: libOpenCL.so - not found ===> Installing existing package /packages/All/ocl-icd-2.2.12.txz [104amd64-default-build-as-user-job-24] Installing ocl-icd-2.2.12... [104amd64-default-build-as-user-job-24] Extracting ocl-icd-2.2.12: .......... done ===> py27-pyopencl-2018.2 depends on shared library: libOpenCL.so - found (/usr/local/lib/libOpenCL.so) ===> Returning to build of py27-pyopencl-2018.2 =========================================================================== =================================================== ===> Configuring for py27-pyopencl-2018.2 =========================================================================== =================================================== ===> Building for py27-pyopencl-2018.2 --------------------------------------------------------------------------- Mako is not installed. --------------------------------------------------------------------------- That is not a problem, as most of PyOpenCL will be just fine without it. Some higher-level parts of pyopencl (such as pyopencl.reduction) will not function without the templating engine Mako [1] being installed. If you would like this functionality to work, you might want to install Mako after you finish installing PyOpenCL. Simply type python -m pip install mako either now or after the installation completes to fix this. [1] http://www.makotemplates.org/ --------------------------------------------------------------------------- Hit Ctrl-C now if you'd like to think about the situation. --------------------------------------------------------------------------- Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running build running build_py creating build creating build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7 creating build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/scan.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/reduction.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/bitonic_sort_templates.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/elementwise.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/invoker.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/algorithm.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/clmath.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/capture_call.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/version.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/clrandom.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/cache.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/array.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/_mymako.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/cltypes.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/_buffers.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/tools.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/bitonic_sort.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/_cluda.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/ipython_ext.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl creating build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/characterize copying pyopencl/characterize/performance.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/characterize copying pyopencl/characterize/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/characterize creating build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/compyte copying pyopencl/compyte/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/compyte copying pyopencl/compyte/array.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/compyte copying pyopencl/compyte/dtypes.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/compyte creating build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/setup_opencl.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_ndarray.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_reduction.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/compyte/ndarray running egg_info writing requirements to pyopencl.egg-info/requires.txt writing pyopencl.egg-info/PKG-INFO writing top-level names to pyopencl.egg-info/top_level.txt writing dependency_links to pyopencl.egg-info/dependency_links.txt reading manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' warning: no files found matching 'doc/_static/*.css' warning: no files found matching 'doc/_templates/*.html' warning: no files found matching '*.py.in' writing manifest file 'pyopencl.egg-info/SOURCES.txt' creating build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-airy.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j-complex.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-y.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-complex.h -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-eval-tbl.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-hankel-complex.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-ranluxcl.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl creating build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/array.h -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/openclfeatures.h -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/philox.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/threefry.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl/pyopencl-random123 running build_ext creating tmp cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmpM1MDZn.cpp -o tmp/tmpM1MDZn.o -std=c++14 error: invalid value 'c++14' in '-std=c++14' cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmpHhu9lE.cpp -o tmp/tmpHhu9lE.o -std=c++11 cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmpBc6R7g.cpp -o tmp/tmpBc6R7g.o -fvisibility=hidden building 'pyopencl._cl' extension creating build/temp.freebsd-10.4-RELEASE-p13-amd64-2.7 creating build/temp.freebsd-10.4-RELEASE-p13-amd64-2.7/src cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -Ipybind11/include -Iinclude -Iinclude -I/usr/local/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include/python2.7 -c src/wrap_constants.cpp -o build/temp.freebsd-10.4-RELEASE-p13-amd64-2.7/src/wrap_constants.o -DVERSION_INFO="2018.2" -std=c++11 -fvisibility=hidden In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:61: In file included from src/numpy_init.hpp:6: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1821: /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] #warning "Using deprecated NumPy API, disable it by " \ ^ In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:62: src/tools.hpp:40:3: error: 'auto' return without trailing return type auto begin (reversion_wrapper w) { return w.iterable.rbegin(); } ^ src/tools.hpp:43:3: error: 'auto' return without trailing return type auto end (reversion_wrapper w) { return w.iterable.rend(); } ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:1338:23: warning: 'clCreateCommandQueue' is deprecated [-Wdeprecated-declarations] m_queue = clCreateCommandQueue( ^ /usr/local/include/CL/cl.h:1443:1: note: 'clCreateCommandQueue' declared here clCreateCommandQueue(cl_context /* context */, ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:3668:23: warning: 'clCreateSampler' is deprecated [-Wdeprecated-declarations] m_sampler = clCreateSampler( ^ /usr/local/include/CL/cl.h:1450:1: note: 'clCreateSampler' declared here clCreateSampler(cl_context /* context */, ^ 3 warnings and 2 errors generated. error: command 'cc' failed with exit status 1 *** Error code 1 Stop. make: stopped in /usr/ports/devel/py-pyopencl From owner-freebsd-python@freebsd.org Fri Sep 28 11:54:27 2018 Return-Path: Delivered-To: freebsd-python@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 2087810AE489 for ; Fri, 28 Sep 2018 11:54:27 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8BD9C7044F for ; Fri, 28 Sep 2018 11:54:26 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 506A510AE486; Fri, 28 Sep 2018 11:54:26 +0000 (UTC) Delivered-To: python@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 1D7A510AE485; Fri, 28 Sep 2018 11:54:26 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C34F67044E; Fri, 28 Sep 2018 11:54:25 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from package19.nyi.freebsd.org (package19.nyi.freebsd.org [IPv6:2610:1c1:1:6082::16:f5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BBECC14A51; Fri, 28 Sep 2018 11:54:25 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from package19.nyi.freebsd.org (localhost [127.0.0.1]) by package19.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8SBsPts055307; Fri, 28 Sep 2018 11:54:25 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by package19.nyi.freebsd.org (8.15.2/8.15.2/Submit) id w8SBsPJC055019; Fri, 28 Sep 2018 11:54:25 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Fri, 28 Sep 2018 11:54:25 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201809281154.w8SBsPJC055019@package19.nyi.freebsd.org> To: python@FreeBSD.org Subject: [exp - 104amd64-default-build-as-user][devel/py-pyopencl] Failed for py36-pyopencl-2018.2 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2018 11:54:27 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: python@FreeBSD.org Last committer: sunpoet@FreeBSD.org Ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Log URL: http://package19.nyi.freebsd.org/data/104amd64-default-build-as-user/480836/logs/py36-pyopencl-2018.2.log Build URL: http://package19.nyi.freebsd.org/build.html?mastername=104amd64-default-build-as-user&build=480836 Log: =>> Building devel/py-pyopencl build started at Fri Sep 28 11:53:49 UTC 2018 port directory: /usr/ports/devel/py-pyopencl package name: py36-pyopencl-2018.2 building for: FreeBSD 104amd64-default-build-as-user-job-19 10.4-RELEASE-p13 FreeBSD 10.4-RELEASE-p13 amd64 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Poudriere version: 3.2.7-6-g819c79a1 Host OSVERSION: 1200083 Jail OSVERSION: 1004000 Job Id: 19 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1004000 UNAME_v=FreeBSD 10.4-RELEASE-p13 UNAME_r=10.4-RELEASE-p13 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.7-6-g819c79a1 MASTERMNT=/poudriere/data/.m/104amd64-default-build-as-user/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= GID=0 UID=0 PWD=/poudriere/data/.m/104amd64-default-build-as-user/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=104amd64-default-build-as-user SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/poudriere/data/.m/104amd64-default-build-as-user/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR=py36 DEPENDS_ARGS= MAKE_ARGS= FLAVOR=py36 ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- python@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- BOOST_INC_DIR="/usr/local/include" BOOST_LIB_DIR="/usr/local/lib" BOOST_PYTHON_LIBNAME=boost_python36 CL_INC_DIR="/usr/local/include" CL_LIB_DIR="/usr/local/lib" USE_SHIPPED_BOOST=False --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PYTHON="/usr/local/bin/python3.6" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -fstack-protector " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DA TA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python3.6m PYTHON_LIBDIR=lib/python3.6 PYTHON_PLATFORM=freebsd10 PYTHON_PYOEXTENSION=opt-1.pyc PYTHON_SITELIBDIR=lib/python3.6/site-packages PYTHON_SUFFIX=36 PYTHON_VER=3.6 PYTHON_VERSION=python3.6 PYTHON2="@comment " PYTHON3="" OSREL=10.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/pyopencl" EXAMPLESDIR="share/examples/pyopencl" DATADIR="share/pyopencl" WWWDIR="www/pyopencl" ETCDIR="etc/pyopencl" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pyopencl DOCSDIR=/usr/local/share/doc/pyopencl EXAMPLESDIR=/usr/local/share/examples/pyopencl WWWDIR=/usr/local/www/pyopencl ETCDIR=/usr/local/etc/pyopencl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles FORCE_PACKAGE=yes PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=error: invalid value 'c++14' in '-std=c++14' CC_OUTPUT_921dbbb2_f2776b26=error: invalid value 'c++17' in '-std=c++17' CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=error: invalid value 'gnu++14' in '-std=gnu++14' CC_OUTPUT_921dbbb2_fb62803b=error: invalid value 'gnu++17' in '-std=gnu++17' _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=10.4-RELEASE-p13 OSREL=10.4 OSVERSION=1004000 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited sbsize (bytes, -b) unlimited pseudo-terminals (-p) unlimited --End resource limits-- =================================================== ===> License MIT accepted by the user =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_3.txz [104amd64-default-build-as-user-job-19] Installing pkg-1.10.5_3... [104amd64-default-build-as-user-job-19] Extracting pkg-1.10.5_3: .......... done ===> py36-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of py36-pyopencl-2018.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building ===> Extracting for py36-pyopencl-2018.2 => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py36-pyopencl-2018.2 ===> Applying FreeBSD patches for py36-pyopencl-2018.2 =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - not found ===> Installing existing package /packages/All/opencl-2.2_1.txz [104amd64-default-build-as-user-job-19] Installing opencl-2.2_1... [104amd64-default-build-as-user-job-19] Extracting opencl-2.2_1: .......... done Message from opencl-2.2_1: OpenCL is the first open, royalty-free standard for cross-platform, parallel programming of modern processors. ===> py36-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-numpy>0 - not found ===> Installing existing package /packages/All/py36-numpy-1.15.0,1.txz [104amd64-default-build-as-user-job-19] Installing py36-numpy-1.15.0,1... [104amd64-default-build-as-user-job-19] `-- Installing blas-3.5.0_4... [104amd64-default-build-as-user-job-19] | `-- Installing gcc7-7.3.0_5... [104amd64-default-build-as-user-job-19] | | `-- Installing binutils-2.30_5,1... [104amd64-default-build-as-user-job-19] | | `-- Installing gettext-runtime-0.19.8.1_1... [104amd64-default-build-as-user-job-19] | | | `-- Installing indexinfo-0.3.1... [104amd64-default-build-as-user-job-19] | | | `-- Extracting indexinfo-0.3.1: .... done ******************************************************************* Message from metis-5.1.0_5: ===> NOTICE: The metis port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> py36-pyopencl-2018.2 depends on package: py36-numpy>0 - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-pybind11>=0 - not found ===> Installing existing package /packages/All/py36-pybind11-2.2.1_1.txz [104amd64-default-build-as-user-job-19] Installing py36-pybind11-2.2.1_1... [104amd64-default-build-as-user-job-19] Extracting py36-pybind11-2.2.1_1: .......... done ===> py36-pyopencl-2018.2 depends on package: py36-pybind11>=0 - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-setuptools>0 - found ===> py36-pyopencl-2018.2 depends on file: /usr/local/bin/python3.6 - found =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on shared library: libboost_python36.so - not found ===> Installing existing package /packages/All/py36-boost-libs-1.68.0_1.txz [104amd64-default-build-as-user-job-19] Installing py36-boost-libs-1.68.0_1... [104amd64-default-build-as-user-job-19] `-- Installing boost-libs-1.68.0_1... [104amd64-default-build-as-user-job-19] | `-- Installing icu-62.1_2,1... [104amd64-default-build-as-user-job-19] | `-- Extracting icu-62.1_2,1: .......... done [104amd64-default-build-as-user-job-19] `-- Extracting boost-libs-1.68.0_1: .......... done [104amd64-default-build-as-user-job-19] Extracting py36-boost-libs-1.68.0_1: ... done Message from boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Message from py36-boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. You have built the Boost.Python library. You have to add the following options when building your own code: Compiler options: -I/usr/local/include/python3.6m -I/usr/local/include Linker options: -L/usr/local/lib/python3.6 -L/usr/local/lib -lboost_python -lpython3.6 ===> py36-pyopencl-2018.2 depends on shared library: libboost_python36.so - found (/usr/local/lib/libboost_python36.so) ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on shared library: libOpenCL.so - not found ===> Installing existing package /packages/All/ocl-icd-2.2.12.txz [104amd64-default-build-as-user-job-19] Installing ocl-icd-2.2.12... [104amd64-default-build-as-user-job-19] Extracting ocl-icd-2.2.12: .......... done ===> py36-pyopencl-2018.2 depends on shared library: libOpenCL.so - found (/usr/local/lib/libOpenCL.so) ===> Returning to build of py36-pyopencl-2018.2 =========================================================================== =================================================== ===> Configuring for py36-pyopencl-2018.2 =========================================================================== =================================================== ===> Building for py36-pyopencl-2018.2 --------------------------------------------------------------------------- Mako is not installed. --------------------------------------------------------------------------- That is not a problem, as most of PyOpenCL will be just fine without it. Some higher-level parts of pyopencl (such as pyopencl.reduction) will not function without the templating engine Mako [1] being installed. If you would like this functionality to work, you might want to install Mako after you finish installing PyOpenCL. Simply type python -m pip install mako either now or after the installation completes to fix this. [1] http://www.makotemplates.org/ --------------------------------------------------------------------------- Hit Ctrl-C now if you'd like to think about the situation. --------------------------------------------------------------------------- Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running build running build_py creating build creating build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6 creating build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/scan.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/reduction.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/bitonic_sort_templates.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/elementwise.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/invoker.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/algorithm.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/clmath.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/capture_call.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/version.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/clrandom.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/cache.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/array.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/_mymako.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/cltypes.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/_buffers.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/tools.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/bitonic_sort.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/_cluda.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/ipython_ext.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl creating build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/characterize copying pyopencl/characterize/performance.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/characterize copying pyopencl/characterize/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/characterize creating build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/compyte copying pyopencl/compyte/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/compyte copying pyopencl/compyte/array.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/compyte copying pyopencl/compyte/dtypes.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/compyte creating build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/setup_opencl.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_ndarray.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_reduction.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/compyte/ndarray running egg_info writing pyopencl.egg-info/PKG-INFO writing dependency_links to pyopencl.egg-info/dependency_links.txt writing requirements to pyopencl.egg-info/requires.txt writing top-level names to pyopencl.egg-info/top_level.txt reading manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' warning: no files found matching 'doc/_static/*.css' warning: no files found matching 'doc/_templates/*.html' warning: no files found matching '*.py.in' writing manifest file 'pyopencl.egg-info/SOURCES.txt' creating build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-airy.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j-complex.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-y.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-complex.h -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-eval-tbl.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-hankel-complex.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-ranluxcl.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl creating build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/array.h -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/openclfeatures.h -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/philox.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/threefry.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl/pyopencl-random123 running build_ext creating tmp cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmptf0gccnd.cpp -o tmp/tmptf0gccnd.o -std=c++14 error: invalid value 'c++14' in '-std=c++14' cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmpigily_ql.cpp -o tmp/tmpigily_ql.o -std=c++11 cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmp6wh3d36s.cpp -o tmp/tmp6wh3d36s.o -fvisibility=hidden building 'pyopencl._cl' extension creating build/temp.freebsd-10.4-RELEASE-p13-amd64-3.6 creating build/temp.freebsd-10.4-RELEASE-p13-amd64-3.6/src cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -Ipybind11/include -Iinclude -Iinclude -I/usr/local/lib/python3.6/site-packages/numpy/core/include -I/usr/local/lib/python3.6/site-packages/numpy/core/include -I/usr/local/include/python3.6m -c src/wrap_constants.cpp -o build/temp.freebsd-10.4-RELEASE-p13-amd64-3.6/src/wrap_constants.o -DVERSION_INFO="2018.2" -std=c++11 -fvisibility=hidden In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:61: In file included from src/numpy_init.hpp:6: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1821: /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] #warning "Using deprecated NumPy API, disable it by " \ ^ In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:62: src/tools.hpp:40:3: error: 'auto' return without trailing return type auto begin (reversion_wrapper w) { return w.iterable.rbegin(); } ^ src/tools.hpp:43:3: error: 'auto' return without trailing return type auto end (reversion_wrapper w) { return w.iterable.rend(); } ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:1338:23: warning: 'clCreateCommandQueue' is deprecated [-Wdeprecated-declarations] m_queue = clCreateCommandQueue( ^ /usr/local/include/CL/cl.h:1443:1: note: 'clCreateCommandQueue' declared here clCreateCommandQueue(cl_context /* context */, ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:3668:23: warning: 'clCreateSampler' is deprecated [-Wdeprecated-declarations] m_sampler = clCreateSampler( ^ /usr/local/include/CL/cl.h:1450:1: note: 'clCreateSampler' declared here clCreateSampler(cl_context /* context */, ^ 3 warnings and 2 errors generated. error: command 'cc' failed with exit status 1 *** Error code 1 Stop. make: stopped in /usr/ports/devel/py-pyopencl From owner-freebsd-python@freebsd.org Fri Sep 28 16:34:30 2018 Return-Path: Delivered-To: freebsd-python@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 39AA210B46B1 for ; Fri, 28 Sep 2018 16:34:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id CAAC07972B for ; Fri, 28 Sep 2018 16:34:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8FDD110B46AF; Fri, 28 Sep 2018 16:34:29 +0000 (UTC) Delivered-To: python@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 7E95810B46AE for ; Fri, 28 Sep 2018 16:34:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1FCD37972A for ; Fri, 28 Sep 2018 16:34:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 67C1A6617 for ; Fri, 28 Sep 2018 16:34:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8SGYSKi059067 for ; Fri, 28 Sep 2018 16:34:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8SGYSTu059066 for python@FreeBSD.org; Fri, 28 Sep 2018 16:34:28 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 230587] games/py-mnemosyne: Update to 2.6.1 Date: Fri, 28 Sep 2018 16:34:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: miwi@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: miwi@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2018 16:34:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230587 Martin Wilke changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Fri Sep 28 16:34:50 2018 Return-Path: Delivered-To: freebsd-python@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 3072B10B46E7 for ; Fri, 28 Sep 2018 16:34:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BF72879815 for ; Fri, 28 Sep 2018 16:34:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 84B6510B46E5; Fri, 28 Sep 2018 16:34:49 +0000 (UTC) Delivered-To: python@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 7368510B46E4 for ; Fri, 28 Sep 2018 16:34:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 158C279813 for ; Fri, 28 Sep 2018 16:34:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 6E422661B for ; Fri, 28 Sep 2018 16:34:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8SGYmcl059389 for ; Fri, 28 Sep 2018 16:34:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8SGYmlh059388 for python@FreeBSD.org; Fri, 28 Sep 2018 16:34:48 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 230587] games/py-mnemosyne: Update to 2.6.1 Date: Fri, 28 Sep 2018 16:34:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: miwi@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2018 16:34:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230587 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: miwi Date: Fri Sep 28 16:34:27 UTC 2018 New revision: 480867 URL: https://svnweb.freebsd.org/changeset/ports/480867 Log: - Update to 2.6.1 PR: 230587 Submitted by: maintainer Sponsored by: iXsystems Inc. Changes: head/games/py-mnemosyne/Makefile head/games/py-mnemosyne/distinfo --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Fri Sep 28 16:35:14 2018 Return-Path: Delivered-To: freebsd-python@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 13DD310B4721 for ; Fri, 28 Sep 2018 16:35:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A35EF79857 for ; Fri, 28 Sep 2018 16:35:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6817810B4720; Fri, 28 Sep 2018 16:35:13 +0000 (UTC) Delivered-To: python@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 56D0B10B471F for ; Fri, 28 Sep 2018 16:35:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC9C179856 for ; Fri, 28 Sep 2018 16:35:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 46C91661D for ; Fri, 28 Sep 2018 16:35:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8SGZCuI059800 for ; Fri, 28 Sep 2018 16:35:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8SGZC49059798 for python@FreeBSD.org; Fri, 28 Sep 2018 16:35:12 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 231114] [NEW PORT] www/py-django-taggit-serializer: Django Taggit serializer for the Django REST Framework Date: Fri, 28 Sep 2018 16:35:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: miwi@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: miwi@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2018 16:35:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231114 Martin Wilke changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Fri Sep 28 16:35:53 2018 Return-Path: Delivered-To: freebsd-python@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 18B3A10B4790 for ; Fri, 28 Sep 2018 16:35:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id AA09E79968 for ; Fri, 28 Sep 2018 16:35:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6F09710B478E; Fri, 28 Sep 2018 16:35:52 +0000 (UTC) Delivered-To: python@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 5D99610B478D for ; Fri, 28 Sep 2018 16:35:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F232A79965 for ; Fri, 28 Sep 2018 16:35:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 5D5996620 for ; Fri, 28 Sep 2018 16:35:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8SGZpkj060419 for ; Fri, 28 Sep 2018 16:35:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8SGZpoD060418 for python@FreeBSD.org; Fri, 28 Sep 2018 16:35:51 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 231114] [NEW PORT] www/py-django-taggit-serializer: Django Taggit serializer for the Django REST Framework Date: Fri, 28 Sep 2018 16:35:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: miwi@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2018 16:35:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231114 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: miwi Date: Fri Sep 28 16:35:30 UTC 2018 New revision: 480868 URL: https://svnweb.freebsd.org/changeset/ports/480868 Log: This package makes it possible to serialize tags generated by the django-taggit package. Because the tags in the django-taggit package need to be added i= nto a TaggableManager() one cannot use the usual Serializer that is retrieved f= rom the Django REST Framework. WWW: https://github.com/glemmaPaul/django-taggit-serializer PR: 231114 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc. Changes: head/www/Makefile head/www/py-django-taggit-serializer/ head/www/py-django-taggit-serializer/Makefile head/www/py-django-taggit-serializer/distinfo head/www/py-django-taggit-serializer/pkg-descr --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Fri Sep 28 18:19:53 2018 Return-Path: Delivered-To: freebsd-python@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 D15BF10B6673 for ; Fri, 28 Sep 2018 18:19:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5BF1A7CFDE for ; Fri, 28 Sep 2018 18:19:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0013910B666B; Fri, 28 Sep 2018 18:19:52 +0000 (UTC) Delivered-To: python@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 E302010B666A for ; Fri, 28 Sep 2018 18:19:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8C39F7CF52 for ; Fri, 28 Sep 2018 18:19:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id AA3F973BF for ; Fri, 28 Sep 2018 18:19:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8SIJnCQ000678 for ; Fri, 28 Sep 2018 18:19:49 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8SIJnbS000671 for python@FreeBSD.org; Fri, 28 Sep 2018 18:19:49 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 230553] deskutils/gcalcli: Update to 3.4.0 Date: Fri, 28 Sep 2018 18:19:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: miwi@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: miwi@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2018 18:19:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230553 Martin Wilke changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Fri Sep 28 18:20:20 2018 Return-Path: Delivered-To: freebsd-python@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 106E010B66CB for ; Fri, 28 Sep 2018 18:20:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A305A7D03B for ; Fri, 28 Sep 2018 18:20:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 67F6710B66C9; Fri, 28 Sep 2018 18:20:19 +0000 (UTC) Delivered-To: python@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 56D3610B66C8 for ; Fri, 28 Sep 2018 18:20:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ED9137D035 for ; Fri, 28 Sep 2018 18:20:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 57F0373C8 for ; Fri, 28 Sep 2018 18:20:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8SIKI21016466 for ; Fri, 28 Sep 2018 18:20:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8SIKI13016458 for python@FreeBSD.org; Fri, 28 Sep 2018 18:20:18 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 230553] deskutils/gcalcli: Update to 3.4.0 Date: Fri, 28 Sep 2018 18:20:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: miwi@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2018 18:20:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230553 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: miwi Date: Fri Sep 28 18:19:45 UTC 2018 New revision: 480874 URL: https://svnweb.freebsd.org/changeset/ports/480874 Log: - Update to 3.4.0 PR: 230553 Submitted by: ndowens@yahoo.com Approved by: maintainer timeout Sponsored by: iXsystems Inc. Changes: head/deskutils/gcalcli/Makefile head/deskutils/gcalcli/distinfo head/deskutils/gcalcli/files/ --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Sat Sep 29 08:31:17 2018 Return-Path: Delivered-To: freebsd-python@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 5CDD710C1252 for ; Sat, 29 Sep 2018 08:31:17 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2014873040 for ; Sat, 29 Sep 2018 08:31:17 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id D7D6610C124A; Sat, 29 Sep 2018 08:31:16 +0000 (UTC) Delivered-To: python@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 C6BF910C1249 for ; Sat, 29 Sep 2018 08:31:16 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6EFEE73031 for ; Sat, 29 Sep 2018 08:31:16 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 66A7314C5A for ; Sat, 29 Sep 2018 08:31:15 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id w8T8VFl9097741 for ; Sat, 29 Sep 2018 08:31:15 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id w8T8VF2P097740; Sat, 29 Sep 2018 08:31:15 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201809290831.w8T8VF2P097740@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sat, 29 Sep 2018 08:31:15 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Sep 2018 08:31:17 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/ipython | 6.5.0 | 7.0.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@freebsd.org Sat Sep 29 11:34:03 2018 Return-Path: Delivered-To: freebsd-python@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 7BEEF1097087 for ; Sat, 29 Sep 2018 11:34:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 180E177C72 for ; Sat, 29 Sep 2018 11:34:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id CEB921097086; Sat, 29 Sep 2018 11:34:02 +0000 (UTC) Delivered-To: python@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 BD80D1097083 for ; Sat, 29 Sep 2018 11:34:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5EA9177C70 for ; Sat, 29 Sep 2018 11:34:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id BDBB215592 for ; Sat, 29 Sep 2018 11:34:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8TBY1JQ006056 for ; Sat, 29 Sep 2018 11:34:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8TBY163006055 for python@FreeBSD.org; Sat, 29 Sep 2018 11:34:01 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 218652] lang/python[27,35,36,*?]: thread issue in external library (both ctypes and C extension) Date: Sat, 29 Sep 2018 11:34:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: eirnym@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Sep 2018 11:34:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218652 Eir Nym changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eirnym@gmail.com --- Comment #3 from Eir Nym --- To do so you need to =C4=85dd better thread synchronisation in Python <-> QT communication. If you'd build a whole QT program inside Python using PyQT, = all work has been done for you already. Threading model in various platforms and OSes are slightly different and without proper manual synchronization, you'd probably get different results. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-python@freebsd.org Sat Sep 29 14:00:28 2018 Return-Path: Delivered-To: freebsd-python@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 B9654109F3CC for ; Sat, 29 Sep 2018 14:00:28 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 437997BB07 for ; Sat, 29 Sep 2018 14:00:28 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 02D3E109F3CB; Sat, 29 Sep 2018 14:00:28 +0000 (UTC) Delivered-To: python@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 D4E60109F3C7; Sat, 29 Sep 2018 14:00:27 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 897AC7BB05; Sat, 29 Sep 2018 14:00:27 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy5.nyi.freebsd.org (beefy5.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:e8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7FC84245BC; Sat, 29 Sep 2018 14:00:27 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy5.nyi.freebsd.org (localhost [127.0.0.1]) by beefy5.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8TE0R0Y050604; Sat, 29 Sep 2018 14:00:27 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy5.nyi.freebsd.org (8.15.2/8.15.2/Submit) id w8TE0R6t050435; Sat, 29 Sep 2018 14:00:27 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Sat, 29 Sep 2018 14:00:27 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201809291400.w8TE0R6t050435@beefy5.nyi.freebsd.org> To: python@FreeBSD.org Subject: [package - 104i386-default][devel/py-pyopencl] Failed for py27-pyopencl-2018.2 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Sep 2018 14:00:29 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: python@FreeBSD.org Last committer: sunpoet@FreeBSD.org Ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Log URL: http://beefy5.nyi.freebsd.org/data/104i386-default/480887/logs/py27-pyopencl-2018.2.log Build URL: http://beefy5.nyi.freebsd.org/build.html?mastername=104i386-default&build=480887 Log: =>> Building devel/py-pyopencl build started at Sat Sep 29 13:59:50 UTC 2018 port directory: /usr/ports/devel/py-pyopencl package name: py27-pyopencl-2018.2 building for: FreeBSD 104i386-default-job-18 10.4-RELEASE-p13 FreeBSD 10.4-RELEASE-p13 i386 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Poudriere version: 3.2.7-6-g819c79a1 Host OSVERSION: 1200083 Jail OSVERSION: 1004000 Job Id: 18 ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 OSVERSION=1004000 UNAME_v=FreeBSD 10.4-RELEASE-p13 UNAME_r=10.4-RELEASE-p13 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.7-6-g819c79a1 MASTERMNT=/usr/local/poudriere/data/.m/104i386-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/104i386-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=104i386-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/104i386-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR=py27 DEPENDS_ARGS= MAKE_ARGS= FLAVOR=py27 ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- python@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- BOOST_INC_DIR="/usr/local/include" BOOST_LIB_DIR="/usr/local/lib" BOOST_PYTHON_LIBNAME=boost_python27 CL_INC_DIR="/usr/local/include" CL_LIB_DIR="/usr/local/lib" USE_SHIPPED_BOOST=False --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -fstack-protector " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DA TA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd10 PYTHON_PYOEXTENSION=pyo PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_SUFFIX=27 PYTHON_VER=2.7 PYTHON_VERSION=python2.7 PYTHON2="" PYTHON3="@comment " OSREL=10.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/pyopencl" EXAMPLESDIR="share/examples/pyopencl" DATADIR="share/pyopencl" WWWDIR="www/pyopencl" ETCDIR="etc/pyopencl" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pyopencl DOCSDIR=/usr/local/share/doc/pyopencl EXAMPLESDIR=/usr/local/share/examples/pyopencl WWWDIR=/usr/local/www/pyopencl ETCDIR=/usr/local/etc/pyopencl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: i386-unknown-freebsd10.4 Thread model: posix _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: i386-unknown-freebsd10.4 Thread model: posix "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=error: invalid value 'c++14' in '-std=c++14' CC_OUTPUT_921dbbb2_f2776b26=error: invalid value 'c++17' in '-std=c++17' CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=error: invalid value 'gnu++14' in '-std=gnu++14' CC_OUTPUT_921dbbb2_fb62803b=error: invalid value 'gnu++17' in '-std=gnu++17' _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: i386-unknown-freebsd10.4 Thread model: posix _OBJC_ALTCCVERSION_921dbbb2=none ARCH=i386 OPSYS=FreeBSD _OSRELEASE=10.4-RELEASE-p13 OSREL=10.4 OSVERSION=1004000 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited sbsize (bytes, -b) unlimited pseudo-terminals (-p) unlimited --End resource limits-- =================================================== ===> License MIT accepted by the user =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_3.txz [104i386-default-job-18] Installing pkg-1.10.5_3... [104i386-default-job-18] Extracting pkg-1.10.5_3: .......... done ===> py27-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of py27-pyopencl-2018.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building ===> Extracting for py27-pyopencl-2018.2 => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-pyopencl-2018.2 ===> Applying FreeBSD patches for py27-pyopencl-2018.2 =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - not found ===> Installing existing package /packages/All/opencl-2.2_1.txz [104i386-default-job-18] Installing opencl-2.2_1... [104i386-default-job-18] Extracting opencl-2.2_1: .......... done Message from opencl-2.2_1: OpenCL is the first open, royalty-free standard for cross-platform, parallel programming of modern processors. ===> py27-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-numpy>0 - not found =========================================================================== Message from metis-5.1.0_5: ===> NOTICE: The metis port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> py27-pyopencl-2018.2 depends on package: py27-numpy>0 - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-pybind11>=0 - not found ===> Installing existing package /packages/All/py27-pybind11-2.2.1_1.txz [104i386-default-job-18] Installing py27-pybind11-2.2.1_1... [104i386-default-job-18] Extracting py27-pybind11-2.2.1_1: .......... done ===> py27-pyopencl-2018.2 depends on package: py27-pybind11>=0 - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-setuptools>0 - found ===> py27-pyopencl-2018.2 depends on file: /usr/local/bin/python2.7 - found =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on shared library: libboost_python27.so - not found ===> Installing existing package /packages/All/py27-boost-libs-1.68.0_1.txz [104i386-default-job-18] Installing py27-boost-libs-1.68.0_1... [104i386-default-job-18] `-- Installing boost-libs-1.68.0_1... [104i386-default-job-18] | `-- Installing icu-62.1_2,1... [104i386-default-job-18] | `-- Extracting icu-62.1_2,1: .......... done [104i386-default-job-18] `-- Extracting boost-libs-1.68.0_1: .......... done [104i386-default-job-18] Extracting py27-boost-libs-1.68.0_1: ... done Message from boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Message from py27-boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. You have built the Boost.Python library. You have to add the following options when building your own code: Compiler options: -I/usr/local/include/python2.7 -I/usr/local/include Linker options: -L/usr/local/lib/python2.7 -L/usr/local/lib -lboost_python -lpython2.7 ===> py27-pyopencl-2018.2 depends on shared library: libboost_python27.so - found (/usr/local/lib/libboost_python27.so) ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on shared library: libOpenCL.so - not found ===> Installing existing package /packages/All/ocl-icd-2.2.12.txz [104i386-default-job-18] Installing ocl-icd-2.2.12... [104i386-default-job-18] Extracting ocl-icd-2.2.12: .......... done ===> py27-pyopencl-2018.2 depends on shared library: libOpenCL.so - found (/usr/local/lib/libOpenCL.so) ===> Returning to build of py27-pyopencl-2018.2 =========================================================================== =================================================== ===> Configuring for py27-pyopencl-2018.2 =========================================================================== =================================================== ===> Building for py27-pyopencl-2018.2 --------------------------------------------------------------------------- Mako is not installed. --------------------------------------------------------------------------- That is not a problem, as most of PyOpenCL will be just fine without it. Some higher-level parts of pyopencl (such as pyopencl.reduction) will not function without the templating engine Mako [1] being installed. If you would like this functionality to work, you might want to install Mako after you finish installing PyOpenCL. Simply type python -m pip install mako either now or after the installation completes to fix this. [1] http://www.makotemplates.org/ --------------------------------------------------------------------------- Hit Ctrl-C now if you'd like to think about the situation. --------------------------------------------------------------------------- Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running build running build_py creating build creating build/lib.freebsd-10.4-RELEASE-p13-i386-2.7 creating build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl copying pyopencl/scan.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl copying pyopencl/reduction.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl copying pyopencl/bitonic_sort_templates.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl copying pyopencl/elementwise.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl copying pyopencl/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl copying pyopencl/invoker.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl copying pyopencl/algorithm.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl copying pyopencl/clmath.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl copying pyopencl/capture_call.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl copying pyopencl/version.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl copying pyopencl/clrandom.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl copying pyopencl/cache.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl copying pyopencl/array.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl copying pyopencl/_mymako.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl copying pyopencl/cltypes.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl copying pyopencl/_buffers.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl copying pyopencl/tools.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl copying pyopencl/bitonic_sort.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl copying pyopencl/_cluda.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl copying pyopencl/ipython_ext.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl creating build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/characterize copying pyopencl/characterize/performance.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/characterize copying pyopencl/characterize/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/characterize creating build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/compyte copying pyopencl/compyte/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/compyte copying pyopencl/compyte/array.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/compyte copying pyopencl/compyte/dtypes.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/compyte creating build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/setup_opencl.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_ndarray.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_reduction.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/compyte/ndarray running egg_info writing requirements to pyopencl.egg-info/requires.txt writing pyopencl.egg-info/PKG-INFO writing top-level names to pyopencl.egg-info/top_level.txt writing dependency_links to pyopencl.egg-info/dependency_links.txt reading manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' warning: no files found matching 'doc/_static/*.css' warning: no files found matching 'doc/_templates/*.html' warning: no files found matching '*.py.in' writing manifest file 'pyopencl.egg-info/SOURCES.txt' creating build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-airy.cl -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j-complex.cl -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j.cl -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-y.cl -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-complex.h -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-eval-tbl.cl -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-hankel-complex.cl -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-ranluxcl.cl -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/cl creating build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/array.h -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/openclfeatures.h -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/philox.cl -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/threefry.cl -> build/lib.freebsd-10.4-RELEASE-p13-i386-2.7/pyopencl/cl/pyopencl-random123 running build_ext creating tmp cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmpzI_Tch.cpp -o tmp/tmpzI_Tch.o -std=c++14 error: invalid value 'c++14' in '-std=c++14' cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmpadxFOv.cpp -o tmp/tmpadxFOv.o -std=c++11 cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmp5XuzYI.cpp -o tmp/tmp5XuzYI.o -fvisibility=hidden building 'pyopencl._cl' extension creating build/temp.freebsd-10.4-RELEASE-p13-i386-2.7 creating build/temp.freebsd-10.4-RELEASE-p13-i386-2.7/src cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -Ipybind11/include -Iinclude -Iinclude -I/usr/local/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include/python2.7 -c src/wrap_constants.cpp -o build/temp.freebsd-10.4-RELEASE-p13-i386-2.7/src/wrap_constants.o -DVERSION_INFO="2018.2" -std=c++11 -fvisibility=hidden In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:61: In file included from src/numpy_init.hpp:6: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1821: /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] #warning "Using deprecated NumPy API, disable it by " \ ^ In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:62: src/tools.hpp:40:3: error: 'auto' return without trailing return type auto begin (reversion_wrapper w) { return w.iterable.rbegin(); } ^ src/tools.hpp:43:3: error: 'auto' return without trailing return type auto end (reversion_wrapper w) { return w.iterable.rend(); } ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:1338:23: warning: 'clCreateCommandQueue' is deprecated [-Wdeprecated-declarations] m_queue = clCreateCommandQueue( ^ /usr/local/include/CL/cl.h:1443:1: note: 'clCreateCommandQueue' declared here clCreateCommandQueue(cl_context /* context */, ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:3668:23: warning: 'clCreateSampler' is deprecated [-Wdeprecated-declarations] m_sampler = clCreateSampler( ^ /usr/local/include/CL/cl.h:1450:1: note: 'clCreateSampler' declared here clCreateSampler(cl_context /* context */, ^ 3 warnings and 2 errors generated. error: command 'cc' failed with exit status 1 *** Error code 1 Stop. make: stopped in /usr/ports/devel/py-pyopencl From owner-freebsd-python@freebsd.org Sat Sep 29 14:12:06 2018 Return-Path: Delivered-To: freebsd-python@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 813B3109F82F for ; Sat, 29 Sep 2018 14:12:06 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 098AB7C221 for ; Sat, 29 Sep 2018 14:12:06 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id BFF0D109F82A; Sat, 29 Sep 2018 14:12:05 +0000 (UTC) Delivered-To: python@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 8CF69109F826; Sat, 29 Sep 2018 14:12:05 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4482D7C209; Sat, 29 Sep 2018 14:12:05 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy6.nyi.freebsd.org (beefy6.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:e9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3EDC2247D0; Sat, 29 Sep 2018 14:12:05 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy6.nyi.freebsd.org (localhost [127.0.0.1]) by beefy6.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8TEC5w6001629; Sat, 29 Sep 2018 14:12:05 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy6.nyi.freebsd.org (8.15.2/8.15.2/Submit) id w8TEC59Y001584; Sat, 29 Sep 2018 14:12:05 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Sat, 29 Sep 2018 14:12:05 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201809291412.w8TEC59Y001584@beefy6.nyi.freebsd.org> To: python@FreeBSD.org Subject: [package - 104amd64-default][devel/py-pyopencl] Failed for py27-pyopencl-2018.2 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Sep 2018 14:12:06 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: python@FreeBSD.org Last committer: sunpoet@FreeBSD.org Ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Log URL: http://beefy6.nyi.freebsd.org/data/104amd64-default/480887/logs/py27-pyopencl-2018.2.log Build URL: http://beefy6.nyi.freebsd.org/build.html?mastername=104amd64-default&build=480887 Log: =>> Building devel/py-pyopencl build started at Sat Sep 29 14:11:26 UTC 2018 port directory: /usr/ports/devel/py-pyopencl package name: py27-pyopencl-2018.2 building for: FreeBSD 104amd64-default-job-03 10.4-RELEASE-p13 FreeBSD 10.4-RELEASE-p13 amd64 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Poudriere version: 3.2.7-6-g819c79a1 Host OSVERSION: 1200083 Jail OSVERSION: 1004000 Job Id: 03 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1004000 UNAME_v=FreeBSD 10.4-RELEASE-p13 UNAME_r=10.4-RELEASE-p13 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.7-6-g819c79a1 MASTERMNT=/usr/local/poudriere/data/.m/104amd64-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/104amd64-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=104amd64-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/104amd64-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR=py27 DEPENDS_ARGS= MAKE_ARGS= FLAVOR=py27 ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- python@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- BOOST_INC_DIR="/usr/local/include" BOOST_LIB_DIR="/usr/local/lib" BOOST_PYTHON_LIBNAME=boost_python27 CL_INC_DIR="/usr/local/include" CL_LIB_DIR="/usr/local/lib" USE_SHIPPED_BOOST=False --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -fstack-protector " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DA TA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd10 PYTHON_PYOEXTENSION=pyo PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_SUFFIX=27 PYTHON_VER=2.7 PYTHON_VERSION=python2.7 PYTHON2="" PYTHON3="@comment " OSREL=10.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/pyopencl" EXAMPLESDIR="share/examples/pyopencl" DATADIR="share/pyopencl" WWWDIR="www/pyopencl" ETCDIR="etc/pyopencl" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pyopencl DOCSDIR=/usr/local/share/doc/pyopencl EXAMPLESDIR=/usr/local/share/examples/pyopencl WWWDIR=/usr/local/www/pyopencl ETCDIR=/usr/local/etc/pyopencl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=error: invalid value 'c++14' in '-std=c++14' CC_OUTPUT_921dbbb2_f2776b26=error: invalid value 'c++17' in '-std=c++17' CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=error: invalid value 'gnu++14' in '-std=gnu++14' CC_OUTPUT_921dbbb2_fb62803b=error: invalid value 'gnu++17' in '-std=gnu++17' _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=10.4-RELEASE-p13 OSREL=10.4 OSVERSION=1004000 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited sbsize (bytes, -b) unlimited pseudo-terminals (-p) unlimited --End resource limits-- =================================================== ===> License MIT accepted by the user =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_3.txz [104amd64-default-job-03] Installing pkg-1.10.5_3... [104amd64-default-job-03] Extracting pkg-1.10.5_3: .......... done ===> py27-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of py27-pyopencl-2018.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py27-pyopencl-2018.2 for building ===> Extracting for py27-pyopencl-2018.2 => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-pyopencl-2018.2 ===> Applying FreeBSD patches for py27-pyopencl-2018.2 =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - not found ===> Installing existing package /packages/All/opencl-2.2_1.txz [104amd64-default-job-03] Installing opencl-2.2_1... [104amd64-default-job-03] Extracting opencl-2.2_1: .......... done Message from opencl-2.2_1: OpenCL is the first open, royalty-free standard for cross-platform, parallel programming of modern processors. ===> py27-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-numpy>0 - not found ===> Installing existing package /packages/All/py27-numpy-1.15.0,1.txz [104amd64-default-job-03] Installing py27-numpy-1.15.0,1... [104amd64-default-job-03] `-- Installing blas-3.5.0_4... [104amd64-default-job-03] | `-- Installing gcc7-7.3.0_5... =========================================================================== Message from metis-5.1.0_5: ===> NOTICE: The metis port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> py27-pyopencl-2018.2 depends on package: py27-numpy>0 - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-pybind11>=0 - not found ===> Installing existing package /packages/All/py27-pybind11-2.2.1_1.txz [104amd64-default-job-03] Installing py27-pybind11-2.2.1_1... [104amd64-default-job-03] Extracting py27-pybind11-2.2.1_1: .......... done ===> py27-pyopencl-2018.2 depends on package: py27-pybind11>=0 - found ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on package: py27-setuptools>0 - found ===> py27-pyopencl-2018.2 depends on file: /usr/local/bin/python2.7 - found =========================================================================== =================================================== ===> py27-pyopencl-2018.2 depends on shared library: libboost_python27.so - not found ===> Installing existing package /packages/All/py27-boost-libs-1.68.0_1.txz [104amd64-default-job-03] Installing py27-boost-libs-1.68.0_1... [104amd64-default-job-03] `-- Installing boost-libs-1.68.0_1... [104amd64-default-job-03] | `-- Installing icu-62.1_2,1... [104amd64-default-job-03] | `-- Extracting icu-62.1_2,1: .......... done [104amd64-default-job-03] `-- Extracting boost-libs-1.68.0_1: .......... done [104amd64-default-job-03] Extracting py27-boost-libs-1.68.0_1: ... done Message from boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Message from py27-boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. You have built the Boost.Python library. You have to add the following options when building your own code: Compiler options: -I/usr/local/include/python2.7 -I/usr/local/include Linker options: -L/usr/local/lib/python2.7 -L/usr/local/lib -lboost_python -lpython2.7 ===> py27-pyopencl-2018.2 depends on shared library: libboost_python27.so - found (/usr/local/lib/libboost_python27.so) ===> Returning to build of py27-pyopencl-2018.2 ===> py27-pyopencl-2018.2 depends on shared library: libOpenCL.so - not found ===> Installing existing package /packages/All/ocl-icd-2.2.12.txz [104amd64-default-job-03] Installing ocl-icd-2.2.12... [104amd64-default-job-03] Extracting ocl-icd-2.2.12: .......... done ===> py27-pyopencl-2018.2 depends on shared library: libOpenCL.so - found (/usr/local/lib/libOpenCL.so) ===> Returning to build of py27-pyopencl-2018.2 =========================================================================== =================================================== ===> Configuring for py27-pyopencl-2018.2 =========================================================================== =================================================== ===> Building for py27-pyopencl-2018.2 --------------------------------------------------------------------------- Mako is not installed. --------------------------------------------------------------------------- That is not a problem, as most of PyOpenCL will be just fine without it. Some higher-level parts of pyopencl (such as pyopencl.reduction) will not function without the templating engine Mako [1] being installed. If you would like this functionality to work, you might want to install Mako after you finish installing PyOpenCL. Simply type python -m pip install mako either now or after the installation completes to fix this. [1] http://www.makotemplates.org/ --------------------------------------------------------------------------- Hit Ctrl-C now if you'd like to think about the situation. --------------------------------------------------------------------------- Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running build running build_py creating build creating build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7 creating build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/scan.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/reduction.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/bitonic_sort_templates.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/elementwise.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/invoker.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/algorithm.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/clmath.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/capture_call.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/version.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/clrandom.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/cache.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/array.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/_mymako.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/cltypes.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/_buffers.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/tools.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/bitonic_sort.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/_cluda.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl copying pyopencl/ipython_ext.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl creating build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/characterize copying pyopencl/characterize/performance.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/characterize copying pyopencl/characterize/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/characterize creating build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/compyte copying pyopencl/compyte/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/compyte copying pyopencl/compyte/array.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/compyte copying pyopencl/compyte/dtypes.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/compyte creating build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/setup_opencl.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_ndarray.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_reduction.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/compyte/ndarray running egg_info writing requirements to pyopencl.egg-info/requires.txt writing pyopencl.egg-info/PKG-INFO writing top-level names to pyopencl.egg-info/top_level.txt writing dependency_links to pyopencl.egg-info/dependency_links.txt reading manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' warning: no files found matching 'doc/_static/*.css' warning: no files found matching 'doc/_templates/*.html' warning: no files found matching '*.py.in' writing manifest file 'pyopencl.egg-info/SOURCES.txt' creating build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-airy.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j-complex.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-y.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-complex.h -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-eval-tbl.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-hankel-complex.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl copying pyopencl/cl/pyopencl-ranluxcl.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl creating build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/array.h -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/openclfeatures.h -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/philox.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/threefry.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-2.7/pyopencl/cl/pyopencl-random123 running build_ext creating tmp cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmpoYL0pa.cpp -o tmp/tmpoYL0pa.o -std=c++14 error: invalid value 'c++14' in '-std=c++14' cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmpz9TZcz.cpp -o tmp/tmpz9TZcz.o -std=c++11 cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c /tmp/tmpWcUFQK.cpp -o tmp/tmpWcUFQK.o -fvisibility=hidden building 'pyopencl._cl' extension creating build/temp.freebsd-10.4-RELEASE-p13-amd64-2.7 creating build/temp.freebsd-10.4-RELEASE-p13-amd64-2.7/src cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -Ipybind11/include -Iinclude -Iinclude -I/usr/local/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include/python2.7 -c src/wrap_constants.cpp -o build/temp.freebsd-10.4-RELEASE-p13-amd64-2.7/src/wrap_constants.o -DVERSION_INFO="2018.2" -std=c++11 -fvisibility=hidden In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:61: In file included from src/numpy_init.hpp:6: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1821: /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] #warning "Using deprecated NumPy API, disable it by " \ ^ In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:62: src/tools.hpp:40:3: error: 'auto' return without trailing return type auto begin (reversion_wrapper w) { return w.iterable.rbegin(); } ^ src/tools.hpp:43:3: error: 'auto' return without trailing return type auto end (reversion_wrapper w) { return w.iterable.rend(); } ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:1338:23: warning: 'clCreateCommandQueue' is deprecated [-Wdeprecated-declarations] m_queue = clCreateCommandQueue( ^ /usr/local/include/CL/cl.h:1443:1: note: 'clCreateCommandQueue' declared here clCreateCommandQueue(cl_context /* context */, ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:3668:23: warning: 'clCreateSampler' is deprecated [-Wdeprecated-declarations] m_sampler = clCreateSampler( ^ /usr/local/include/CL/cl.h:1450:1: note: 'clCreateSampler' declared here clCreateSampler(cl_context /* context */, ^ 3 warnings and 2 errors generated. error: command 'cc' failed with exit status 1 *** Error code 1 Stop. make: stopped in /usr/ports/devel/py-pyopencl From owner-freebsd-python@freebsd.org Sat Sep 29 16:17:06 2018 Return-Path: Delivered-To: freebsd-python@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 B6E2510A489F for ; Sat, 29 Sep 2018 16:17:05 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 487F07F8E2 for ; Sat, 29 Sep 2018 16:17:05 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0C09610A489D; Sat, 29 Sep 2018 16:17:05 +0000 (UTC) Delivered-To: python@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 B4C2210A489B; Sat, 29 Sep 2018 16:17:04 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5DA837F8E1; Sat, 29 Sep 2018 16:17:04 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy5.nyi.freebsd.org (beefy5.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:e8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 52E0425C0D; Sat, 29 Sep 2018 16:17:04 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy5.nyi.freebsd.org (localhost [127.0.0.1]) by beefy5.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8TGH4iV083291; Sat, 29 Sep 2018 16:17:04 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy5.nyi.freebsd.org (8.15.2/8.15.2/Submit) id w8TGH4Xq083207; Sat, 29 Sep 2018 16:17:04 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Sat, 29 Sep 2018 16:17:04 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201809291617.w8TGH4Xq083207@beefy5.nyi.freebsd.org> To: python@FreeBSD.org Subject: [package - 104i386-default][devel/py-pyopencl] Failed for py36-pyopencl-2018.2 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Sep 2018 16:17:06 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: python@FreeBSD.org Last committer: sunpoet@FreeBSD.org Ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Log URL: http://beefy5.nyi.freebsd.org/data/104i386-default/480887/logs/py36-pyopencl-2018.2.log Build URL: http://beefy5.nyi.freebsd.org/build.html?mastername=104i386-default&build=480887 Log: =>> Building devel/py-pyopencl build started at Sat Sep 29 16:16:28 UTC 2018 port directory: /usr/ports/devel/py-pyopencl package name: py36-pyopencl-2018.2 building for: FreeBSD 104i386-default-job-08 10.4-RELEASE-p13 FreeBSD 10.4-RELEASE-p13 i386 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Poudriere version: 3.2.7-6-g819c79a1 Host OSVERSION: 1200083 Jail OSVERSION: 1004000 Job Id: 08 ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 OSVERSION=1004000 UNAME_v=FreeBSD 10.4-RELEASE-p13 UNAME_r=10.4-RELEASE-p13 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.7-6-g819c79a1 MASTERMNT=/usr/local/poudriere/data/.m/104i386-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/104i386-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=104i386-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/104i386-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR=py36 DEPENDS_ARGS= MAKE_ARGS= FLAVOR=py36 ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- python@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- BOOST_INC_DIR="/usr/local/include" BOOST_LIB_DIR="/usr/local/lib" BOOST_PYTHON_LIBNAME=boost_python36 CL_INC_DIR="/usr/local/include" CL_LIB_DIR="/usr/local/lib" USE_SHIPPED_BOOST=False --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PYTHON="/usr/local/bin/python3.6" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -fstack-protector " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DA TA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python3.6m PYTHON_LIBDIR=lib/python3.6 PYTHON_PLATFORM=freebsd10 PYTHON_PYOEXTENSION=opt-1.pyc PYTHON_SITELIBDIR=lib/python3.6/site-packages PYTHON_SUFFIX=36 PYTHON_VER=3.6 PYTHON_VERSION=python3.6 PYTHON2="@comment " PYTHON3="" OSREL=10.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/pyopencl" EXAMPLESDIR="share/examples/pyopencl" DATADIR="share/pyopencl" WWWDIR="www/pyopencl" ETCDIR="etc/pyopencl" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pyopencl DOCSDIR=/usr/local/share/doc/pyopencl EXAMPLESDIR=/usr/local/share/examples/pyopencl WWWDIR=/usr/local/www/pyopencl ETCDIR=/usr/local/etc/pyopencl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: i386-unknown-freebsd10.4 Thread model: posix _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: i386-unknown-freebsd10.4 Thread model: posix "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=error: invalid value 'c++14' in '-std=c++14' CC_OUTPUT_921dbbb2_f2776b26=error: invalid value 'c++17' in '-std=c++17' CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=error: invalid value 'gnu++14' in '-std=gnu++14' CC_OUTPUT_921dbbb2_fb62803b=error: invalid value 'gnu++17' in '-std=gnu++17' _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: i386-unknown-freebsd10.4 Thread model: posix _OBJC_ALTCCVERSION_921dbbb2=none ARCH=i386 OPSYS=FreeBSD _OSRELEASE=10.4-RELEASE-p13 OSREL=10.4 OSVERSION=1004000 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited sbsize (bytes, -b) unlimited pseudo-terminals (-p) unlimited --End resource limits-- =================================================== ===> License MIT accepted by the user =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_3.txz [104i386-default-job-08] Installing pkg-1.10.5_3... [104i386-default-job-08] Extracting pkg-1.10.5_3: .......... done ===> py36-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of py36-pyopencl-2018.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building ===> Extracting for py36-pyopencl-2018.2 => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py36-pyopencl-2018.2 ===> Applying FreeBSD patches for py36-pyopencl-2018.2 =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - not found ===> Installing existing package /packages/All/opencl-2.2_1.txz [104i386-default-job-08] Installing opencl-2.2_1... [104i386-default-job-08] Extracting opencl-2.2_1: .......... done Message from opencl-2.2_1: OpenCL is the first open, royalty-free standard for cross-platform, parallel programming of modern processors. ===> py36-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-numpy>0 - not found ******************************************************************* Message from metis-5.1.0_5: ===> NOTICE: The metis port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> py36-pyopencl-2018.2 depends on package: py36-numpy>0 - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-pybind11>=0 - not found ===> Installing existing package /packages/All/py36-pybind11-2.2.1_1.txz [104i386-default-job-08] Installing py36-pybind11-2.2.1_1... [104i386-default-job-08] Extracting py36-pybind11-2.2.1_1: .......... done ===> py36-pyopencl-2018.2 depends on package: py36-pybind11>=0 - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-setuptools>0 - found ===> py36-pyopencl-2018.2 depends on file: /usr/local/bin/python3.6 - found =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on shared library: libboost_python36.so - not found ===> Installing existing package /packages/All/py36-boost-libs-1.68.0_1.txz [104i386-default-job-08] Installing py36-boost-libs-1.68.0_1... [104i386-default-job-08] `-- Installing boost-libs-1.68.0_1... [104i386-default-job-08] | `-- Installing icu-62.1_2,1... [104i386-default-job-08] | `-- Extracting icu-62.1_2,1: .......... done [104i386-default-job-08] `-- Extracting boost-libs-1.68.0_1: .......... done [104i386-default-job-08] Extracting py36-boost-libs-1.68.0_1: ... done Message from boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Message from py36-boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. You have built the Boost.Python library. You have to add the following options when building your own code: Compiler options: -I/usr/local/include/python3.6m -I/usr/local/include Linker options: -L/usr/local/lib/python3.6 -L/usr/local/lib -lboost_python -lpython3.6 ===> py36-pyopencl-2018.2 depends on shared library: libboost_python36.so - found (/usr/local/lib/libboost_python36.so) ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on shared library: libOpenCL.so - not found ===> Installing existing package /packages/All/ocl-icd-2.2.12.txz [104i386-default-job-08] Installing ocl-icd-2.2.12... [104i386-default-job-08] Extracting ocl-icd-2.2.12: .......... done ===> py36-pyopencl-2018.2 depends on shared library: libOpenCL.so - found (/usr/local/lib/libOpenCL.so) ===> Returning to build of py36-pyopencl-2018.2 =========================================================================== =================================================== ===> Configuring for py36-pyopencl-2018.2 =========================================================================== =================================================== ===> Building for py36-pyopencl-2018.2 --------------------------------------------------------------------------- Mako is not installed. --------------------------------------------------------------------------- That is not a problem, as most of PyOpenCL will be just fine without it. Some higher-level parts of pyopencl (such as pyopencl.reduction) will not function without the templating engine Mako [1] being installed. If you would like this functionality to work, you might want to install Mako after you finish installing PyOpenCL. Simply type python -m pip install mako either now or after the installation completes to fix this. [1] http://www.makotemplates.org/ --------------------------------------------------------------------------- Hit Ctrl-C now if you'd like to think about the situation. --------------------------------------------------------------------------- Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running build running build_py creating build creating build/lib.freebsd-10.4-RELEASE-p13-i386-3.6 creating build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl copying pyopencl/scan.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl copying pyopencl/reduction.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl copying pyopencl/bitonic_sort_templates.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl copying pyopencl/elementwise.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl copying pyopencl/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl copying pyopencl/invoker.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl copying pyopencl/algorithm.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl copying pyopencl/clmath.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl copying pyopencl/capture_call.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl copying pyopencl/version.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl copying pyopencl/clrandom.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl copying pyopencl/cache.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl copying pyopencl/array.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl copying pyopencl/_mymako.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl copying pyopencl/cltypes.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl copying pyopencl/_buffers.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl copying pyopencl/tools.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl copying pyopencl/bitonic_sort.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl copying pyopencl/_cluda.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl copying pyopencl/ipython_ext.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl creating build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/characterize copying pyopencl/characterize/performance.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/characterize copying pyopencl/characterize/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/characterize creating build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/compyte copying pyopencl/compyte/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/compyte copying pyopencl/compyte/array.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/compyte copying pyopencl/compyte/dtypes.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/compyte creating build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/setup_opencl.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_ndarray.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_reduction.py -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/compyte/ndarray running egg_info writing pyopencl.egg-info/PKG-INFO writing dependency_links to pyopencl.egg-info/dependency_links.txt writing requirements to pyopencl.egg-info/requires.txt writing top-level names to pyopencl.egg-info/top_level.txt reading manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' warning: no files found matching 'doc/_static/*.css' warning: no files found matching 'doc/_templates/*.html' warning: no files found matching '*.py.in' writing manifest file 'pyopencl.egg-info/SOURCES.txt' creating build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-airy.cl -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j-complex.cl -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j.cl -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-y.cl -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-complex.h -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-eval-tbl.cl -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-hankel-complex.cl -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-ranluxcl.cl -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/cl creating build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/array.h -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/openclfeatures.h -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/philox.cl -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/threefry.cl -> build/lib.freebsd-10.4-RELEASE-p13-i386-3.6/pyopencl/cl/pyopencl-random123 running build_ext creating tmp cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmp33khjp_b.cpp -o tmp/tmp33khjp_b.o -std=c++14 error: invalid value 'c++14' in '-std=c++14' cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmpd1qrche4.cpp -o tmp/tmpd1qrche4.o -std=c++11 cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmpv8gdirko.cpp -o tmp/tmpv8gdirko.o -fvisibility=hidden building 'pyopencl._cl' extension creating build/temp.freebsd-10.4-RELEASE-p13-i386-3.6 creating build/temp.freebsd-10.4-RELEASE-p13-i386-3.6/src cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -Ipybind11/include -Iinclude -Iinclude -I/usr/local/lib/python3.6/site-packages/numpy/core/include -I/usr/local/lib/python3.6/site-packages/numpy/core/include -I/usr/local/include/python3.6m -c src/wrap_constants.cpp -o build/temp.freebsd-10.4-RELEASE-p13-i386-3.6/src/wrap_constants.o -DVERSION_INFO="2018.2" -std=c++11 -fvisibility=hidden In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:61: In file included from src/numpy_init.hpp:6: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1821: /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] #warning "Using deprecated NumPy API, disable it by " \ ^ In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:62: src/tools.hpp:40:3: error: 'auto' return without trailing return type auto begin (reversion_wrapper w) { return w.iterable.rbegin(); } ^ src/tools.hpp:43:3: error: 'auto' return without trailing return type auto end (reversion_wrapper w) { return w.iterable.rend(); } ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:1338:23: warning: 'clCreateCommandQueue' is deprecated [-Wdeprecated-declarations] m_queue = clCreateCommandQueue( ^ /usr/local/include/CL/cl.h:1443:1: note: 'clCreateCommandQueue' declared here clCreateCommandQueue(cl_context /* context */, ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:3668:23: warning: 'clCreateSampler' is deprecated [-Wdeprecated-declarations] m_sampler = clCreateSampler( ^ /usr/local/include/CL/cl.h:1450:1: note: 'clCreateSampler' declared here clCreateSampler(cl_context /* context */, ^ 3 warnings and 2 errors generated. error: command 'cc' failed with exit status 1 *** Error code 1 Stop. make: stopped in /usr/ports/devel/py-pyopencl From owner-freebsd-python@freebsd.org Sat Sep 29 16:25:02 2018 Return-Path: Delivered-To: freebsd-python@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 8D98910A4B6F for ; Sat, 29 Sep 2018 16:25:02 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 192ED7FD7B for ; Sat, 29 Sep 2018 16:25:02 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id CE61C10A4B6D; Sat, 29 Sep 2018 16:25:01 +0000 (UTC) Delivered-To: python@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 9AF7310A4B6B; Sat, 29 Sep 2018 16:25:01 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D3F57FD79; Sat, 29 Sep 2018 16:25:01 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy6.nyi.freebsd.org (beefy6.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:e9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 45E4725DB7; Sat, 29 Sep 2018 16:25:01 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy6.nyi.freebsd.org (localhost [127.0.0.1]) by beefy6.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8TGP1Xx013199; Sat, 29 Sep 2018 16:25:01 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy6.nyi.freebsd.org (8.15.2/8.15.2/Submit) id w8TGP1SA013186; Sat, 29 Sep 2018 16:25:01 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Sat, 29 Sep 2018 16:25:01 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201809291625.w8TGP1SA013186@beefy6.nyi.freebsd.org> To: python@FreeBSD.org Subject: [package - 104amd64-default][devel/py-pyopencl] Failed for py36-pyopencl-2018.2 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Sep 2018 16:25:02 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: python@FreeBSD.org Last committer: sunpoet@FreeBSD.org Ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Log URL: http://beefy6.nyi.freebsd.org/data/104amd64-default/480887/logs/py36-pyopencl-2018.2.log Build URL: http://beefy6.nyi.freebsd.org/build.html?mastername=104amd64-default&build=480887 Log: =>> Building devel/py-pyopencl build started at Sat Sep 29 16:24:21 UTC 2018 port directory: /usr/ports/devel/py-pyopencl package name: py36-pyopencl-2018.2 building for: FreeBSD 104amd64-default-job-11 10.4-RELEASE-p13 FreeBSD 10.4-RELEASE-p13 amd64 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 16:44:58Z sunpoet $ Poudriere version: 3.2.7-6-g819c79a1 Host OSVERSION: 1200083 Jail OSVERSION: 1004000 Job Id: 11 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1004000 UNAME_v=FreeBSD 10.4-RELEASE-p13 UNAME_r=10.4-RELEASE-p13 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.7-6-g819c79a1 MASTERMNT=/usr/local/poudriere/data/.m/104amd64-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/104amd64-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=104amd64-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/104amd64-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR=py36 DEPENDS_ARGS= MAKE_ARGS= FLAVOR=py36 ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- python@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- BOOST_INC_DIR="/usr/local/include" BOOST_LIB_DIR="/usr/local/lib" BOOST_PYTHON_LIBNAME=boost_python36 CL_INC_DIR="/usr/local/include" CL_LIB_DIR="/usr/local/lib" USE_SHIPPED_BOOST=False --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PYTHON="/usr/local/bin/python3.6" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -fstack-protector " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DA TA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python3.6m PYTHON_LIBDIR=lib/python3.6 PYTHON_PLATFORM=freebsd10 PYTHON_PYOEXTENSION=opt-1.pyc PYTHON_SITELIBDIR=lib/python3.6/site-packages PYTHON_SUFFIX=36 PYTHON_VER=3.6 PYTHON_VERSION=python3.6 PYTHON2="@comment " PYTHON3="" OSREL=10.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/pyopencl" EXAMPLESDIR="share/examples/pyopencl" DATADIR="share/pyopencl" WWWDIR="www/pyopencl" ETCDIR="etc/pyopencl" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pyopencl DOCSDIR=/usr/local/share/doc/pyopencl EXAMPLESDIR=/usr/local/share/examples/pyopencl WWWDIR=/usr/local/www/pyopencl ETCDIR=/usr/local/etc/pyopencl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=error: invalid value 'c++14' in '-std=c++14' CC_OUTPUT_921dbbb2_f2776b26=error: invalid value 'c++17' in '-std=c++17' CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=error: invalid value 'gnu++14' in '-std=gnu++14' CC_OUTPUT_921dbbb2_fb62803b=error: invalid value 'gnu++17' in '-std=gnu++17' _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=10.4-RELEASE-p13 OSREL=10.4 OSVERSION=1004000 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited sbsize (bytes, -b) unlimited pseudo-terminals (-p) unlimited --End resource limits-- =================================================== ===> License MIT accepted by the user =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_3.txz [104amd64-default-job-11] Installing pkg-1.10.5_3... [104amd64-default-job-11] Extracting pkg-1.10.5_3: .......... done ===> py36-pyopencl-2018.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of py36-pyopencl-2018.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by py36-pyopencl-2018.2 for building ===> Extracting for py36-pyopencl-2018.2 => SHA256 Checksum OK for pyopencl-2018.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py36-pyopencl-2018.2 ===> Applying FreeBSD patches for py36-pyopencl-2018.2 =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - not found ===> Installing existing package /packages/All/opencl-2.2_1.txz [104amd64-default-job-11] Installing opencl-2.2_1... [104amd64-default-job-11] Extracting opencl-2.2_1: .......... done Message from opencl-2.2_1: OpenCL is the first open, royalty-free standard for cross-platform, parallel programming of modern processors. ===> py36-pyopencl-2018.2 depends on file: /usr/local/include/CL/cl.h - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-numpy>0 - not found ===> Installing existing package /packages/All/py36-numpy-1.15.0,1.txz [104amd64-default-job-11] Installing py36-numpy-1.15.0,1... [104amd64-default-job-11] `-- Installing blas-3.5.0_4... [104amd64-default-job-11] | `-- Installing gcc7-7.3.0_5... ******************************************************************* Message from metis-5.1.0_5: ===> NOTICE: The metis port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> py36-pyopencl-2018.2 depends on package: py36-numpy>0 - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-pybind11>=0 - not found ===> Installing existing package /packages/All/py36-pybind11-2.2.1_1.txz [104amd64-default-job-11] Installing py36-pybind11-2.2.1_1... [104amd64-default-job-11] Extracting py36-pybind11-2.2.1_1: .......... done ===> py36-pyopencl-2018.2 depends on package: py36-pybind11>=0 - found ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on package: py36-setuptools>0 - found ===> py36-pyopencl-2018.2 depends on file: /usr/local/bin/python3.6 - found =========================================================================== =================================================== ===> py36-pyopencl-2018.2 depends on shared library: libboost_python36.so - not found ===> Installing existing package /packages/All/py36-boost-libs-1.68.0_1.txz [104amd64-default-job-11] Installing py36-boost-libs-1.68.0_1... [104amd64-default-job-11] `-- Installing boost-libs-1.68.0_1... [104amd64-default-job-11] | `-- Installing icu-62.1_2,1... [104amd64-default-job-11] | `-- Extracting icu-62.1_2,1: .......... done [104amd64-default-job-11] `-- Extracting boost-libs-1.68.0_1: .......... done [104amd64-default-job-11] Extracting py36-boost-libs-1.68.0_1: ... done Message from boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Message from py36-boost-libs-1.68.0_1: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. You have built the Boost.Python library. You have to add the following options when building your own code: Compiler options: -I/usr/local/include/python3.6m -I/usr/local/include Linker options: -L/usr/local/lib/python3.6 -L/usr/local/lib -lboost_python -lpython3.6 ===> py36-pyopencl-2018.2 depends on shared library: libboost_python36.so - found (/usr/local/lib/libboost_python36.so) ===> Returning to build of py36-pyopencl-2018.2 ===> py36-pyopencl-2018.2 depends on shared library: libOpenCL.so - not found ===> Installing existing package /packages/All/ocl-icd-2.2.12.txz [104amd64-default-job-11] Installing ocl-icd-2.2.12... [104amd64-default-job-11] Extracting ocl-icd-2.2.12: .......... done ===> py36-pyopencl-2018.2 depends on shared library: libOpenCL.so - found (/usr/local/lib/libOpenCL.so) ===> Returning to build of py36-pyopencl-2018.2 =========================================================================== =================================================== ===> Configuring for py36-pyopencl-2018.2 =========================================================================== =================================================== ===> Building for py36-pyopencl-2018.2 --------------------------------------------------------------------------- Mako is not installed. --------------------------------------------------------------------------- That is not a problem, as most of PyOpenCL will be just fine without it. Some higher-level parts of pyopencl (such as pyopencl.reduction) will not function without the templating engine Mako [1] being installed. If you would like this functionality to work, you might want to install Mako after you finish installing PyOpenCL. Simply type python -m pip install mako either now or after the installation completes to fix this. [1] http://www.makotemplates.org/ --------------------------------------------------------------------------- Hit Ctrl-C now if you'd like to think about the situation. --------------------------------------------------------------------------- Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running build running build_py creating build creating build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6 creating build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/scan.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/reduction.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/bitonic_sort_templates.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/elementwise.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/invoker.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/algorithm.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/clmath.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/capture_call.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/version.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/clrandom.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/cache.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/array.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/_mymako.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/cltypes.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/_buffers.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/tools.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/bitonic_sort.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/_cluda.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl copying pyopencl/ipython_ext.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl creating build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/characterize copying pyopencl/characterize/performance.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/characterize copying pyopencl/characterize/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/characterize creating build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/compyte copying pyopencl/compyte/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/compyte copying pyopencl/compyte/array.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/compyte copying pyopencl/compyte/dtypes.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/compyte creating build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/__init__.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/setup_opencl.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_ndarray.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_elemwise.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_reduction.py -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/compyte/ndarray running egg_info writing pyopencl.egg-info/PKG-INFO writing dependency_links to pyopencl.egg-info/dependency_links.txt writing requirements to pyopencl.egg-info/requires.txt writing top-level names to pyopencl.egg-info/top_level.txt reading manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' warning: no files found matching 'doc/_static/*.css' warning: no files found matching 'doc/_templates/*.html' warning: no files found matching '*.py.in' writing manifest file 'pyopencl.egg-info/SOURCES.txt' creating build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-airy.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j-complex.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-y.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-complex.h -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-eval-tbl.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-hankel-complex.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl copying pyopencl/cl/pyopencl-ranluxcl.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl creating build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/array.h -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/openclfeatures.h -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/philox.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/threefry.cl -> build/lib.freebsd-10.4-RELEASE-p13-amd64-3.6/pyopencl/cl/pyopencl-random123 running build_ext creating tmp cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmpobjmizkp.cpp -o tmp/tmpobjmizkp.o -std=c++14 error: invalid value 'c++14' in '-std=c++14' cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmp0lmmlpqs.cpp -o tmp/tmp0lmmlpqs.o -std=c++11 cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.6m -c /tmp/tmpjjkj7zqy.cpp -o tmp/tmpjjkj7zqy.o -fvisibility=hidden building 'pyopencl._cl' extension creating build/temp.freebsd-10.4-RELEASE-p13-amd64-3.6 creating build/temp.freebsd-10.4-RELEASE-p13-amd64-3.6/src cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -Ipybind11/include -Iinclude -Iinclude -I/usr/local/lib/python3.6/site-packages/numpy/core/include -I/usr/local/lib/python3.6/site-packages/numpy/core/include -I/usr/local/include/python3.6m -c src/wrap_constants.cpp -o build/temp.freebsd-10.4-RELEASE-p13-amd64-3.6/src/wrap_constants.o -DVERSION_INFO="2018.2" -std=c++11 -fvisibility=hidden In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:61: In file included from src/numpy_init.hpp:6: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18: In file included from /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1821: /usr/local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] #warning "Using deprecated NumPy API, disable it by " \ ^ In file included from src/wrap_constants.cpp:1: In file included from src/wrap_cl.hpp:62: src/tools.hpp:40:3: error: 'auto' return without trailing return type auto begin (reversion_wrapper w) { return w.iterable.rbegin(); } ^ src/tools.hpp:43:3: error: 'auto' return without trailing return type auto end (reversion_wrapper w) { return w.iterable.rend(); } ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:1338:23: warning: 'clCreateCommandQueue' is deprecated [-Wdeprecated-declarations] m_queue = clCreateCommandQueue( ^ /usr/local/include/CL/cl.h:1443:1: note: 'clCreateCommandQueue' declared here clCreateCommandQueue(cl_context /* context */, ^ In file included from src/wrap_constants.cpp:1: src/wrap_cl.hpp:3668:23: warning: 'clCreateSampler' is deprecated [-Wdeprecated-declarations] m_sampler = clCreateSampler( ^ /usr/local/include/CL/cl.h:1450:1: note: 'clCreateSampler' declared here clCreateSampler(cl_context /* context */, ^ 3 warnings and 2 errors generated. error: command 'cc' failed with exit status 1 *** Error code 1 Stop. make: stopped in /usr/ports/devel/py-pyopencl