Comment 6 for bug 1244094

Revision history for this message
scoder (scoder) wrote :

>> Felix Yen:
>>> the way my project is structured, a single
>>> buildout failure freezes all our third-party dependencies. so not being
>>> able to build lxml 3.2.4 via buildout hides any upgrades published for
>>> other packages. i am thinking about finding a way to refine our build
>>> system to freeze lxml to 3.2.3 without affecting other packages, but
>>> would prefer to use 3.2.4.
>>
>> Someone proposed to install the "command line tools", whatever that is. Did
>> you try that?
>
> not exactly … i installed the Xcode command-line tools earlier for other
> reasons. i couldn’t build 3.2.3 without them. in short, the tools are
> installed and everything was fine until 3.2.4 was released.

Are you sure that the lxml version is the only difference? No (partial) system upgrades in between? Still using the same XCode release?

lxml 3.2.3 still builds for you when you do exactly the same steps, right?

I wouldn't know any changes between 3.2.3 and 3.2.4 that could impact the build under MacOS-X.