[Bug 207739] www/firefox: firefox 45 build fails (early, in configure stage)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 7 21:33:48 UTC 2016


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

Jan Beich <jbeich at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |python at FreeBSD.org

--- Comment #1 from Jan Beich <jbeich at FreeBSD.org> ---
Can you list installed packages versions and options lang/python27 was built
with? The issue looks python-related but I can't reproduce on 10.2R amd64 and
11.0C amd64.

Try to diagnose bundled virtualenv:

  $ cd www/firefox
  $ make patch
  $ cd $(make -V WRKSRC)

  $ python2.7 python/mozbuild/mozbuild/virtualenv.py \
      $PWD $PWD/obj-tmp $PWD/obj-tmp/_virtualenv \
      $PWD/build/virtualenv_packages.txt
  $ obj-tmp/_virtualenv/bin/python2.7 -c 'import mozbuild'

  $ python2.7 python/virtualenv/virtualenv.py foo
  $ foo/bin/pip install python/mozbuild

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-python mailing list