<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-12570</id>
	<title>Nabble - debian-hppa</title>
	<updated>2009-12-15T13:49:07Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/debian-hppa-f12570.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/debian-hppa-f12570.html" />
	<subtitle type="html">Discussions on the PA-RISC port of Debian GNU/Linux.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26802406</id>
	<title>Re: Erlang VM immediately exits on hppa: execve() fails</title>
	<published>2009-12-15T13:49:07Z</published>
	<updated>2009-12-15T13:49:07Z</updated>
	<author>
		<name>Carlos O'Donell-2</name>
	</author>
	<content type="html">On Tue, Dec 15, 2009 at 2:24 PM, Sergei Golovan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26802406&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sgolovan@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Tue, Dec 15, 2009 at 7:11 PM,  &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26802406&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;carlos@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; On Tue, Dec 15, 2009 at 2:52 AM, Sergei Golovan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26802406&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sgolovan@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; After the recent changes in hppa architecture Erlang virtual machine
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fails to start (which leads to several FTBFS bugs in particular:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; #559628, #559962, #559004).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The problem is that after vfork(), execve() fails to start a child
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; process. It sets errno to EMFILE. If I run erl under strace, it works
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fine. Is it a bug in glibc, or in Erlang itself?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I'm giving a small excerpt from erts/emulator/sys/unix/sys.c file
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; where the failed execve(), the rest could be found in erlang
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 12.b.2.1-1 sources.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Are you certain that execve() fails to start a child process?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yes, after I've inserted some debug printf() right after execve() it
&lt;br&gt;&amp;gt; was reached.
&lt;/div&gt;&lt;br&gt;Yes, you are definitely right, I hadn't thought to try that.
&lt;br&gt;&lt;br&gt;I will test an instrumented kernel tonight to see what the problem is.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Carlos.
&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=26802406&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26802406&amp;i=4&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/Erlang-VM-immediately-exits-on-hppa%3A-execve%28%29-fails-tp26791121p26802406.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26800554</id>
	<title>Re: Erlang VM immediately exits on hppa: execve() fails</title>
	<published>2009-12-15T11:24:24Z</published>
	<updated>2009-12-15T11:24:24Z</updated>
	<author>
		<name>Sergei Golovan</name>
	</author>
	<content type="html">On Tue, Dec 15, 2009 at 7:11 PM, &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26800554&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;carlos@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Tue, Dec 15, 2009 at 2:52 AM, Sergei Golovan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26800554&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sgolovan@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; After the recent changes in hppa architecture Erlang virtual machine
&lt;br&gt;&amp;gt;&amp;gt; fails to start (which leads to several FTBFS bugs in particular:
&lt;br&gt;&amp;gt;&amp;gt; #559628, #559962, #559004).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The problem is that after vfork(), execve() fails to start a child
&lt;br&gt;&amp;gt;&amp;gt; process. It sets errno to EMFILE. If I run erl under strace, it works
&lt;br&gt;&amp;gt;&amp;gt; fine. Is it a bug in glibc, or in Erlang itself?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm giving a small excerpt from erts/emulator/sys/unix/sys.c file
&lt;br&gt;&amp;gt;&amp;gt; where the failed execve(), the rest could be found in erlang
&lt;br&gt;&amp;gt;&amp;gt; 12.b.2.1-1 sources.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Are you certain that execve() fails to start a child process?
&lt;/div&gt;&lt;br&gt;Yes, after I've inserted some debug printf() right after execve() it
&lt;br&gt;was reached.
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; While debugging emacs32 failures I discovered that execve() works, but
&lt;br&gt;&amp;gt; that the parent which called the vfork() is corrupted by the child.
&lt;br&gt;&lt;br&gt;But you're right, parent process becomes seems to be corrupt after
&lt;br&gt;vfork(). (At least test printf() doesn't print anything.
&lt;br&gt;&lt;br&gt;&amp;gt; We haven't been able to determine the cause of the failure yet.
&lt;br&gt;&lt;br&gt;OK, I see.
&lt;br&gt;&lt;br&gt;Cheers!
&lt;br&gt;-- 
&lt;br&gt;Sergei Golovan
&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=26800554&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26800554&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/Erlang-VM-immediately-exits-on-hppa%3A-execve%28%29-fails-tp26791121p26800554.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26797302</id>
	<title>Re: Erlang VM immediately exits on hppa: execve() fails</title>
	<published>2009-12-15T08:11:27Z</published>
	<updated>2009-12-15T08:11:27Z</updated>
	<author>
		<name>Carlos O'Donell-2</name>
	</author>
	<content type="html">On Tue, Dec 15, 2009 at 2:52 AM, Sergei Golovan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26797302&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sgolovan@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; After the recent changes in hppa architecture Erlang virtual machine
&lt;br&gt;&amp;gt; fails to start (which leads to several FTBFS bugs in particular:
&lt;br&gt;&amp;gt; #559628, #559962, #559004).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The problem is that after vfork(), execve() fails to start a child
&lt;br&gt;&amp;gt; process. It sets errno to EMFILE. If I run erl under strace, it works
&lt;br&gt;&amp;gt; fine. Is it a bug in glibc, or in Erlang itself?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm giving a small excerpt from erts/emulator/sys/unix/sys.c file
&lt;br&gt;&amp;gt; where the failed execve(), the rest could be found in erlang
&lt;br&gt;&amp;gt; 12.b.2.1-1 sources.
&lt;/div&gt;&lt;br&gt;Are you certain that execve() fails to start a child process?
&lt;br&gt;&lt;br&gt;While debugging emacs32 failures I discovered that execve() works, but
&lt;br&gt;that the parent which called the vfork() is corrupted by the child.
&lt;br&gt;&lt;br&gt;I posted a test case for our kernel developers to look at here:
&lt;br&gt;&lt;a href=&quot;http://article.gmane.org/gmane.linux.ports.parisc/2403&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://article.gmane.org/gmane.linux.ports.parisc/2403&lt;/a&gt;&lt;br&gt;&lt;br&gt;We haven't been able to determine the cause of the failure yet.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Carlos.
&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=26797302&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26797302&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/Erlang-VM-immediately-exits-on-hppa%3A-execve%28%29-fails-tp26791121p26797302.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26796479</id>
	<title>Re: access to hppa machine to work on Bug#558980</title>
	<published>2009-12-15T06:55:11Z</published>
	<updated>2009-12-15T06:55:11Z</updated>
	<author>
		<name>John David Anglin-4</name>
	</author>
	<content type="html">&amp;gt; On Mon, Dec 14, 2009 at 07:46:52AM -0500, Stephen Leake wrote:
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; &amp;gt; Ludovic also suggested removing '-fstack-check' from the list of
&lt;br&gt;&amp;gt; &amp;gt; compiler options. I did that, rebuilt the static and dynamic
&lt;br&gt;&amp;gt; &amp;gt; libraries, and the bug went away; the test code works with both static
&lt;br&gt;&amp;gt; &amp;gt; and dynamic libraries.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Dave, Carlos,
&lt;br&gt;&amp;gt; Would this imply something might be broken in the stack unwinding?
&lt;br&gt;&lt;br&gt;Possibly. &amp;nbsp;An off by one error was recently fixed on GCC head.
&lt;br&gt;This affects Ada but not Java. &amp;nbsp;Java had code to adjust the program
&lt;br&gt;counter by one instruction when catching signals. &amp;nbsp;The change could
&lt;br&gt;be backported to 4.4, but I don't intend to do it because the behavior
&lt;br&gt;isn't a regression and it changes the behavior of libgcc_s.so. &amp;nbsp;We
&lt;br&gt;need a version bump for libgcc_s.so in 4.5.
&lt;br&gt;&lt;br&gt;We don't have any backend support for '-fstack-check'. &amp;nbsp;Eric
&lt;br&gt;Botcazou has recently done some updates which I think fix some issues
&lt;br&gt;with generic stack checking. &amp;nbsp;See for example,
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20548&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20548&lt;/a&gt;&lt;br&gt;&lt;br&gt;So, it might help to try a recent 4.5.0 snapshot.
&lt;br&gt;&lt;br&gt;The fact that the stack grows upwards on hppa is a bit unusual and
&lt;br&gt;might be a source of problems. &amp;nbsp;It is possible that we could add backend
&lt;br&gt;support for stack checking using the probe instruction, etc, but I don't
&lt;br&gt;have time to look into it until we finish moving. &amp;nbsp;There's still a few
&lt;br&gt;remaining issues for 4.5.0 to be addressed.
&lt;br&gt;&lt;br&gt;&amp;gt; Or is this more likely to be something specific to Gnu ADA?
&lt;br&gt;&lt;br&gt;Dave
&lt;br&gt;-- 
&lt;br&gt;J. David Anglin &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26796479&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dave.anglin@...&lt;/a&gt;
&lt;br&gt;National Research Council of Canada &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(613) 990-0752 (FAX: 952-6602)
&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=26796479&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26796479&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/access-to-hppa-machine-to-work-on-Bug-558980-tp26744097p26796479.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26791121</id>
	<title>Erlang VM immediately exits on hppa: execve() fails</title>
	<published>2009-12-14T23:52:04Z</published>
	<updated>2009-12-14T23:52:04Z</updated>
	<author>
		<name>Sergei Golovan</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;After the recent changes in hppa architecture Erlang virtual machine
&lt;br&gt;fails to start (which leads to several FTBFS bugs in particular:
&lt;br&gt;#559628, #559962, #559004).
&lt;br&gt;&lt;br&gt;The problem is that after vfork(), execve() fails to start a child
&lt;br&gt;process. It sets errno to EMFILE. If I run erl under strace, it works
&lt;br&gt;fine. Is it a bug in glibc, or in Erlang itself?
&lt;br&gt;&lt;br&gt;I'm giving a small excerpt from erts/emulator/sys/unix/sys.c file
&lt;br&gt;where the failed execve(), the rest could be found in erlang
&lt;br&gt;12.b.2.1-1 sources.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pid = vfork();
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (pid == 0) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* The child! */
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* Observe!
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* OTP-4389: The child setup program (implemented in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* erl_child_setup.c) will perform the necessary setup of the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* child before it execs to the user program. This because
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* vfork() only allow an *immediate* execve() or _exit() in the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* child.
&lt;br&gt;&amp;nbsp; &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; execve(child_setup_prog, cs_argv, new_environ);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; _exit(1);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;Cheers!
&lt;br&gt;-- 
&lt;br&gt;Sergei Golovan
&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=26791121&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26791121&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/Erlang-VM-immediately-exits-on-hppa%3A-execve%28%29-fails-tp26791121p26791121.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26789747</id>
	<title>Re: access to hppa machine to work on Bug#558980</title>
	<published>2009-12-14T21:38:27Z</published>
	<updated>2009-12-14T21:38:27Z</updated>
	<author>
		<name>Grant Grundler</name>
	</author>
	<content type="html">On Mon, Dec 14, 2009 at 07:46:52AM -0500, Stephen Leake wrote:
&lt;br&gt;...
&lt;br&gt;&amp;gt; Ludovic also suggested removing '-fstack-check' from the list of
&lt;br&gt;&amp;gt; compiler options. I did that, rebuilt the static and dynamic
&lt;br&gt;&amp;gt; libraries, and the bug went away; the test code works with both static
&lt;br&gt;&amp;gt; and dynamic libraries.
&lt;br&gt;&lt;br&gt;Dave, Carlos,
&lt;br&gt;Would this imply something might be broken in the stack unwinding?
&lt;br&gt;Or is this more likely to be something specific to Gnu ADA?
&lt;br&gt;&lt;br&gt;thanks,
&lt;br&gt;grant
&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=26789747&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26789747&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/access-to-hppa-machine-to-work-on-Bug-558980-tp26744097p26789747.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26787314</id>
	<title>Re: SIGFPE trapping on HPPA</title>
	<published>2009-12-14T16:01:24Z</published>
	<updated>2009-12-14T16:01:24Z</updated>
	<author>
		<name>Frans Pop-3</name>
	</author>
	<content type="html">Nice test case!
&lt;br&gt;&lt;br&gt;Thibaut Paumard wrote:
&lt;br&gt;&amp;gt; Compile with
&lt;br&gt;&amp;gt; gcc -lm -o fputest fputest.c
&lt;br&gt;&lt;br&gt;It's kind of funny that gcc only warns about div by zero for the integer 
&lt;br&gt;case:
&lt;br&gt;&lt;br&gt;fputest.c: In function ‘worker’:
&lt;br&gt;fputest.c:73: warning: division by zero
&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=26787314&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26787314&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/Yorick-FTBFS%3A-DM-needs-access-to-HPPA-machine-tp26691356p26787314.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26786449</id>
	<title>Re: openoffice.org port there ;)</title>
	<published>2009-12-14T14:52:43Z</published>
	<updated>2009-12-14T14:52:43Z</updated>
	<author>
		<name>Carlos O'Donell-2</name>
	</author>
	<content type="html">On Mon, Dec 14, 2009 at 4:52 PM, Rene Engelhard &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26786449&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rene@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; ene@frodo:~/Debian/Pakete/openoffice.org/openoffice.org-3.2.0/debian$ grep Architecture: control | sort | uniq
&lt;br&gt;&amp;gt; Architecture: all
&lt;br&gt;&amp;gt; Architecture: i386 amd64 ia64 sparc
&lt;br&gt;&amp;gt; Architecture: i386 mips mipsel s390 armel amd64 ia64 s390x sparc hppa
&lt;br&gt;&amp;gt; Architecture: i386 powerpc mips mipsel armel s390 m68k amd64 ia64 ppc64 s390x sparc hppa
&lt;br&gt;&amp;gt;    ^^^^
&lt;br&gt;&amp;gt; Architecture: i386 powerpc mips mipsel s390 arm armel amd64 ia64 ppc64 s390x sparc hppa
&lt;br&gt;&amp;gt; Architecture: i386 powerpc mips mipsel s390 armel amd64 ia64 ppc64 s390x sparc hppa
&lt;br&gt;&amp;gt; Architecture: i386 powerpc mips mipsel s390 m68k amd64 ia64 ppc64 s390x sparc hppa
&lt;br&gt;&amp;gt; Architecture: i386 powerpc s390 amd64 ia64 ppc64 s390x sparc
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yes, RedHat created a hppa port, so there it is. Even with Java :-) (gcj-jdk)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Will be enabled in the next upload of the 3.2 branch; a older snapshot of
&lt;br&gt;&amp;gt; the packaging was also built (with some hacks, but they're not relevant for
&lt;br&gt;&amp;gt; the overall standing) on paer successfully, you can get it from my home
&lt;br&gt;&amp;gt; there if you want to play with it :-)
&lt;/div&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Carlos.
&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=26786449&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26786449&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/openoffice.org-port-there--%29-tp26785836p26786449.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26785812</id>
	<title>Re: SIGFPE trapping on HPPA (was: Yorick FTBFS: DM needs access to  HPPA machine)</title>
	<published>2009-12-14T14:08:02Z</published>
	<updated>2009-12-14T14:08:02Z</updated>
	<author>
		<name>Thibaut Paumard-5</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Le 14 déc. 09 à 16:06, Carlos O'Donell a écrit :
&lt;br&gt;&amp;gt; Could you please provide a small test case and describe the expected &amp;nbsp;
&lt;br&gt;&amp;gt; behaviour?
&lt;br&gt;&lt;br&gt;Attached is a rather small testcase.
&lt;br&gt;&lt;br&gt;Compile with
&lt;br&gt;&amp;nbsp; &amp;nbsp;gcc -lm -o fputest fputest.c
&lt;br&gt;&lt;br&gt;Run with
&lt;br&gt;&amp;nbsp; &amp;nbsp;./fputest
&lt;br&gt;or with any succession of 'i's and 'f's, e.g.
&lt;br&gt;&amp;nbsp; &amp;nbsp;./fputest iffifi
&lt;br&gt;&lt;br&gt;The expected behaviour (checked on i386) is that for each f or i &amp;nbsp;
&lt;br&gt;letter, a line is output, for instance
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; $ ./fputest iffi
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Triggering integer SIGFPE: 1/0=(SIGFPE trapped)0
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Triggering floating SIGFPE: 1./0.=(SIGFPE trapped)0.000000
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Triggering floating SIGFPE: 1./0.=(SIGFPE trapped)0.000000
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Triggering integer SIGFPE: 1/0=(SIGFPE trapped)0
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; $ echo $?
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 0
&lt;br&gt;&lt;br&gt;All the SIGFPEs should be trapped and the program should exit &amp;nbsp;
&lt;br&gt;gracefully (check $?).
&lt;br&gt;&lt;br&gt;Under HPPA, the integer SIGFPEs are trapped but the floating-point &amp;nbsp;
&lt;br&gt;SIGFPEs are not:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; $ ./fputest iffi
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Triggering integer SIGFPE: 1/0=(SIGFPE trapped)0
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Triggering floating SIGFPE: 1./0.=Floating point exception
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; $ echo $?
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 136
&lt;br&gt;&lt;br&gt;It's great if you can check why this is.
&lt;br&gt;&lt;br&gt;Best regards, Thibaut.
&lt;br&gt;&lt;br&gt;&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;fputest.c&lt;/strong&gt; (2K) &lt;a href=&quot;http://old.nabble.com/attachment/26785812/0/fputest.c&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/Yorick-FTBFS%3A-DM-needs-access-to-HPPA-machine-tp26691356p26785812.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26785836</id>
	<title>openoffice.org port there ;)</title>
	<published>2009-12-14T13:52:35Z</published>
	<updated>2009-12-14T13:52:35Z</updated>
	<author>
		<name>Rene Engelhard</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;ene@frodo:~/Debian/Pakete/openoffice.org/openoffice.org-3.2.0/debian$ grep Architecture: control | sort | uniq
&lt;br&gt;Architecture: all
&lt;br&gt;Architecture: i386 amd64 ia64 sparc
&lt;br&gt;Architecture: i386 mips mipsel s390 armel amd64 ia64 s390x sparc hppa
&lt;br&gt;Architecture: i386 powerpc mips mipsel armel s390 m68k amd64 ia64 ppc64 s390x sparc hppa
&lt;br&gt;&amp;nbsp; &amp;nbsp; ^^^^
&lt;br&gt;Architecture: i386 powerpc mips mipsel s390 arm armel amd64 ia64 ppc64 s390x sparc hppa
&lt;br&gt;Architecture: i386 powerpc mips mipsel s390 armel amd64 ia64 ppc64 s390x sparc hppa
&lt;br&gt;Architecture: i386 powerpc mips mipsel s390 m68k amd64 ia64 ppc64 s390x sparc hppa
&lt;br&gt;Architecture: i386 powerpc s390 amd64 ia64 ppc64 s390x sparc
&lt;br&gt;&lt;br&gt;Yes, RedHat created a hppa port, so there it is. Even with Java :-) (gcj-jdk)
&lt;br&gt;&lt;br&gt;Will be enabled in the next upload of the 3.2 branch; a older snapshot of
&lt;br&gt;the packaging was also built (with some hacks, but they're not relevant for
&lt;br&gt;the overall standing) on paer successfully, you can get it from my home
&lt;br&gt;there if you want to play with it :-)
&lt;br&gt;&lt;br&gt;Grüße/Regards,
&lt;br&gt;&lt;br&gt;Rene
&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;.''`. &amp;nbsp;René Engelhard -- Debian GNU/Linux Developer
&lt;br&gt;&amp;nbsp;: :' : &lt;a href=&quot;http://www.debian.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.debian.org&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://people.debian.org/~rene/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://people.debian.org/~rene/&lt;/a&gt;&lt;br&gt;&amp;nbsp;`. `' &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26785836&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rene@...&lt;/a&gt; | GnuPG-Key ID: D03E3E70
&lt;br&gt;&amp;nbsp; &amp;nbsp;`- &amp;nbsp; Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70
&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=26785836&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26785836&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/openoffice.org-port-there--%29-tp26785836p26785836.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26779430</id>
	<title>Re: access to hppa machine to work on Bug#558980</title>
	<published>2009-12-14T07:18:03Z</published>
	<updated>2009-12-14T07:18:03Z</updated>
	<author>
		<name>Carlos O'Donell-2</name>
	</author>
	<content type="html">On Mon, Dec 14, 2009 at 7:46 AM, Stephen Leake
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26779430&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stephen_leake@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; If you see &amp;quot;transferring control:&amp;quot; then the dynamic loader has just
&lt;br&gt;&amp;gt;&amp;gt; handed off control the real program, and any fault after that is
&lt;br&gt;&amp;gt;&amp;gt; possibly related to the real program.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; That is there, although there are more symbols looked up after it.
&lt;br&gt;&lt;br&gt;This is good news, it means the dynamic loader handed control to the program.
&lt;br&gt;&lt;br&gt;&amp;gt; So I will leave hppa in the arch list, but remove the stack check
&lt;br&gt;&amp;gt; option.
&lt;br&gt;&lt;br&gt;Would it be possible for you to keep open a low severity bug
&lt;br&gt;indicating that this needs to be fixed?
&lt;br&gt;&lt;br&gt;Remember to tag the bug hppa, so that I can track it on our ports
&lt;br&gt;to-do list e.g.
&lt;br&gt;&lt;a href=&quot;http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=debian-hppa@lists.debian.org;which=tag&amp;data=hppa&amp;archive=no&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=debian-hppa@...;which=tag&amp;data=hppa&amp;archive=no&lt;/a&gt;&lt;br&gt;&lt;br&gt;We are working through the tagged bugs to try make progress.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Carlos.
&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=26779430&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26779430&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/access-to-hppa-machine-to-work-on-Bug-558980-tp26744097p26779430.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26779253</id>
	<title>Re: SIGFPE trapping on HPPA (was: Yorick FTBFS: DM needs access to  HPPA machine)</title>
	<published>2009-12-14T07:06:42Z</published>
	<updated>2009-12-14T07:06:42Z</updated>
	<author>
		<name>Carlos O'Donell-2</name>
	</author>
	<content type="html">On Mon, Dec 14, 2009 at 9:32 AM, Thibaut Paumard &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26779253&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mlotpot.news@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Under some circumstances (when and integer SIGFPE has been raised
&lt;br&gt;&amp;gt; previously), I have been able to have my handler output a short message, but
&lt;br&gt;&amp;gt; then it loops (this short message is repeated indefinitely). Calling
&lt;br&gt;&amp;gt; feclearexcepts() before outputting this message did not help: when
&lt;br&gt;&amp;gt; attempting a floating-point division by zero, either yorick dies or the
&lt;br&gt;&amp;gt; handler loops. The first three lines of the handler on this test case are:
&lt;br&gt;&amp;gt;  feclearexcept(FE_ALL_EXCEPT);
&lt;br&gt;&amp;gt;  printf(&amp;quot;in u_sigfpe\n&amp;quot;);
&lt;br&gt;&amp;gt;  fflush(stdout);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The handler is setup using signal(2):
&lt;br&gt;&amp;gt;  signal(SIGFPE, &amp;u_sigfpe)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; HPPA is the only architecture so far which exhibits this behaviour.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Does anyone has an idea of what I could do to fix this? Is there something
&lt;br&gt;&amp;gt; specific in the way HPPA handles SIGFPE trapping? Why is it different
&lt;br&gt;&amp;gt; between integer SIGFPE and floating SIGFPE?
&lt;/div&gt;&lt;br&gt;Could you please provide a small test case and describe the expected behaviour?
&lt;br&gt;&lt;br&gt;I'll look at the test case and see if there is any corner cases
&lt;br&gt;missing from the glibc floating point exception handling code.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Carlos.
&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=26779253&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26779253&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/Yorick-FTBFS%3A-DM-needs-access-to-HPPA-machine-tp26691356p26779253.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26778685</id>
	<title>SIGFPE trapping on HPPA (was: Yorick FTBFS: DM needs access to HPPA machine)</title>
	<published>2009-12-14T06:32:14Z</published>
	<updated>2009-12-14T06:32:14Z</updated>
	<author>
		<name>Thibaut Paumard-5</name>
	</author>
	<content type="html">&amp;gt; [1] &lt;a href=&quot;http://packages.debian.org/sid/yorick&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://packages.debian.org/sid/yorick&lt;/a&gt;&lt;br&gt;&amp;gt; [2] &lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559406&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559406&lt;/a&gt;&lt;br&gt;&lt;br&gt;Hello,
&lt;br&gt;&lt;br&gt;Thanks to access to Frans I have been able to test a little bit more &amp;nbsp;
&lt;br&gt;this issue.
&lt;br&gt;&lt;br&gt;It turns out the Yorick code is able to trap SIGFPE when it is &amp;nbsp;
&lt;br&gt;triggered by an integer division (1/0) but not when it is triggered by &amp;nbsp;
&lt;br&gt;a floating point division (1./0.).
&lt;br&gt;&lt;br&gt;In the former case, Yorick correctly signals the exception to the user &amp;nbsp;
&lt;br&gt;with a Yorick error message and stops to wait for input, whereas in &amp;nbsp;
&lt;br&gt;the latter it just dies with the single line &amp;quot;Floating point exception&amp;quot;.
&lt;br&gt;&lt;br&gt;Under some circumstances (when and integer SIGFPE has been raised &amp;nbsp;
&lt;br&gt;previously), I have been able to have my handler output a short &amp;nbsp;
&lt;br&gt;message, but then it loops (this short message is repeated &amp;nbsp;
&lt;br&gt;indefinitely). Calling feclearexcepts() before outputting this message &amp;nbsp;
&lt;br&gt;did not help: when attempting a floating-point division by zero, &amp;nbsp;
&lt;br&gt;either yorick dies or the handler loops. The first three lines of the &amp;nbsp;
&lt;br&gt;handler on this test case are:
&lt;br&gt;&amp;nbsp; &amp;nbsp;feclearexcept(FE_ALL_EXCEPT);
&lt;br&gt;&amp;nbsp; &amp;nbsp;printf(&amp;quot;in u_sigfpe\n&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp;fflush(stdout);
&lt;br&gt;&lt;br&gt;The handler is setup using signal(2):
&lt;br&gt;&amp;nbsp; &amp;nbsp;signal(SIGFPE, &amp;u_sigfpe)
&lt;br&gt;&lt;br&gt;HPPA is the only architecture so far which exhibits this behaviour.
&lt;br&gt;&lt;br&gt;Does anyone has an idea of what I could do to fix this? Is there &amp;nbsp;
&lt;br&gt;something specific in the way HPPA handles SIGFPE trapping? Why is it &amp;nbsp;
&lt;br&gt;different between integer SIGFPE and floating SIGFPE?
&lt;br&gt;&lt;br&gt;Best regards, Thibaut.
&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=26778685&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26778685&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/Yorick-FTBFS%3A-DM-needs-access-to-HPPA-machine-tp26691356p26778685.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26777383</id>
	<title>Re: access to hppa machine to work on Bug#558980</title>
	<published>2009-12-14T04:46:52Z</published>
	<updated>2009-12-14T04:46:52Z</updated>
	<author>
		<name>Stephen Leake-3</name>
	</author>
	<content type="html">&amp;quot;Carlos O'Donell&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26777383&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;carlos@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt; On Sun, Dec 13, 2009 at 10:03 AM, Stephen Leake
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26777383&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stephen_leake@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Frans Pop gave me access to his machine. I have some more information
&lt;br&gt;&amp;gt;&amp;gt; on the bug.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; If I compile from full GNADE source (not using the GNADE dynamic or
&lt;br&gt;&amp;gt;&amp;gt; static libraries), the code works.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What does &amp;quot;from full GNADE source&amp;quot; mean?
&lt;br&gt;&lt;br&gt;Ludovic answered this nicely.
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; With the dynamic library, I get a SIGSEGV, somewhere in the program
&lt;br&gt;&amp;gt;&amp;gt; startup, before any user code.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Export LD_DEBUG=all, run the program, this will tell you what the
&lt;br&gt;&amp;gt; dynamic loader is doing every step of the way.
&lt;br&gt;&lt;br&gt;This shows lots of symbols being resolved, nothing helpful.
&lt;br&gt;&lt;br&gt;&amp;gt; If you see &amp;quot;transferring control:&amp;quot; then the dynamic loader has just
&lt;br&gt;&amp;gt; handed off control the real program, and any fault after that is
&lt;br&gt;&amp;gt; possibly related to the real program.
&lt;br&gt;&lt;br&gt;That is there, although there are more symbols looked up after it.
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; With the static library, I get a stack overflow (caught and reported
&lt;br&gt;&amp;gt;&amp;gt; by the Ada runtime), during elaboration of a compiler-provided
&lt;br&gt;&amp;gt;&amp;gt; container library.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Could you please define &amp;quot;during elaboration?&amp;quot;
&lt;br&gt;&lt;br&gt;Ludovic answered this nicely.
&lt;br&gt;&lt;br&gt;Ludovic also suggested removing '-fstack-check' from the list of
&lt;br&gt;compiler options. I did that, rebuilt the static and dynamic
&lt;br&gt;libraries, and the bug went away; the test code works with both static
&lt;br&gt;and dynamic libraries.
&lt;br&gt;&lt;br&gt;So I will leave hppa in the arch list, but remove the stack check
&lt;br&gt;option.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;-- Stephe
&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=26777383&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26777383&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/access-to-hppa-machine-to-work-on-Bug-558980-tp26744097p26777383.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26776264</id>
	<title>Re: access to hppa machine to work on Bug#558980</title>
	<published>2009-12-14T02:52:32Z</published>
	<updated>2009-12-14T02:52:32Z</updated>
	<author>
		<name>Ludovic Brenta-2</name>
	</author>
	<content type="html">&lt;br&gt;Carlos O'Donell wrote:
&lt;br&gt;&amp;gt; On Sun, Dec 13, 2009 at 10:03 AM, Stephen Leake wrote:
&lt;br&gt;&amp;gt;&amp;gt; Frans Pop gave me access to his machine. I have some more information
&lt;br&gt;&amp;gt;&amp;gt; on the bug.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; If I compile from full GNADE source (not using the GNADE dynamic or
&lt;br&gt;&amp;gt;&amp;gt; static libraries), the code works.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What does &amp;quot;from full GNADE source&amp;quot; mean?
&lt;br&gt;&lt;br&gt;I think that means &amp;quot;recompile the application program and the sources of
&lt;br&gt;the library into a single, statically-linked program&amp;quot; as opposed to
&lt;br&gt;&amp;quot;compile the library sources, create a (static|shared) library and link
&lt;br&gt;into the executable&amp;quot;.
&lt;br&gt;&lt;br&gt;[...]
&lt;br&gt;&amp;gt;&amp;gt; With the static library, I get a stack overflow (caught and reported
&lt;br&gt;&amp;gt;&amp;gt; by the Ada runtime), during elaboration of a compiler-provided
&lt;br&gt;&amp;gt;&amp;gt; container library.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Could you please define &amp;quot;during elaboration?&amp;quot;
&lt;br&gt;&lt;br&gt;It seems only Ada programmers know about elaboration :)
&lt;br&gt;&lt;br&gt;In a nutshell, elaboration is all that happens between the transfer of
&lt;br&gt;control from the dynamic loader to the executable and the start of
&lt;br&gt;execution of the main subprogram (main() in C and C++, anything in Ada). 
&lt;br&gt;Elaboration consists in allocating and initialalizing nonstatic global
&lt;br&gt;variables, i.e. those declared outside of any subprogram but whose value is
&lt;br&gt;unknown at compile time. &amp;nbsp;This might involve calling user-defined functions
&lt;br&gt;that return the initial value of a variable. &amp;nbsp;Subprograms and Ada packages,
&lt;br&gt;too, are elaborated; their elaboration consists only in making sure all the
&lt;br&gt;global variables and other subprograms they depend on are already
&lt;br&gt;elaborated. &amp;nbsp;Example:
&lt;br&gt;&lt;br&gt;-*- mode: c -*-
&lt;br&gt;#include &amp;lt;stdlib.h&amp;gt;
&lt;br&gt;int i = foo ();
&lt;br&gt;int main () { puts (&amp;quot;this is called after elaboration\n&amp;quot;); return i; }
&lt;br&gt;int foo () { puts (&amp;quot;this is called during elaboration\n&amp;quot;); return rand ();
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;The example illustrates the importance of controlling elaboration order. In
&lt;br&gt;this case, i must be elaborated before main() is called but after puts()
&lt;br&gt;and rand () are elaborated.
&lt;br&gt;&lt;br&gt;Ada offers precise control of elaboration order and the compiler can report
&lt;br&gt;the elaboration order it has chosen for a given executable program.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ludovic Brenta.
&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=26776264&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26776264&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/access-to-hppa-machine-to-work-on-Bug-558980-tp26744097p26776264.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26767692</id>
	<title>Re: access to hppa machine to work on Bug#558980</title>
	<published>2009-12-13T08:55:05Z</published>
	<updated>2009-12-13T08:55:05Z</updated>
	<author>
		<name>Frans Pop-3</name>
	</author>
	<content type="html">Stephen Leake wrote:
&lt;br&gt;&amp;gt; Frans Pop gave me access to his machine. I have some more information
&lt;br&gt;&amp;gt; on the bug.
&lt;br&gt;&lt;br&gt;I've forwarded this mail and Carlos' reply to the bug report.
&lt;br&gt;&lt;br&gt;Please don't forget to CC the BR when discussing the bug itself! That's 
&lt;br&gt;where people will look for it later; they won't look on the list.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;FJP
&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=26767692&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26767692&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/access-to-hppa-machine-to-work-on-Bug-558980-tp26744097p26767692.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26767103</id>
	<title>Re: access to hppa machine to work on Bug#558980</title>
	<published>2009-12-13T07:39:17Z</published>
	<updated>2009-12-13T07:39:17Z</updated>
	<author>
		<name>Carlos O'Donell-2</name>
	</author>
	<content type="html">On Sun, Dec 13, 2009 at 10:03 AM, Stephen Leake
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26767103&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stephen_leake@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Frans Pop gave me access to his machine. I have some more information
&lt;br&gt;&amp;gt; on the bug.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If I compile from full GNADE source (not using the GNADE dynamic or
&lt;br&gt;&amp;gt; static libraries), the code works.
&lt;br&gt;&lt;br&gt;What does &amp;quot;from full GNADE source&amp;quot; mean?
&lt;br&gt;&lt;br&gt;&amp;gt; With the dynamic library, I get a SIGSEGV, somewhere in the program
&lt;br&gt;&amp;gt; startup, before any user code.
&lt;br&gt;&lt;br&gt;Export LD_DEBUG=all, run the program, this will tell you what the
&lt;br&gt;dynamic loader is doing every step of the way.
&lt;br&gt;&lt;br&gt;If you see &amp;quot;transferring control:&amp;quot; then the dynamic loader has just
&lt;br&gt;handed off control the real program, and any fault after that is
&lt;br&gt;possibly related to the real program.
&lt;br&gt;&lt;br&gt;&amp;gt; With the static library, I get a stack overflow (caught and reported
&lt;br&gt;&amp;gt; by the Ada runtime), during elaboration of a compiler-provided
&lt;br&gt;&amp;gt; container library.
&lt;br&gt;&lt;br&gt;Could you please define &amp;quot;during elaboration?&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;gt; So the problem is related to libraries, which means it's probably in
&lt;br&gt;&amp;gt; the linker and/or loader somewhere.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It seems clear that no user will be able to use GNADE in its current
&lt;br&gt;&amp;gt; form on hppa, so I should remove hppa from the arch list in
&lt;br&gt;&amp;gt; debian/control for the squeeze release.
&lt;br&gt;&lt;br&gt;Thanks for the help.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Carlos.
&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=26767103&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26767103&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/access-to-hppa-machine-to-work-on-Bug-558980-tp26744097p26767103.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26766968</id>
	<title>Re: access to hppa machine to work on Bug#558980</title>
	<published>2009-12-13T07:03:24Z</published>
	<updated>2009-12-13T07:03:24Z</updated>
	<author>
		<name>Stephen Leake-3</name>
	</author>
	<content type="html">Stephen Leake &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26766968&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stephen_leake@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt; I'm the Debian GNADE maintainer, but not yet a Debian Developer.
&lt;br&gt;&amp;gt; Bug#558980 is a failure of the GNADE 'make check'. It works fine on my
&lt;br&gt;&amp;gt; x86, and several other architectures, so this appears to be an
&lt;br&gt;&amp;gt; arch-specific bug. I'd like to work on fixing it, but I don't have
&lt;br&gt;&amp;gt; access to an hppa machine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Can someone give me access to an hppa machine? I should have time this
&lt;br&gt;&amp;gt; weekend to work on this.
&lt;br&gt;&lt;br&gt;Frans Pop gave me access to his machine. I have some more information
&lt;br&gt;on the bug.
&lt;br&gt;&lt;br&gt;If I compile from full GNADE source (not using the GNADE dynamic or
&lt;br&gt;static libraries), the code works.
&lt;br&gt;&lt;br&gt;With the dynamic library, I get a SIGSEGV, somewhere in the program
&lt;br&gt;startup, before any user code.
&lt;br&gt;&lt;br&gt;With the static library, I get a stack overflow (caught and reported
&lt;br&gt;by the Ada runtime), during elaboration of a compiler-provided
&lt;br&gt;container library.
&lt;br&gt;&lt;br&gt;So the problem is related to libraries, which means it's probably in
&lt;br&gt;the linker and/or loader somewhere.
&lt;br&gt;&lt;br&gt;It seems clear that no user will be able to use GNADE in its current
&lt;br&gt;form on hppa, so I should remove hppa from the arch list in
&lt;br&gt;debian/control for the squeeze release.
&lt;br&gt;&lt;br&gt;If there is some more debugging I could do?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;-- Stephe
&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=26766968&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26766968&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/access-to-hppa-machine-to-work-on-Bug-558980-tp26744097p26766968.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26761630</id>
	<title>¡Ven y únete a Pro-Red.tk!</title>
	<published>2009-12-12T14:00:56Z</published>
	<updated>2009-12-12T14:00:56Z</updated>
	<author>
		<name>Hector Gòmez</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;
&lt;html&gt;
&lt;head&gt;
	&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;
	&lt;title&gt;Network Email&lt;/title&gt;
&lt;/head&gt;
&lt;body style=&quot;padding:0; margin:16px; font-size:12px; font-family:'lucida grande', tahoma, helvetica, arial, sans-serif;&quot;&gt;

&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; width=&quot;98%&quot; style=&quot;height: 98%&quot;&gt;
	&lt;tr&gt;
	&lt;td valign=&quot;top&quot; style=&quot;font:12px 'lucida grande', tahoma, helvetica, arial, sans-serif; padding: 10px;&quot;&gt;
		&lt;table width=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; style=&quot;border:3px solid #ccc&quot;&gt;
		  &lt;tr&gt;
			&lt;td bgcolor=&quot;#CC0000&quot; style=&quot;padding:4px 12px; color:#FFFFFF;&quot;&gt;

			  &lt;div style=&quot;font-size:18px;&quot;&gt;
				&lt;a style=&quot;text-decoration:none&quot; href=&quot;http://red2plus7.ning.com/?xgi=0b7Mj7B3mboC2C&amp;amp;xg_source=msg_invite_net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font color=&quot;#FFFFFF&quot;&gt;Participa conmigo en &lt;b&gt;Pro-Red.tk&lt;/b&gt;&lt;/font&gt;&lt;/a&gt;
			  &lt;/div&gt;
			  &lt;div style=&quot;font-size:12px;&quot;&gt;COMUNIDAD OFICIAL DEL EQUIPO PRO-RED&lt;/div&gt;
			&lt;/td&gt;
		  &lt;/tr&gt;
		  &lt;tr&gt;
			&lt;td bgcolor=&quot;#ffffff&quot; width=&quot;*&quot; style=&quot;font-size:12px;padding: 10px;&quot; valign=&quot;top&quot;&gt;
			  &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;100%&quot;&gt;
			    &lt;tr&gt;
				  			      &lt;td width=&quot;96&quot; valign=&quot;top&quot; style=&quot;font-size: 12px; padding-right: 10px;&quot;&gt;
									        &lt;a href=&quot;http://red2plus7.ning.com/?xgi=0b7Mj7B3mboC2C&amp;amp;xg_source=msg_invite_net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img height=&quot;96&quot; width=&quot;96&quot; border=&quot;0&quot; alt=&quot;Hector G&amp;ograve;mez&quot; src=&quot;http://api.ning.com/files/QZYS48hUx-Lyyl1dcm45T68n9lHzZsITp59EzcePA40_/456880425.bin?width=96&amp;amp;height=96&amp;amp;crop=1%3A1&amp;amp;xn_auth=no&amp;amp;xg_source=msg_invite_net&quot;&gt;&lt;/a&gt;
				        &lt;div style=&quot;padding:6px 0;&quot;&gt;&lt;a href=&quot;http://red2plus7.ning.com/?xgi=0b7Mj7B3mboC2C&amp;amp;xg_source=msg_invite_net&quot; style=&quot;text-decoration:none&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hector G&amp;ograve;mez&lt;/a&gt; tiene:&lt;/a&gt;&lt;/div&gt;
				        &lt;span style=&quot;font-size:11px;white-space:nowrap&quot;&gt;39 amigos&lt;/span&gt;
								      &lt;/td&gt;
				  			      &lt;td valign=&quot;top&quot; style=&quot;font-size: 12px;&quot;&gt;
					&lt;div style=&quot;font-size:13px; padding:8px 16px 16px;&quot;&gt;
						&amp;iexcl;2PLUS7 EL NUEVO GIGANTE DEL INTERNET!					&lt;/div&gt;
					&lt;div align=&quot;center&quot;&gt;
			        &lt;a href=&quot;http://red2plus7.ning.com/?xgi=0b7Mj7B3mboC2C&amp;amp;xg_source=msg_invite_net&quot; class=&quot;xg_button&quot; style=&quot;display:block; text-decoration:none; background:#ffff99; color:#432; border:1px solid; border-color:#fc0 #ca0 #ca0 #fc0; font-size:18px; font-weight:bold; text-align:center; width:220px; line-height:37px; margin:12px auto;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Haz clic para unirte&lt;/a&gt;&lt;br /&gt;
					&lt;/div&gt;
			        					  Miembros en Pro-Red.tk:                    					&lt;table style=&quot;margin-top:6px&quot; width=&quot;360&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot;&gt;
                      						&lt;tr&gt;
												  &lt;td style=&quot;text-align:center; padding-right:10px; padding-bottom: 10px&quot; valign=&quot;top&quot;&gt;
						  	&lt;a href=&quot;http://red2plus7.ning.com/?xgi=0b7Mj7B3mboC2C&amp;amp;xg_source=msg_invite_net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img height=&quot;64&quot; width=&quot;64&quot; border=&quot;0&quot; alt=&quot;alvaro manuel&amp;hellip;&quot; src=&quot;http://api.ning.com/files/j-YXBthMkC4BD*b9praJRoIBJcnezeg*CC0mK8*sfFU_/logo_2plus7.jpg?width=64&amp;amp;height=64&amp;amp;crop=1%3A1&amp;amp;xn_auth=no&amp;amp;xg_source=msg_invite_net&quot;&gt;&lt;/a&gt;
							&lt;a href=&quot;http://red2plus7.ning.com/?xgi=0b7Mj7B3mboC2C&amp;amp;xg_source=msg_invite_net&quot; style=&quot;font-size:11px; text-decoration:none;display:block;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alvaro manuel nieto moreno&lt;/a&gt;
						  &lt;/td&gt;
												  &lt;td style=&quot;text-align:center; padding-right:10px; padding-bottom: 10px&quot; valign=&quot;top&quot;&gt;
						  	&lt;a href=&quot;http://red2plus7.ning.com/?xgi=0b7Mj7B3mboC2C&amp;amp;xg_source=msg_invite_net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img height=&quot;64&quot; width=&quot;64&quot; border=&quot;0&quot; alt=&quot;SANDRA JIMENA&amp;hellip;&quot; src=&quot;http://api.ning.com/files/j-YXBthMkC4BD*b9praJRoIBJcnezeg*CC0mK8*sfFU_/logo_2plus7.jpg?width=64&amp;amp;height=64&amp;amp;crop=1%3A1&amp;amp;xn_auth=no&amp;amp;xg_source=msg_invite_net&quot;&gt;&lt;/a&gt;
							&lt;a href=&quot;http://red2plus7.ning.com/?xgi=0b7Mj7B3mboC2C&amp;amp;xg_source=msg_invite_net&quot; style=&quot;font-size:11px; text-decoration:none;display:block;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SANDRA JIMENA BECERRA LULIGO&lt;/a&gt;
						  &lt;/td&gt;
												  &lt;td style=&quot;text-align:center; padding-right:10px; padding-bottom: 10px&quot; valign=&quot;top&quot;&gt;
						  	&lt;a href=&quot;http://red2plus7.ning.com/?xgi=0b7Mj7B3mboC2C&amp;amp;xg_source=msg_invite_net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img height=&quot;64&quot; width=&quot;64&quot; border=&quot;0&quot; alt=&quot;clemente alva&amp;hellip;&quot; src=&quot;http://api.ning.com/files/3-WIVaHnZZV-C7dB7DQvf5aoPaJPoAKiURMsVmVeCuk_/DSC00765.JPG?width=64&amp;amp;height=64&amp;amp;crop=1%3A1&amp;amp;xn_auth=no&amp;amp;xg_source=msg_invite_net&quot;&gt;&lt;/a&gt;
							&lt;a href=&quot;http://red2plus7.ning.com/?xgi=0b7Mj7B3mboC2C&amp;amp;xg_source=msg_invite_net&quot; style=&quot;font-size:11px; text-decoration:none;display:block;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;clemente alvarado&lt;/a&gt;
						  &lt;/td&gt;
												  &lt;td style=&quot;text-align:center; padding-right:10px; padding-bottom: 10px&quot; valign=&quot;top&quot;&gt;
						  	&lt;a href=&quot;http://red2plus7.ning.com/?xgi=0b7Mj7B3mboC2C&amp;amp;xg_source=msg_invite_net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img height=&quot;64&quot; width=&quot;64&quot; border=&quot;0&quot; alt=&quot;Patricio Euge&amp;hellip;&quot; src=&quot;http://api.ning.com/files/j-YXBthMkC4BD*b9praJRoIBJcnezeg*CC0mK8*sfFU_/logo_2plus7.jpg?width=64&amp;amp;height=64&amp;amp;crop=1%3A1&amp;amp;xn_auth=no&amp;amp;xg_source=msg_invite_net&quot;&gt;&lt;/a&gt;
							&lt;a href=&quot;http://red2plus7.ning.com/?xgi=0b7Mj7B3mboC2C&amp;amp;xg_source=msg_invite_net&quot; style=&quot;font-size:11px; text-decoration:none;display:block;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Patricio Eugenio Espinoza Villar&lt;/a&gt;
						  &lt;/td&gt;
												  &lt;td style=&quot;text-align:center; padding-right:10px; padding-bottom: 10px&quot; valign=&quot;top&quot;&gt;
						  	&lt;a href=&quot;http://red2plus7.ning.com/?xgi=0b7Mj7B3mboC2C&amp;amp;xg_source=msg_invite_net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img height=&quot;64&quot; width=&quot;64&quot; border=&quot;0&quot; alt=&quot;rita vieyra&quot; src=&quot;http://api.ning.com/files/R*46yvld4exJngYDRc-mNyFTjidfRd1Tdi5TL4zOVAs_/Imagen045.jpg?width=64&amp;amp;height=64&amp;amp;crop=1%3A1&amp;amp;xn_auth=no&amp;amp;xg_source=msg_invite_net&quot;&gt;&lt;/a&gt;
							&lt;a href=&quot;http://red2plus7.ning.com/?xgi=0b7Mj7B3mboC2C&amp;amp;xg_source=msg_invite_net&quot; style=&quot;font-size:11px; text-decoration:none;display:block;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rita vieyra&lt;/a&gt;
						  &lt;/td&gt;
												&lt;/tr&gt;
                      				    &lt;/table&gt;
					  
					      &lt;div style=&quot;font-weight:bold; padding:8px 0;border-top:1px solid #aaa;&quot;&gt;Sobre Pro-Red.tk&lt;/div&gt;
              &lt;div style=&quot;padding-bottom:12px&quot;&gt;Hemos cumplido 5 meses y 2plus7 ha pagado $1,400.000 de d&amp;oacute;lares a sus miembros con solo $27!&lt;/div&gt;
                    &lt;table width=&quot;100%&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot;&gt;
          &lt;tr&gt;
                                &lt;td width=&quot;74&quot; style=&quot;padding-right:10px; font-size: 12px;&quot; valign=&quot;top&quot;&gt;
                    &lt;a href=&quot;http://red2plus7.ning.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img height=&quot;64&quot; width=&quot;64&quot; border=&quot;0&quot; alt=&quot;Pro-Red.tk&quot; src=&quot;http://api.ning.com/icons/appatar/3798656?default=3798656&amp;amp;width=96&amp;amp;height=96&amp;amp;xg_source=msg_invite_net&quot;&gt;&lt;/a&gt;
                &lt;/td&gt;
                                &lt;td style=&quot;padding-right:10px; font-size: 12px;&quot; valign=&quot;top&quot;&gt;
                                                            790 miembros&lt;br /&gt;247 fotos&lt;br /&gt;44 canciones&lt;br /&gt;26 videos&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;padding-right:10px; font-size: 12px;&quot; valign=&quot;top&quot;&gt;17 discusiones&lt;br /&gt;9 Eventos&lt;br /&gt;29 publicaciones en el blog&lt;br /&gt;                                                    &lt;/td&gt;
            &lt;/tr&gt;
        &lt;/table&gt;
    			      &lt;/td&gt;
			    &lt;/tr&gt;
			  &lt;/table&gt;


	
			  &lt;div style=&quot;border-bottom:1px solid #aaa; height:10px;&quot;&gt;&amp;nbsp;&lt;/div&gt;
			  &lt;div style=&quot;color:#777777; font-size:11px; padding-top: 5px;&quot;&gt;
    Para controlar los correos electrónicos que recibes en Pro-Red.tk, &lt;a href=&quot;http://red2plus7.ning.com/?xgo=P6oeXm0jOET-LKMswHjGlu4I2/pYwb0rZMDI0jIkK7VCLpfV6gIc1l3zEzWYxBEW6oaPzHMsXk0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;haz clic aquí&lt;/a&gt;&lt;/div&gt;
		  &lt;/td&gt;
		&lt;/tr&gt;
	  &lt;/table&gt;
	&lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;


&lt;img src=&quot;http://red2plus7.ning.com/xn_resources/widgets/index/gfx/spacer.gif?msgtype=invitation&quot; width=&quot;1&quot; height=&quot;1&quot; alt=&quot;&quot;&gt;
&lt;/body&gt;
&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%C2%A1Ven-y-%C3%BAnete-a-Pro-Red.tk%21-tp26761630p26761630.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26757619</id>
	<title>Re: access to hppa machine to work on Bug#558980</title>
	<published>2009-12-12T05:33:41Z</published>
	<updated>2009-12-12T05:33:41Z</updated>
	<author>
		<name>Frans Pop-3</name>
	</author>
	<content type="html">On Saturday 12 December 2009, Stephen Leake wrote:
&lt;br&gt;&amp;gt; Would it help to find the bug, if I can reduce the GNADE failure to a
&lt;br&gt;&amp;gt; small test case? It would be in Ada.
&lt;br&gt;&lt;br&gt;Yes, small test cases are obviously much easier to debug for a porter than 
&lt;br&gt;having to first spend time learning about a specific package. It would be 
&lt;br&gt;great if you could post a simple, targeted test case to the bug report.
&lt;br&gt;&lt;br&gt;&amp;gt; If this bug is not fixed, I have two choices for GNADE:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 1) remove hppa from the list of supported architectures.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2) remove the 'check' target from debian/rules, and hope that user
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;code will not hit the same bug.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Which is the recommended approach?
&lt;br&gt;&lt;br&gt;I think this question is best asked on the debian-release list. I do know 
&lt;br&gt;of at least one other package that has (temporarily) disabled its test 
&lt;br&gt;suite for hppa.
&lt;br&gt;&lt;br&gt;It depends a bit on when a porter (which I'm not) could look into the 
&lt;br&gt;issue. Carlos does most of the work ATM and AFAIK he has a number of other 
&lt;br&gt;issues on his TODO list.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;FJP
&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=26757619&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26757619&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/access-to-hppa-machine-to-work-on-Bug-558980-tp26744097p26757619.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26755667</id>
	<title>Re: access to hppa machine to work on Bug#558980</title>
	<published>2009-12-11T23:39:15Z</published>
	<updated>2009-12-11T23:39:15Z</updated>
	<author>
		<name>Stephen Leake-3</name>
	</author>
	<content type="html">Frans Pop &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26755667&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;elendil@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; I'm the Debian GNADE maintainer, but not yet a Debian Developer.
&lt;br&gt;&amp;gt;&amp;gt; Bug#558980 is a failure of the GNADE 'make check'. It works fine on my
&lt;br&gt;&amp;gt;&amp;gt; x86, and several other architectures, so this appears to be an
&lt;br&gt;&amp;gt;&amp;gt; arch-specific bug. I'd like to work on fixing it, but I don't have
&lt;br&gt;&amp;gt;&amp;gt; access to an hppa machine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It fails with a segfault. As there are quite a few other packages that only 
&lt;br&gt;&amp;gt; fail on HPPA in a similar way, it is likely that this is due to a general 
&lt;br&gt;&amp;gt; HPPA bug, and not an issue specific to GNAT.
&lt;br&gt;&lt;br&gt;That makes sense. I assume you mean a bug in the gcc backend for HPPA.
&lt;br&gt;&lt;br&gt;Would it help to find the bug, if I can reduce the GNADE failure to a
&lt;br&gt;small test case? It would be in Ada.
&lt;br&gt;&lt;br&gt;If this bug is not fixed, I have two choices for GNADE:
&lt;br&gt;&lt;br&gt;1) remove hppa from the list of supported architectures.
&lt;br&gt;&lt;br&gt;2) remove the 'check' target from debian/rules, and hope that user
&lt;br&gt;&amp;nbsp; &amp;nbsp;code will not hit the same bug.
&lt;br&gt;&lt;br&gt;Which is the recommended approach?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;-- Stephe
&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=26755667&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26755667&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/access-to-hppa-machine-to-work-on-Bug-558980-tp26744097p26755667.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26750579</id>
	<title>Re: Yorick FTBFS: DM needs access to HPPA machine</title>
	<published>2009-12-11T11:55:57Z</published>
	<updated>2009-12-11T11:55:57Z</updated>
	<author>
		<name>Frans Pop-3</name>
	</author>
	<content type="html">On Friday 11 December 2009, Frans Pop wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Thibaut Paumard wrote:
&lt;br&gt;&amp;gt; &amp;gt; I am the maintainer of the Yorick packages. [1]Yorick is an
&lt;br&gt;&amp;gt; &amp;gt; interpreter used for data analysis and number crunching in astronomy
&lt;br&gt;&amp;gt; &amp;gt; and other research fields.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; With the last upload, I introduced a test suite. One of the tests
&lt;br&gt;&amp;gt; &amp;gt; fails on HPPA.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Correcting the [2]FTBFS is easy: just need to remove the test. But I
&lt;br&gt;&amp;gt; &amp;gt; would need access to a machine to actually investigate and correct the
&lt;br&gt;&amp;gt; &amp;gt; bug.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; More specifically, the tests intentionally triggers a SIGFPE that
&lt;br&gt;&amp;gt; &amp;gt; Yorick should, but doesn't, catch.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You're welcome to use my box over the weekend. If that's OK, please send
&lt;br&gt;&amp;gt; me a _private_ mail with your public openssh key and I'll set up an
&lt;br&gt;&amp;gt; account and install the build deps.
&lt;/div&gt;&lt;br&gt;SSH key received; I've created the account and sent the information how to 
&lt;br&gt;use it privately.
&lt;br&gt;&lt;br&gt;Problem is however that my private mails are not getting anywhere. I've 
&lt;br&gt;received &amp;quot;delivery has been delayed&amp;quot; messages from my ISP. I suspect some 
&lt;br&gt;kind of overly aggressive spam filtering to be the cause.
&lt;br&gt;&lt;br&gt;Thibaut: please let me know how I can get private mails to you.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;FJP
&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=26750579&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26750579&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/Yorick-FTBFS%3A-DM-needs-access-to-HPPA-machine-tp26691356p26750579.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26745508</id>
	<title>Re: access to hppa machine to work on Bug#558980</title>
	<published>2009-12-11T06:47:07Z</published>
	<updated>2009-12-11T06:47:07Z</updated>
	<author>
		<name>Frans Pop-3</name>
	</author>
	<content type="html">Carlos O'Donell wrote:
&lt;br&gt;&amp;gt; Do we have a machine available that Stephen could use?
&lt;br&gt;&lt;br&gt;Nice timing :-P
&lt;br&gt;&lt;br&gt;I've just sent a mail offering the use of my box.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;FJP
&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=26745508&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26745508&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/access-to-hppa-machine-to-work-on-Bug-558980-tp26744097p26745508.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26745499</id>
	<title>Re: access to hppa machine to work on Bug#558980</title>
	<published>2009-12-11T06:46:42Z</published>
	<updated>2009-12-11T06:46:42Z</updated>
	<author>
		<name>Carlos O'Donell-2</name>
	</author>
	<content type="html">On Fri, Dec 11, 2009 at 9:40 AM, Frans Pop &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26745499&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;elendil@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; I'm the Debian GNADE maintainer, but not yet a Debian Developer.
&lt;br&gt;&amp;gt;&amp;gt; Bug#558980 is a failure of the GNADE 'make check'. It works fine on my
&lt;br&gt;&amp;gt;&amp;gt; x86, and several other architectures, so this appears to be an
&lt;br&gt;&amp;gt;&amp;gt; arch-specific bug. I'd like to work on fixing it, but I don't have
&lt;br&gt;&amp;gt;&amp;gt; access to an hppa machine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It fails with a segfault. As there are quite a few other packages that only
&lt;br&gt;&amp;gt; fail on HPPA in a similar way, it is likely that this is due to a general
&lt;br&gt;&amp;gt; HPPA bug, and not an issue specific to GNAT.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Can someone give me access to an hppa machine? I should have time this
&lt;br&gt;&amp;gt;&amp;gt; weekend to work on this.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If you still want to work on it given the above, you're welcome to use my
&lt;br&gt;&amp;gt; box. Please send me _privately_ your public SSH key in a signed email and
&lt;br&gt;&amp;gt; I'll sent up an account and install the build deps.
&lt;/div&gt;&lt;br&gt;Thanks Frans.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Carlos.
&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=26745499&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26745499&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/access-to-hppa-machine-to-work-on-Bug-558980-tp26744097p26745499.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26745461</id>
	<title>Re: Yorick FTBFS: DM needs access to HPPA machine</title>
	<published>2009-12-11T06:44:13Z</published>
	<updated>2009-12-11T06:44:13Z</updated>
	<author>
		<name>Frans Pop-3</name>
	</author>
	<content type="html">Thibaut Paumard wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I am the maintainer of the Yorick packages. [1]Yorick is an
&lt;br&gt;&amp;gt; interpreter used for data analysis and number crunching in astronomy
&lt;br&gt;&amp;gt; and other research fields.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; With the last upload, I introduced a test suite. One of the tests
&lt;br&gt;&amp;gt; fails on HPPA.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Correcting the [2]FTBFS is easy: just need to remove the test. But I
&lt;br&gt;&amp;gt; would need access to a machine to actually investigate and correct the
&lt;br&gt;&amp;gt; bug.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; More specifically, the tests intentionally triggers a SIGFPE that
&lt;br&gt;&amp;gt; Yorick should, but doesn't, catch.
&lt;/div&gt;&lt;/div&gt;You're welcome to use my box over the weekend. If that's OK, please send me 
&lt;br&gt;a _private_ mail with your public openssh key and I'll set up an account 
&lt;br&gt;and install the build deps.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;FJP
&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/26745461/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/Yorick-FTBFS%3A-DM-needs-access-to-HPPA-machine-tp26691356p26745461.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26745400</id>
	<title>Re: access to hppa machine to work on Bug#558980</title>
	<published>2009-12-11T06:40:58Z</published>
	<updated>2009-12-11T06:40:58Z</updated>
	<author>
		<name>Frans Pop-3</name>
	</author>
	<content type="html">&amp;gt; I'm the Debian GNADE maintainer, but not yet a Debian Developer.
&lt;br&gt;&amp;gt; Bug#558980 is a failure of the GNADE 'make check'. It works fine on my
&lt;br&gt;&amp;gt; x86, and several other architectures, so this appears to be an
&lt;br&gt;&amp;gt; arch-specific bug. I'd like to work on fixing it, but I don't have
&lt;br&gt;&amp;gt; access to an hppa machine.
&lt;br&gt;&lt;br&gt;It fails with a segfault. As there are quite a few other packages that only 
&lt;br&gt;fail on HPPA in a similar way, it is likely that this is due to a general 
&lt;br&gt;HPPA bug, and not an issue specific to GNAT.
&lt;br&gt;&lt;br&gt;&amp;gt; Can someone give me access to an hppa machine? I should have time this
&lt;br&gt;&amp;gt; weekend to work on this.
&lt;br&gt;&lt;br&gt;If you still want to work on it given the above, you're welcome to use my 
&lt;br&gt;box. Please send me _privately_ your public SSH key in a signed email and 
&lt;br&gt;I'll sent up an account and install the build deps.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;FJP
&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/26745400/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/access-to-hppa-machine-to-work-on-Bug-558980-tp26744097p26745400.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26745292</id>
	<title>Re: access to hppa machine to work on Bug#558980</title>
	<published>2009-12-11T06:35:21Z</published>
	<updated>2009-12-11T06:35:21Z</updated>
	<author>
		<name>Carlos O'Donell-2</name>
	</author>
	<content type="html">On Fri, Dec 11, 2009 at 7:55 AM, Stephen Leake
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26745292&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stephen_leake@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; I'm the Debian GNADE maintainer, but not yet a Debian Developer.
&lt;br&gt;&amp;gt; Bug#558980 is a failure of the GNADE 'make check'. It works fine on my
&lt;br&gt;&amp;gt; x86, and several other architectures, so this appears to be an
&lt;br&gt;&amp;gt; arch-specific bug. I'd like to work on fixing it, but I don't have
&lt;br&gt;&amp;gt; access to an hppa machine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Can someone give me access to an hppa machine? I should have time this
&lt;br&gt;&amp;gt; weekend to work on this.
&lt;br&gt;&lt;br&gt;Dan,
&lt;br&gt;&lt;br&gt;Do we have a machine available that Stephen could use?
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Carlos.
&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=26745292&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26745292&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/access-to-hppa-machine-to-work-on-Bug-558980-tp26744097p26745292.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26744097</id>
	<title>access to hppa machine to work on Bug#558980</title>
	<published>2009-12-11T04:55:56Z</published>
	<updated>2009-12-11T04:55:56Z</updated>
	<author>
		<name>Stephen Leake-3</name>
	</author>
	<content type="html">Hi.
&lt;br&gt;&lt;br&gt;I'm the Debian GNADE maintainer, but not yet a Debian Developer.
&lt;br&gt;Bug#558980 is a failure of the GNADE 'make check'. It works fine on my
&lt;br&gt;x86, and several other architectures, so this appears to be an
&lt;br&gt;arch-specific bug. I'd like to work on fixing it, but I don't have
&lt;br&gt;access to an hppa machine.
&lt;br&gt;&lt;br&gt;Can someone give me access to an hppa machine? I should have time this
&lt;br&gt;weekend to work on this.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;-- Stephe
&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=26744097&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26744097&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/access-to-hppa-machine-to-work-on-Bug-558980-tp26744097p26744097.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26725975</id>
	<title>Richiesta autorizzazione</title>
	<published>2009-12-10T03:12:07Z</published>
	<updated>2009-12-10T03:12:07Z</updated>
	<author>
		<name>Giorgia Ferrari Forum Media</name>
	</author>
	<content type="html">Buongiorno,&lt;br /&gt;&lt;br /&gt;

sono Giorgia Ferrari, assistente Marketing di Forum Media Srl, societ&amp;agrave; operante nel campo dell'editoria e della formazione professionale.&lt;br /&gt;&lt;br /&gt;

La presente per richiederLe l'autorizzazione, ai sensi della vigente normativa sulla Privacy, ad inviarLe, a titolo informativo, tramite e-mail qualche dettaglio sui nostri recenti prodotti editoriali specifici per il settore Tecnico-Amministrativo, Ambiente e Sicurezza, Risorse Umane, Management e Formazione Professionale.&lt;br /&gt;&lt;br /&gt;
A questo proposito vorremmo inviarLe, a titolo informativo, schede prodotto dettagliate in modo che Lei possa valutare un Suo possibile interesse. Nel caso in cui preferisca ricevere dette informazioni via fax, oppure ad altro indirizzo di posta elettronica, voglia cortesemente trasmetterci i riferimenti.&lt;br /&gt;&lt;br /&gt;
Teniamo a precisare che, nel rispetto rigoroso della normativa sulla privacy, valuteremo solo autorizzazioni con la modalit&amp;agrave; opt-in, ossia non invieremo nulla senza un Suo regolare ed espresso assenso.&lt;br /&gt;&lt;br /&gt;
RingraziandoLa per l'attenzione, Le porgo i miei pi&amp;ugrave; cordiali saluti.&lt;br /&gt;&lt;br /&gt;
Giorgia Ferrari&lt;br /&gt;
FORUM MEDIA&lt;br /&gt;
&lt;a href=&quot;http://www.forum-media.it&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.forum-media.it&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;small&gt;Il vostro indirizzo e-mail &amp;egrave; trattato in conformit&amp;agrave; all'Art. 13 del D.lgs 30 giugno 2003 n.196, garantendo la massima riservatezza ed al fine di fornire utili informazioni commerciali per la Sua/Vostra attivit&amp;agrave;. Se non volete ricevere pi&amp;ugrave; messaggi inviati per conto dell'operatore si prega di inviare un messaggio all'indirizzo &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26725975&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;unsubscribe@...&lt;/a&gt;&lt;/small&gt;.


</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Richiesta-autorizzazione-tp26725975p26725975.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26711653</id>
	<title>Come join me on Government Lists - U.S. | Canada</title>
	<published>2009-12-09T06:28:10Z</published>
	<updated>2009-12-09T06:28:10Z</updated>
	<author>
		<name>government-mailing-lists.com</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;
&lt;html&gt;
&lt;head&gt;
	&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;
	&lt;title&gt;Network Email&lt;/title&gt;
&lt;/head&gt;
&lt;body style=&quot;padding:0; margin:16px; font-size:12px; font-family:'lucida grande', tahoma, helvetica, arial, sans-serif;&quot;&gt;

&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; width=&quot;98%&quot; style=&quot;height: 98%&quot;&gt;
	&lt;tr&gt;
	&lt;td valign=&quot;top&quot; style=&quot;font:12px 'lucida grande', tahoma, helvetica, arial, sans-serif; padding: 10px;&quot;&gt;
		&lt;table width=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; style=&quot;border:3px solid #ccc&quot;&gt;
		  &lt;tr&gt;
			&lt;td bgcolor=&quot;#414548&quot; style=&quot;padding:4px 12px; color:#FFFFFF;&quot;&gt;

			  &lt;div style=&quot;font-size:18px;&quot;&gt;
				&lt;a style=&quot;text-decoration:none&quot; href=&quot;http://governmentlists.ning.com/?xgi=2ZlODYfMaDNqn7&amp;amp;xg_source=msg_invite_net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font color=&quot;#FFFFFF&quot;&gt;Join me on &lt;b&gt;Government Lists - U.S. | Canada&lt;/b&gt;&lt;/font&gt;&lt;/a&gt;
			  &lt;/div&gt;
			  &lt;div style=&quot;font-size:12px;&quot;&gt;REACH YOUR KEY GOVERNMENT AUDIENCE EASILY!&lt;/div&gt;
			&lt;/td&gt;
		  &lt;/tr&gt;
		  &lt;tr&gt;
			&lt;td bgcolor=&quot;#ffffff&quot; width=&quot;*&quot; style=&quot;font-size:12px;padding: 10px;&quot; valign=&quot;top&quot;&gt;
			  &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;100%&quot;&gt;
			    &lt;tr&gt;
				  			      &lt;td width=&quot;96&quot; valign=&quot;top&quot; style=&quot;font-size: 12px; padding-right: 10px;&quot;&gt;
									        &lt;a href=&quot;http://governmentlists.ning.com/?xgi=2ZlODYfMaDNqn7&amp;amp;xg_source=msg_invite_net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img height=&quot;96&quot; width=&quot;96&quot; border=&quot;0&quot; alt=&quot;government-ma&amp;hellip;&quot; src=&quot;http://api.ning.com/files/au0ijpXapggpbDoFxoXUGKPiSNlKnjv9PB1YuCXitNs_/Richard.jpg?width=96&amp;amp;height=96&amp;amp;crop=1%3A1&amp;amp;xn_auth=no&amp;amp;xg_source=msg_invite_net&quot;&gt;&lt;/a&gt;
				        &lt;div style=&quot;padding:6px 0;&quot;&gt;&lt;a href=&quot;http://governmentlists.ning.com/?xgi=2ZlODYfMaDNqn7&amp;amp;xg_source=msg_invite_net&quot; style=&quot;text-decoration:none&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;government--&lt;br /&gt;
mailing--&lt;br /&gt;
lists.com&lt;/a&gt; has:&lt;/a&gt;&lt;/div&gt;
				        &lt;span style=&quot;font-size:11px;white-space:nowrap&quot;&gt;1 blog post&lt;/span&gt;
								      &lt;/td&gt;
				  			      &lt;td valign=&quot;top&quot; style=&quot;font-size: 12px;&quot;&gt;
					&lt;div style=&quot;font-size:13px; padding:8px 16px 16px;&quot;&gt;
						I welcome you to join me on this business network.&lt;br /&gt;
&lt;br /&gt;
REACH YOUR KEY GOVERNMENT AUDIENCE EASILY!&lt;br /&gt;
http://www.government-mailing-lists.com					&lt;/div&gt;
					&lt;div align=&quot;center&quot;&gt;
			        &lt;a href=&quot;http://governmentlists.ning.com/?xgi=2ZlODYfMaDNqn7&amp;amp;xg_source=msg_invite_net&quot; class=&quot;xg_button&quot; style=&quot;display:block; text-decoration:none; background:#ffff99; color:#432; border:1px solid; border-color:#fc0 #ca0 #ca0 #fc0; font-size:18px; font-weight:bold; text-align:center; width:220px; line-height:37px; margin:12px auto;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Click to Join&lt;/a&gt;&lt;br /&gt;
					&lt;/div&gt;
			        					  Members on Government Lists - U.S. | Canada:                    					&lt;table style=&quot;margin-top:6px&quot; width=&quot;360&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot;&gt;
                      						&lt;tr&gt;
												  &lt;td style=&quot;text-align:center; padding-right:10px; padding-bottom: 10px&quot; valign=&quot;top&quot;&gt;
						  	&lt;a href=&quot;http://governmentlists.ning.com/?xgi=2ZlODYfMaDNqn7&amp;amp;xg_source=msg_invite_net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img height=&quot;64&quot; width=&quot;64&quot; border=&quot;0&quot; alt=&quot;government-ma&amp;hellip;&quot; src=&quot;http://api.ning.com/files/au0ijpXapggpbDoFxoXUGKPiSNlKnjv9PB1YuCXitNs_/Richard.jpg?width=64&amp;amp;height=64&amp;amp;crop=1%3A1&amp;amp;xn_auth=no&amp;amp;xg_source=msg_invite_net&quot;&gt;&lt;/a&gt;
							&lt;a href=&quot;http://governmentlists.ning.com/?xgi=2ZlODYfMaDNqn7&amp;amp;xg_source=msg_invite_net&quot; style=&quot;font-size:11px; text-decoration:none;display:block;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;government--&lt;br /&gt;
mailing--&lt;br /&gt;
lists.com&lt;/a&gt;
						  &lt;/td&gt;
												  &lt;td style=&quot;text-align:center; padding-right:10px; padding-bottom: 10px&quot; valign=&quot;top&quot;&gt;
						  	&lt;a href=&quot;http://governmentlists.ning.com/?xgi=2ZlODYfMaDNqn7&amp;amp;xg_source=msg_invite_net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img height=&quot;64&quot; width=&quot;64&quot; border=&quot;0&quot; alt=&quot;Nitin Chaudhry&quot; src=&quot;http://api.ning.com/files/BQa4Hfx240trRMlfNrpYL0eHdsgdQMqOOzVQszMeT2U_/455766678.png?width=64&amp;amp;height=64&amp;amp;crop=1%3A1&amp;amp;xn_auth=no&amp;amp;xg_source=msg_invite_net&quot;&gt;&lt;/a&gt;
							&lt;a href=&quot;http://governmentlists.ning.com/?xgi=2ZlODYfMaDNqn7&amp;amp;xg_source=msg_invite_net&quot; style=&quot;font-size:11px; text-decoration:none;display:block;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Nitin Chaudhry&lt;/a&gt;
						  &lt;/td&gt;
												  &lt;td style=&quot;text-align:center; padding-right:10px; padding-bottom: 10px&quot; valign=&quot;top&quot;&gt;
						  	&lt;a href=&quot;http://governmentlists.ning.com/?xgi=2ZlODYfMaDNqn7&amp;amp;xg_source=msg_invite_net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img height=&quot;64&quot; width=&quot;64&quot; border=&quot;0&quot; alt=&quot;Ryan Sharpe&quot; src=&quot;http://api.ning.com/files/W94Ex6WSWB6Eoo*jiNOqjrMprnHkdzK926P-6THsx2k_/braveheart2.jpg?width=64&amp;amp;height=64&amp;amp;crop=1%3A1&amp;amp;xn_auth=no&amp;amp;xg_source=msg_invite_net&quot;&gt;&lt;/a&gt;
							&lt;a href=&quot;http://governmentlists.ning.com/?xgi=2ZlODYfMaDNqn7&amp;amp;xg_source=msg_invite_net&quot; style=&quot;font-size:11px; text-decoration:none;display:block;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Ryan Sharpe&lt;/a&gt;
						  &lt;/td&gt;
												  &lt;td style=&quot;text-align:center; padding-right:10px; padding-bottom: 10px&quot; valign=&quot;top&quot;&gt;
						  	&lt;a href=&quot;http://governmentlists.ning.com/?xgi=2ZlODYfMaDNqn7&amp;amp;xg_source=msg_invite_net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img height=&quot;64&quot; width=&quot;64&quot; border=&quot;0&quot; alt=&quot;Richard Furlo&amp;hellip;&quot; src=&quot;http://api.ning.com/files/SNg1J31IRsWVTdiSv1pbcznLHUsI6-kWCQU1Z-G0dFs_/50277366.bin?width=64&amp;amp;height=64&amp;amp;crop=1%3A1&amp;amp;xn_auth=no&amp;amp;xg_source=msg_invite_net&quot;&gt;&lt;/a&gt;
							&lt;a href=&quot;http://governmentlists.ning.com/?xgi=2ZlODYfMaDNqn7&amp;amp;xg_source=msg_invite_net&quot; style=&quot;font-size:11px; text-decoration:none;display:block;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Richard Furlong&lt;/a&gt;
						  &lt;/td&gt;
												  &lt;td style=&quot;text-align:center; padding-right:10px; padding-bottom: 10px&quot; valign=&quot;top&quot;&gt;
						  	&lt;a href=&quot;http://governmentlists.ning.com/?xgi=2ZlODYfMaDNqn7&amp;amp;xg_source=msg_invite_net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img height=&quot;64&quot; width=&quot;64&quot; border=&quot;0&quot; alt=&quot;Jim Kellough&quot; src=&quot;http://api.ning.com/files/BQa4Hfx240trRMlfNrpYL0eHdsgdQMqOOzVQszMeT2U_/455766678.png?width=64&amp;amp;height=64&amp;amp;crop=1%3A1&amp;amp;xn_auth=no&amp;amp;xg_source=msg_invite_net&quot;&gt;&lt;/a&gt;
							&lt;a href=&quot;http://governmentlists.ning.com/?xgi=2ZlODYfMaDNqn7&amp;amp;xg_source=msg_invite_net&quot; style=&quot;font-size:11px; text-decoration:none;display:block;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jim Kellough&lt;/a&gt;
						  &lt;/td&gt;
												&lt;/tr&gt;
                      				    &lt;/table&gt;
					  
					      &lt;div style=&quot;font-weight:bold; padding:8px 0;border-top:1px solid #aaa;&quot;&gt;About Government Lists - U.S. | Canada&lt;/div&gt;
              &lt;div style=&quot;padding-bottom:12px&quot;&gt;government-mailing-lists.com is the key-contact database for reaching government markets.
Government Lists &amp;ndash; U.S. | Canada&lt;/div&gt;
                    &lt;table width=&quot;100%&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot;&gt;
          &lt;tr&gt;
                                &lt;td width=&quot;74&quot; style=&quot;padding-right:10px; font-size: 12px;&quot; valign=&quot;top&quot;&gt;
                    &lt;a href=&quot;http://governmentlists.ning.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img height=&quot;64&quot; width=&quot;64&quot; border=&quot;0&quot; alt=&quot;Government Lists - U.S. | Canada&quot; src=&quot;http://api.ning.com/icons/appatar/4604553?default=4604553&amp;amp;width=96&amp;amp;height=96&amp;amp;xg_source=msg_invite_net&quot;&gt;&lt;/a&gt;
                &lt;/td&gt;
                                &lt;td style=&quot;padding-right:10px; font-size: 12px;&quot; valign=&quot;top&quot;&gt;
                                                            10 photos&lt;br /&gt;                                                    &lt;/td&gt;
            &lt;/tr&gt;
        &lt;/table&gt;
    			      &lt;/td&gt;
			    &lt;/tr&gt;
			  &lt;/table&gt;


	
			  &lt;div style=&quot;border-bottom:1px solid #aaa; height:10px;&quot;&gt;&amp;nbsp;&lt;/div&gt;
			  &lt;div style=&quot;color:#777777; font-size:11px; padding-top: 5px;&quot;&gt;
    To control which emails you receive on Government Lists - U.S. | Canada, &lt;a href=&quot;http://governmentlists.ning.com/?xgo=NOisQbWysrGYcAMVXXQ25hWhUrI9b16/OX4eu6GTaBswWHBT-z5/BWBQlU6EeIbsPirPpNYx04M&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;click here&lt;/a&gt;&lt;/div&gt;
		  &lt;/td&gt;
		&lt;/tr&gt;
	  &lt;/table&gt;
	&lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;


&lt;img src=&quot;http://governmentlists.ning.com/xn_resources/widgets/index/gfx/spacer.gif?msgtype=invitation&quot; width=&quot;1&quot; height=&quot;1&quot; alt=&quot;&quot;&gt;
&lt;/body&gt;
&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Come-join-me-on-Government-Lists---U.S.-%7C-Canada-tp26711653p26711653.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26710151</id>
	<title>Re: Bug#559638: FTBFS [hppa]: unrecognized command line option &quot;-m32&quot;</title>
	<published>2009-12-08T06:57:41Z</published>
	<updated>2009-12-08T06:57:41Z</updated>
	<author>
		<name>Christian Holm Christensen</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;On Tue, 2009-12-08 at 01:23 +0100, Domenico Andreoli wrote: 
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; -m32 is a machine dependent option, on x86 it is used to build 32bit
&lt;br&gt;&amp;gt; code whereas -m64 is for 64bit code. &amp;nbsp;it is not available on hppa
&lt;br&gt;&amp;gt; because userland is 32bit only.
&lt;br&gt;&lt;br&gt;I believe I have fixed the problem in my current working release.
&lt;br&gt;Unfortunately, I cannot test it, as paer.debian.org does not allow me to
&lt;br&gt;log in (Error: 'Permission denied (publickey).'). &amp;nbsp; I will upload a new
&lt;br&gt;revision soon, and I hope that it will build OK. 
&lt;br&gt;&lt;br&gt;Yours,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;___ &amp;nbsp;| &amp;nbsp;Christian Holm Christensen 
&lt;br&gt;&amp;nbsp; |_| | &amp;nbsp;-------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; | | &amp;nbsp;Address: Sankt Hansgade 23, 4 &amp;nbsp; &amp;nbsp;Phone: &amp;nbsp; &amp;nbsp; (+45) 35 35 96 91
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;_| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DK-2200 Copenhagen N &amp;nbsp; &amp;nbsp;Cell: &amp;nbsp; &amp;nbsp; &amp;nbsp;(+45) 24 61 85 91
&lt;br&gt;&amp;nbsp; &amp;nbsp; _| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Denmark &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Office: &amp;nbsp; &amp;nbsp;(+45) 353 &amp;nbsp;25 447
&lt;br&gt;&amp;nbsp;____| &amp;nbsp; Email: &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26710151&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cholm@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Web: &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://cern.ch/cholm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cern.ch/cholm&lt;/a&gt;&lt;br&gt;&amp;nbsp;| |
&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=26710151&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26710151&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/Re%3A-Bug-559638%3A-FTBFS--hppa-%3A-unrecognized-command-line-option-%22-m32%22-tp26686764p26710151.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26691356</id>
	<title>Yorick FTBFS: DM needs access to HPPA machine</title>
	<published>2009-12-08T02:03:09Z</published>
	<updated>2009-12-08T02:03:09Z</updated>
	<author>
		<name>Thibaut Paumard-5</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I am the maintainer of the Yorick packages. [1]Yorick is an &amp;nbsp;
&lt;br&gt;interpreter used for data analysis and number crunching in astronomy &amp;nbsp;
&lt;br&gt;and other research fields.
&lt;br&gt;&lt;br&gt;With the last upload, I introduced a test suite. One of the tests &amp;nbsp;
&lt;br&gt;fails on HPPA.
&lt;br&gt;&lt;br&gt;Correcting the [2]FTBFS is easy: just need to remove the test. But I &amp;nbsp;
&lt;br&gt;would need access to a machine to actually investigate and correct the &amp;nbsp;
&lt;br&gt;bug.
&lt;br&gt;&lt;br&gt;More specifically, the tests intentionally triggers a SIGFPE that &amp;nbsp;
&lt;br&gt;Yorick should, but doesn't, catch.
&lt;br&gt;&lt;br&gt;Best regards, Thibaut.
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://packages.debian.org/sid/yorick&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://packages.debian.org/sid/yorick&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559406&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559406&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=26691356&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26691356&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/Yorick-FTBFS%3A-DM-needs-access-to-HPPA-machine-tp26691356p26691356.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26687124</id>
	<title>Re: Bug#559628: FTBFS [hppa]: could not run sample program</title>
	<published>2009-12-07T17:00:59Z</published>
	<updated>2009-12-07T17:00:59Z</updated>
	<author>
		<name>Domenico Andreoli-5</name>
	</author>
	<content type="html">hi,
&lt;br&gt;&lt;br&gt;&amp;nbsp; i'm rebuilding erlang on my hppa box, just in case anything (like
&lt;br&gt;NPTL transition) has changed/improved the erl interpreter behaviour in
&lt;br&gt;the meanwhile. stay tuned.
&lt;br&gt;&lt;br&gt;cheers,
&lt;br&gt;Domenico
&lt;br&gt;&lt;br&gt;-----[ Domenico Andreoli, aka cavok
&lt;br&gt;&amp;nbsp;--[ &lt;a href=&quot;http://www.dandreoli.com/gpgkey.asc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.dandreoli.com/gpgkey.asc&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;---[ 3A0F 2F80 F79C 678A 8936 &amp;nbsp;4FEE 0677 9033 A20E BC50
&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=26687124&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26687124&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/Re%3A-Bug-559628%3A-FTBFS--hppa-%3A-could-not-run-sample-program-tp26687124p26687124.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26686764</id>
	<title>Re: Bug#559638: FTBFS [hppa]: unrecognized command line option &quot;-m32&quot;</title>
	<published>2009-12-07T16:23:11Z</published>
	<updated>2009-12-07T16:23:11Z</updated>
	<author>
		<name>Domenico Andreoli-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&amp;nbsp; -m32 is a machine dependent option, on x86 it is used to build 32bit
&lt;br&gt;code whereas -m64 is for 64bit code. &amp;nbsp;it is not available on hppa
&lt;br&gt;because userland is 32bit only.
&lt;br&gt;&lt;br&gt;regards,
&lt;br&gt;Domenico
&lt;br&gt;&lt;br&gt;-----[ Domenico Andreoli, aka cavok
&lt;br&gt;&amp;nbsp;--[ &lt;a href=&quot;http://www.dandreoli.com/gpgkey.asc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.dandreoli.com/gpgkey.asc&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;---[ 3A0F 2F80 F79C 678A 8936 &amp;nbsp;4FEE 0677 9033 A20E BC50
&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=26686764&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26686764&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/Re%3A-Bug-559638%3A-FTBFS--hppa-%3A-unrecognized-command-line-option-%22-m32%22-tp26686764p26686764.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26681210</id>
	<title>Re: emacs23 build failure</title>
	<published>2009-12-07T09:56:30Z</published>
	<updated>2009-12-07T09:56:30Z</updated>
	<author>
		<name>Carlos O'Donell-2</name>
	</author>
	<content type="html">On Wed, Nov 25, 2009 at 5:24 PM, Carlos O'Donell
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26681210&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;carlos@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Tue, Nov 24, 2009 at 4:52 PM, Moritz Muehlenhoff &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26681210&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jmm@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt; you wanted to be notified for hppa-specific failures. emacs23 fails
&lt;br&gt;&amp;gt;&amp;gt; to build on hppa:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;  Wrote /build/buildd/emacs23-23.1+1/lisp/mail/rfc2368.elc
&lt;br&gt;&amp;gt;&amp;gt;  Compiling /build/buildd/emacs23-23.1+1/lisp/mail/rfc822.el
&lt;br&gt;&amp;gt;&amp;gt;  Wrote /build/buildd/emacs23-23.1+1/lisp/mail/rfc822.elc
&lt;br&gt;&amp;gt;&amp;gt;  Compiling /build/buildd/emacs23-23.1+1/lisp/mail/rmail-spam-filter.el
&lt;br&gt;&amp;gt;&amp;gt;  Wrote /build/buildd/emacs23-23.1+1/lisp/mail/rmail-spam-filter.elc
&lt;br&gt;&amp;gt;&amp;gt;  Compiling /build/buildd/emacs23-23.1+1/lisp/mail/rmail.el
&lt;br&gt;&amp;gt;&amp;gt;  Wrote /build/buildd/emacs23-23.1+1/lisp/mail/rmail.elc
&lt;br&gt;&amp;gt;&amp;gt;  Compiling /build/buildd/emacs23-23.1+1/lisp/mail/rmailedit.el
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;  In toplevel form:
&lt;br&gt;&amp;gt;&amp;gt;  ../../../lisp/mail/rmailedit.el:28:1:Error: Doing vfork: Inappropriate ioctl for device
&lt;br&gt;&amp;gt;&amp;gt;  make[2]: *** [/build/buildd/emacs23-23.1+1/lisp/mail/rmailedit.elc] Error 1
&lt;br&gt;&amp;gt;&amp;gt;  make[2]: Leaving directory `/build/buildd/emacs23-23.1+1/debian/build-x/lisp'
&lt;br&gt;&amp;gt;&amp;gt;  make[1]: *** [lisp] Error 2
&lt;br&gt;&amp;gt;&amp;gt;  make[1]: Leaving directory `/build/buildd/emacs23-23.1+1/debian/build-x'
&lt;br&gt;&amp;gt;&amp;gt;  make: *** [debian/stamp/build] Error 2
&lt;br&gt;&amp;gt;&amp;gt;  dpkg-buildpackage: error: debian/rules build gave error exit status 2
&lt;br&gt;&amp;gt;&amp;gt;  ******************************************************************************
&lt;br&gt;&amp;gt;&amp;gt;  Build finished at 20091122-1723
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Logs at:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://buildd.debian.org/build.php?arch=hppa&amp;pkg=emacs23&amp;ver=23.1%2B1-5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://buildd.debian.org/build.php?arch=hppa&amp;pkg=emacs23&amp;ver=23.1%2B1-5&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks! I'll add this to my list and look into the failure.
&lt;/div&gt;&lt;br&gt;This is a linux kernel bug on hppa. I've been able to reduce a
&lt;br&gt;testcase from the emacs23 source, and I've passed it on to our kernel
&lt;br&gt;developers. We are looking into it.
&lt;br&gt;&lt;br&gt;This is bug 558985.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558905&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558905&lt;/a&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Carlos.
&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=26681210&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-hppa-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=26681210&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/emacs23-build-failure-tp26504145p26681210.html" />
</entry>

</feed>
