Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Mar 2016 21:33:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 207739] www/firefox: firefox 45 build fails (early, in configure stage)
Message-ID:  <bug-207739-21738-qwuh6m89KC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207739-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207739-21738@https.bugs.freebsd.org/bugzilla/>

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

Jan Beich <jbeich@FreeBSD.org> changed:

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

--- Comment #1 from Jan Beich <jbeich@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 a=
nd
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

--=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-207739-21738-qwuh6m89KC>