pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: devel/mercurial build problem (setuptools?)



On Thu, Mar 15, 2012 at 02:42:07PM +0100, Benny Siegert wrote:
> I did a fresh update of all my packages yesterday on Mac OS X 10.7.3.
> Now, when I try to install devel/mercurial, I get the following error.
> Any ideas?

That looks bogus. runcmd() returns a pair of file objects.
Line 455 splits stdout into a list of lines. That can naturally
not be split again, so this is plainly bogus. What might be meant is

if version:
     version = version[0]
     xcode4 = ...

Joerg


Home | Main Index | Thread Index | Old Index