[Bug 224055] www/firefox: Build fails with non-default python

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 3 13:44:40 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224055

            Bug ID: 224055
           Summary: www/firefox: Build fails with non-default python
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gecko at FreeBSD.org
          Reporter: freebsd at dhke.de
          Assignee: gecko at FreeBSD.org
             Flags: maintainer-feedback?(gecko at FreeBSD.org)

Created attachment 188492
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=188492&action=edit
build fix patch

Trying to build with

DEFAULT_VERSIONS += python=3.6

breaks on me with

[portbuild-py36-default-job-04] Extracting py36-sqlite3-3.6.3_7: ........ done
===>   firefox-57.0.1,1 depends on package: py27-sqlite3>0 - not found

Applying the attached patch fixes the problem for me:

- build-depend on
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
- explicitly set USES=python:2,build

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


More information about the freebsd-ports-bugs mailing list