-current buildworld breakage

2002-10-26 Thread Yamada Ken Takeshi
I have an error for a week and cannot make buildworld. Where can I find panic other than real panic? === sbin/gbde : : : : cc -O -pipe -mcpu=pentiumpro -I/usr/src/sbin/gbde/../../sys -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c template.c cc1: warnings being treated as errors

Re: -current buildworld breakage

2002-10-26 Thread Yamada Ken Takeshi
Thank you for your prompt reply. From: walt [EMAIL PROTECTED] : :: I can't see how line 222 includes an implicit declaration of 'panic'. Is your file different? I do not know why compiler says line 222, but it is below 222 and my latest source says; # cat

Re: -current buildworld breakage

2002-10-26 Thread Yamada Ken Takeshi
Thank you! From: Craig Rodrigues [EMAIL PROTECTED] You don't have the latest sources. Did you use cvsup it update your sources? If you used cvsup, then you need to add src-sys-crypto to your cvsup file. It was my cvsup prroblem. Fixed!! msg45379/pgp0.pgp Description: PGP

Q) Does perl install libperl.so ?

2003-01-04 Thread Yamada Ken Takeshi
/usr/ports/lang/perl5 seemingly does not generate libperl.so with FreeBSD-current port as shown below. Is it intended one? Why? : : : Any special flags to pass to cc -c to compile shared library modules? [-DPIC -fPIC] What command should be used to create dynamic libraries?

Re: Q) Does perl install libperl.so ?

2003-01-05 Thread Yamada Ken Takeshi
Thank you, Simon for your response with pointer. I think I overlooked these as I did not care about then. I read through articles you pointed, but couldn't find the conclusion. What was the outcome of the discussion? or, still pending? I am now wrecked at 'plperl' installation as it is

Re: HTT on current

2003-08-24 Thread Yamada Ken Takeshi
Did you do sysctl machdep.hlt_logical_cpus=0? Default setting halt logical CPUs, and won't start HTT. This is a kind of FAQ, and you will see a lot in the past mailing-list. ___ [EMAIL PROTECTED] mailing list

Re: HTT on current

2003-08-25 Thread Yamada Ken Takeshi
Strange Mine (Supermicro X5DAL-G) goes like ; tyd3# dmesg Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.1-CURRENT #30: Sun Aug 24

Re: HTT on current

2003-08-26 Thread Yamada Ken Takeshi
JYI, I tested machdep.hlt_logical_cpus=0/1, buildworld, and found no particular reason to disable HTT as below with Zeon 2.8Ghz x 2, 1GBmem, Slow IDE HDD. It may not be the common case, so just for your info. # sysctl machdep.hlt_logical_cpus=0 # /usr/bin/time make -j32 buildworld

Q) Does em0 work under HTT?

2003-10-03 Thread Yamada Ken Takeshi
Hi! Does em{0,1} work under Hyperthreding enabled? em0, seemingly is not working under my environment; FreeBSD 5.1-CURRENT #15: Sat Oct 4 09:46:38 JST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/TYD3 Preloaded elf kernel /boot/kernel/kernel at 0xc0aae000. Preloaded elf module

Re: Q) Does em0 work under HTT?

2003-10-03 Thread Yamada Ken Takeshi
From: dave [EMAIL PROTECTED] This is an MSI 875P Neo MB. Do you have it enabled in the bios? dave Yes, I enable HTT in the bios because without enabling it, freebsd-current does not recognize HTT. I mean that; with bios HTT disables; /sys/i386/i386/identcpu.c (cpu_procinfo

Does linux-sun-jdk_1.4.2 work?

2003-07-21 Thread Yamada Ken Takeshi
I have the following error and cannot compile jdk14 on FreeBSD-current, July 20th. cvsup'ed with the latest linux_base. Is is unique to me alone? tyd3# /usr/local/linux-sun-jdk1.4.2/bin/java -version # # HotSpot Virtual Machine Error, Internal Error # Please report this error at #

xemacs hangs with -current

2003-07-25 Thread Yamada Ken Takeshi
With these one week cvsup'd current, my xemacs hangs quite easily with operation like moving cursor beyond the end of line, some random mouse clicking, etc. (signal related??) Any fix, or suggestions? I am using ; A) FreeBSD 5.1-CURRENT #12: Fri Jul 25 23:37:43 JST 2003 CPU: Intel

-current buildworld fails 24 hours

2003-02-22 Thread Yamada Ken Takeshi
I have the following error with make buildworld since Feb. 21th, 0900GMT with my P3x2 box. boot2 seems exceeding the size limit, any fix? ::: sed -e '/align/d' -e '/nop/d' boot2.s.tmp boot2.s rm -f boot2.s.tmp as -o boot2.o boot2.s ld -nostdlib -static -N

Re: BOOT2_UFS=UFS1_ONLY works for today's current

2003-02-23 Thread Yamada Ken Takeshi
Thank you for your info., Giorgos. BOOT2_UFS=UFS1_ONLY in /etc/make.conf made my buildworld OK. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Q) XFree86-4-Server

2003-03-22 Thread Yamada Ken Takeshi
Is it only with me? XFree86-4-Server cannot be compiled on recent -current, FreeBSD 5.0-CURRENT #34: Sat Mar 22 13:21:34 JST 2003, with the following error (patch cannot be applied); === Applying FreeBSD patches for XFree86-Server-4.3.0_2 1 out of 2 hunks failed--saving rejects to

Re: Q) XFree86-4-Server

2003-03-22 Thread Yamada Ken Takeshi
Thank you. I find that I haven't cvsup x11/XFree86-4-libraries for a while. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Issues I have w/ recent -current

2002-10-01 Thread Yamada Ken Takeshi
Just FYI. I'm running -current (9/30) on PIII x 2(smp) and notice the followings; 1) buildworld on XFree86-4 panics silently to reboot. 2) fsck -b after above reason reboot core dumps like; ffs_snapgone: lost snapshot vnode 3 fatal trap 12: page fault while in kernel

Re: Issues I have w/ recent -current

2002-10-12 Thread Yamada Ken Takeshi
Sorry for late to respond. Thank you for your help. It solved the problem. From: Alexander Kabaev [EMAIL PROTECTED] On Tue, 01 Oct 2002 23:29:34 +0900 (JST) Yamada Ken Takeshi [EMAIL PROTECTED] wrote: 3) HelloWorld.cc can't be compiled while 4.6R can do it, and it disables

Re: GCC3.1 internal compiler error when compilingXFree86-4-libraries

2002-06-08 Thread Yamada Ken Takeshi
I have the following error when I try to install it. Is it unique only to me? === Installing for XFree86-libraries-4.2.0_1 === XFree86-libraries-4.2.0_1 depends on executable: mkhtmlindex - found === XFree86-libraries-4.2.0_1 depends on shared library: freetype.9 - found : :

Re: GCC3.1 internal compiler error when compilingXFree86-4-libraries

2002-06-08 Thread Yamada Ken Takeshi
Thank you! Your patch-z32 made me happy a little. When can I compile XFree86-4-Server-4.2.0_2 with -current? It gives me internal compiler error, too as below. I had thought it uses XFree86-4-libraries port which was wrong. === Building for XFree86-Server-4.2.0_2 Building Release 6.6

Re: GCC3.1 internal compiler error when compilingXFree86-4-libraries

2002-06-09 Thread Yamada Ken Takeshi
Thank you! By eliminating -O option, I could make XFree86-4-Server which works. -O -pipe was in /usr/share/mk/sys.mk. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: 'sh' core dumps with signal 4 and another problems...

2002-06-15 Thread Yamada Ken Takeshi
Hi! Do you enable softupdate? I have had core dump right after booting and about to login: prompt. I disabled all softupdates, and now it works fine so far. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message