<?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 on: Building erlang for the N900</title>
	<atom:link href="http://thomas.apestaart.org/log/?feed=rss2&#038;p=1086" rel="self" type="application/rss+xml" />
	<link>http://thomas.apestaart.org/log/?p=1086</link>
	<description>Present Perfect</description>
	<lastBuildDate>Tue, 31 Aug 2010 01:30:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Thomas</title>
		<link>http://thomas.apestaart.org/log/?p=1086&#038;cpage=1#comment-61830</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Sun, 03 Jan 2010 16:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://thomas.apestaart.org/log/?p=1086#comment-61830</guid>
		<description>I did so too, without easydebchroot.

I want to repackage it properly though.</description>
		<content:encoded><![CDATA[<p>I did so too, without easydebchroot.</p>
<p>I want to repackage it properly though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: proppy</title>
		<link>http://thomas.apestaart.org/log/?p=1086&#038;cpage=1#comment-61826</link>
		<dc:creator>proppy</dc:creator>
		<pubDate>Sun, 03 Jan 2010 12:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://thomas.apestaart.org/log/?p=1086#comment-61826</guid>
		<description>Hi,

FYI, using easydebchroot http://maemo.org/packages/view/easy-deb-chroot/, I was able to apt-get install debian armel port of couchdb:
http://packages.debian.org/sid/armel/couchdb/download

Hope that helps ;)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>FYI, using easydebchroot <a href="http://maemo.org/packages/view/easy-deb-chroot/" rel="nofollow">http://maemo.org/packages/view/easy-deb-chroot/</a>, I was able to apt-get install debian armel port of couchdb:<br />
<a href="http://packages.debian.org/sid/armel/couchdb/download" rel="nofollow">http://packages.debian.org/sid/armel/couchdb/download</a></p>
<p>Hope that helps ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Desktopcouch on Windows/Mac &#124; as days pass by, by Stuart Langridge</title>
		<link>http://thomas.apestaart.org/log/?p=1086&#038;cpage=1#comment-61250</link>
		<dc:creator>Desktopcouch on Windows/Mac &#124; as days pass by, by Stuart Langridge</dc:creator>
		<pubDate>Tue, 15 Dec 2009 13:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://thomas.apestaart.org/log/?p=1086#comment-61250</guid>
		<description>[...] done to see desktopcouch on other Linux distributions and on phones like the Nokia N900 (hooray for Thomas, among others!). I&#8217;d really like to see this happen on Windows and Mac too; are you [...]</description>
		<content:encoded><![CDATA[<p>[...] done to see desktopcouch on other Linux distributions and on phones like the Nokia N900 (hooray for Thomas, among others!). I&#8217;d really like to see this happen on Windows and Mac too; are you [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://thomas.apestaart.org/log/?p=1086&#038;cpage=1#comment-60981</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Mon, 07 Dec 2009 09:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://thomas.apestaart.org/log/?p=1086#comment-60981</guid>
		<description>Hi Scott,

yes, this is on Fedora.  I just set up maemo scratchbox sdk 5.0, works fine for me except for this build issue.  I didn&#039;t know about mamona, that looks like an alternative I should try to see this build.

As for .deb packaging, that has indeed been the more painful process - reading a bunch of debian guides to understand enough about debian packaging to be dangerous....</description>
		<content:encoded><![CDATA[<p>Hi Scott,</p>
<p>yes, this is on Fedora.  I just set up maemo scratchbox sdk 5.0, works fine for me except for this build issue.  I didn&#8217;t know about mamona, that looks like an alternative I should try to see this build.</p>
<p>As for .deb packaging, that has indeed been the more painful process &#8211; reading a bunch of debian guides to understand enough about debian packaging to be dangerous&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Tsai</title>
		<link>http://thomas.apestaart.org/log/?p=1086&#038;cpage=1#comment-60976</link>
		<dc:creator>Scott Tsai</dc:creator>
		<pubDate>Mon, 07 Dec 2009 08:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://thomas.apestaart.org/log/?p=1086#comment-60976</guid>
		<description>1. select(0, NULL, NULL, NULL) could return because of a signal

2. syscall 242 on arm-eabi is &#039;sched_getaffinity(2)&#039; (http://lxr.linux.no/linux+v2.6.32/arch/arm/include/asm/unistd.h#L270)
I suspect it&#039;s not why erlc is hanging. If removing its use in erlc improves things, adding it to qemu&#039;s so called &quot;user mode&quot; is indeed not too difficult. (see: qemu/linux-user/syscall.c)

3. Are you doing all this on Fedora? Would really appreciate a write up on how you setup your environment and learned enough Debian packaging.
I tried to use:
http://dev.openbossa.org/trac/mamona/
on Fedora a few months ago but didn&#039;t have time to finish the effort.</description>
		<content:encoded><![CDATA[<p>1. select(0, NULL, NULL, NULL) could return because of a signal</p>
<p>2. syscall 242 on arm-eabi is &#8217;sched_getaffinity(2)&#8217; (<a href="http://lxr.linux.no/linux+v2.6.32/arch/arm/include/asm/unistd.h#L270" rel="nofollow">http://lxr.linux.no/linux+v2.6.32/arch/arm/include/asm/unistd.h#L270</a>)<br />
I suspect it&#8217;s not why erlc is hanging. If removing its use in erlc improves things, adding it to qemu&#8217;s so called &#8220;user mode&#8221; is indeed not too difficult. (see: qemu/linux-user/syscall.c)</p>
<p>3. Are you doing all this on Fedora? Would really appreciate a write up on how you setup your environment and learned enough Debian packaging.<br />
I tried to use:<br />
<a href="http://dev.openbossa.org/trac/mamona/" rel="nofollow">http://dev.openbossa.org/trac/mamona/</a><br />
on Fedora a few months ago but didn&#8217;t have time to finish the effort.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://thomas.apestaart.org/log/?p=1086&#038;cpage=1#comment-60972</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 07 Dec 2009 03:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://thomas.apestaart.org/log/?p=1086#comment-60972</guid>
		<description>I think you&#039;ll find that patching qemu to support the affinity syscall won&#039;t take much effort.  Adding a new syscall to qemu doesn&#039;t require much work at all, once you know your way around qemu.</description>
		<content:encoded><![CDATA[<p>I think you&#8217;ll find that patching qemu to support the affinity syscall won&#8217;t take much effort.  Adding a new syscall to qemu doesn&#8217;t require much work at all, once you know your way around qemu.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
