kernel compile fails in uma_core.c

2003-11-30 Thread Paulius Bulotas
Hello,

when building kernel:
../../../vm/uma_core.c: In function `zone_timeout':
../../../vm/uma_core.c:345: error: `mp_maxid' undeclared (first use in
this function)
and so on.

Anything I missed?

Paulius
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


panic with cdrecord-devel @ Mon Oct 20 21:28:57 EEST 2003

2003-10-21 Thread Paulius Bulotas
Hello,

5.1-CURRENT #0: Mon Oct 20 21:28:57 EEST 2003

% cdrecord -scanbus
panics, and trace looks like:
vmapbuf
cam_periph_mapmem
xptioctl
spec_ioctl
spec_vnoperate
vn_ioctl
ioctl
syscall(2f,2f,2f,,3)
Xint0x80_syscall

Any ideas?

Paulius
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: panic with cdrecord-devel @ Mon Oct 20 21:28:57 EEST 2003

2003-10-21 Thread Paulius Bulotas
Hello,

On 03 10 21, Marius Strobl wrote:
  % cdrecord -scanbus
  panics, and trace looks like:
  vmapbuf
 I was told that a `camcontrol devlist` triggers a panic in
 sys/kern/vfs_bio.c:3729 on recent -current and that turning off
 INVARIANTS and WITNESS avoids it. This may be related.

yep, camcontrol devlist panics too ;)
Are there any chances, that it will be fixed soon?

Paulius
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


buildworld fails

2003-03-18 Thread Paulius Bulotas
Hello,

cvsupp'ed ~2h ago, world from yesterday's evening:

=== gnu/usr.bin/cc/cc1plus
cc -O -pipe -mcpu=pentiumpro -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\/usr\
-I/usr/o
bj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools
-I/usr/src/gnu/usr.bin/cc/cc1plus/
../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc
-I/usr/src
/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config
-I/usr/src/gnu/usr.bin/cc
/cc1plus/../../../../contrib/gcc/cp -I.-c parse+%DIKED.c
/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/parse.y:3147:2:
inval
id preprocessing directive #,
*** Error code 1

Stop in /usr/src/gnu/usr.bin/cc/cc1plus.

Regards,
Paulius

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message


buildworld dies with Signal 4

2003-02-25 Thread Paulius Bulotas
Hello,

I'm running -current from Thu Feb 20 09:40:41 EET 2003
and I'm trying to make buildworld today, but it crashes in various
places with Signal 4.

Any idea why this could be happening?
Maybe I should try make with NOCLEAN=yes?

TIA
Paulius

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message


Re: buildworld dies with Signal 4

2003-02-25 Thread Paulius Bulotas
On 03 02 25, Steve Kargl wrote:
 On Tue, Feb 25, 2003 at 05:12:52PM +0200, Paulius Bulotas wrote:
  and I'm trying to make buildworld today, but it crashes in various
  places with Signal 4.
 Do you have CPUTYPE=p4?  How much memory
 is in the computer?

You are right, it's
CPU: Intel(R) Pentium(R) 4 CPU 1.80GHz (1799.81-MHz 686-class CPU)
real memory  = 527695872 (503 MB)
on Intel 845G motherboard
and in make.conf I have CPUTYPE and other compile time options commented
out (because some time ago I was unable to build mozilla)

sometimes I get Signal 10...

Paulius

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message


Re: buildworld dies with Signal 4

2003-02-25 Thread Paulius Bulotas
On 03 02 25, leafy wrote:
 On Tue, Feb 25, 2003 at 05:12:52PM +0200, Paulius Bulotas wrote:
  Any idea why this could be happening?
  Maybe I should try make with NOCLEAN=yes?
 No, that's the last thing you would want to try. Could you try removing /usr/obj 
 first and then rebuild world?

Well, removing of /usr/obj doesn't help, but NOCLEAN helps a bit ;)

Paulius

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message


5.0-RC2 installation problem? report

2003-01-01 Thread Paulius Bulotas
Hello list,

today I tried to install from 5.0-RC2 cd to my 4-STABLE partition (at
first deleting it). I was unable to create UFS2 fs from disklabel,
because when adding Newfs flags or custom newfs -O 2, the newfs failed
with some error (had to do it manually from fixit).
Then, after selecting Minimal distribution set, everything was extracted
to / and not /mnt, what wasn't what someone would expect ;) Again helped
rescue shell and manually running install.sh from base and crypto dirs
in cd.
Maybe these issues are not new? (as 5.0-RC2 is here for some time).

Except that, everything works (for the moment ;)

Regards,
Paulius Bulotas

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



BTX: Error: Client format not supported

2002-08-30 Thread Paulius Bulotas

Hello,

upgraded to todays morning current from DP1, and btx loader complains about
$subj, which as I see from btxldr.s means, I'm missing something ;) in
ELF format:
cmpl $0x464c457f,(%ebx) # ELF magic number?
je start.3  # Yes
movl $e_fmt,%esi# Display error
And that something should be /boot/loader, but it's ELF ;)
What should I do now? ;)

TIA
Paulius

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message