<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for max.lueb.be</title>
	<atom:link href="http://lueb.be/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://lueb.be</link>
	<description>Thoughts on tech and other rants.</description>
	<lastBuildDate>Wed, 05 Oct 2011 23:41:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Installing Apache Thrift on Mac OS X 10.5 Leopard by Bhupesh Bansal</title>
		<link>http://lueb.be/2009/02/23/installing-apache-thrift-on-mac-os-x-105-leopard/comment-page-1/#comment-2709</link>
		<dc:creator>Bhupesh Bansal</dc:creator>
		<pubDate>Wed, 05 Oct 2011 23:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://lueb.be/?p=45#comment-2709</guid>
		<description>I ran into this error

/usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64
/usr/bin/../libexec/gcc/darwin/i386/as for architecture i386
src/protocol/fastbinary.c:1203: fatal error: error writing to -: Broken pipe
compilation terminated.
lipo: can&#039;t open input file: /var/tmp//ccfANjoF.out (No such file or directory)
error: command &#039;gcc-4.2&#039; failed with exit status 1

setting ARCHFLAGS helped


export ARCHFLAGS=&#039;-arch i386 -arch x86_64&#039;</description>
		<content:encoded><![CDATA[<p>I ran into this error</p>
<p>/usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64<br />
/usr/bin/../libexec/gcc/darwin/i386/as for architecture i386<br />
src/protocol/fastbinary.c:1203: fatal error: error writing to -: Broken pipe<br />
compilation terminated.<br />
lipo: can&#8217;t open input file: /var/tmp//ccfANjoF.out (No such file or directory)<br />
error: command &#8216;gcc-4.2&#8242; failed with exit status 1</p>
<p>setting ARCHFLAGS helped</p>
<p>export ARCHFLAGS=&#8217;-arch i386 -arch x86_64&#8242;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Apache Thrift on Mac OS X 10.5 Leopard by Anil Pillai</title>
		<link>http://lueb.be/2009/02/23/installing-apache-thrift-on-mac-os-x-105-leopard/comment-page-1/#comment-550</link>
		<dc:creator>Anil Pillai</dc:creator>
		<pubDate>Sun, 03 Oct 2010 20:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://lueb.be/?p=45#comment-550</guid>
		<description>@Andrew. 

I got the same error : &quot;AllocNewConnection: client index = [another number], socket fd = [some other number]&quot;.

Reinstalled thrift package and ran make. It worked fine. Thanks


Somewhere else on the web, folks have recommended installing X11 since this is caused by some  python dependency. Id highly recommend against that since X11 is quite central and can screw other things up.

-ap</description>
		<content:encoded><![CDATA[<p>@Andrew. </p>
<p>I got the same error : &#8220;AllocNewConnection: client index = [another number], socket fd = [some other number]&#8220;.</p>
<p>Reinstalled thrift package and ran make. It worked fine. Thanks</p>
<p>Somewhere else on the web, folks have recommended installing X11 since this is caused by some  python dependency. Id highly recommend against that since X11 is quite central and can screw other things up.</p>
<p>-ap</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Apache Thrift on Mac OS X 10.5 Leopard by andrew</title>
		<link>http://lueb.be/2009/02/23/installing-apache-thrift-on-mac-os-x-105-leopard/comment-page-1/#comment-437</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Fri, 14 May 2010 19:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://lueb.be/?p=45#comment-437</guid>
		<description>On my Mac, the thrift install hung during make at

(dix) enabling device 0
(dix) enabling device 1
(dix) enabling device 2
(dix) enabling device 3
(dix) enabling device 4
(dix) enabling device 6
AllocNewConnection: client index = 1, socket fd = 9

Somehow the installer then managed to pop up X11, and if I went over to X11 and created a new window, I&#039;d see a new line of

AllocNewConnection: client index = [another number], socket fd = [some other number]

The solution is to SKIP the bootstrap.sh step.  If you&#039;ve already run bootstrap.sh, just re-download a fresh copy of thrift.</description>
		<content:encoded><![CDATA[<p>On my Mac, the thrift install hung during make at</p>
<p>(dix) enabling device 0<br />
(dix) enabling device 1<br />
(dix) enabling device 2<br />
(dix) enabling device 3<br />
(dix) enabling device 4<br />
(dix) enabling device 6<br />
AllocNewConnection: client index = 1, socket fd = 9</p>
<p>Somehow the installer then managed to pop up X11, and if I went over to X11 and created a new window, I&#8217;d see a new line of</p>
<p>AllocNewConnection: client index = [another number], socket fd = [some other number]</p>
<p>The solution is to SKIP the bootstrap.sh step.  If you&#8217;ve already run bootstrap.sh, just re-download a fresh copy of thrift.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Apache Thrift on Mac OS X 10.5 Leopard by Ovidiu S</title>
		<link>http://lueb.be/2009/02/23/installing-apache-thrift-on-mac-os-x-105-leopard/comment-page-1/#comment-99</link>
		<dc:creator>Ovidiu S</dc:creator>
		<pubDate>Sun, 23 Aug 2009 19:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://lueb.be/?p=45#comment-99</guid>
		<description>Thank you very much for posting this. It works like a charm. It would have taken me ages to solve this by myself.</description>
		<content:encoded><![CDATA[<p>Thank you very much for posting this. It works like a charm. It would have taken me ages to solve this by myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Apache Thrift on Mac OS X 10.5 Leopard by mluebbe</title>
		<link>http://lueb.be/2009/02/23/installing-apache-thrift-on-mac-os-x-105-leopard/comment-page-1/#comment-27</link>
		<dc:creator>mluebbe</dc:creator>
		<pubDate>Wed, 22 Apr 2009 19:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://lueb.be/?p=45#comment-27</guid>
		<description>Thanks for posting that! I&#039;m going to try and replicate that tonight - I&#039;ll add your workaround after I check it out myself.</description>
		<content:encoded><![CDATA[<p>Thanks for posting that! I&#8217;m going to try and replicate that tonight &#8211; I&#8217;ll add your workaround after I check it out myself.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

