Sorry for this OT, I found a point in kern_switch.c, when choosethread() runs,
you reset kg_last_assigned to NULL, I suspect it is incorrect, should it be:
--- kern_switch.c.orig Sun Jun 2 14:52:24 2002
+++ kern_switch.c Sun Jun 2 14:53:28 2002
@@ -67,7 +67,9 @@
--
>>> Rebuilding the temporary build tree
--
>>> stage 1: bootstrap tools
--
>>> stage 2: cleaning up the object tree
* 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
>
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 [
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 a
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 f
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
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
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: /usr/lib
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
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 "SYS_uuidgen"
I've tried to search google, and the list archi
===> 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
/usr/src/lib/libncurses/../../con
Áàçû äàííûõ ôèðì è e-mail
http://infobase.com.ru/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
"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 ...
>
>
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 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 rebuild the who
> 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?
--
Alexan
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
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 disabl
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!
--
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 relatio
[Sat 1 June] Thanks, that fixed it.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
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 dev
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.
--
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
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
25 matches
Mail list logo