|
|
Up |
|
|
  |
Author: Samuel ThibaultSamuel Thibault
Date: Feb 25, 2008 16:21
Marc-Olivier Mercier, le Sun 24 Feb 2008 10:57:24 -0500, a écrit :
> There's many patches possible :
4): treat (signed long)(-1) as a special case, allowing value 0 to
(signed long)(-2) to be used normally.
I've checked in SUSv3: uid_t is allowed to be unsigned.
Samuel
|
| |
|
| |
no comments
|
|
  |
Author: Marc-Olivier MercierMarc-Olivier Mercier
Date: Feb 24, 2008 07:57
I have installed Debian GNU/Hurd about 2 weeks ago. I have some concerns
about the way login works.
-----
GNU 0.3 (stracci) (tty5)
Use `login USER' to login, or `help' for more information.
login> login bob
login: bob: Unknown user
-----
1) Shouldn't "paranoid" be the only behavior of login? Currently, the
one who's trying to log in decide if he use -P or not... Well, i don't
understand why this is an option. I think that we shouldn't give too
much information not only about passwords but usernames too.
2) I tried to use the -P option but it just failed :
-----
GNU 0.3 (stracci) (tty5)
Use `login USER' to login, or `help' for more information.
login> login -P bob
[about 20 sec. passed then...]
GNU 0.3 (stracci) (tty5)
|
| Show full article (2.36Kb) |
|
| |
no comments
|
|
  |
Author: Shakthi KannanShakthi Kannan
Date: Feb 10, 2008 02:58
Hi Thomas,
--- On Feb 9, 2008 10:58 PM, Thomas Schwinge gnu.org> wrote:
| but looks like
| creating a cross compiler and libraries using the shell script I wrote.
| Is that really what you want to do?
\--
Yes, this is correct. We wanted to use bash scripts, so we could
create different build toolchains for different versions of gcc,
glibc, et. al. with required patches.
SK
|
| |
|
no comments
|
|
  |
Author: olafBuddenhagenolafBuddenhagen
Date: Feb 9, 2008 15:47
Hi,
(CCing to bug-hurd, as this is the right list for such things.)
On Tue, Feb 05, 2008 at 11:56:50AM -0500, Abrahm Scully wrote:
> What would cause
>
> echo 'puts [info tclversion]' | /usr/bin/tclsh8.4 -
>
> to print 8.4, but
>
> echo `echo 'puts [info tclversion]' | /usr/bin/tclsh8.4 -`
>
> to hang indefinitely?
The problem is with the output of tclsh being redirected through a pipe
-- you can also reproduce it with:
echo 'puts [info tclversion]' | /usr/bin/tclsh8.4 - | cat
This will print the version number, and hang afterwards. (But you can
abort the hang with ^C in this case, as it's only cat hanging, not the
shell.)
|
| Show full article (1.53Kb) |
|
no comments
|
|
  |
Author: Thomas SchwingeThomas Schwinge
Date: Feb 9, 2008 09:28
Hello!
On Fri, Feb 08, 2008 at 11:08:24PM +0530, Sudharshan S wrote:
> Setting up GNU/Hurd
What you posted doesn't look like ``setting up GNU/Hurd'', but looks like
creating a cross compiler and libraries using the shell script I wrote.
Is that really what you want to do?
> fails with the following errors while compiling glibc
> I used gcc-4.2 branch along with glibc-2_7 branch with the relevant
> patches applied.
> Is there any patch I missed
> ../sysdeps/posix/getaddrinfo.c:1724: error: 'struct stat64' has no
> member named 'st_mtim'
|
| Show full article (0.90Kb) |
|
no comments
|
|
  |
Author: Shakthi KannanShakthi Kannan
Date: Feb 9, 2008 06:58
Hi,
--- On Feb 8, 2008 11:08 PM, Sudharshan S gmail.com> wrote:
| with the relevant
| patches applied.
\--
Which ones did you use?
SK
|
| |
|
no comments
|
|
  |
Author: Sudharshan SSudharshan S
Date: Feb 8, 2008 09:38
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
Setting up GNU/Hurd fails with the following errors while compiling glibc
I used gcc-4.2 branch along with glibc-2_7 branch with the relevant
patches applied.
Is there any patch I missed
- ---...
|
| Show full article (1.81Kb) |
|
no comments
|
|
  |
Author: Samuel ThibaultSamuel Thibault
Date: Feb 8, 2008 01:22
Samuel Thibault, le Fri 08 Feb 2008 09:18:45 +0000, a écrit :
> Samuel Thibault, le Thu 07 Feb 2008 10:10:14 +0000, a écrit :
>> Grembl, it looks like we waited too long: the Bruegel is already full.
>> I've tried a few others, and it seems quite hard to find something below
>> 30€/night.
>
> Ok, good news!
>
> According to the wiki information, I booked rooms at The Moon Hotel, Rue
> de la Montagne 4B
I forgot to say: check-in can be between 13:00 and 00:00, departure is
before 11:00
Samuel
|
| |
|
no comments
|
|
  |
Author: Samuel ThibaultSamuel Thibault
Date: Feb 8, 2008 01:18
Samuel Thibault, le Thu 07 Feb 2008 10:10:14 +0000, a écrit :
> Grembl, it looks like we waited too long: the Bruegel is already full.
> I've tried a few others, and it seems quite hard to find something below
> 30€/night.
Ok, good news!
According to the wiki information, I booked rooms at The Moon Hotel, Rue
de la Montagne 4B
- one triple room for the night of Thirsday 21
- two double rooms and two double rooms for the nights of Friday 22, Saturday 23 and Sunday 24.
(these were the last rooms of the hotel)
i.e. 3+10*3 nights for a total cost of 1104€, which makes 33.5€/night.
in each room there is a double bed, so some people will have to be "couples" :) For now, we have
- Bas & girlfriend
- Gianluca & Samuel
- Marcus & Thomas
- ??
Breakfast is included, there is hotspot wifi
Samuel
|
| |
|
no comments
|
|
  |
|
|
  |
Author: Tim RetoutTim Retout
Date: Feb 7, 2008 14:02
Hi! This response is a bit delayed, but...
On Tue, 2007-07-24 at 21:31 +0200, Thomas Schwinge wrote:
> After that endeavor of conversion is over and proves to be working well,
> as a next step I intend to publish a git mirror of the Hurd source
> repository.
I would appreciate a public git mirror - I have created my own, but have
not yet subjected it to much testing, so I won't advertise the URL for
the moment. An "official" git mirror on Savannah would probably have
more bandwidth available than my server.
Presumably hurd/gnumach/mig mirrors could be created in the same way as
Jim Meyering did for emacs:
http://www.mail-archive.com/emacs-pretest-bug@ gnu.org/msg12529.html
>
> Thanks. Maybe that already fits some peoples' needs?
That mirror does not appear to have been kept up-to-date to me.
|
| Show full article (1.17Kb) |
|
no comments
|
|
|
|
|
|
|