[Q] Strange boot warning

2004-12-08 Thread Anton Kazak
Hello all! This is my boot process:

Dec  6 18:19:39 P-III syslogd: kernel boot file is /boot/kernel/kernel
Dec  6 18:19:39 P-III kernel: Copyright (c) 1992-2004 The FreeBSD Project.
Dec  6 18:19:39 P-III kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 
1989, 1991, 1992, 1993, 1994
Dec  6 18:19:39 P-III kernel: The Regents of the University of California. All 
rights reserved.
Dec  6 18:19:39 P-III kernel: FreeBSD 5.3-RELEASE #3: Mon Dec  6 14:22:31 MSK 
2004
Dec  6 18:19:39 P-III kernel: 
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/P-III
Dec  6 18:19:39 P-III kernel: Timecounter i8254 frequency 1193182 Hz quality 
0
Dec  6 18:19:39 P-III kernel: CPU: Intel(R) Pentium(R) III CPU 
1200MHz (1205.80-MHz 686-class CPU)
Dec  6 18:19:39 P-III kernel: Origin = GenuineIntel  Id = 0x6b1  Stepping = 
1
Dec  6 18:19:39 P-III kernel: 
Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
Dec  6 18:19:39 P-III kernel: real memory  = 536870912 (512 MB)
Dec  6 18:19:39 P-III kernel: avail memory = 51996 (495 MB)
Dec  6 18:19:39 P-III kernel: netsmb_dev: loaded
Dec  6 18:19:39 P-III kernel: npx0: [FAST]
Dec  6 18:19:39 P-III kernel: npx0: math processor on motherboard
Dec  6 18:19:39 P-III kernel: npx0: INT 16 interface
Dec  6 18:19:39 P-III kernel: pcib0: Intel 82815 (i815 GMCH) Host To Hub 
bridge pcibus 0 on motherboard
Dec  6 18:19:39 P-III kernel: pir0: PCI Interrupt Routing Table: 10 Entries 
on motherboard
Dec  6 18:19:39 P-III kernel: pci0: PCI bus on pcib0
Dec  6 18:19:39 P-III kernel: agp0: Intel 82815 (i815 GMCH) host to PCI 
bridge mem 0xd800-0xdbff at device 0.0 on pci0
Dec  6 18:19:39 P-III kernel: pcib1: PCI-PCI bridge at device 1.0 on pci0
Dec  6 18:19:39 P-III kernel: pci1: PCI bus on pcib1
Dec  6 18:19:39 P-III kernel: $PIR: ROUTE_INTERRUPT failed.
- skipped --
I do'nt idea about string $PIR: ROUTE_INTERRUPT failed

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


[Q] Error in 'make buildworld'

2004-11-04 Thread Anton Kazak
Hello.
I make cvsup 4.11.2004, RELENG_5_3.
My make.conf:

CFLAGS= -O3 -pipe
NOPROFILE=  true
PERL_VER=5.8.5
PERL_VERSION=5.8.5
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo
X_WINDOW_SYSTEM=xorg
CUPS_OVERWRITE_BASE=yes
NO_LPR=yes
--
I have error 'make buildworld':
--
-- skipped --
cc -fpic -DPIC -O3 -pipe  -I/usr/src/lib/libc/include 
-I/usr/src/lib/libc/../../
include -I/usr/src/lib/libc/i386 -D__DBINTERFACE_PRIVATE 
-I/usr/src/lib/libc/../
../contrib/gdtoa -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE 
-I/usr/src/
lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN 
-I/usr/src/lib/libc/rpc -DY
P -DHESIOD -Wsystem-headers -Werror -Wall -Wno-format-y2k 
-Wno-uninitialized -c
/usr/src/lib/libc/net/res_init.c -o res_init.So
In file included from /usr/src/lib/libc/net/res_debug.c:786:
/usr/src/lib/libc/net/res_debug.c: In function `__loc_aton':
In file included from /usr/src/lib/libc/net/res_debug.c:786:
/usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of 
`precsize_aton'
 from incompatible pointer type
/usr/src/lib/libc/net/res_debug.c: In function `__loc_aton':
In file included from /usr/src/lib/libc/net/res_debug.c:797:
/usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of 
`precsize_aton'
 from incompatible pointer type
/usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of 
`precsize_aton'
 from incompatible pointer type
In file included from /usr/src/lib/libc/net/res_debug.c:808:
In file included from /usr/src/lib/libc/net/res_debug.c:797:
/usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of 
`precsize_aton'
 from incompatible pointer type
/usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of 
`precsize_aton'
 from incompatible pointer type
/usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of 
`precsize_aton'
 from incompatible pointer type
In file included from /usr/src/lib/libc/net/res_debug.c:808:
/usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of 
`precsize_aton'
 from incompatible pointer type
*** Error code 1
*** Error code 1
2 errors
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
--

uname -a
FreeBSD P-III.home.my 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Oct 18 
19:01:59 MSD
2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/P-III  i386

/usr/obj clean.
Maybe i stipid... Any idea?
Sy Anton
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make errors for gtk12

2004-09-14 Thread Anton Kazak
   14  2004 11:41 Adam Smith :
Hello Adam! 

I know this bug. Don't use 'make' in xtrerm, if you have Xorg. Use 'make' from 
text console (like CTRL-ALT-F2, or other). I don't know the reason of this 
future. Maybe solve lather.

 Hi.

 I have recently installed FreeBSD 5-CURRENT with Xorg and proceeded to
 install KDE 3.3.0 from packages.

 For every port I try and install using either portinstall or 'make
 install', I am getting the following errors:

 --- 8- SNIP ---
 ===   gtk-1.2.10_12 depends on shared library: glib12.3 - found
 ===  Configuring for gtk-1.2.10_12
 cp: /usr/ports/x11-toolkits/gtk12/work/gtk+-1.2.10
 /usr/ports/x11-toolkits/gtk12/work/gtk+-1.2.10/config.guess: No such file
 or dir
 ectory
 *** Error code 1

 Stop in /usr/ports/x11-toolkits/gtk12.
 *** Error code 1

 Stop in /usr/ports/editors/vim.
 ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall6106.0
 make
 ** Fix the problem and try again.
 ** Listing the failed packages (*:skipped / !:failed)
 ! editors/vim   (unknown build error)
 ---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
 --- 8- SNIP ---

 Every port fails when trying to find the file config.guess.

 What is going on?

-- 

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


[Q] Java 1.4.2 build trouble?

2004-09-10 Thread Anton Kazak

 cd /usr/ports/java/jdk14
 make
===   jdk-1.4.2p6_4 depends on executable: gm4 - found
===   jdk-1.4.2p6_4 depends on executable: zip - found
===   jdk-1.4.2p6_4 depends on file: /usr/X11R6/lib/libXm.so - found
===   jdk-1.4.2p6_4 depends on file: /usr/local/include/nspr/prtypes.h - 
found
===   jdk-1.4.2p6_4 depends on file: /usr/local/linux-sun-jdk1.4.2/bin/javac 
- not found
===Verifying install for /usr/local/linux-sun-jdk1.4.2/bin/javac 
in /usr/ports/java/linux-sun-jdk14
===  linux-sun-jdk-1.4.2.05 You must manually fetch the J2SE SDK 
self-extracting file for the Linux platform (j
2sdk-1_4_2_05-linux-i586.bin) from 
http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22PartDetailId=j2sdk
-1.4.2_05-oth-JPRSiteId=JSCTransactionId=noreg, place it 
in /usr/ports/distfiles and then run make again.
*** Error code 1

Stop in /usr/ports/java/linux-sun-jdk14.
*** Error code 1

After this message i try this http and found this file not found.

^ 
Any idea about this?



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


Re: Boot

2004-09-06 Thread Anton Kazak
   6  2004 15:20 sergey shevsky :
 message to questions.

   CD  . -   
CD.


   , FREEBSD ,
 ,, 
  -  .

 CDROM ?

 UA, Kharkov
 shevsky sergey
 [EMAIL PROTECTED]

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

-- 

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


[Q] Portupgrade error

2004-08-27 Thread Anton Kazak
Example of my error:

-
 portupgrade libtool

---  Upgrading 'libtool-1.3.5_1' to 'libtool-1.3.5_2' (devel/libtool13)
---  Building '/usr/ports/devel/libtool13'
===  Cleaning for libtool-1.3.5_2
===   NOTICE:

This port is deprecated; you may wish to reconsider installing it:

Please use devel/libtool15 instead.

===  Vulnerability check disabled
===  Extracting for libtool-1.3.5_2
 Checksum OK for libtool-1.3.5.tar.gz.
===  Patching for libtool-1.3.5_2
===  Applying FreeBSD patches for libtool-1.3.5_2
===  Configuring for libtool-1.3.5_2
cp: /usr/ports/devel/libtool13/work/libtool-1.3.5
/usr/ports/devel/libtool13/work/libtool-1.3.5/config.guess: No such file or 
directory
*** Error code 1

Stop in /usr/ports/devel/libtool13.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade26235.0 
make
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
! devel/libtool13 (libtool-1.3.5_1) (unknown build error)
---  Packages processed: 0 done, 1 ignored, 0 skipped and 1 failed

I d'nt know this problem:
cp: /usr/ports/devel/libtool13/work/libtool-1.3.5 
/usr/ports/devel/libtool13/work/libtool-1.3.5/config.guess: 
No such file or directory

Help me, PLS!
 

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


Re: [Q] Portupgrade error

2004-08-27 Thread Anton Kazak

 I just rebuilt it. So, they haven't popped a change in on us. This is
 really a strange error so lets start at the beginning. What does your cvsup
 port-supfile look like and how do you run cvsup to update your ports. What
 options do you use on portupgrade? FWIW, config.guess is extracted from the
 tarball.

I make cvsup ports-all moning. Maybe problem in bsd.port.mk?


 Do you have anything strange in your /etc/make.conf?

My make.conf very simple:
-
CFLAGS= -O -pipe
NOPROFILE= true
PERL_VER=5.6.1
PERL_VERSION=5.6.1
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo
X_WINDOW_SYSTEM=xorg
#XFREE86_VERSION=4
COMPAT3X=yes
COMPAT4X=yes
NOINET6=yes
-


 Kent

-- 

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


Trouble inet6

2004-08-13 Thread Anton Kazak
Good afternoon! Probably my question dummy, but I shall set it.
I have FreeBSD 5.2.1., Xorg from ports, KDE. Xorg log-file  contains lines:

--
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/P-III.home.my:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
--

If at compilling of my kernel I include an option options INET6, that my
user-ppp starts to call to the provider. It is connected with Xorg and KDM.
127.0.0.1 is registered.

Probably somebody will help me?
It is thankful in advance.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]