Re: Building software for the Hurd

2010-04-13 Thread Emilio Pozuelo Monfort
On 13/04/10 10:47, Samuel Thibault wrote: > Emilio Pozuelo Monfort, le Tue 13 Apr 2010 10:36:37 +0200, a écrit : >> On 13/04/10 12:32, Jose Luis Alarcon Sanchez wrote: >>> Mmm, the debian-hurd-k16-qemu.img qemu image is enough pretty old right now. >>> I have the idea on my head since some days ago

Re: Unknown VESA driver failure

2010-04-13 Thread Samuel Thibault
Jose Luis Alarcon Sanchez, le Tue 13 Apr 2010 20:31:37 +, a écrit : > The result i got was a totally black screen. Maybe, like you say, the > clients can't connect. Most probably then. Once more https://bugs.freedesktop.org/show_bug.cgi?id=26798 ... Samuel

Re: Unknown VESA driver failure

2010-04-13 Thread Jose Luis Alarcon Sanchez
On Tue, Apr 13, 2010 at 07:27:27PM +0200, Samuel Thibault wrote: > Jose Luis Alarcon Sanchez, le Tue 13 Apr 2010 18:25:16 +, a ?crit : > > Please, anybody can "see" in the attached /var/log/Xorg.0.log file where is > > the failure?. > > There doesn't seem to be any error. What is the result th

Re: Unknown VESA driver failure

2010-04-13 Thread Samuel Thibault
Jose Luis Alarcon Sanchez, le Tue 13 Apr 2010 18:25:16 +, a écrit : > Please, anybody can "see" in the attached /var/log/Xorg.0.log file where is > the failure?. There doesn't seem to be any error. What is the result that you get? Are you sure the X server isn't actually successfully booting a

Unknown VESA driver failure

2010-04-13 Thread Jose Luis Alarcon Sanchez
Hi!. Please, anybody can "see" in the attached /var/log/Xorg.0.log file where is the failure?. Thanks you very much, in advance. Regards. Jose. -- Not Registered GNU/Hurd User. Registered BSD User 51101. Registered Linux User #213309. Memories. You are talking about memories. Rick Deckard

Re: ports_create_port() with bogus size?

2010-04-13 Thread Carl Fredrik Hammar
Hello, On Mon, Apr 12, 2010 at 01:45:50PM +0200, olafbuddenha...@gmx.net wrote: > > (I guess it *might* make sense to special-case a "0" size, if the caller > simply > is not interested in any additional data -- though I'm not sure that's ever > useful. But other cases are definitely bogus.) It

Re: ports_create_port() with bogus size?

2010-04-13 Thread Samuel Thibault
olafbuddenha...@gmx.net, le Mon 12 Apr 2010 13:45:50 +0200, a écrit : > The above code means that if a caller passes a bogus size, instead of > screaming > loudly, it is silently ignored?! I can't see how this can be useful :-( Indeed, it's even dangerous since that means the user wasn't rebuilt

ports_create_port() with bogus size?

2010-04-13 Thread olafBuddenhagen
Hi, I just noticed this bit of code in libports: if (size < sizeof (struct port_info)) size = sizeof (struct port_info); "size" is passed from the caller, and should describe the size of the per-port structure; i.e. the size of the standard stuff managed by libports itself (struct port_inf

Fwd: Arch Hurd progress

2010-04-13 Thread Vikram Vincent
Forwarding to bug-hurd -- Forwarded message -- From: Allan McRae Date: 13 April 2010 05:34 Subject: Arch Hurd progress To: help-h...@gnu.org Hi, I thought I would give a bit of an overview of where the Arch Hurd project is up to.  There are two main people doing most of the pa

Re: Building software for the Hurd

2010-04-13 Thread Samuel Thibault
Emilio Pozuelo Monfort, le Tue 13 Apr 2010 10:36:37 +0200, a écrit : > On 13/04/10 12:32, Jose Luis Alarcon Sanchez wrote: > > Mmm, the debian-hurd-k16-qemu.img qemu image is enough pretty old right now. > > I have the idea on my head since some days ago. Can i send a new qemu image > > with a dis

Re: Building software for the Hurd

2010-04-13 Thread Samuel Thibault
Jose Luis Alarcon Sanchez, le Tue 13 Apr 2010 10:32:04 +, a écrit : > Mmm, the debian-hurd-k16-qemu.img qemu image is enough pretty old right now. > I have the idea on my head since some days ago. Can i send a new qemu image > with a dist-upgraded system to any place?. That would be useful, y

Re: Building software for the Hurd

2010-04-13 Thread Emilio Pozuelo Monfort
On 13/04/10 12:32, Jose Luis Alarcon Sanchez wrote: > Mmm, the debian-hurd-k16-qemu.img qemu image is enough pretty old right now. > I have the idea on my head since some days ago. Can i send a new qemu image > with a dist-upgraded system to any place?. > > Ever is more easy begin with a updated

Re: Building software for the Hurd

2010-04-13 Thread Jose Luis Alarcon Sanchez
On Mon, Apr 12, 2010 at 10:51:14PM +0200, Samuel Thibault wrote: > Patrik Olsson, le Mon 12 Apr 2010 22:31:11 +0200, a ?crit : > > I wonder how to build software for the Hurd, and then run it. I think I > > need some cross compiler environment, but I'm not sure how to build it. > > Mmm, it is a lo

Re: Error configuring gnumach

2010-04-13 Thread Samuel Thibault
Jose Luis Alarcon Sanchez, le Tue 13 Apr 2010 10:08:42 +, a écrit : > So, now the cvs tree is "abandoned"?. Yes. Samuel

Re: cross-gnu revived

2010-04-13 Thread Samuel Thibault
Ludovic Courtès, le Tue 13 Apr 2010 09:51:04 +0200, a écrit : > However, to begin with, would it be possible to skip the > cross-compilation phase of MIG/Mach/Hurd and instead compile glibc, > Binutils, etc., with just the header files that would normally be > installed by Mach/Hurd? Or maybe that

Re: Error configuring gnumach

2010-04-13 Thread Jose Luis Alarcon Sanchez
On Mon, Apr 12, 2010 at 12:14:02PM +0200, Thomas Schwinge wrote: > Hello! > > On Mon, Apr 12, 2010 at 12:04:27PM +, Jose Luis Alarcon Sanchez wrote: > > I got the last gnumach-1-branch from Savannah cvs and try to build it. > > These days, you're supposed to be using the Git repositories. Se

Re: cross-gnu revived

2010-04-13 Thread Ludovic Courtès
Hello, Thomas Schwinge writes: > This is just to tell you that cross-gnu is back alive. See > . [...] > Seriously, there is a Grand Plan of evolving this into a complete > regression testing system: use these toolchains to b