<?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: Compiling stuffs on the ReadyNAS	</title>
	<atom:link href="https://www.shadowandy.net/2008/07/compiling-stuffs-on-the-readynas.htm/feed" rel="self" type="application/rss+xml" />
	<link>https://www.shadowandy.net/2008/07/compiling-stuffs-on-the-readynas.htm</link>
	<description>Dreams ∙ Passion ∙ Digital World</description>
	<lastBuildDate>Thu, 18 Sep 2008 02:00:25 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: shadowandy		</title>
		<link>https://www.shadowandy.net/2008/07/compiling-stuffs-on-the-readynas.htm#comment-5144</link>

		<dc:creator><![CDATA[shadowandy]]></dc:creator>
		<pubDate>Thu, 18 Sep 2008 02:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://18.142.186.164/wp/?p=2136#comment-5144</guid>

					<description><![CDATA[The Plaid Cow,

try apt-get install libtag1]]></description>
			<content:encoded><![CDATA[<p>The Plaid Cow,</p>
<p>try apt-get install libtag1</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: The Plaid Cow		</title>
		<link>https://www.shadowandy.net/2008/07/compiling-stuffs-on-the-readynas.htm#comment-5110</link>

		<dc:creator><![CDATA[The Plaid Cow]]></dc:creator>
		<pubDate>Tue, 16 Sep 2008 03:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://18.142.186.164/wp/?p=2136#comment-5110</guid>

					<description><![CDATA[When I tried to install these on the ReadyNAS, I get an error:

libtag1-dev: Depends: libtag1 (= 1.4-2bpo2.netgear1) but 1.4-2bpo2.netgear2 is to be installed

Any thoughts on this issue?]]></description>
			<content:encoded><![CDATA[<p>When I tried to install these on the ReadyNAS, I get an error:</p>
<p>libtag1-dev: Depends: libtag1 (= 1.4-2bpo2.netgear1) but 1.4-2bpo2.netgear2 is to be installed</p>
<p>Any thoughts on this issue?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andy		</title>
		<link>https://www.shadowandy.net/2008/07/compiling-stuffs-on-the-readynas.htm#comment-4287</link>

		<dc:creator><![CDATA[Andy]]></dc:creator>
		<pubDate>Sun, 03 Aug 2008 13:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://18.142.186.164/wp/?p=2136#comment-4287</guid>

					<description><![CDATA[Eric,

Thanks for sharing. I would include your findings in the entry so that others could benefit as well. Thanks!]]></description>
			<content:encoded><![CDATA[<p>Eric,</p>
<p>Thanks for sharing. I would include your findings in the entry so that others could benefit as well. Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Eric		</title>
		<link>https://www.shadowandy.net/2008/07/compiling-stuffs-on-the-readynas.htm#comment-4276</link>

		<dc:creator><![CDATA[Eric]]></dc:creator>
		<pubDate>Sun, 03 Aug 2008 05:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://18.142.186.164/wp/?p=2136#comment-4276</guid>

					<description><![CDATA[Solution described here:  http://www.readynas.com/forum/viewtopic.php?p=78726

Sure enough I had messed around with &#039;apt&#039; on my own about a year ago.
The following fixed it:
   # cd /lib
   # rm *2.3.6*

Then the apt-get install commands worked without breaking things.]]></description>
			<content:encoded><![CDATA[<p>Solution described here:  <a href="http://www.readynas.com/forum/viewtopic.php?p=78726" rel="nofollow ugc">http://www.readynas.com/forum/viewtopic.php?p=78726</a></p>
<p>Sure enough I had messed around with &#8216;apt&#8217; on my own about a year ago.<br />
The following fixed it:<br />
   # cd /lib<br />
   # rm *2.3.6*</p>
<p>Then the apt-get install commands worked without breaking things.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Eric		</title>
		<link>https://www.shadowandy.net/2008/07/compiling-stuffs-on-the-readynas.htm#comment-4275</link>

		<dc:creator><![CDATA[Eric]]></dc:creator>
		<pubDate>Sun, 03 Aug 2008 04:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://18.142.186.164/wp/?p=2136#comment-4275</guid>

					<description><![CDATA[Hmm, this caused my ReadyNAS to crash. Specifically:

# apt-get update
[...]

# apt-get install libc6-dev gcc gdb libtag1-dev uuid-dev
[...]
dpkg: error processing gcc (--configure):
 subprocess post-installation script killed by signal (Illegal instruction)
Setting up gdb (6.3-6) ...
dpkg: error processing gdb (--configure):
 subprocess post-installation script killed by signal (Illegal instruction)
Setting up linux-kernel-headers (2.6.17.8ReadyNAS.netgear1) ...
Setting up libc6-dev (2.3.2.ds1-22sarge6.infrant1) ...
Setting up libtag1-dev (1.4-2bpo2.netgear1) ...
Setting up uuid-dev (1.2-1.40.2-1.netgear2) ...
Errors were encountered while processing:
 gcc
 gdb
E: Sub-process /usr/bin/dpkg returned an error code (1)

nas:/c/home/rico99# ls
Illegal instruction

I had to reinstall from flash. Any ideas?]]></description>
			<content:encoded><![CDATA[<p>Hmm, this caused my ReadyNAS to crash. Specifically:</p>
<p># apt-get update<br />
[&#8230;]</p>
<p># apt-get install libc6-dev gcc gdb libtag1-dev uuid-dev<br />
[&#8230;]<br />
dpkg: error processing gcc (&#8211;configure):<br />
 subprocess post-installation script killed by signal (Illegal instruction)<br />
Setting up gdb (6.3-6) &#8230;<br />
dpkg: error processing gdb (&#8211;configure):<br />
 subprocess post-installation script killed by signal (Illegal instruction)<br />
Setting up linux-kernel-headers (2.6.17.8ReadyNAS.netgear1) &#8230;<br />
Setting up libc6-dev (2.3.2.ds1-22sarge6.infrant1) &#8230;<br />
Setting up libtag1-dev (1.4-2bpo2.netgear1) &#8230;<br />
Setting up uuid-dev (1.2-1.40.2-1.netgear2) &#8230;<br />
Errors were encountered while processing:<br />
 gcc<br />
 gdb<br />
E: Sub-process /usr/bin/dpkg returned an error code (1)</p>
<p>nas:/c/home/rico99# ls<br />
Illegal instruction</p>
<p>I had to reinstall from flash. Any ideas?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Content Delivery Network via Amazon Web Services: S3: cdn.shadowandy.net
Lazy Loading (feed)
Minified using Disk

Served from: www.shadowandy.net @ 2026-06-09 15:14:38 by W3 Total Cache
-->