Re: Problems in making world

2000-12-06 Thread Hostas Red

Hi!

On Tue, 5 Dec 2000, David O'Brien wrote:

 On Tue, Dec 05, 2000 at 11:06:12AM +0300, Hostas Red wrote:
  I have a following problem in making world for some time already:
 ... 
  Any suggestions?
 
 rm -rf /usr/obj/*
 cd /usr/src  make cleandir
 update your /usr/src and try again

Yes, that helped, thank You. I did the 'rm -rf /usr/obj/*' several times,
but didn't 'make cleandir'... And I'm cvsup'ing automatically once a day,
so that wasn't a problem ;)

Adios,
/KONG


Hostas Red (KVK10, KVK10-RIPE) || UNiX Systems Administrator, ComSet ISP




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



Problems in making world

2000-12-04 Thread Hostas Red

Hi!

I have a following problem in making world for some time already:

=== gnu/usr.bin/binutils/strip
cc -O -pipe -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/strip
-I/usr/src/gnu/usr.bin/binutils/strip/../libbfd/i386
-I/usr/src/gnu/usr.bin/binutils/strip/../../../../contrib/binutils/include
-I/usr/src/gnu/usr.bin/binutils/strip/../libbinutils
-I/usr/src/gnu/usr.bin/binutils/strip/../../../../contrib/binutils/binutils
-I/usr/obj/usr/src/i386/usr/include  -o strip objcopy.o is-strip.o
../libbinutils/libbinutils.a ../libbfd/libbfd.a ../libiberty/libiberty.a
../libbinutils/libbinutils.a(bucomm.o): In function `make_tempname':
bucomm.o(.text+0x35b): warning: mktemp() possibly used unsafely; consider
using mkstemp()
cp strip maybe_stripped
strip maybe_stripped
=== gnu/usr.bin/binutils/doc
=== gnu/usr.bin/binutils/gdb
make: don't know how to make
/usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/binutils/include/wait.h. Stop
*** Error code 2

Stop in /usr/src/gnu/usr.bin/binutils.
*** Error code 1

Stop in /usr/src/gnu/usr.bin.
*** Error code 1

Stop in /usr/src/gnu.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Any suggestions?

Adios,
/KONG


Hostas Red (KVK10, KVK10-RIPE) || UNiX Systems Administrator, ComSet ISP




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



Re: Can't make installworld :(

2000-06-13 Thread Hostas Red

Hi!

On Fri, 9 Jun 2000, Ian Dowse wrote:

 vm/vm_object.h - vm/vm_object.ph
 vm/vm_page.h - vm/vm_page.ph
 vm/vm_pageout.h - vm/vm_pageout.ph
 vm/vm_pager.h - vm/vm_pager.ph
 vm/vm_param.h - vm/vm_param.ph
 vm/vm_prot.h - vm/vm_prot.ph
 vm/vm_zone.h - vm/vm_zone.ph
 vm/vnode_pager.h - vm/vnode_pager.ph
 *** Error code 1
 
 I've seen this before. h2ph will return a non-zero exit status if it
 failed to open _any_ of the files listed on the command line. This
 will typically happen if you have a dangling symbolic link somewhere
 in /usr/include. The error message indicating exactly which files
 h2ph couldn't open will be somewhere among all the 'XX.h - XX.ph'
 messages.

Yes, that helped - there were, as You noticed, lost symbolic link, and
where i've removed it, everything installed fine.

Thanx!

Adios,
/KONG


Hostas Red (KVK10, KVK10-RIPE) || UNiX Systems Administrator, ComSet ISP




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



Re: ES1370 - no sound completely :(

2000-03-01 Thread Hostas Red

Hi!

On Wed, 1 Mar 2000, R Joseph Wright wrote:

  I have a Ensoniq AudioPCI 64 card, and can't get a bit of sound from it
  since i've installed it on my FreeBSD box.
  
  dmesg:
  ...
  pcm0: AudioPCI ES1370 port 0xd000-0xd03f irq 12 at device 12.0 on pci0
  ...
  
  
  cat /dev/sndstat
  
  FreeBSD Audio Driver (newpcm) Feb 22 2000 17:10:37
  Installed devices:
  pcm0: AudioPCI ES1370 at io 0xd000 irq 12 (1p/1r channels duplex)
  
 Did you do ./MAKEDEV snd0 ?  This solved a similar problem I had with an
 es1371.

Of coz, not once :) Also I've tried DEVFS' devices (cat a.au /devs/audio0
or something :).

It doesn't helps :(

Adios,
/KONG


Hostas Red (KVK10, KVK10-RIPE) || UNiX Systems Administrator, ComSet ISP




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



3.3-stable - 4.0-current problem...

1999-12-07 Thread Hostas Red

Hi!

I've cvsup'ed my 3.3-stable source tree to 4.0-current source tree, and
when i'm trying to make buildworld, i'm getting following:


echo '#include "i386/freebsd.h"' tm.h
echo '#include "i386/perform.h"' tm.h
rm -f .depend
mkdep -f .depend -a
-I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config
-I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. -DIN_GCC
-I/usr/obj/usr/src/tmp/usr/include
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/frame.c
Bad system call - core dumped
mkdep: compile failed
*** Error code 1

Stop in /usr/src/gnu/lib/libgcc.
*** Error code 1


And when i'm trying to run buildworld again, following happens:


cc -O -pipe -I/usr/src/usr.bin/make   -I/usr/obj/usr/src/tmp/usr/include
-c /usr/src/usr.bin/make/arch.c
*** Signal 12

Stop in /usr/src/usr.bin/make.
*** Error code 1


Anybody knows where can be a problem? On my another 4.0 box make world
goes just fine...

Adios,
/KONG

========
Hostas Red (KVK10, KVK10-RIPN) || UNiX Systems Administrator, ComSet ISP




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



Re: 3.3-stable - 4.0-current problem...

1999-12-07 Thread Hostas Red

Hi!

On Tue, 7 Dec 1999, Sean Jensen-Grey wrote:

 Building the kernel first works. also you will need to run the /usr/sbin/config
 from the /usr/src/usr.sbin tree as the installed one is for the older kernel
 format.

Yes, worked fine, thanks. I've tried to compile new kernel before, but
forgot that new config(8) can be made from new source tree ;)

Adios,
/KONG


Hostas Red (KVK10, KVK10-RIPN) || UNiX Systems Administrator, ComSet ISP




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



broken world

1999-03-20 Thread Hostas Red
Hi!

For a couple weeks for now i have a broken world with following reason:

=== usr.sbin/i4b/isdnd
cc -O -pipe -I/usr/src/usr.sbin/i4b/isdnd/../isdnmonitor
-I/usr/src/usr.sbin/i4b/isdnd/../isdntel
-I/usr/obj/usr/src/usr.sbin/i4b/isdnd -DDEBUG -DUSE_RTPRIO -DUSE_CURSES
-I/usr/obj/usr/src/tmp/usr/include -c rc_scan.c
/usr/src/usr.sbin/i4b/isdnd/rc_scan.l: In function `yylex':
/usr/src/usr.sbin/i4b/isdnd/rc_scan.l:95: `BEEPCONNECT' undeclared (first
use this function)
/usr/src/usr.sbin/i4b/isdnd/rc_scan.l:95: (Each undeclared identifier is
reported only once
/usr/src/usr.sbin/i4b/isdnd/rc_scan.l:95: for each function it appears
in.)
/usr/src/usr.sbin/i4b/isdnd/rc_scan.l:111: `IDLE_ALG_OUT' undeclared
(first use this function)
*** Error code 1

Cleaning obj tree doesn't helps. Nothing helps, so. Anybody have similar
problems?

Adios,
/KONG



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



make world: fail

1999-02-03 Thread Hostas Red
Hi!

At least for a week now i can't make world with following message:

=== sys/modules/syscons/logo
make: don't know how to make
/usr/src/sys/modules/syscons/logo/@/i386/isa/videoio.h. Stop
*** Error code 2

Stop.
*** Error code 1

...

What i'm getting wrong? Maybe i've missed something?

Adios,
/KONG


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message