Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2019 10:08:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 235103] audio/lv2: fix build with Python > 3.6
Message-ID:  <bug-235103-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235103

            Bug ID: 235103
           Summary: audio/lv2: fix build with Python > 3.6
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: ml+freebsd@vishwin.info
                CC: beerml@sigma6audio.de
             Flags: maintainer-feedback?(beerml@sigma6audio.de)
                CC: beerml@sigma6audio.de

Created attachment 201303
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D201303&action=
=3Dedit
lv2-python.patch

While lv2 itself works fine with any Python version we support, the build f=
ails
using a Python greater than 3.6, since the build pulls in and uses an old
version of waf. waf upstream fixed the bug in a later version:

https://gitlab.com/ita1024/waf/commit/facdc0b173d933073832c768ec1917c553cb3=
69c

Restrict Python to 3.6 and under for now.

This passes poudriere-testport.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235103-7788>