Hello!
On Sun, May 28, 2000 at 02:06:03AM +0200, Ollivier Robert wrote:
> I just upgraded my home machine from 4.0-R to 5.0-CURRENT and have found
> something odd. I have an ISA PnP SB AWE64 in the machine and it is not seen by
> the system at all.
Are you using the pcm driver or the old voxware
On Sat, May 27, 2000 at 12:38:36PM -0700, Doug Barton wrote:
>
> Try setting the nice value for rc5 to something lower than 20, but
> higher than the highest (lowest) value running on your system. There was
> a bug with the scheduler in the past that items run at nice 20 were
> actually gett
In message <[EMAIL PROTECTED]> Jaye Mathisen
writes:
: Wasn't there just a big to-do wrt to 4.0 (then -current), about the right
: way to do things is to install a new kernel, then build the world?
Yes. That was needed for a while since the new binaries produced code
the olkd kernel couldn't ex
Wasn't there just a big to-do wrt to 4.0 (then -current), about the right
way to do things is to install a new kernel, then build the world?
I seem to remember Rod championing this method. (Had something to do with
some syscall interface changing).
On Sat, 27 May 2000, Warner Losh wrote:
> In
Warner Losh wrote:
>
> In message <[EMAIL PROTECTED]> "David O'Brien" writes:
> : On Sat, May 27, 2000 at 11:09:00AM -0400, John Baldwin wrote:
> : > You need to build and install a new world before a new kernel. It looks
> : > like this needs to go into src/UPDATING.
> :
> : Actually just the f
In message <[EMAIL PROTECTED]> "David O'Brien" writes:
: On Sat, May 27, 2000 at 11:09:00AM -0400, John Baldwin wrote:
: > You need to build and install a new world before a new kernel. It looks
: > like this needs to go into src/UPDATING.
:
: Actually just the following will also fix the proble
I just upgraded my home machine from 4.0-R to 5.0-CURRENT and have found
something odd. I have an ISA PnP SB AWE64 in the machine and it is not seen by
the system at all.
I found this in dmesg:
isab0: at device 7.0 on pci0
isa0: on isab0
...
isa0: unexpected small tag 14
...
unknown: can't as
On Sat, May 27, 2000 at 11:09:00AM -0400, John Baldwin wrote:
> You need to build and install a new world before a new kernel. It looks
> like this needs to go into src/UPDATING.
Actually just the following will also fix the problem:
cd /usr/src/gnu/usr.bin/binutils
make obj
make de
Bob Martin wrote:
> > with "unsubscribe freebsd-current" in the body of the message
> If you are using an older K6 with more than 32mb of ram, this will
> happen from time to time of it's own accord. I have never taken the time
> to find out why, but if you search the archives, you will find that
In message <[EMAIL PROTECTED]> John
Baldwin writes:
: You need to build and install a new world before a new kernel. It looks
: like this needs to go into src/UPDATING.
Done. Others have suggested this as well.
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-
On Fri, 26 May 2000, Warner Losh wrote:
> In message <[EMAIL PROTECTED]> The Hermit
>Hacker writes:
> : make depend went through no probs, but a make fails at:
>
> You may have overlooked this entry in UPDATING:
>
> 2319:
> The ISA and PCI compatability shims have been connected to t
Steve Kargl wrote:
>
> First, the error message:
>
> cc -fpic -DPIC -I/usr/src/lib/libmd -DSHA1_ASM -DELF -DRMD160_ASM -DELF
>-I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libmd/i386/rmd160.S -o rmd160.So
> building shared library libmd.so.2
> cc: Internal compiler error: program ld got
subscribe freebsd-current
subscribe cvs-all
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
First, the error message:
cc -fpic -DPIC -I/usr/src/lib/libmd -DSHA1_ASM -DELF -DRMD160_ASM -DELF
-I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libmd/i386/rmd160.S -o rmd160.So
building shared library libmd.so.2
cc: Internal compiler error: program ld got fatal signal 10
*** Error code 1
"Jacob A. Hart" wrote:
>
> On Fri, May 26, 2000 at 04:01:05PM +0200, Sheldon Hearn wrote:
> >
> >
> > On Fri, 26 May 2000 13:19:49 +1000, "Jacob A. Hart" wrote:
> >
> > > For the past couple of weeks I've noticed rc5des isn't playing friendly with
> > > the other processes on my system. When run
On Sat, 27 May 2000, Jake Burkholder wrote:
> > I got following kernel build error.
> > When I run 'make includes', the error has gone away.
`make includes' tends to cause errors like this. It updates /usr/include
to match the sources. This may make /usr/include inconsistent with
/usr/lib.
>
> Hi all,
>
> I got following kernel build error.
> When I run 'make includes', the error has gone away.
>
> Why does kernel build process depend on installed system files,
> such as /usr/include?
It shouldn't.
This seems to be primarily aic7xxx, although judging from the output
of 'find /usr/
On 27-May-00 Otter wrote:
> Matthew Hunt wrote:
>>
>> On Thu, May 25, 2000 at 10:58:41PM -0400, Otter wrote:
>>
>> > cc -ffast-math -pipe -march=pentiumpro -O3 -I/usr/include -I. -c
>> > aicasm_gram.c
>> > In file included from ../../dev/aic7xxx/aicasm_gram.y:40:
>> > ../../dev/aic7xxx/aicasm
Matthew Hunt wrote:
>
> On Thu, May 25, 2000 at 10:58:41PM -0400, Otter wrote:
>
> > cc -ffast-math -pipe -march=pentiumpro -O3 -I/usr/include -I. -c
> > aicasm_gram.c
> > In file included from ../../dev/aic7xxx/aicasm_gram.y:40:
> > ../../dev/aic7xxx/aicasm.h:44: syntax error before `struct'
On Fri, 26 May 2000, David O'Brien wrote:
> > > > GDB 5.0 is released!
> > Do you have any forecasts as to when we will see this baby in the -current?
>
> Its priority is behind GCC 2.96
Incidentally David, I have some patches which make a pre-release gdb 5.0
work for FreeBSD which I was going
On Fri, May 26, 2000 at 04:01:05PM +0200, Sheldon Hearn wrote:
>
>
> On Fri, 26 May 2000 13:19:49 +1000, "Jacob A. Hart" wrote:
>
> > For the past couple of weeks I've noticed rc5des isn't playing friendly with
> > the other processes on my system. When running a CPU intensive task (such
> > a
21 matches
Mail list logo