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

Jan Beich <jbe...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pyt...@freebsd.org

--- Comment #1 from Jan Beich <jbe...@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.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to