4 Nov 2011 08:46
Re: Building blender port in chroot/clean environment
Marcus von Appen <mva <at> FreeBSD.org>
2011-11-04 07:46:04 GMT
2011-11-04 07:46:04 GMT
Hi Rob,
On, Wed Nov 02, 2011, Rob Messick wrote:
> I'm building blender as part of the pbi build process. AFAIK this process
> sets up a fresh chroot build environment and there is no make.conf within
> the chroot. Was able to get blender to build by building and installing
> libxcb in the chroot prior to building blender. If libxcb is not installed
> prior to building blender (an unlikely scenario, I agree), ports attempts
> to build libxcb with python 3.2.
From what I read, pbi is some PC-BSD build thing, correct? Did you get
into touch with the relevant PC-BSD people on that matter already? If
not, I think, it would make sense, if we involve them in this discussion
later on, since it might be that either
- pbi contains a bug of not using a clean environment or port build
instructions or
- FreeBSD's python port make system has a glitch to ignore libxcb's setting
I'm CC'ing python <at> here on that matter. From what I can see in
bsd.python.mk is that the following might happen:
.if !defined(USE_PYTHON) # set by graphics/blender
.if defined(USE_PYTHON_BUILD) # usually set by x11/libxcb, but ignored
since blender sets USE_PYTHON
...
...
python <at> : Can you confirm that this could occur (see below for the
(Continue reading)
RSS Feed