<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-12571</id>
	<title>Nabble - debian-hurd</title>
	<updated>2009-11-30T16:24:18Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/debian-hurd-f12571.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/debian-hurd-f12571.html" />
	<subtitle type="html">Debian port of the GNU Hurd operating system.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26584794</id>
	<title>[debian-hurd-Patches][312039] #558975: avahi 0.6.25</title>
	<published>2009-11-30T16:24:18Z</published>
	<updated>2009-11-30T16:24:18Z</updated>
	<author>
		<name>debian-hurd-patches</name>
	</author>
	<content type="html">Patches item #312039, was changed at 31/10/2009 21:37 by Pino Toscano
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312039&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312039&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;Status: Open
&lt;br&gt;Priority: 3
&lt;br&gt;Submitted By: Pino Toscano (pino-guest)
&lt;br&gt;Assigned to: Nobody (None)
&lt;br&gt;&amp;gt;Summary: #558975: avahi 0.6.25 
&lt;br&gt;Category: None
&lt;br&gt;Group: None
&lt;br&gt;Resolution: None
&lt;br&gt;&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;The scenario is the following: in avahi-core, three different network interface backends,
&lt;br&gt;- iface-linux.c (compiled if linux/netlink.h is found)
&lt;br&gt;- iface-pfroute.c (compiled if net/route.h is found)
&lt;br&gt;- iface-none.c (compiled in the remaining cases)
&lt;br&gt;on Hurd, it finds net/route.h so it tries to compile the pfroute backend; the problem is that the backend uses net/if_dl.h and the rt_* network stuff, unavailable.
&lt;br&gt;The proposed patch extends the configure check for net/route.h by adding net/if_dl.h among the includes needed for the check, so it will pass if net/route.h and net/if_dl.h are both available.
&lt;br&gt;&lt;br&gt;Although the pfroute backend is used by *freebsd-*, the change shouldn't affect it.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Pino Toscano (pino-guest)
&lt;br&gt;Date: 01/12/2009 01:24
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Done, bug #558975.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Samuel Thibault (sthibault)
&lt;br&gt;Date: 30/11/2009 23:56
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Just fine, please submit!
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312039&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312039&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584794&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584794&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-debian-hurd-Patches--312039---558975%3A-avahi-0.6.25-tp26584794p26584794.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26584698</id>
	<title>Re: remctl build failure on hurd</title>
	<published>2009-11-30T16:23:18Z</published>
	<updated>2009-11-30T16:23:18Z</updated>
	<author>
		<name>Russ Allbery-2</name>
	</author>
	<content type="html">(Please cc; I'm not a member of the list. &amp;nbsp;Thanks!)
&lt;br&gt;&lt;br&gt;Samuel Thibault &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584698&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sthibault@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt; Russ Allbery, le Mon 30 Nov 2009 13:19:37 -0800, a écrit :
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; They use setrlimit and then attempt to allocate a large amount of
&lt;br&gt;&amp;gt;&amp;gt; memory to force the allocation to fail.
&lt;br&gt;&lt;br&gt;&amp;gt; Ah, they are using RLIMIT_AS, but it's not (yet) implemented on
&lt;br&gt;&amp;gt; hurd-i386.
&lt;br&gt;&lt;br&gt;In that case, shouldn't setrlimit(RLIMIT_AS) fail? &amp;nbsp;The code should be
&lt;br&gt;handling that. &amp;nbsp;Here's the relevant excerpt:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; /*
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* If a memory limit was given and we can set memory limits, set it.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Otherwise, exit 2, signalling to the driver that the test should be
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* skipped. &amp;nbsp;We do this here rather than in the driver due to some
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* pathological problems with Linux (setting ulimit in the shell caused
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* the shell to die).
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; if (limit &amp;gt; 0) {
&lt;br&gt;#if HAVE_SETRLIMIT &amp;&amp; defined(RLIMIT_AS)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; rl.rlim_cur = limit;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; rl.rlim_max = limit;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (setrlimit(RLIMIT_AS, &amp;rl) &amp;lt; 0) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; syswarn(&amp;quot;Can't set data limit to %lu&amp;quot;, (unsigned long) limit);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; exit(2);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (size &amp;lt; limit || code == 'r') {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tmp = malloc(code == 'r' ? 10 : size);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (tmp == NULL) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; syswarn(&amp;quot;Can't allocate initial memory of %lu&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (unsigned long) size);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; exit(2);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; free(tmp);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;#else
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; warn(&amp;quot;Data limits aren't supported.&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; exit(2);
&lt;br&gt;#endif
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Russ Allbery (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584698&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rra@...&lt;/a&gt;) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://www.eyrie.org/~eagle/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eyrie.org/~eagle/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584698&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584698&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/remctl-build-failure-on-hurd-tp26582090p26584698.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26584639</id>
	<title>Re: remctl build failure on hurd</title>
	<published>2009-11-30T16:11:17Z</published>
	<updated>2009-11-30T16:11:17Z</updated>
	<author>
		<name>Samuel Thibault-8</name>
	</author>
	<content type="html">Russ Allbery, le Mon 30 Nov 2009 13:19:37 -0800, a écrit :
&lt;br&gt;&amp;gt; They use setrlimit and then attempt to allocate a large amount of
&lt;br&gt;&amp;gt; memory to force the allocation to fail.
&lt;br&gt;&lt;br&gt;Ah, they are using RLIMIT_AS, but it's not (yet) implemented on
&lt;br&gt;hurd-i386.
&lt;br&gt;&lt;br&gt;Samuel
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584639&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584639&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/remctl-build-failure-on-hurd-tp26582090p26584639.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26584082</id>
	<title>[debian-hurd-Patches][312124] #558904: glfw 2.6</title>
	<published>2009-11-30T15:18:07Z</published>
	<updated>2009-11-30T15:18:07Z</updated>
	<author>
		<name>debian-hurd-patches</name>
	</author>
	<content type="html">Patches item #312124, was changed at 30/11/2009 23:14 by Pino Toscano
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312124&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312124&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;Status: Open
&lt;br&gt;Priority: 3
&lt;br&gt;Submitted By: Pino Toscano (pino-guest)
&lt;br&gt;Assigned to: Nobody (None)
&lt;br&gt;&amp;gt;Summary: #558904: glfw 2.6 
&lt;br&gt;Category: None
&lt;br&gt;Group: None
&lt;br&gt;Resolution: None
&lt;br&gt;&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;in compile.sh, the &amp;quot;generic OS&amp;quot; part in the system check is not correct for Hurd; thus, add a new section that sets the correct soname linkage setting.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Pino Toscano (pino-guest)
&lt;br&gt;Date: 01/12/2009 00:18
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Done, bug #558904.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Samuel Thibault (sthibault)
&lt;br&gt;Date: 30/11/2009 23:34
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Please submit!
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312124&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312124&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584082&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584082&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-debian-hurd-Patches--312124---558904%3A-glfw-2.6-tp26584082p26584082.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26583825</id>
	<title>[debian-hurd-Patches][312039] avahi 0.6.25</title>
	<published>2009-11-30T14:56:59Z</published>
	<updated>2009-11-30T14:56:59Z</updated>
	<author>
		<name>debian-hurd-patches</name>
	</author>
	<content type="html">Patches item #312039, was changed at 31/10/2009 21:37 by Samuel Thibault
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312039&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312039&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;Status: Open
&lt;br&gt;Priority: 3
&lt;br&gt;Submitted By: Pino Toscano (pino-guest)
&lt;br&gt;Assigned to: Nobody (None)
&lt;br&gt;Summary: avahi 0.6.25 
&lt;br&gt;Category: None
&lt;br&gt;Group: None
&lt;br&gt;Resolution: None
&lt;br&gt;&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;The scenario is the following: in avahi-core, three different network interface backends,
&lt;br&gt;- iface-linux.c (compiled if linux/netlink.h is found)
&lt;br&gt;- iface-pfroute.c (compiled if net/route.h is found)
&lt;br&gt;- iface-none.c (compiled in the remaining cases)
&lt;br&gt;on Hurd, it finds net/route.h so it tries to compile the pfroute backend; the problem is that the backend uses net/if_dl.h and the rt_* network stuff, unavailable.
&lt;br&gt;The proposed patch extends the configure check for net/route.h by adding net/if_dl.h among the includes needed for the check, so it will pass if net/route.h and net/if_dl.h are both available.
&lt;br&gt;&lt;br&gt;Although the pfroute backend is used by *freebsd-*, the change shouldn't affect it.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Samuel Thibault (sthibault)
&lt;br&gt;Date: 30/11/2009 23:56
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Just fine, please submit!
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312039&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312039&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26583825&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26583825&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-debian-hurd-Patches--312039--avahi-0.6.25-tp26583825p26583825.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26583823</id>
	<title>[debian-hurd-Patches][312097] #530796: xine-lib 1.1.16.3</title>
	<published>2009-11-30T14:55:47Z</published>
	<updated>2009-11-30T14:55:47Z</updated>
	<author>
		<name>debian-hurd-patches</name>
	</author>
	<content type="html">Patches item #312097, was changed at 20/11/2009 20:24 by Samuel Thibault
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312097&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312097&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;Status: Open
&lt;br&gt;Priority: 3
&lt;br&gt;Submitted By: Pino Toscano (pino-guest)
&lt;br&gt;Assigned to: Nobody (None)
&lt;br&gt;Summary: #530796: xine-lib 1.1.16.3 
&lt;br&gt;Category: debian
&lt;br&gt;Group: None
&lt;br&gt;Resolution: None
&lt;br&gt;&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Other than the dvb fix reported in bug #530796 (and a fixed libtheora), the Debian packaging for xine-lib needs tweaks to the .install files. The attached patch to the rules file does a job similar to what's been done for kfreebsd-i386, plus removing more stuff.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Samuel Thibault (sthibault)
&lt;br&gt;Date: 30/11/2009 23:55
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Looks just fine, please submit!
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312097&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312097&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26583823&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26583823&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-debian-hurd-Patches--312097---530796%3A-xine-lib-1.1.16.3-tp26583823p26583823.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26583535</id>
	<title>[debian-hurd-Patches][312124] glfw 2.6</title>
	<published>2009-11-30T14:34:33Z</published>
	<updated>2009-11-30T14:34:33Z</updated>
	<author>
		<name>debian-hurd-patches</name>
	</author>
	<content type="html">Patches item #312124, was changed at 30/11/2009 23:14 by Samuel Thibault
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312124&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312124&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;Status: Open
&lt;br&gt;Priority: 3
&lt;br&gt;Submitted By: Pino Toscano (pino-guest)
&lt;br&gt;Assigned to: Nobody (None)
&lt;br&gt;Summary: glfw 2.6 
&lt;br&gt;Category: None
&lt;br&gt;Group: None
&lt;br&gt;Resolution: None
&lt;br&gt;&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;in compile.sh, the &amp;quot;generic OS&amp;quot; part in the system check is not correct for Hurd; thus, add a new section that sets the correct soname linkage setting.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Samuel Thibault (sthibault)
&lt;br&gt;Date: 30/11/2009 23:34
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Please submit!
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312124&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312124&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26583535&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26583535&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-debian-hurd-Patches--312124--glfw-2.6-tp26583535p26583535.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26583204</id>
	<title>[debian-hurd-Patches][312124] glfw 2.6</title>
	<published>2009-11-30T14:14:08Z</published>
	<updated>2009-11-30T14:14:08Z</updated>
	<author>
		<name>debian-hurd-patches</name>
	</author>
	<content type="html">Patches item #312124, was opened at 30/11/2009 23:14 by Pino Toscano
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312124&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312124&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;Status: Open
&lt;br&gt;Priority: 3
&lt;br&gt;Submitted By: Pino Toscano (pino-guest)
&lt;br&gt;Assigned to: Nobody (None)
&lt;br&gt;Summary: glfw 2.6 
&lt;br&gt;Category: None
&lt;br&gt;Group: None
&lt;br&gt;Resolution: None
&lt;br&gt;&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;in compile.sh, the &amp;quot;generic OS&amp;quot; part in the system check is not correct for Hurd; thus, add a new section that sets the correct soname linkage setting.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312124&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312124&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26583204&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26583204&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-debian-hurd-Patches--312124--glfw-2.6-tp26583204p26583204.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26582697</id>
	<title>Re: remctl build failure on hurd</title>
	<published>2009-11-30T13:29:05Z</published>
	<updated>2009-11-30T13:29:05Z</updated>
	<author>
		<name>Samuel Thibault-8</name>
	</author>
	<content type="html">Russ Allbery, le Mon 30 Nov 2009 13:19:37 -0800, a écrit :
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; marker = open(&amp;quot;server-ready&amp;quot;, O_CREAT | O_TRUNC, 0666);
&lt;br&gt;&lt;br&gt;Mmm, this is missing O_RDONLY/O_WRONLY/O_RDWR, isn't it?
&lt;br&gt;&lt;br&gt;&amp;gt; They use setrlimit and then attempt to allocate a large amount of
&lt;br&gt;&amp;gt; memory to force the allocation to fail.
&lt;br&gt;&lt;br&gt;I'll have a look.
&lt;br&gt;&lt;br&gt;Samuel
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26582697&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26582697&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/remctl-build-failure-on-hurd-tp26582090p26582697.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26582090</id>
	<title>remctl build failure on hurd</title>
	<published>2009-11-30T13:19:37Z</published>
	<updated>2009-11-30T13:19:37Z</updated>
	<author>
		<name>Russ Allbery-2</name>
	</author>
	<content type="html">remctl failed to build on hurd because of two test suite failures. &amp;nbsp;I'd
&lt;br&gt;love to get remctl working on the Hurd, but I don't have a great deal of
&lt;br&gt;time to poke at this to understand the differences. &amp;nbsp;If someone who works
&lt;br&gt;with the Hurd regularly is interested in helping, though, I'd be very
&lt;br&gt;happy to make the required upstream changes, if any.
&lt;br&gt;&lt;br&gt;The two failures are that:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; marker = open(&amp;quot;server-ready&amp;quot;, O_CREAT | O_TRUNC, 0666);
&lt;br&gt;&amp;nbsp; &amp;nbsp; if (marker &amp;lt; 0)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sysbail(&amp;quot;cannot create marker file&amp;quot;);
&lt;br&gt;&lt;br&gt;apparently failed with the error message:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; cannot create marker file: Invalid argument
&lt;br&gt;&lt;br&gt;which sounds like it's something specific to hurd, and the malloc tests
&lt;br&gt;all failed. &amp;nbsp;The malloc tests are tests of handling of out-of-memory
&lt;br&gt;conditions and have tended to be fragile. &amp;nbsp;They use setrlimit and then
&lt;br&gt;attempt to allocate a large amount of memory to force the allocation to
&lt;br&gt;fail. &amp;nbsp;I suspect the Hurd does something differently there, but I don't
&lt;br&gt;know what. &amp;nbsp;The test cases already handle the allocations unexpectedly
&lt;br&gt;succeeding. &amp;nbsp;I'd be very happy to apply a fix if someone knows what the
&lt;br&gt;fix would be.
&lt;br&gt;&lt;br&gt;Thanks in advance!
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Russ Allbery (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26582090&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rra@...&lt;/a&gt;) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://www.eyrie.org/~eagle/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eyrie.org/~eagle/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26582090&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26582090&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/remctl-build-failure-on-hurd-tp26582090p26582090.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26577101</id>
	<title>[debian-hurd-Patches][312121] #558790: plib 1.8.5</title>
	<published>2009-11-30T07:45:07Z</published>
	<updated>2009-11-30T07:45:07Z</updated>
	<author>
		<name>debian-hurd-patches</name>
	</author>
	<content type="html">Patches item #312121, was changed at 30/11/2009 15:41 by Pino Toscano
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312121&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312121&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;Status: Open
&lt;br&gt;Priority: 3
&lt;br&gt;Submitted By: Pino Toscano (pino-guest)
&lt;br&gt;Assigned to: Nobody (None)
&lt;br&gt;&amp;gt;Summary: #558790: plib 1.8.5 
&lt;br&gt;Category: None
&lt;br&gt;Group: None
&lt;br&gt;Resolution: None
&lt;br&gt;&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Here it is, Hurd support in plib:
&lt;br&gt;- add a new define, UL_GNU
&lt;br&gt;- compile the &amp;quot;none&amp;quot; joystick backend
&lt;br&gt;- claim to support OSS audio (there's no &amp;quot;null&amp;quot; audio, so most probably this is the safest bet)
&lt;br&gt;&lt;br&gt;(Note: needs freeglut to be compiled.)
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Pino Toscano (pino-guest)
&lt;br&gt;Date: 30/11/2009 16:45
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Sure: bug #558790.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Samuel Thibault (sthibault)
&lt;br&gt;Date: 30/11/2009 16:02
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Please submit!
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312121&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312121&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26577101&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26577101&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-debian-hurd-Patches--312121---558790%3A-plib-1.8.5-tp26577101p26577101.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26576340</id>
	<title>[debian-hurd-Patches][312121] plib 1.8.5</title>
	<published>2009-11-30T07:02:47Z</published>
	<updated>2009-11-30T07:02:47Z</updated>
	<author>
		<name>debian-hurd-patches</name>
	</author>
	<content type="html">Patches item #312121, was changed at 30/11/2009 15:41 by Samuel Thibault
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312121&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312121&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;Status: Open
&lt;br&gt;Priority: 3
&lt;br&gt;Submitted By: Pino Toscano (pino-guest)
&lt;br&gt;Assigned to: Nobody (None)
&lt;br&gt;Summary: plib 1.8.5 
&lt;br&gt;Category: None
&lt;br&gt;Group: None
&lt;br&gt;Resolution: None
&lt;br&gt;&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Here it is, Hurd support in plib:
&lt;br&gt;- add a new define, UL_GNU
&lt;br&gt;- compile the &amp;quot;none&amp;quot; joystick backend
&lt;br&gt;- claim to support OSS audio (there's no &amp;quot;null&amp;quot; audio, so most probably this is the safest bet)
&lt;br&gt;&lt;br&gt;(Note: needs freeglut to be compiled.)
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Samuel Thibault (sthibault)
&lt;br&gt;Date: 30/11/2009 16:02
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Please submit!
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312121&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312121&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26576340&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26576340&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-debian-hurd-Patches--312121--plib-1.8.5-tp26576340p26576340.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26575998</id>
	<title>[debian-hurd-Patches][312121] plib 1.8.5</title>
	<published>2009-11-30T06:41:47Z</published>
	<updated>2009-11-30T06:41:47Z</updated>
	<author>
		<name>debian-hurd-patches</name>
	</author>
	<content type="html">Patches item #312121, was opened at 30/11/2009 15:41 by Pino Toscano
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312121&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312121&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;Status: Open
&lt;br&gt;Priority: 3
&lt;br&gt;Submitted By: Pino Toscano (pino-guest)
&lt;br&gt;Assigned to: Nobody (None)
&lt;br&gt;Summary: plib 1.8.5 
&lt;br&gt;Category: None
&lt;br&gt;Group: None
&lt;br&gt;Resolution: None
&lt;br&gt;&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Here it is, Hurd support in plib:
&lt;br&gt;- add a new define, UL_GNU
&lt;br&gt;- compile the &amp;quot;none&amp;quot; joystick backend
&lt;br&gt;- claim to support OSS audio (there's no &amp;quot;null&amp;quot; audio, so most probably this is the safest bet)
&lt;br&gt;&lt;br&gt;(Note: needs freeglut to be compiled.)
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312121&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312121&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26575998&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26575998&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-debian-hurd-Patches--312121--plib-1.8.5-tp26575998p26575998.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26575399</id>
	<title>Re: Bug#558664: hurd - No random translator</title>
	<published>2009-11-30T06:14:01Z</published>
	<updated>2009-11-30T06:14:01Z</updated>
	<author>
		<name>Michael Banck</name>
	</author>
	<content type="html">On Sun, Nov 29, 2009 at 07:21:03PM +0100, Samuel Thibault wrote:
&lt;br&gt;&amp;gt; Bastian Blank, le Sun 29 Nov 2009 19:08:35 +0100, a écrit :
&lt;br&gt;&amp;gt; &amp;gt; hurd does not provide a random translator, so by default no
&lt;br&gt;&amp;gt; &amp;gt; cryptographic software will run.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; random-egd can be used as interim, should we perhaps recommend it from
&lt;br&gt;&amp;gt; the hurd package?
&lt;br&gt;&lt;br&gt;Note that it is not in the main archive (it was a hacked up job to
&lt;br&gt;package it), so probably only a Suggests is possible right now I guess.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Michael
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26575399&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26575399&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-558664%3A-hurd---No-random-translator-tp26564454p26575399.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26573026</id>
	<title>[debian-hurd-Patches][312119] #558756: libdiscid 0.1.0</title>
	<published>2009-11-30T02:57:52Z</published>
	<updated>2009-11-30T02:57:52Z</updated>
	<author>
		<name>debian-hurd-patches</name>
	</author>
	<content type="html">Patches item #312119, was changed at 30/11/2009 02:28 by Pino Toscano
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312119&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312119&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;Status: Open
&lt;br&gt;Priority: 3
&lt;br&gt;Submitted By: Pino Toscano (pino-guest)
&lt;br&gt;Assigned to: Nobody (None)
&lt;br&gt;&amp;gt;Summary: #558756: libdiscid 0.1.0 
&lt;br&gt;Category: None
&lt;br&gt;Group: None
&lt;br&gt;Resolution: None
&lt;br&gt;&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;This makes libdiscid 0.1.0 compile on 
&lt;br&gt;&lt;br&gt;(Note: disc-&amp;gt;error_msg is a fixed-length char[], I preferred to avoid changing it for now.)
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Pino Toscano (pino-guest)
&lt;br&gt;Date: 30/11/2009 11:57
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Patch fixed and reported as bug #558756.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Samuel Thibault (sthibault)
&lt;br&gt;Date: 30/11/2009 02:48
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;I think you can safely #define _GNU_SOURCE at the top of the file and
&lt;br&gt;thus get snprintf from stdio.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312119&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312119&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26573026&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26573026&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-debian-hurd-Patches--312119---558756%3A-libdiscid-0.1.0-tp26573026p26573026.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26573023</id>
	<title>[debian-hurd-Patches][312118] #558754: libmusicbrainz-2.1 2.1.5</title>
	<published>2009-11-30T02:57:22Z</published>
	<updated>2009-11-30T02:57:22Z</updated>
	<author>
		<name>debian-hurd-patches</name>
	</author>
	<content type="html">Patches item #312118, was changed at 30/11/2009 01:40 by Pino Toscano
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312118&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312118&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;Status: Open
&lt;br&gt;Priority: 3
&lt;br&gt;Submitted By: Pino Toscano (pino-guest)
&lt;br&gt;Assigned to: Nobody (None)
&lt;br&gt;&amp;gt;Summary: #558754: libmusicbrainz-2.1 2.1.5 
&lt;br&gt;Category: None
&lt;br&gt;Group: None
&lt;br&gt;Resolution: None
&lt;br&gt;&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Adds the recognizing of the &amp;quot;gnu&amp;quot; system as supported, and a &amp;quot;dummy&amp;quot; stub of osdeps functions (like done for other OSes, eg QNX).
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Pino Toscano (pino-guest)
&lt;br&gt;Date: 30/11/2009 11:57
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Done, reported as bug #558754.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Samuel Thibault (sthibault)
&lt;br&gt;Date: 30/11/2009 02:46
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Ok, please submit!
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Pino Toscano (pino-guest)
&lt;br&gt;Date: 30/11/2009 02:41
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;&amp;gt; Mmm, you can drop the &amp;lt;linux/cdrom.h&amp;gt; include entirely.
&lt;br&gt;&lt;br&gt;Done.
&lt;br&gt;&lt;br&gt;&amp;gt; in ReadTOC(), you could use strlen(device) instead of hardcoding
&lt;br&gt;&amp;gt; the length
&lt;br&gt;&lt;br&gt;Right, done (malloc+free, as it isn't c99 code).
&lt;br&gt;&lt;br&gt;&amp;gt; (I guess QNX does it but that's not a reason ;) )
&lt;br&gt;&lt;br&gt;Not really, the QNX code does... exactly nothing ;)
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Samuel Thibault (sthibault)
&lt;br&gt;Date: 30/11/2009 02:10
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Mmm, you can drop the &amp;lt;linux/cdrom.h&amp;gt; include entirely.
&lt;br&gt;in ReadTOC(), you could use strlen(device) instead of hardcoding the
&lt;br&gt;length (I guess QNX does it but that's not a reason ;) )
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312118&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312118&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26573023&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26573023&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-debian-hurd-Patches--312118---558754%3A-libmusicbrainz-2.1-2.1.5-tp26573023p26573023.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26568877</id>
	<title>[debian-hurd-Patches][312119] libdiscid 0.1.0</title>
	<published>2009-11-29T17:48:39Z</published>
	<updated>2009-11-29T17:48:39Z</updated>
	<author>
		<name>debian-hurd-patches</name>
	</author>
	<content type="html">Patches item #312119, was changed at 30/11/2009 02:28 by Samuel Thibault
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312119&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312119&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;Status: Open
&lt;br&gt;Priority: 3
&lt;br&gt;Submitted By: Pino Toscano (pino-guest)
&lt;br&gt;Assigned to: Nobody (None)
&lt;br&gt;Summary: libdiscid 0.1.0 
&lt;br&gt;Category: None
&lt;br&gt;Group: None
&lt;br&gt;Resolution: None
&lt;br&gt;&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;This makes libdiscid 0.1.0 compile on 
&lt;br&gt;&lt;br&gt;(Note: disc-&amp;gt;error_msg is a fixed-length char[], I preferred to avoid changing it for now.)
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Samuel Thibault (sthibault)
&lt;br&gt;Date: 30/11/2009 02:48
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;I think you can safely #define _GNU_SOURCE at the top of the file and
&lt;br&gt;thus get snprintf from stdio.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312119&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312119&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26568877&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26568877&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-debian-hurd-Patches--312119--libdiscid-0.1.0-tp26568877p26568877.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26568782</id>
	<title>[debian-hurd-Patches][312118] libmusicbrainz-2.1 2.1.5</title>
	<published>2009-11-29T17:46:37Z</published>
	<updated>2009-11-29T17:46:37Z</updated>
	<author>
		<name>debian-hurd-patches</name>
	</author>
	<content type="html">Patches item #312118, was changed at 30/11/2009 01:40 by Samuel Thibault
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312118&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312118&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;Status: Open
&lt;br&gt;Priority: 3
&lt;br&gt;Submitted By: Pino Toscano (pino-guest)
&lt;br&gt;Assigned to: Nobody (None)
&lt;br&gt;Summary: libmusicbrainz-2.1 2.1.5 
&lt;br&gt;Category: None
&lt;br&gt;Group: None
&lt;br&gt;Resolution: None
&lt;br&gt;&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Adds the recognizing of the &amp;quot;gnu&amp;quot; system as supported, and a &amp;quot;dummy&amp;quot; stub of osdeps functions (like done for other OSes, eg QNX).
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Samuel Thibault (sthibault)
&lt;br&gt;Date: 30/11/2009 02:46
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Ok, please submit!
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Pino Toscano (pino-guest)
&lt;br&gt;Date: 30/11/2009 02:41
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;&amp;gt; Mmm, you can drop the &amp;lt;linux/cdrom.h&amp;gt; include entirely.
&lt;br&gt;&lt;br&gt;Done.
&lt;br&gt;&lt;br&gt;&amp;gt; in ReadTOC(), you could use strlen(device) instead of hardcoding
&lt;br&gt;&amp;gt; the length
&lt;br&gt;&lt;br&gt;Right, done (malloc+free, as it isn't c99 code).
&lt;br&gt;&lt;br&gt;&amp;gt; (I guess QNX does it but that's not a reason ;) )
&lt;br&gt;&lt;br&gt;Not really, the QNX code does... exactly nothing ;)
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Samuel Thibault (sthibault)
&lt;br&gt;Date: 30/11/2009 02:10
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Mmm, you can drop the &amp;lt;linux/cdrom.h&amp;gt; include entirely.
&lt;br&gt;in ReadTOC(), you could use strlen(device) instead of hardcoding the
&lt;br&gt;length (I guess QNX does it but that's not a reason ;) )
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312118&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312118&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26568782&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26568782&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-debian-hurd-Patches--312118--libmusicbrainz-2.1-2.1.5-tp26568782p26568782.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26568803</id>
	<title>[debian-hurd-Patches][312118] libmusicbrainz-2.1 2.1.5</title>
	<published>2009-11-29T17:41:15Z</published>
	<updated>2009-11-29T17:41:15Z</updated>
	<author>
		<name>debian-hurd-patches</name>
	</author>
	<content type="html">Patches item #312118, was changed at 30/11/2009 01:40 by Pino Toscano
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312118&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312118&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;Status: Open
&lt;br&gt;Priority: 3
&lt;br&gt;Submitted By: Pino Toscano (pino-guest)
&lt;br&gt;Assigned to: Nobody (None)
&lt;br&gt;Summary: libmusicbrainz-2.1 2.1.5 
&lt;br&gt;Category: None
&lt;br&gt;Group: None
&lt;br&gt;Resolution: None
&lt;br&gt;&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Adds the recognizing of the &amp;quot;gnu&amp;quot; system as supported, and a &amp;quot;dummy&amp;quot; stub of osdeps functions (like done for other OSes, eg QNX).
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Pino Toscano (pino-guest)
&lt;br&gt;Date: 30/11/2009 02:41
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;&amp;gt; Mmm, you can drop the &amp;lt;linux/cdrom.h&amp;gt; include entirely.
&lt;br&gt;&lt;br&gt;Done.
&lt;br&gt;&lt;br&gt;&amp;gt; in ReadTOC(), you could use strlen(device) instead of hardcoding
&lt;br&gt;&amp;gt; the length
&lt;br&gt;&lt;br&gt;Right, done (malloc+free, as it isn't c99 code).
&lt;br&gt;&lt;br&gt;&amp;gt; (I guess QNX does it but that's not a reason ;) )
&lt;br&gt;&lt;br&gt;Not really, the QNX code does... exactly nothing ;)
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Samuel Thibault (sthibault)
&lt;br&gt;Date: 30/11/2009 02:10
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Mmm, you can drop the &amp;lt;linux/cdrom.h&amp;gt; include entirely.
&lt;br&gt;in ReadTOC(), you could use strlen(device) instead of hardcoding the
&lt;br&gt;length (I guess QNX does it but that's not a reason ;) )
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312118&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312118&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26568803&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26568803&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-debian-hurd-Patches--312118--libmusicbrainz-2.1-2.1.5-tp26568803p26568803.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26568492</id>
	<title>[debian-hurd-Patches][312119] libdiscid 0.1.0</title>
	<published>2009-11-29T17:29:00Z</published>
	<updated>2009-11-29T17:29:00Z</updated>
	<author>
		<name>debian-hurd-patches</name>
	</author>
	<content type="html">Patches item #312119, was opened at 30/11/2009 02:28 by Pino Toscano
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312119&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312119&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;Status: Open
&lt;br&gt;Priority: 3
&lt;br&gt;Submitted By: Pino Toscano (pino-guest)
&lt;br&gt;Assigned to: Nobody (None)
&lt;br&gt;Summary: libdiscid 0.1.0 
&lt;br&gt;Category: None
&lt;br&gt;Group: None
&lt;br&gt;Resolution: None
&lt;br&gt;&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;This makes libdiscid 0.1.0 compile on 
&lt;br&gt;&lt;br&gt;(Note: disc-&amp;gt;error_msg is a fixed-length char[], I preferred to avoid changing it for now.)
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312119&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312119&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26568492&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26568492&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-debian-hurd-Patches--312119--libdiscid-0.1.0-tp26568492p26568492.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26568398</id>
	<title>[debian-hurd-Patches][312118] libmusicbrainz-2.1 2.1.5</title>
	<published>2009-11-29T17:10:21Z</published>
	<updated>2009-11-29T17:10:21Z</updated>
	<author>
		<name>debian-hurd-patches</name>
	</author>
	<content type="html">Patches item #312118, was changed at 30/11/2009 01:40 by Samuel Thibault
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312118&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312118&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;Status: Open
&lt;br&gt;Priority: 3
&lt;br&gt;Submitted By: Pino Toscano (pino-guest)
&lt;br&gt;Assigned to: Nobody (None)
&lt;br&gt;Summary: libmusicbrainz-2.1 2.1.5 
&lt;br&gt;Category: None
&lt;br&gt;Group: None
&lt;br&gt;Resolution: None
&lt;br&gt;&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Adds the recognizing of the &amp;quot;gnu&amp;quot; system as supported, and a &amp;quot;dummy&amp;quot; stub of osdeps functions (like done for other OSes, eg QNX).
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Samuel Thibault (sthibault)
&lt;br&gt;Date: 30/11/2009 02:10
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Mmm, you can drop the &amp;lt;linux/cdrom.h&amp;gt; include entirely.
&lt;br&gt;in ReadTOC(), you could use strlen(device) instead of hardcoding the
&lt;br&gt;length (I guess QNX does it but that's not a reason ;) )
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312118&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312118&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26568398&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26568398&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-debian-hurd-Patches--312118--libmusicbrainz-2.1-2.1.5-tp26568398p26568398.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26568190</id>
	<title>[debian-hurd-Patches][312118] libmusicbrainz-2.1 2.1.5</title>
	<published>2009-11-29T16:40:35Z</published>
	<updated>2009-11-29T16:40:35Z</updated>
	<author>
		<name>debian-hurd-patches</name>
	</author>
	<content type="html">Patches item #312118, was opened at 30/11/2009 01:40 by Pino Toscano
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312118&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312118&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;Status: Open
&lt;br&gt;Priority: 3
&lt;br&gt;Submitted By: Pino Toscano (pino-guest)
&lt;br&gt;Assigned to: Nobody (None)
&lt;br&gt;Summary: libmusicbrainz-2.1 2.1.5 
&lt;br&gt;Category: None
&lt;br&gt;Group: None
&lt;br&gt;Resolution: None
&lt;br&gt;&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Adds the recognizing of the &amp;quot;gnu&amp;quot; system as supported, and a &amp;quot;dummy&amp;quot; stub of osdeps functions (like done for other OSes, eg QNX).
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312118&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312118&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26568190&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26568190&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-debian-hurd-Patches--312118--libmusicbrainz-2.1-2.1.5-tp26568190p26568190.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26564690</id>
	<title>Re: Bug#558664: hurd - No random translator</title>
	<published>2009-11-29T10:21:03Z</published>
	<updated>2009-11-29T10:21:03Z</updated>
	<author>
		<name>Samuel Thibault-8</name>
	</author>
	<content type="html">Bastian Blank, le Sun 29 Nov 2009 19:08:35 +0100, a écrit :
&lt;br&gt;&amp;gt; hurd does not provide a random translator, so by default no
&lt;br&gt;&amp;gt; cryptographic software will run.
&lt;br&gt;&lt;br&gt;random-egd can be used as interim, should we perhaps recommend it from
&lt;br&gt;the hurd package?
&lt;br&gt;&lt;br&gt;Samuel
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26564690&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26564690&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-558664%3A-hurd---No-random-translator-tp26564454p26564690.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26564454</id>
	<title>Bug#558664: hurd - No random translator</title>
	<published>2009-11-29T10:08:35Z</published>
	<updated>2009-11-29T10:08:35Z</updated>
	<author>
		<name>Bastian Blank</name>
	</author>
	<content type="html">Package: hurd
&lt;br&gt;Version: 20090404-2
&lt;br&gt;Severity: important
&lt;br&gt;&lt;br&gt;hurd does not provide a random translator, so by default no
&lt;br&gt;cryptographic software will run.
&lt;br&gt;&lt;br&gt;There exists one[1], but I have not reviewed it.
&lt;br&gt;&lt;br&gt;Bastian
&lt;br&gt;&lt;br&gt;[1]: &lt;a href=&quot;http://kilobug.free.fr/hurd/random-64.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://kilobug.free.fr/hurd/random-64.tar.gz&lt;/a&gt;&lt;br&gt;-- 
&lt;br&gt;Lots of people drink from the wrong bottle sometimes.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -- Edith Keeler, &amp;quot;The City on the Edge of Forever&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;stardate unknown
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26564454&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-bugs-dist-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26564454&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-558664%3A-hurd---No-random-translator-tp26564454p26564454.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26562201</id>
	<title>Re: Mach context switch</title>
	<published>2009-11-29T05:33:03Z</published>
	<updated>2009-11-29T05:33:03Z</updated>
	<author>
		<name>Samuel Thibault-8</name>
	</author>
	<content type="html">Vasily Sartakov, le Sun 29 Nov 2009 16:09:53 +0300, a écrit :
&lt;br&gt;&amp;gt; when context_switch from one
&lt;br&gt;&amp;gt; kernel_thread to another (for example, when thread_sleep acquire, and first in
&lt;br&gt;&amp;gt; list idle_thread), anytime will be called swap_function?
&lt;br&gt;&lt;br&gt;I'm not sure to understand what you mean. When thread_sleep blocks,
&lt;br&gt;it calls thread_block, which calls thread_invoke, which calls
&lt;br&gt;switch_context, which does the low-level part.
&lt;br&gt;&lt;br&gt;In the case of continuations (i.e. there is no context to return to, the
&lt;br&gt;thread just needs to call a function again), stack_handoff is called
&lt;br&gt;instead to just switch stacks.
&lt;br&gt;&lt;br&gt;&amp;gt; and i made in boot_script_exec_cmd a kernel_thread for user_bootstrap instead
&lt;br&gt;&amp;gt; of thread_create+thread_start (no doswapin), because i have a kernel_stack=0,
&lt;br&gt;&amp;gt; and cant run user_bootstrap. i think its not corrent (my solution), should i do
&lt;br&gt;&amp;gt; it on active_stack ?
&lt;br&gt;&lt;br&gt;You are supposed to set the value of kernel_stack in stack_attach. That
&lt;br&gt;will get called by thread_invoke when the new thread is scheduled for
&lt;br&gt;the first time (see the &amp;quot;Check that the thread is swapped-in.&amp;quot; part
&lt;br&gt;which calls stack_alloc_try(), which calls stack_attach to attached the
&lt;br&gt;allocated stack).
&lt;br&gt;&lt;br&gt;Samuel
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26562201&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26562201&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mach-context-switch-tp26531549p26562201.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26562200</id>
	<title>[debian-hurd-Patches][312117] #558586: hyperestraier 1.4.9</title>
	<published>2009-11-29T05:32:08Z</published>
	<updated>2009-11-29T05:32:08Z</updated>
	<author>
		<name>debian-hurd-patches</name>
	</author>
	<content type="html">Patches item #312117, was changed at 29/11/2009 12:32 by Pino Toscano
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312117&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312117&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;Status: Open
&lt;br&gt;Priority: 3
&lt;br&gt;Submitted By: Pino Toscano (pino-guest)
&lt;br&gt;Assigned to: Nobody (None)
&lt;br&gt;&amp;gt;Summary: #558586: hyperestraier 1.4.9 
&lt;br&gt;Category: None
&lt;br&gt;Group: None
&lt;br&gt;Resolution: None
&lt;br&gt;&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Simple malloc+free usage instead of hardcoded PATH_MAX-sized strings.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Pino Toscano (pino-guest)
&lt;br&gt;Date: 29/11/2009 14:32
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Thanks! Filed as bug #558586.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Samuel Thibault (sthibault)
&lt;br&gt;Date: 29/11/2009 12:55
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Seems correct, please submit!
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312117&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312117&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26562200&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26562200&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-debian-hurd-Patches--312117---558586%3A-hyperestraier-1.4.9-tp26562200p26562200.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26561884</id>
	<title>Re: Mach context switch</title>
	<published>2009-11-29T05:09:53Z</published>
	<updated>2009-11-29T05:09:53Z</updated>
	<author>
		<name>Vasily Sartakov</name>
	</author>
	<content type="html">ohh, thanks. its a correct. i setted up in set_user_regs context on binary module, and then they started. &lt;br&gt;but i still dont make other kernel threads. when context_switch from one kernel_thread to another (for example, when thread_sleep acquire, and first in list idle_thread), anytime will be called swap_function? &lt;br&gt;
and i made in boot_script_exec_cmd a kernel_thread for user_bootstrap instead of thread_create+thread_start (no doswapin), because i have a kernel_stack=0, and cant run user_bootstrap. i think its not corrent (my solution), should i do it on active_stack ? &lt;br&gt;
&lt;br&gt;thanks for answers. &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
&amp;gt;  1. when thread_call in bootstrap.c called, context switch acquire. and&lt;br&gt;
&amp;gt;  im looked on x86 sources, and dont see when CPU should switch in&lt;br&gt;
&amp;gt;  different mode for correct context switching. any help?&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;Note that usually one doesn&amp;#39;t explicitly switch to user mode, but do as&lt;br&gt;
if one returns to user mode. In bootstrap.c, see the “Exit to user&lt;br&gt;
thread” comment above thread_bootstrap_return, implemented in entry.S:&lt;br&gt;
“Called as a function, makes the current thread return from the kernel&lt;br&gt;
as if from an exception.”, i.e. build_args_and_stack()/set_user_regs()&lt;br&gt;
have prepared the context of a stack looking just like the first thing&lt;br&gt;
the processus has done was to take a trap.&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;/font&gt;&lt;div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mach-context-switch-tp26531549p26561884.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26561473</id>
	<title>[debian-hurd-Patches][312117] hyperestraier 1.4.9</title>
	<published>2009-11-29T03:55:53Z</published>
	<updated>2009-11-29T03:55:53Z</updated>
	<author>
		<name>debian-hurd-patches</name>
	</author>
	<content type="html">Patches item #312117, was changed at 29/11/2009 12:32 by Samuel Thibault
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312117&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312117&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;Status: Open
&lt;br&gt;Priority: 3
&lt;br&gt;Submitted By: Pino Toscano (pino-guest)
&lt;br&gt;Assigned to: Nobody (None)
&lt;br&gt;Summary: hyperestraier 1.4.9 
&lt;br&gt;Category: None
&lt;br&gt;Group: None
&lt;br&gt;Resolution: None
&lt;br&gt;&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Simple malloc+free usage instead of hardcoded PATH_MAX-sized strings.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Samuel Thibault (sthibault)
&lt;br&gt;Date: 29/11/2009 12:55
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Seems correct, please submit!
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312117&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312117&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26561473&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26561473&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-debian-hurd-Patches--312117--hyperestraier-1.4.9-tp26561473p26561473.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26561310</id>
	<title>[debian-hurd-Patches][312117] hyperestraier 1.4.9</title>
	<published>2009-11-29T03:32:53Z</published>
	<updated>2009-11-29T03:32:53Z</updated>
	<author>
		<name>debian-hurd-patches</name>
	</author>
	<content type="html">Patches item #312117, was opened at 29/11/2009 12:32 by Pino Toscano
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312117&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312117&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;Status: Open
&lt;br&gt;Priority: 3
&lt;br&gt;Submitted By: Pino Toscano (pino-guest)
&lt;br&gt;Assigned to: Nobody (None)
&lt;br&gt;Summary: hyperestraier 1.4.9 
&lt;br&gt;Category: None
&lt;br&gt;Group: None
&lt;br&gt;Resolution: None
&lt;br&gt;&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Simple malloc+free usage instead of hardcoded PATH_MAX-sized strings.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312117&amp;group_id=30628&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://alioth.debian.org/tracker/?func=detail&amp;atid=410472&amp;aid=312117&amp;group_id=30628&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26561310&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26561310&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-debian-hurd-Patches--312117--hyperestraier-1.4.9-tp26561310p26561310.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26559830</id>
	<title>[Future Icon Records] You've been added to our mailing list.</title>
	<published>2009-11-28T19:58:02Z</published>
	<updated>2009-11-28T19:58:02Z</updated>
	<author>
		<name>Future Icon Records</name>
	</author>
	<content type="html">Hi I represent KONVICT MUSIC recording artist COLBY O'DONIS &amp;lt;br/&amp;gt;(Just Dance Ft Colby O'Donis. Beautiful Ft Colby O'Donis) &amp;lt;br/&amp;gt;and we want to share with you His first Original&amp;lt;br/&amp;gt;Christmas song &amp;lt;br/&amp;gt; &amp;lt;br/&amp;gt;I made a radio edit of so happy &amp;lt;br/&amp;gt;here it is if you like it&amp;lt;br/&amp;gt;Radio Edit Of - So Happy&amp;lt;br/&amp;gt;&lt;a href=&quot;https://rcpt.yousendit.com/782608652/9a8972b464bfc006aa5139a89722060d&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://rcpt.yousendit.com/782608652/9a8972b464bfc006aa5139a89722060d&lt;/a&gt;&amp;lt;br/&amp;gt; &amp;lt;br/&amp;gt;Instrumental Radio Edit - So Happy&amp;lt;br/&amp;gt;&lt;a href=&quot;https://rcpt.yousendit.com/782608822/4c2efde9129f9900fe9782387ef48410&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://rcpt.yousendit.com/782608822/4c2efde9129f9900fe9782387ef48410&lt;/a&gt;&amp;lt;br/&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--------
&lt;br&gt;Get your free download from Future Icon Records here: &lt;a href=&quot;http://fburls.com/17-SHePzfZ2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fburls.com/17-SHePzfZ2&lt;/a&gt;&lt;br&gt;--------
&lt;br&gt;&lt;br&gt;&lt;br&gt;You have been added to the Future Icon Records fan list!
&lt;br&gt;&lt;br&gt;If you would like to verify your info or add more to your fan profile, you can do so by clicking on the following link:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.FanBridge.com/signup/fansignup.php?userid=129853&amp;email=debian-hurd@lists.debian.org&amp;confCode=5Brcb5bYFP176h9hUthcU47had&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.FanBridge.com/signup/fansignup.php?userid=129853&amp;email=debian-hurd@...&amp;confCode=5Brcb5bYFP176h9hUthcU47had&lt;/a&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;This list is powered by FanBridge, the world's leading provider of fan relationship management services for artists.
&lt;br&gt;&lt;br&gt;With FanBridge your information is always secure.
&lt;br&gt;&lt;br&gt;For more information about FanBridge please visit &lt;a href=&quot;http://www.FanBridge.com/learn/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.FanBridge.com/learn/&lt;/a&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;***Important: Please be sure to add the email address (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559830&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;futureiconrecords@...&lt;/a&gt;) to your safe senders list.*** 
&lt;br&gt;&lt;br&gt;Here's how: 
&lt;br&gt;&lt;br&gt;Gmail
&lt;br&gt;1.	Click Contacts along the left side of any Gmail page.
&lt;br&gt;2.	Click Add Contact.
&lt;br&gt;3.	In the primary email address box, type &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559830&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;futureiconrecords@...&lt;/a&gt;.
&lt;br&gt;4.	Click Save.
&lt;br&gt;&lt;br&gt;AOL (version 9.0 or higher)
&lt;br&gt;1.	Click the Mail menu and select Address Book.
&lt;br&gt;2.	In the pop up box, click the Add button. 
&lt;br&gt;3.	In the &amp;quot;Other E-Mail&amp;quot; field, type &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559830&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;futureiconrecords@...&lt;/a&gt;.
&lt;br&gt;4.	Make our From address the &amp;quot;Primary E-Mail&amp;quot; address by checking the associated check box. 
&lt;br&gt;5.	Click the Save button. 
&lt;br&gt;&lt;br&gt;AOL 8.0
&lt;br&gt;1.	Open this confirmation email.
&lt;br&gt;2.	Click Add Address.
&lt;br&gt;3.	Verify the sender's contact information (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559830&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;futureiconrecords@...&lt;/a&gt;).
&lt;br&gt;4.	Click Save.
&lt;br&gt;&lt;br&gt;Yahoo!
&lt;br&gt;1.	Click the &amp;quot;addresses&amp;quot; button
&lt;br&gt;2.	Select &amp;quot;Add Contact&amp;quot;
&lt;br&gt;3.	Save the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559830&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;futureiconrecords@...&lt;/a&gt; to your contacts list.
&lt;br&gt;&lt;br&gt;Hotmail
&lt;br&gt;1.	Click Options.
&lt;br&gt;2.	On the left side of the page, click Mail, and then click Junk E-Mail Protection.
&lt;br&gt;3.	Click Safe List.
&lt;br&gt;4.	Type &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559830&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;futureiconrecords@...&lt;/a&gt;, and then click Add.
&lt;br&gt;&lt;br&gt;Outlook
&lt;br&gt;1.	Right-click on a message from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559830&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;futureiconrecords@...&lt;/a&gt;. 
&lt;br&gt;2.	Point to Junk E-mail, and click Add Sender to Safe Senders List.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;Future Icon Records sent this email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559830&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd@...&lt;/a&gt;
&lt;br&gt;Questions? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559830&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;futureiconrecords@...&lt;/a&gt; or Future Icon Records, c/o FanBridge, Inc. - 14525 SW Millikan Way, #16910, Beaverton, Oregon 97005, United States
&lt;br&gt;&lt;br&gt;&lt;br&gt;Update Your Information - &lt;a href=&quot;http://fburls.com/0-VUfJ8ro3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fburls.com/0-VUfJ8ro3&lt;/a&gt;&lt;br&gt;Forward to a friend - &lt;a href=&quot;http://fburls.com/35-Cz4diOfH&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fburls.com/35-Cz4diOfH&lt;/a&gt;&lt;br&gt;Unsubscribe - &lt;a href=&quot;http://fburls.com/17-rFinnLdJ&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fburls.com/17-rFinnLdJ&lt;/a&gt;&lt;br&gt;Privacy Policy - &lt;a href=&quot;http://www.FanBridge.com/learn/privacy.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.FanBridge.com/learn/privacy.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;This email message is powered by FanBridge:
&lt;br&gt;&lt;a href=&quot;http://www.FanBridge.com/b.php?id=129853&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.FanBridge.com/b.php?id=129853&lt;/a&gt;&lt;br&gt;Powering Valuable Fan Relationships
&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559830&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559830&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Future-Icon-Records--You%27ve-been-added-to-our-mailing-list.-tp26559830p26559830.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26556194</id>
	<title>Bug#503568: marked as done (Updating the gnumach Uploaders list)</title>
	<published>2009-11-28T11:21:09Z</published>
	<updated>2009-11-28T11:21:09Z</updated>
	<author>
		<name>Debian Bug Tracking System</name>
	</author>
	<content type="html">Your message dated Sat, 28 Nov 2009 19:18:53 +0000
&lt;br&gt;with message-id &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26556194&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1NESon-00020s-3y@...&lt;/a&gt;&amp;gt;
&lt;br&gt;and subject line Bug#503568: fixed in gnumach 2:1.3.99.dfsg.git20091128-1
&lt;br&gt;has caused the Debian Bug report #503568,
&lt;br&gt;regarding Updating the gnumach Uploaders list
&lt;br&gt;to be marked as done.
&lt;br&gt;&lt;br&gt;This means that you claim that the problem has been dealt with.
&lt;br&gt;If this is not the case it is now your responsibility to reopen the
&lt;br&gt;Bug report if necessary, and/or fix the problem forthwith.
&lt;br&gt;&lt;br&gt;(NB: If you are a system administrator and have no idea what this
&lt;br&gt;message is talking about, this may indicate a serious mail system
&lt;br&gt;misconfiguration somewhere. Please contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26556194&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;owner@...&lt;/a&gt;
&lt;br&gt;immediately.)
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;503568: &lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503568&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503568&lt;/a&gt;&lt;br&gt;Debian Bug Tracking System
&lt;br&gt;Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26556194&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;owner@...&lt;/a&gt; with problems
&lt;br&gt;&lt;br /&gt;Package: gnumach
&lt;br&gt;Version: 2:1.3.99.dfsg.cvs20080708-1
&lt;br&gt;Severity: minor
&lt;br&gt;&lt;br&gt;Marcus Brinkmann &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26556194&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brinkmd@...&lt;/a&gt;&amp;gt; has not been working on
&lt;br&gt;the gnumach package for quite some time.
&lt;br&gt;&lt;br&gt;We are tracking their status in the MIA team and would like to ask you
&lt;br&gt;to remove them from the Uploaders list of the package so we can close
&lt;br&gt;that part of the file.
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;Christoph
&lt;br&gt;-- 
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26556194&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cb@...&lt;/a&gt; | &lt;a href=&quot;http://www.df7cb.de/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.df7cb.de/&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;Source: gnumach
&lt;br&gt;Source-Version: 2:1.3.99.dfsg.git20091128-1
&lt;br&gt;&lt;br&gt;We believe that the bug you reported is fixed in the latest version of
&lt;br&gt;gnumach, which is due to be installed in the Debian FTP archive:
&lt;br&gt;&lt;br&gt;gnumach-dbg_1.3.99.dfsg.git20091128-1_i386.deb
&lt;br&gt;&amp;nbsp; to main/g/gnumach/gnumach-dbg_1.3.99.dfsg.git20091128-1_i386.deb
&lt;br&gt;gnumach-dev_1.3.99.dfsg.git20091128-1_i386.deb
&lt;br&gt;&amp;nbsp; to main/g/gnumach/gnumach-dev_1.3.99.dfsg.git20091128-1_i386.deb
&lt;br&gt;gnumach-udeb_1.3.99.dfsg.git20091128-1_i386.udeb
&lt;br&gt;&amp;nbsp; to main/g/gnumach/gnumach-udeb_1.3.99.dfsg.git20091128-1_i386.udeb
&lt;br&gt;gnumach_1.3.99.dfsg.git20091128-1.debian.tar.gz
&lt;br&gt;&amp;nbsp; to main/g/gnumach/gnumach_1.3.99.dfsg.git20091128-1.debian.tar.gz
&lt;br&gt;gnumach_1.3.99.dfsg.git20091128-1.dsc
&lt;br&gt;&amp;nbsp; to main/g/gnumach/gnumach_1.3.99.dfsg.git20091128-1.dsc
&lt;br&gt;gnumach_1.3.99.dfsg.git20091128-1_i386.deb
&lt;br&gt;&amp;nbsp; to main/g/gnumach/gnumach_1.3.99.dfsg.git20091128-1_i386.deb
&lt;br&gt;gnumach_1.3.99.dfsg.git20091128.orig.tar.gz
&lt;br&gt;&amp;nbsp; to main/g/gnumach/gnumach_1.3.99.dfsg.git20091128.orig.tar.gz
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;A summary of the changes between this version and the previous one is
&lt;br&gt;attached.
&lt;br&gt;&lt;br&gt;Thank you for reporting the bug, which will now be closed. &amp;nbsp;If you
&lt;br&gt;have further comments please address them to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26556194&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;503568@...&lt;/a&gt;,
&lt;br&gt;and the maintainer will reopen the bug report if appropriate.
&lt;br&gt;&lt;br&gt;Debian distribution maintenance software
&lt;br&gt;pp.
&lt;br&gt;Guillem Jover &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26556194&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;guillem@...&lt;/a&gt;&amp;gt; (supplier of updated gnumach package)
&lt;br&gt;&lt;br&gt;(This message was generated automatically at their request; if you
&lt;br&gt;believe that there is a problem with it please contact the archive
&lt;br&gt;administrators by mailing &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26556194&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ftpmaster@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Format: 1.8
&lt;br&gt;Date: Sat, 28 Nov 2009 19:14:15 +0100
&lt;br&gt;Source: gnumach
&lt;br&gt;Binary: gnumach gnumach-udeb gnumach-dbg gnumach-dev
&lt;br&gt;Architecture: source i386
&lt;br&gt;Version: 2:1.3.99.dfsg.git20091128-1
&lt;br&gt;Distribution: unstable
&lt;br&gt;Urgency: low
&lt;br&gt;Maintainer: GNU Hurd Maintainers &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26556194&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Changed-By: Guillem Jover &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26556194&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;guillem@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Description: 
&lt;br&gt;&amp;nbsp;gnumach &amp;nbsp; &amp;nbsp;- The GNU version of the Mach microkernel
&lt;br&gt;&amp;nbsp;gnumach-dbg - The GNU version of the Mach microkernel for debugging
&lt;br&gt;&amp;nbsp;gnumach-dev - The GNU version of the Mach microkernel
&lt;br&gt;&amp;nbsp;gnumach-udeb - The GNU version of the Mach microkernel (udeb)
&lt;br&gt;Closes: 503568
&lt;br&gt;Changes: 
&lt;br&gt;&amp;nbsp;gnumach (2:1.3.99.dfsg.git20091128-1) unstable; urgency=low
&lt;br&gt;&amp;nbsp;.
&lt;br&gt;&amp;nbsp; &amp;nbsp;* New upstream git snapshot.
&lt;br&gt;&amp;nbsp;.
&lt;br&gt;&amp;nbsp; &amp;nbsp;[ Guillem Jover ]
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Update debian/copyright to point to the git repository.
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Sync with upstream:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- debian/patches/05_halt_on_panic_flag.patch: Remove, merged upstream.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- debian/patches/12_sis900.patch: Likewise.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- debian/patches/14_alloc_params.patch: Likewise.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- debian/patches/15_mem_obj_proxy.patch: Likewise.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- debian/patches/16_ide_multsect.patch: Likewise.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- debian/patches/20_xmm_support.patch: Likewise.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- debian/patches/05_halt_on_panic_flag.patch: Refresh.
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Switch to source format “3.0 (quilt)”:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- Remove quilt from Build-Depends.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- Remove quilt.make include from debian/rules.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- Remove patch and unpatch targets from debian/rules.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- Remove now unneeded debian/README.source.
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Do not include ChangeLog.0*, they are not shipped upstream anymore.
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Remove Marcus Brinkmann from Uploaders. Closes: #503568
&lt;br&gt;Checksums-Sha1: 
&lt;br&gt;&amp;nbsp;6b93f95467445f0f212cbdafca60fa299d7d7e31 1567 gnumach_1.3.99.dfsg.git20091128-1.dsc
&lt;br&gt;&amp;nbsp;625a9caf7be891800ba715c971916c553fccd5bc 3361642 gnumach_1.3.99.dfsg.git20091128.orig.tar.gz
&lt;br&gt;&amp;nbsp;77d8d6d424fbda23e39f25369e378e0332cd8407 26005 gnumach_1.3.99.dfsg.git20091128-1.debian.tar.gz
&lt;br&gt;&amp;nbsp;150185cfb7ca08383b70498caefff91171fa011b 878446 gnumach_1.3.99.dfsg.git20091128-1_i386.deb
&lt;br&gt;&amp;nbsp;520ad96aecd0c8a6af4730231ff4290efb07a2e6 861564 gnumach-udeb_1.3.99.dfsg.git20091128-1_i386.udeb
&lt;br&gt;&amp;nbsp;66757a911efdeae45ebd14cfd618c6b262935eed 3393168 gnumach-dbg_1.3.99.dfsg.git20091128-1_i386.deb
&lt;br&gt;&amp;nbsp;f8d6f4c7246b09d4f4ddbbabe72664054a2eb93d 84498 gnumach-dev_1.3.99.dfsg.git20091128-1_i386.deb
&lt;br&gt;Checksums-Sha256: 
&lt;br&gt;&amp;nbsp;49e4681fc03267c65cfbb8c2cb1141fd310ebfebbc8e03cecd4d7c1ac2ef6ad4 1567 gnumach_1.3.99.dfsg.git20091128-1.dsc
&lt;br&gt;&amp;nbsp;25911ef17addc9a81bd6b4c3275fab41eeb039f957d2af372ccdedd66cfe3611 3361642 gnumach_1.3.99.dfsg.git20091128.orig.tar.gz
&lt;br&gt;&amp;nbsp;e0eb583d6691245a16c0f9c68945caa5c39ed77ca3a37bc0476b1a693dc494db 26005 gnumach_1.3.99.dfsg.git20091128-1.debian.tar.gz
&lt;br&gt;&amp;nbsp;f642743d991cffeeac755cf2388e52893ba56912263e5df02451235e9a3671d9 878446 gnumach_1.3.99.dfsg.git20091128-1_i386.deb
&lt;br&gt;&amp;nbsp;23798d79b44554c67f8d48771b6b86a3ea0e36895c6c94f20e822c455a752e6c 861564 gnumach-udeb_1.3.99.dfsg.git20091128-1_i386.udeb
&lt;br&gt;&amp;nbsp;e136d2ff9d5d13ec7206c8bed8b66e8cd4acf1ecad000ebde1da63e98375d14e 3393168 gnumach-dbg_1.3.99.dfsg.git20091128-1_i386.deb
&lt;br&gt;&amp;nbsp;a0e311e3aacbb04ab7186fc2c8adc327c522c31d208b34dc0bd7ccb5bf64b4aa 84498 gnumach-dev_1.3.99.dfsg.git20091128-1_i386.deb
&lt;br&gt;Files: 
&lt;br&gt;&amp;nbsp;a6dba950aaac1bd8173296a73912e25a 1567 kernel optional gnumach_1.3.99.dfsg.git20091128-1.dsc
&lt;br&gt;&amp;nbsp;a2eac1636c109acf49f4aa4932725d23 3361642 kernel optional gnumach_1.3.99.dfsg.git20091128.orig.tar.gz
&lt;br&gt;&amp;nbsp;ab2183c58a5b59b874c36fad9920a101 26005 kernel optional gnumach_1.3.99.dfsg.git20091128-1.debian.tar.gz
&lt;br&gt;&amp;nbsp;1cd823f6917a04c87c8eceaf53cf34eb 878446 kernel optional gnumach_1.3.99.dfsg.git20091128-1_i386.deb
&lt;br&gt;&amp;nbsp;8bd30e8669755483442495f70150fe4b 861564 debian-installer optional gnumach-udeb_1.3.99.dfsg.git20091128-1_i386.udeb
&lt;br&gt;&amp;nbsp;7b80bad0b882b4b4529d28bd28b5dae8 3393168 debug extra gnumach-dbg_1.3.99.dfsg.git20091128-1_i386.deb
&lt;br&gt;&amp;nbsp;2e70425d39b1c552bff268958d96e9ce 84498 devel optional gnumach-dev_1.3.99.dfsg.git20091128-1_i386.deb
&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.10 (GNU/Linux)
&lt;br&gt;&lt;br&gt;iEYEARECAAYFAksRavMACgkQuW9ciZ2SjJsD4QCdHt8bRj9LJhFKmnopnpECL1fN
&lt;br&gt;Ei0AoLtLZ0jCQmKhEwwIKH0a3YFX8ztM
&lt;br&gt;=WWnW
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26556194/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-503568%3A-Updating-the-gnumach-Uploaders-list-tp20176061p26556194.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26556026</id>
	<title>Processing of gnumach_1.3.99.dfsg.git20091128-1_i386.changes</title>
	<published>2009-11-28T11:08:23Z</published>
	<updated>2009-11-28T11:08:23Z</updated>
	<author>
		<name>Archive Administrator-4</name>
	</author>
	<content type="html">gnumach_1.3.99.dfsg.git20091128-1_i386.changes uploaded successfully to localhost
&lt;br&gt;along with the files:
&lt;br&gt;&amp;nbsp; gnumach_1.3.99.dfsg.git20091128-1.dsc
&lt;br&gt;&amp;nbsp; gnumach_1.3.99.dfsg.git20091128.orig.tar.gz
&lt;br&gt;&amp;nbsp; gnumach_1.3.99.dfsg.git20091128-1.debian.tar.gz
&lt;br&gt;&amp;nbsp; gnumach_1.3.99.dfsg.git20091128-1_i386.deb
&lt;br&gt;&amp;nbsp; gnumach-udeb_1.3.99.dfsg.git20091128-1_i386.udeb
&lt;br&gt;&amp;nbsp; gnumach-dbg_1.3.99.dfsg.git20091128-1_i386.deb
&lt;br&gt;&amp;nbsp; gnumach-dev_1.3.99.dfsg.git20091128-1_i386.deb
&lt;br&gt;&lt;br&gt;Greetings,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Your Debian queue daemon (running on host ries.debian.org)
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26556026&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26556026&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Processing-of-gnumach_1.3.99.dfsg.git20091128-1_i386.changes-tp26556026p26556026.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26554042</id>
	<title>Re: Hurd: eglibc &amp; gcc-4.4</title>
	<published>2009-11-28T07:03:36Z</published>
	<updated>2009-11-28T07:03:36Z</updated>
	<author>
		<name>Samuel Thibault-8</name>
	</author>
	<content type="html">Aurelien Jarno, le Fri 27 Nov 2009 17:05:59 +0100, a écrit :
&lt;br&gt;&amp;gt; &amp;gt; I don't know if there is still a reason for not running the testsuite.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have tried to run it, and math/test-fenv makes the kernel to crash and
&lt;br&gt;&amp;gt; the machine to reboot. On the console, I get:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; panic: fpexterrflt
&lt;br&gt;&lt;br&gt;Apparently kvm doesn't implement FPU compatibility mode and assumes that
&lt;br&gt;the OS uses native mode, while qemu works fine. &amp;nbsp;I'm adding native
&lt;br&gt;support for gnumach, that should fix it.
&lt;br&gt;&lt;br&gt;Samuel
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26554042&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26554042&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hurd%3A-eglibc---gcc-4.4-tp26527360p26554042.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26546736</id>
	<title>Re: native installation with grub2</title>
	<published>2009-11-27T11:16:45Z</published>
	<updated>2009-11-27T11:16:45Z</updated>
	<author>
		<name>Bugzilla from arne_bab@web.de</name>
	</author>
	<content type="html">Am Freitag, 27. November 2009 18:39:28 schrieb Samuel Thibault:
&lt;br&gt;&amp;gt; I'm glad to announce that the latest grub2 package (1.97+20091125-1)
&lt;br&gt;&amp;gt; does support native installation from GNU/Hurd itself!
&lt;br&gt;&lt;br&gt;Great! 
&lt;br&gt;&lt;br&gt;Many thanks! 
&lt;br&gt;&lt;br&gt;- Arne
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26546736/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/native-installation-with-grub2-tp26545875p26546736.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26546518</id>
	<title>Re: native installation with grub2</title>
	<published>2009-11-27T10:56:46Z</published>
	<updated>2009-11-27T10:56:46Z</updated>
	<author>
		<name>Michael Banck</name>
	</author>
	<content type="html">&lt;br&gt;On Fri, Nov 27, 2009 at 06:39:28PM +0100, Samuel Thibault wrote:
&lt;br&gt;&amp;gt; I'm glad to announce that the latest grub2 package (1.97+20091125-1)
&lt;br&gt;&amp;gt; does support native installation from GNU/Hurd itself!
&lt;br&gt;&lt;br&gt;Wow \o/
&lt;br&gt;&lt;br&gt;&lt;br&gt;Michael
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26546518&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hurd-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26546518&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/native-installation-with-grub2-tp26545875p26546518.html" />
</entry>

</feed>
