i386 tinderbox failure

2002-06-01 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

Re: Seeking OK to commit KSE MIII-again

2002-06-01 Thread Terry Lambert
Jake Burkholder wrote: The system call stubs in libc are leaf functions; basically just a trap instruction followed by a return. They do not touch the stack at all, or change the stack pointer. One of the first few instructions on entry to the kernel is a save, which rotates the register

Re: Seeking OK to commit KSE MIII-again

2002-06-01 Thread Terry Lambert
Julian Elischer wrote: interesting but not exactly brief.. :-) Does brevity really matter? You asked why. I gave a reference in the general class; Jake gave a specific reference for the upcall issues he think the code will face. I think you have enough justification for Jake's position to

Re: Sony Vaio, LinkSys EC2T 5.0-CURRENT ...

2002-06-01 Thread Ollivier Robert
According to Marc G. Fournier: If I run 'pccardd -f /etc/defaults/pccard.conf' from the command line, it comes back that its matched the card, followed by a line that states: Try running NEWCARD instead. I had some probmem a while ago with my Z600TEK and moving to NEWCARD fixed it. --

Can't boot FreeBSD DP1 on my NoteBOOK

2002-06-01 Thread Liu Siwei
My NoteBook's vga is SIS630, when I have installed FreeBSD DP1, it hang at the: vga0 at line. what should I do? If i install FreeBSD-4.5 release, I have no problem. Why? Thanks. _ Send and receive Hotmail on your mobile

Re: make kernel broken at dev/usb

2002-06-01 Thread walt
[Sat 1 June] Thanks, that fixed it. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Help!

2002-06-01 Thread kai ouyang
Hi, everybody I am working on transfer RaidFrame from FreeBSD4.x to FreeBSD5.0. Scott Long has transfered RAIDFrame from NetBSD to FreeBSD 4.x. Now, I am transfering those codes to FreeBSD5.0. This is my first strolling in FreeBSD5.0 kernel. Firstly, I transfered some codes based on the

Re: Call for Review: allow sysinstall to tweak tri-value sendmai

2002-06-01 Thread John Baldwin
On 01-Jun-2002 Makoto Matsushita wrote: bmah Comments on the text only (i.e. I haven't tested the new menus)... Thank you. I've (of course) tested; making floppies and do a test that sysinstall saves sendmail_enable line to /etc/rc.conf. Great patch, please commit. Thanks! -- John

Re: Call for Review: allow sysinstall to tweak tri-valuesendmail_enable

2002-06-01 Thread Gregory Neil Shapiro
One more change please. Change: +email, but still enables sendmail for outbound mail. None disables\n +sendmail completely at startup., To: +email, but still enables sendmail for local and outbound mail.\n +None disables sendmail completely at startup and disables

Re: Call for Review: allow sysinstall to tweak tri-valuesendmail_enable

2002-06-01 Thread Makoto Matsushita
gshapiro One more change please. Change: I'm very glad to hear a comment from sendmail maintainer, thank you. Just committed. -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: zsh exits upon ^C after su'ing to root with zsh as its shell

2002-06-01 Thread Alexander Kabaev
You're right, it doesn't work and I don't have time to go groveling through the kernel to figure out why. Please back out 1.51 and commit your own patch instead. I am not a committer, so someone else has to do that. Bruce, do you have objections for this patch to be committed? --

My postgresql7 not working for new gcc

2002-06-01 Thread Shizuka Kudo
Hi, I cvsupped my current and rebuilt the system about an hours ago. After that I rebuilt the postgresql7 port. First, it failed with problem finding openssl/ssl.h and I had to build with WITHOUT_SSL=yes. It finally built, but the new postgres core dumpped when running initdb command. I have to

Re: Sony Vaio, LinkSys EC2T 5.0-CURRENT ...

2002-06-01 Thread Thomas David Rivers
Marc G. Fournier [EMAIL PROTECTED] wrote: Morning all ... After getting nowhere with the Surecom EP-428X that I picked up, I went out today and grabbed one of the Linksys EC2T, figuring it's on the list of supported devices I found, and I think I'm s close ... First, I'm

Èíôîðìàöèÿ

2002-06-01 Thread infocom
Áàçû äàííûõ ôèðì è e-mail http://infobase.com.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

installworld failure in libncurses

2002-06-01 Thread Andrew Gallatin
=== lib/libncurses install -C -o root -g wheel -m 444 libncurses.a /usr/lib install -c -s -o root -g wheel -m 444 libncurses.so.5 /usr/lib ln -fs libncurses.so.5 /usr/lib/libncurses.so install -C -o root -g wheel -m 444 curses.h term.h termcap.h unctrl.h

Re: Undefined symbol SYS_uuidgen?

2002-06-01 Thread Dan Nelson
In the last episode (Jun 01), Marc G. Fournier said: Performed a 'make buildworld' successfully, but as soon as I tried the 'installworld', when its trying to do the install of libc.so.5, it gives an error to the effect of: /usr/libexec/ld-elf.so.1: /usr/lib/libc.so.5: Undefined symbol

Re: Undefined symbol SYS_uuidgen?

2002-06-01 Thread Terry Lambert
Dan Nelson wrote: In the last episode (Jun 01), Marc G. Fournier said: Performed a 'make buildworld' successfully, but as soon as I tried the 'installworld', when its trying to do the install of libc.so.5, it gives an error to the effect of: /usr/libexec/ld-elf.so.1:

Re: Undefined symbol SYS_uuidgen?

2002-06-01 Thread Dan Nelson
In the last episode (Jun 01), Terry Lambert said: Dan Nelson wrote: In the last episode (Jun 01), Marc G. Fournier said: Performed a 'make buildworld' successfully, but as soon as I tried the 'installworld', when its trying to do the install of libc.so.5, it gives an error to the

Re: Undefined symbol SYS_uuidgen?

2002-06-01 Thread Marc G. Fournier
Cool, just did a reinstall of the include files and things appear to be working much better now ... thanks :) On Sat, 1 Jun 2002, Terry Lambert wrote: Dan Nelson wrote: In the last episode (Jun 01), Marc G. Fournier said: Performed a 'make buildworld' successfully, but as soon as I

Re: Undefined symbol SYS_uuidgen?

2002-06-01 Thread Terry Lambert
Dan Nelson wrote: You only bump the version when an ABI changes or a function disappears, afaik. We promise backwards compatibility, not forwards. And I don't think we want to bump versions on -current anyway; 4.* has libc.so.4, 5.0-RELEASE will have .so.5. If it's already been bumped for

Re: Sony Vaio, LinkSys EC2T 5.0-CURRENT ...

2002-06-01 Thread Marc G. Fournier
On Sat, 1 Jun 2002, Ollivier Robert wrote: According to Marc G. Fournier: If I run 'pccardd -f /etc/defaults/pccard.conf' from the command line, it comes back that its matched the card, followed by a line that states: Try running NEWCARD instead. I had some probmem a while ago with

getcwd() failed ...

2002-06-01 Thread Marc G. Fournier
I'm getting the following randomly while trying to do a 'make buildworld' ... library problem? Or something else that I'm not seeing? === gnu/lib/libstdc++ === gnu/lib/libstdc++/doc cd: getcwd() failed: No such file or directory *** Error code 2 Thanks ... To Unsubscribe: send mail to

Re: getcwd() failed ...

2002-06-01 Thread J. Mallett
* From Marc G. Fournier [EMAIL PROTECTED] I'm getting the following randomly while trying to do a 'make buildworld' ... library problem? Or something else that I'm not seeing? === gnu/lib/libstdc++ === gnu/lib/libstdc++/doc cd: getcwd() failed: No such file or directory *** Error

i386 tinderbox failure

2002-06-01 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree