<?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"
	>
<channel>
	<title>Comments on: Pretty Emacs: Compile guide for unsupported platforms</title>
	<atom:link href="http://peadrop.com/blog/2007/04/13/pretty-emacs-compile-guide-for-unsupported-platforms/feed/" rel="self" type="application/rss+xml" />
	<link>http://peadrop.com/blog/2007/04/13/pretty-emacs-compile-guide-for-unsupported-platforms/</link>
	<description>Random Computer Musings</description>
	<pubDate>Thu, 20 Nov 2008 22:02:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: wilk</title>
		<link>http://peadrop.com/blog/2007/04/13/pretty-emacs-compile-guide-for-unsupported-platforms/#comment-111</link>
		<dc:creator>wilk</dc:creator>
		<pubDate>Mon, 27 Aug 2007 07:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://peadrop.com/blog/2007/04/13/pretty-emacs-compile-guide-for-unsupported-platforms/#comment-111</guid>
		<description>&lt;p&gt;I've been happily using your configured versions of emacs for a while now, without any problem. I need to manually compile it since I'm running a 64bit machine (on Ubuntu gutsy)&lt;/p&gt;

&lt;p&gt;There is one tiny problem though. At the moment, the emacs-snapshot from the official repos is newer than yours and update-notifier is always proposing to upgrade yours... What's the cleanest way to modify the Makefile to add a suffix to the programs compiled ?&lt;/p&gt;

&lt;p&gt;Thanks a lot for Pretty Emacs.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been happily using your configured versions of emacs for a while now, without any problem. I need to manually compile it since I&#8217;m running a 64bit machine (on Ubuntu gutsy)</p>

<p>There is one tiny problem though. At the moment, the emacs-snapshot from the official repos is newer than yours and update-notifier is always proposing to upgrade yours&#8230; What&#8217;s the cleanest way to modify the Makefile to add a suffix to the programs compiled ?</p>

<p>Thanks a lot for Pretty Emacs.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://peadrop.com/blog/2007/04/13/pretty-emacs-compile-guide-for-unsupported-platforms/#comment-112</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sat, 18 Aug 2007 15:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://peadrop.com/blog/2007/04/13/pretty-emacs-compile-guide-for-unsupported-platforms/#comment-112</guid>
		<description>&lt;p&gt;I found this old thread from 2005 fixing a bug in GCC http://gcc.gnu.org/ml/gcc-bugs/2005-08/msg02891.html&lt;/p&gt;

&lt;p&gt;Here is my GCC
&lt;pre&gt;gcc -v
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release x86_64-linux-gnu
Thread model: posix
gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)&lt;/pre&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I found this old thread from 2005 fixing a bug in GCC <a href="http://gcc.gnu.org/ml/gcc-bugs/2005-08/msg02891.html" rel="nofollow">http://gcc.gnu.org/ml/gcc-bugs/2005-08/msg02891.html</a></p>

<p>Here is my GCC
<pre>gcc -v
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release x86_64-linux-gnu
Thread model: posix
gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)</pre></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://peadrop.com/blog/2007/04/13/pretty-emacs-compile-guide-for-unsupported-platforms/#comment-113</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sat, 18 Aug 2007 15:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://peadrop.com/blog/2007/04/13/pretty-emacs-compile-guide-for-unsupported-platforms/#comment-113</guid>
		<description>&lt;p&gt;After fakeroot apt-get --compile source emacs-snapshot&lt;/p&gt;

&lt;p&gt;I get this error:&lt;/p&gt;

&lt;pre&gt;
x86_64-linux-gnu-gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. -I/home/dave/old-dave/emacs-snapshot-20070705/src -D_BSD_SOURCE -I/usr/include/alsa -DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2 search.c
search.c: In function ‘Freplace_match’:
search.c:2383: warning: comparison is always true due to limited range of data type
x86_64-linux-gnu-gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. -I/home/dave/old-dave/emacs-snapshot-20070705/src -D_BSD_SOURCE -I/usr/include/alsa -DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2 regex.c
regex.c: In function ‘re_compile_pattern’:
regex.c:6513: internal compiler error: in for_each_index, at tree-ssa-loop-im.c:222
Please submit a full bug report,
with preprocessed source if appropriate.
See  for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see .
The bug is not reproducible, so it is likely a hardware or OS problem.
make[4]: *** [regex.o] Error 1

&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>After fakeroot apt-get &#8211;compile source emacs-snapshot</p>

<p>I get this error:</p>

<pre>
x86_64-linux-gnu-gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. -I/home/dave/old-dave/emacs-snapshot-20070705/src -D_BSD_SOURCE -I/usr/include/alsa -DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2 search.c
search.c: In function ‘Freplace_match’:
search.c:2383: warning: comparison is always true due to limited range of data type
x86_64-linux-gnu-gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. -I/home/dave/old-dave/emacs-snapshot-20070705/src -D_BSD_SOURCE -I/usr/include/alsa -DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2 regex.c
regex.c: In function ‘re_compile_pattern’:
regex.c:6513: internal compiler error: in for_each_index, at tree-ssa-loop-im.c:222
Please submit a full bug report,
with preprocessed source if appropriate.
See  for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see .
The bug is not reproducible, so it is likely a hardware or OS problem.
make[4]: *** [regex.o] Error 1

</pre>]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre</title>
		<link>http://peadrop.com/blog/2007/04/13/pretty-emacs-compile-guide-for-unsupported-platforms/#comment-117</link>
		<dc:creator>Alexandre</dc:creator>
		<pubDate>Sat, 04 Aug 2007 20:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://peadrop.com/blog/2007/04/13/pretty-emacs-compile-guide-for-unsupported-platforms/#comment-117</guid>
		<description>&lt;p&gt;Bill, you got this error message because my repository doesn't have binary packages for the amd64. Just remove &lt;code&gt;deb http://debs.peadrop.com feisty backports&lt;/code&gt;, while keeping the &lt;code&gt;deb-src&lt;/code&gt; one, from your &lt;code&gt;sources.list&lt;/code&gt;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Bill, you got this error message because my repository doesn&#8217;t have binary packages for the amd64. Just remove <code>deb <a href="http://debs.peadrop.com" rel="nofollow">http://debs.peadrop.com</a> feisty backports</code>, while keeping the <code>deb-src</code> one, from your <code>sources.list</code>.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://peadrop.com/blog/2007/04/13/pretty-emacs-compile-guide-for-unsupported-platforms/#comment-116</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Sat, 04 Aug 2007 19:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://peadrop.com/blog/2007/04/13/pretty-emacs-compile-guide-for-unsupported-platforms/#comment-116</guid>
		<description>&lt;p&gt;I should have mentioned my problem in the earlier step (sudo apt-get update):&lt;/p&gt;

&lt;p&gt;Failed to fetch http://debs.peadrop.com/dists/feisty/Release  Unable to find expected entry  backports/binary-amd64/Packages in Meta-index file (malformed Release file?)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I should have mentioned my problem in the earlier step (sudo apt-get update):</p>

<p>Failed to fetch <a href="http://debs.peadrop.com/dists/feisty/Release" rel="nofollow">http://debs.peadrop.com/dists/feisty/Release</a>  Unable to find expected entry  backports/binary-amd64/Packages in Meta-index file (malformed Release file?)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre</title>
		<link>http://peadrop.com/blog/2007/04/13/pretty-emacs-compile-guide-for-unsupported-platforms/#comment-115</link>
		<dc:creator>Alexandre</dc:creator>
		<pubDate>Wed, 01 Aug 2007 19:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://peadrop.com/blog/2007/04/13/pretty-emacs-compile-guide-for-unsupported-platforms/#comment-115</guid>
		<description>&lt;p&gt;You need to run &lt;code&gt;sudo apt-get update&lt;/code&gt; before &lt;code&gt;sudo apt-get build-dep emacs-snapshot&lt;/code&gt;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You need to run <code>sudo apt-get update</code> before <code>sudo apt-get build-dep emacs-snapshot</code>.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://peadrop.com/blog/2007/04/13/pretty-emacs-compile-guide-for-unsupported-platforms/#comment-118</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Wed, 01 Aug 2007 16:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://peadrop.com/blog/2007/04/13/pretty-emacs-compile-guide-for-unsupported-platforms/#comment-118</guid>
		<description>&lt;p&gt;I am having exactly the same problem as borrey.  Yes, I did append "deb-src http://debs.peadrop.com feisty backports" to the end of /etc/apt/sources.list  Also, for what it's worth, this is a fairly virgin Ubuntu installation.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am having exactly the same problem as borrey.  Yes, I did append &#8220;deb-src <a href="http://debs.peadrop.com" rel="nofollow">http://debs.peadrop.com</a> feisty backports&#8221; to the end of /etc/apt/sources.list  Also, for what it&#8217;s worth, this is a fairly virgin Ubuntu installation.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre</title>
		<link>http://peadrop.com/blog/2007/04/13/pretty-emacs-compile-guide-for-unsupported-platforms/#comment-114</link>
		<dc:creator>Alexandre</dc:creator>
		<pubDate>Tue, 31 Jul 2007 02:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://peadrop.com/blog/2007/04/13/pretty-emacs-compile-guide-for-unsupported-platforms/#comment-114</guid>
		<description>&lt;p&gt;borrey, I have you correctly added my &lt;em&gt;source&lt;/em&gt; repository by adding &lt;code&gt;deb-src http://debs.peadrop.com feisty backports&lt;/code&gt; to your &lt;code&gt;/etc/apt/sources.list&lt;/code&gt;?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>borrey, I have you correctly added my <em>source</em> repository by adding <code>deb-src <a href="http://debs.peadrop.com" rel="nofollow">http://debs.peadrop.com</a> feisty backports</code> to your <code>/etc/apt/sources.list</code>?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: borrey</title>
		<link>http://peadrop.com/blog/2007/04/13/pretty-emacs-compile-guide-for-unsupported-platforms/#comment-119</link>
		<dc:creator>borrey</dc:creator>
		<pubDate>Tue, 31 Jul 2007 00:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://peadrop.com/blog/2007/04/13/pretty-emacs-compile-guide-for-unsupported-platforms/#comment-119</guid>
		<description>&lt;p&gt;I can't get it to work either&lt;/p&gt;

&lt;pre&gt;sudo apt-get build-dep emacs-snapshot
Password:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Could not open file /var/lib/apt/lists/debs.peadrop.com_dists_feisty_backports_source_Sources - open (2 No such file or directory)&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get it to work either</p>

<pre>sudo apt-get build-dep emacs-snapshot
Password:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Could not open file /var/lib/apt/lists/debs.peadrop.com_dists_feisty_backports_source_Sources - open (2 No such file or directory)</pre>]]></content:encoded>
	</item>
	<item>
		<title>By: amicky</title>
		<link>http://peadrop.com/blog/2007/04/13/pretty-emacs-compile-guide-for-unsupported-platforms/#comment-120</link>
		<dc:creator>amicky</dc:creator>
		<pubDate>Sat, 14 Jul 2007 10:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://peadrop.com/blog/2007/04/13/pretty-emacs-compile-guide-for-unsupported-platforms/#comment-120</guid>
		<description>&lt;p&gt;I have juste finished compiling and installing  emacs under ubuntu festy fawn 7.4 and everything is well done!! ;)
thank you.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have juste finished compiling and installing  emacs under ubuntu festy fawn 7.4 and everything is well done!! <img src='http://peadrop.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> thank you.</p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.483 seconds -->
