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

Jan Beich <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

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

Reply via email to