Re: embellish of bsd.cpu.mk

2002-05-11 Thread David O'Brien
[bogus From: address, because people cannot be bothered to respect Reply-To:] On Sat, May 11, 2002 at 01:43:10PM -0700, Kris Kennaway wrote: +if !defined(CPUTYPE) +CPUTUNE ?= ev56 +.endif CPUTYPE ?= ev4 What is this for? Unlike i386, but catering to ev4 Alpha's; we strongly

Re: Perl scripts that need rewiting - Any volunteers?

2002-05-10 Thread David O'Brien
On Fri, May 10, 2002 at 01:56:16AM -0600, Mike Makonnen wrote: The problem with writing man pages is, if you don't do it often enough you keep having to relearn it every time you do (which is why I wised up /usr/share/examples/mdoc/example.{1,3,4} To Unsubscribe: send mail to [EMAIL

** HEADS UP ** if you have problems buliding the new GCC

2002-05-10 Thread David O'Brien
[bogus From: address, because people cannot be bothered to respect Reply-To:] Due to the way CVS works, it sometimes does not notice when we do repository surgery. We now have one of those times for src/contrib/gcc. So, if you have trouble building the new GCC w/o -j (dies in

Re: cvs commit: src/gnu/lib/csu Makefile src/gnu/lib/libgcc Makefile src/gnu/lib/libiberty Makefile src/gnu/lib/libobjc Makefile src/gnu/lib/libstdc++ Makefile config.h src/gnu/lib/libsupc++ Makefile src/gnu/usr.bin/cc Makefile Makefile.fe Makefile.inc ...

2002-05-10 Thread David O'Brien
On Fri, May 10, 2002 at 06:04:27PM +0300, Ruslan Ermilov wrote: Bmake bits for Gcc 3.1. This also vanished my YACC building fixes and broke world while attempting to build `cc1plus' in a cross-tools stage. The changes below fix this and CLEANFILES. These changes are wrong. RCS

I need 96 bytes less of boot2, anyone want to hack?

2002-05-09 Thread David O'Brien
When building /sys/boot on i386 with Gcc 3.1, one gets -96 bytes available. Anyone want to install the gcc31 port, build /sys/boot with make CC=gcc31 and try to hack out 96 bytes? You will need this diff also. Index: boot2/Makefile

Re: The future of perl on FreeBSD

2002-05-09 Thread David O'Brien
On Thu, May 09, 2002 at 07:16:31PM +0200, Miguel Mendez wrote: Ports should avoid messing with stuff outside of ${PREFIX} if they can help it. Existing systems will already have a /usr/bin/perl on them unless the user goes and removes it. People writing or executing scripts for new

Re: Resolution (Was: Re: The future of perl on FreeBSD)

2002-05-09 Thread David O'Brien
[bogus From: address, because people cannot be bothered to respect Reply-To:] On Thu, May 09, 2002 at 09:32:10AM -0700, Gordon Tetlow wrote: Why?? If someone wants to use perl in building a port, let them. Add a BUILD_DEPENDS. Seems like an awful amount of installation if all you are

Re: i386 tinderbox failure

2002-05-09 Thread David O'Brien
On Thu, May 09, 2002 at 07:48:47PM -0700, Dag-Erling Smorgrav wrote: ... /d/home/des/tinderbox/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/acl.c:77: warning: implicit declaration of function `__va_size' fixed. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: xdm broken on current

2002-05-05 Thread David O'Brien
On Sun, May 05, 2002 at 04:36:41AM +0200, Dag-Erling Smorgrav wrote: modules and doesn't clobber your old 4.x modules. I asked David to put libpam and the PAM modules in COMPAT4X, but never heard back from him. I guess I need clarification. Since PAM modules aren't versioned, is there a

Re: xdm broken on current

2002-05-05 Thread David O'Brien
On Sat, May 04, 2002 at 11:16:22PM -0700, Doug Barton wrote: Ok, I put the following in /usr/lib/compat, from my releng_4 box: libc.so.4 libc_r.a libc_r.so.4 libpam.a libpam.so.1 libpam_ssh.a There is no need for .a's in /usr/lib/compat -- think about it. To Unsubscribe: send mail to

Re: CURRENT and P-IV problems

2002-05-04 Thread David O'Brien
On Sat, May 04, 2002 at 09:26:33PM +0100, Brian Somers wrote: Try disabling -pipe when building the compiler. This seems to make things more stable here (CFLAGS=-O in /etc/make.conf) - as if building the kernel with -pipe sometimes produces a kernel that subsequently murders the compiler

Re: cvs commit: src/share/mk bsd.doc.mk bsd.docb.mk bsd.info.mk bsd.init.mk bsd.lib.mk bsd.libnames.mk bsd.man.mk bsd.nls.mk bsd.obj.mk bsd.own.mk bsd.prog.mk bsd.sgml.mk bsd.subdir.mk sys.mk

2002-05-04 Thread David O'Brien
On Sat, May 04, 2002 at 06:51:08PM -0600, Kenneth D. Merry wrote: How about this? Assuming exists() does the right thing (does it?), this patch would restore the previous behavior if bsd.init.mk isn't there. That is what I have locally -- it just backs out rev 1.116. I was waiting to get

Re: Save a few hunderd kilobytes or a few hundred perl users?

2002-05-01 Thread David O'Brien
On Thu, May 02, 2002 at 01:17:40AM +0900, Dan Kogai wrote: Speaking of which, the whole build process does not use objective-C (correct me if I am wrong). The cost of Objective-C, given we have to have C, is 1 minute in build time, and 390K of diskspace (installed). This is several orders

Re: Replace makeLINT.pl with makeLINT.sh

2002-05-01 Thread David O'Brien
On Thu, May 02, 2002 at 12:04:47PM +0900, Jun Kuriyama wrote: How about using this script instead of makeLINT.pl? Looks great. Please commit. :-) To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: FreeBSD 5.0 Developer Preview #1 Now Available / diskless booting

2002-04-24 Thread David O'Brien
Danny, What do you think about doing a little more polishing and rolling a new set of patches taking this /etc/rc.conf option into account? Your kernel env dhcp variables are really good. I know that many do want to do what you are doing (large scale RO /); but up until now /etc/rc.diskless*

Re: FreeBSD 5.0 Developer Preview #1 Now Available / diskless booting

2002-04-23 Thread David O'Brien
On Tue, Apr 23, 2002 at 09:19:56AM +0300, Danny Braniss wrote: That being that some of us actually WANT /etc to be left the fsck alone. We NFS mount / and that / has /etc as it should be. I also cannot follow what you are trying to do with /etc/conf. Perhaps you could comment that part?

Re: FreeBSD 5.0 Developer Preview #1 Now Available / diskless booting

2002-04-23 Thread David O'Brien
On Tue, Apr 23, 2002 at 03:38:59AM -0700, Terry Lambert wrote: the 'original' solution is to make /etc writable is to mount a MD, then copy all /conf/default/etc to it. The very original solution was to mount NFS / RW. The move to /conf/default/etc was someone's special needs

Re: FreeBSD 5.0 Developer Preview #1 Now Available / diskless booting

2002-04-23 Thread David O'Brien
On Tue, Apr 23, 2002 at 12:19:58PM -0400, Robert Watson wrote: diskless_root_readonly=NO # Make it YES for readonly good. diskless_etc_localmd=NO # Make it YES to have the # diskless environment md-mount and replicate /etc from /conf Seems the if [ -d ] tests in

Re: FreeBSD 5.0 Developer Preview #1 Now Available / diskless booting

2002-04-23 Thread David O'Brien
On Tue, Apr 23, 2002 at 08:32:51PM +0300, Danny Braniss wrote: On Tue, Apr 23, 2002 at 12:19:58PM -0400, Robert Watson wrote: diskless_root_readonly=NO # Make it YES for readonly good. diskless_etc_localmd=NO # Make it YES to have the # diskless

Re: /usr/tmp

2002-04-22 Thread David O'Brien
On Mon, Apr 22, 2002 at 06:03:01PM +0300, Danny Braniss wrote: in FreeBSD 5.0 DP1 there is /usr/tmp 2 drwxrwxrwt 2 root wheel 512 Apr 11 12:37 /usr/tmp/ any particular reason for this directory? I'm asking because i like to keep / and /usr read only, and /tmp is linked to

Re: FreeBSD 5.0 Developer Preview #1 Now Available / diskless booting

2002-04-22 Thread David O'Brien
On Mon, Apr 22, 2002 at 10:40:44AM +0300, Danny Braniss wrote: Since im very interested in diskless/dataless, and i've been at it for some time now, i made some changes to libstand/bootp.c and /etc/rc.diskless1 which i wouldn't mind receiving commnets/suggestions, and if possible

Re: FreeBSD 5.0 Developer Preview #1 Now Available / diskless booting

2002-04-22 Thread David O'Brien
On Mon, Apr 22, 2002 at 10:40:44AM +0300, Danny Braniss wrote: Since im very interested in diskless/dataless, and i've been at it for some time now, i made some changes to libstand/bootp.c and /etc/rc.diskless1 which i wouldn't mind receiving commnets/suggestions, and if possible

Re: Mouse in Xfree86 4.2.0

2002-04-15 Thread David O'Brien
On Mon, Apr 15, 2002 at 10:02:33AM +0200, John Angelmo wrote: When I start XFree86 I get the error that /dev/mouse can't be found, OK devfs seems to be installd so MAKEDEV dosn't exist anymore, is there anyway to get /dev/mouse working as in FreeBSD 4? I have requested of both the XFree86-4

Re: alpha tinderbox failure

2002-04-12 Thread David O'Brien
On Fri, Apr 12, 2002 at 12:12:12PM -0400, Mike Barcroft wrote: I think machine/endian.h would be better here. It may not have worked because of the missing sys/cdefs.h issue. We will never get that header included in the GDB sources -- it is totally FreeBSD (NetBSD also?) specific. It

Re: alpha tinderbox failure

2002-04-12 Thread David O'Brien
On Fri, Apr 12, 2002 at 01:01:58PM -0400, Mike Barcroft wrote: the source file. machine/endian.h (apparently this is spelled endian.h on other systems) should always be included before fiddling Should we add a /usr/include/endian.h symlink to machine/endian.h ? if we are the odd-man-out? To

Re: libkern/quad.h

2002-04-10 Thread David O'Brien
On Tue, Apr 09, 2002 at 04:58:42PM +0200, Alexander Leidinger wrote: quad.h contains: ---snip--- /* * XXX * Compensate for gcc 1 vs gcc 2. Gcc 1 defines ?sh?di3's second argument * as u_quad_t, while gcc 2 correctly uses int. Unfortunately, we still use * both compilers. */ #if

Re: LOOKUP_SHARED is default now

2002-04-10 Thread David O'Brien
On Wed, Apr 10, 2002 at 12:00:13PM +0200, Sheldon Hearn wrote: A good place for this to be documented is the NAMEI OPERATION FLAGS section of the namei(9) manual page. I don't believe this option will exist long enought for it to need to be documented. Jeff changed the default, but left the

Re: ld-elf.so.1 broken with world from yesterday

2002-04-08 Thread David O'Brien
On Mon, Apr 08, 2002 at 11:07:21AM +0100, Alexander Leidinger wrote: yesterday I've made a new world. After booting it, ld-elf-so.1 complains about every library (libc, libutil, ...). My -current is not usable anymore because of this. Defined complains. freebsd-current readers should

Re: Kernel debugging - what's the procedure?

2002-04-07 Thread David O'Brien
On Sun, Apr 07, 2002 at 10:13:35AM +0100, Josef Karthauser wrote: What's the current method for debugging kernels? genius# gdb -k /usr/obj/usr/src/sys/GENIUS/kernel.debug 5d079ab35c111057dbbf8f242940bbad.core ... kernel symbol `dumppcb' not found. Attaching to program:

Re: NetBSD sort l10n: I give up!

2002-04-07 Thread David O'Brien
On Sun, Apr 07, 2002 at 02:55:37PM +0400, Andrey A. Chernov wrote: I suggest following test first: none,-r,-f,-n combination for all FreeBSD locales compared to GNU sort. The next test is -R option in 0.255 range for all locales. Perhaps you could make a test suite and commit to

Re: i386 tinderbox failure

2002-04-06 Thread David O'Brien
On Sat, Apr 06, 2002 at 01:58:11AM -0800, Dag-Erling Smorgrav wrote: === xe ./aicasm: 866 instructions used /d/home/des/tinderbox/src/sys/netinet6/nd6.c:67: netinet/if_fddi.h: No such file or directory mkdep: compile failed *** Error code 1 Are you using -j(1) ? To Unsubscribe: send mail

Re: i386 tinderbox failure

2002-04-06 Thread David O'Brien
On Sat, Apr 06, 2002 at 01:53:33PM +0200, Dag-Erling Smorgrav wrote: David O'Brien [EMAIL PROTECTED] writes: On Sat, Apr 06, 2002 at 01:58:11AM -0800, Dag-Erling Smorgrav wrote: === xe ./aicasm: 866 instructions used /d/home/des/tinderbox/src/sys/netinet6/nd6.c:67: netinet/if_fddi.h

Re: Updating from 4.4

2002-04-05 Thread David O'Brien
On Sat, Apr 06, 2002 at 12:16:22AM +0200, Thomas Quinot wrote: Doing a buildworld I get: /usr/src/gnu/usr.bin/cc/cc_fbsd/../../../../lib/libc/stdio/mktemp.c:38: syntax error before string constant Got hit by that one two days ago. There is a patch in PR bin/36747. If possible, I would

Re: ccache and FreeBSD kernels...

2002-04-05 Thread David O'Brien
On Fri, Apr 05, 2002 at 08:31:06PM +0200, Poul-Henning Kamp wrote: Just for fun I tried compiling some kernels with ccache. It cuts the time it takes to compile LINT in half. ... It's actually a pretty neat idea, which (despite what O'brien will yell at me) I would suggest should be put in

Re: cvs commit: ports/lang Makefile ports/lang/icc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/icc/files patch-include

2002-04-02 Thread David O'Brien
On Tue, Apr 02, 2002 at 10:31:39AM +0200, Alexander Leidinger wrote: You can't link native FreeBSD binaries with icc, it tries to link against glibc. Oh that is easy to fix. We can do it in one of two ways. Show me the exact link line from icc (I want the equivalent to gcc -v). -- -- David

Re: kldxref problem

2002-04-01 Thread David O'Brien
On Sun, Mar 31, 2002 at 12:38:24PM +0200, Emiel Kollof wrote: On Sun, 2002-03-31 at 09:51, Terry Lambert wrote: Perhaps if the kernel printf also ignored the request to print the little S.O.B. out, there would be less confusion... I'm still sticking to the idea that one could test

Re: cvs commit: ports/lang Makefile ports/lang/icc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/icc/files patch-include

2002-04-01 Thread David O'Brien
On Sat, Mar 30, 2002 at 10:03:47AM +0100, Alexander Leidinger wrote: On 29 Mär, David O'Brien wrote: My patches to src/share/mk/ are here: ftp://ftp.jurai.net/users/winter/icc.mk.diff This allows you to set 'USE_ICC' and 'ICFLAGS' and build stuff. This is fine just

Perl build uses 'cc' and maybe 'gcc' directly.

2002-04-01 Thread David O'Brien
Any chance of getting the Perl build to properly use ${CC} rather than hard coding 'cc'? Also a find . -type f | xargs grep gcc shows that GCC may be called directly also. This is a problem for cross builds, and using alternate versions of of the compiler (say gcc31 for testing). -- -- David

Re: Problem with ssh

2002-04-01 Thread David O'Brien
On Sat, Mar 30, 2002 at 01:14:07PM +0100, Dag-Erling Smorgrav wrote: David O'Brien [EMAIL PROTECTED] writes: Something is still very wrong: ssh foo@releng4 otp-md5 350 re9786 ext S/Key Password: otp-md5 134 re2584 ext S/Key Password: otp-md5 417 re5381

Re: Problem with ssh

2002-04-01 Thread David O'Brien
On Tue, Apr 02, 2002 at 01:48:56AM +0200, Dag-Erling Smorgrav wrote: David O'Brien [EMAIL PROTECTED] writes: On Sat, Mar 30, 2002 at 01:14:07PM +0100, Dag-Erling Smorgrav wrote: David O'Brien [EMAIL PROTECTED] writes: Uh, why does my sequence keep changing when I just hit return

Re: ICC userland patch (was: Re: cvs commit: ports/lang Makefile ports/lang/icc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/icc/files patch-include)

2002-03-29 Thread David O'Brien
On Fri, Mar 29, 2002 at 12:33:37PM +0100, Alexander Leidinger wrote: Not tested, feel free to point out some typo's: http://www.leidinger.net/FreeBSD/icc.mk.diff Also forbidden to access. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the

Re: cvs commit: ports/lang Makefile ports/lang/icc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/icc/files patch-include

2002-03-29 Thread David O'Brien
On Fri, Mar 29, 2002 at 11:44:06AM +0100, Alexander Leidinger wrote: My patches to src/share/mk/ are here: ftp://ftp.jurai.net/users/winter/icc.mk.diff This allows you to set 'USE_ICC' and 'ICFLAGS' and build stuff. This is fine just to get things working. But please consider

Re: Problem with ssh

2002-03-29 Thread David O'Brien
On Fri, Mar 29, 2002 at 11:01:25AM +0100, Thomas Quinot wrote: Le 2002-03-29, Will Andrews écrivait : SSH should just be fixed to DTRT when one doesn't have S/Key setup on the server... As far as I can understand the sources, this has been implemented in rev. 1.10 of

Re: cvs commit: src/sys/boot/common Makefile.inc

2002-03-28 Thread David O'Brien
On Thu, Mar 28, 2002 at 03:51:05PM +0600, Nickolay Dudorov wrote: In article [EMAIL PROTECTED] you wrote: obrien 2002/03/27 17:28:21 PST Modified files: sys/boot/common Makefile.inc Log: Not all platforms have and want a.out format support. Revision Changes

Re: Problem with ssh

2002-03-28 Thread David O'Brien
On Thu, Mar 28, 2002 at 09:37:36AM -0900, Beech Rintoul wrote: I just updated -current (yesterday) and now I'm getting the following when I try to use ssh: #ssh -l akbeech galaxy #otp-md5 336 ga3711 ext S/Key Password: Any suggestions? hit any set of lettersenter until you get a

Re: linux_base-7 installation breaks with zlib 1.1.4

2002-03-28 Thread David O'Brien
On Thu, Mar 28, 2002 at 03:49:42AM -0800, Kris Kennaway wrote: I use the following quick fix for the corresponding core dump in man and zgrep. I'd like to see this committed and merged to the DP1 tree ASAP so my packages stop dumping core and we can produce a DP1 snapshot that includes

Re: Problem with ssh

2002-03-28 Thread David O'Brien
On Thu, Mar 28, 2002 at 10:40:04AM -0900, Beech Rintoul wrote: #ssh -l akbeech galaxy #otp-md5 336 ga3711 ext S/Key Password: Adding the following setting to sshd_config, should disable S/Key functionality: 'ChallengeResponseAuthentication no' Thanks, that fixed the problem.

BIND 8.3.1 is *SLOW*

2002-03-28 Thread David O'Brien
Ever since this commit: date: 2002-02-04 19:12:33; author: nectar; state: Exp; lines: +15 -1 Import of ISC BIND 8.3.1-REL. my DNS look ups are slow, like an order of magnitude slower. By chance was a FreeBSD'ism left

Re: BIND 8.3.1 is *SLOW*

2002-03-28 Thread David O'Brien
On Thu, Mar 28, 2002 at 01:00:36PM -0800, Peter Wemm wrote: Also shouldn't host(1) obey /etc/nsswitch.conf? No. host(1) is a dns specific tool. *sigh*. So how does one figure out what amd and sendmail are seeing as they try to resovlve addresses? -- -- David ([EMAIL PROTECTED]) To

Re: Another possible solution for non-sendmail users

2002-03-28 Thread David O'Brien
On Thu, Mar 28, 2002 at 07:39:24AM -0800, Gregory Neil Shapiro wrote: As an alternative to sendmail_enable=NONE, why not solve the boot time problem for non-sendmail users completely. The patch moves all of the sendmail startup code from /etc/rc to /etc/rc.sendmail. Yes, please commit. Very

Re: cvs commit: ports/lang Makefile ports/lang/icc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/icc/files patch-include

2002-03-28 Thread David O'Brien
On Thu, Mar 28, 2002 at 06:37:25PM -0500, Matthew N. Dodd wrote: icc.cfg: ... -D__GNUC__=2 This is really wrong. Why not properly impliment cdefs.h for __ICC__ ? -- -- David ([EMAIL PROTECTED]) To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of

Re: cvs commit: ports/lang Makefile ports/lang/icc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/icc/files patch-include

2002-03-28 Thread David O'Brien
On Thu, Mar 28, 2002 at 08:23:27PM -0500, Matthew N. Dodd wrote: On Thu, 28 Mar 2002, David O'Brien wrote: On Thu, Mar 28, 2002 at 06:37:25PM -0500, Matthew N. Dodd wrote: icc.cfg: ... -D__GNUC__=2 This is really wrong. Why not properly impliment cdefs.h for __ICC__ ? Of course

Alpha cross build b0rked by Perl.

2002-03-26 Thread David O'Brien
=== gnu/usr.bin/perl/perl Extracting config.h (with variable substitutions) Extracting cflags (with variable substitutions) Extracting writemain (with variable substitutions) Extracting myconfig (with variable substitutions) Args must match #! line at

Re: Broken bktr(4) module

2002-03-25 Thread David O'Brien
On Mon, Mar 25, 2002 at 12:14:26PM +0100, Emiel Kollof wrote: * Crist J. Clark ([EMAIL PROTECTED]) wrote: I believe the recent changes to the bktr(4) module Makefile broke it, === bktr === bktr/bktr make: don't know how to make smbus.h. Stop *** Error code 2 Stop in

Re: turning off malloc's AJ by default

2002-03-24 Thread David O'Brien
On Sun, Mar 24, 2002 at 11:28:27AM -0500, Robert Watson wrote: Not clear from your suggestion if you mean the branch or the dp's. My feeling is that a useful strategy is: - -CURRENT has AJ from inception of branch until final DP before release. - DP's don't have AJ The DP's should have

Re: can't build world on alpha

2002-03-24 Thread David O'Brien
On Sat, Mar 23, 2002 at 11:02:26AM -0800, Matthew Dillon wrote: Anyone have any ideas? I'm trying to build the latest -current (from cvs) on an alpha running 4.3-RELEASE, using 'make buildworld'. I have thought about what could be the problem several times and cannot come up with

Re: turning off malloc's AJ by default

2002-03-24 Thread David O'Brien
On Sun, Mar 24, 2002 at 12:34:08PM -0500, Robert Watson wrote: Hmm. The argument for A is, I think, is a lot stronger than for J, since it comes without the performance impact, and you can actually generate useful diagnostics. I would be fine with leaving A in the developer snapshot. Lets

Re: turning off malloc's AJ by default

2002-03-24 Thread David O'Brien
On Sun, Mar 24, 2002 at 01:59:56PM -0500, Robert Watson wrote: The goal of DP's is to increase exposure of the development branch in some key audiences, including the developer community, and community of early adopters. Part of the discussion that lead up to deciding to follow through on

Re: can't build world on alpha

2002-03-24 Thread David O'Brien
On Sun, Mar 24, 2002 at 09:38:42AM -0800, Matthew Dillon wrote: :On Sat, Mar 23, 2002 at 11:02:26AM -0800, Matthew Dillon wrote: : Anyone have any ideas? I'm trying to build the latest -current : (from cvs) on an alpha running 4.3-RELEASE, using 'make buildworld'. I just verified one

Re: uma panic

2002-03-23 Thread David O'Brien
On Sat, Mar 23, 2002 at 12:41:58AM -0800, Kris Kennaway wrote: I upgraded the bento package building cluster to a more recent -current to try and get packages building again (every other snapshot Could you run the actual DP#1 code? This would make sure the packages match the snapshot, and

turning off malloc's AJ by default

2002-03-23 Thread David O'Brien
The RE's are wanting to ship 5.0 DP#1 w/this patch applied. If having 'AJ' by default is deemed not useful (by being removed from the DP), it sounds like we should just turn it off. Unless there is strong objection, I plan on committing this. Index: malloc.c

Re: turning off malloc's AJ by default

2002-03-23 Thread David O'Brien
On Sat, Mar 23, 2002 at 06:40:21PM -0800, Steve Kargl wrote: On Sat, Mar 23, 2002 at 04:34:57PM -0800, [EMAIL PROTECTED] wrote: As FreeBSD developers, 3rd party code cannot be our primary concern. Surely, you're joking. No wonder it's a PITA to convince a 3rd party vendor to release a

Re: nl_langinfo is MFCed, but what about compat/libc.so.4?

2002-03-19 Thread David O'Brien
On Tue, Mar 19, 2002 at 09:34:19AM -0800, David Wolfskill wrote: However, the symbol in question does not appear to exist in the version of libc.so.4 in -CURRENT's /usr/lib/compat -- and that can cause programs which had been compiled under -STABLE and which might well otherwise work Just

What changed with the resolver such that it won't use /etc/hosts anymore?

2002-03-19 Thread David O'Brien
All of my boxes that are on a private network can longer resolve their IP address to a name. In the past this /etc/nsswitch.conf would have the resolver first look in /etc/hosts which would resolve the IP address to a name. $ cat /etc/nsswitch.conf hosts: files dns So what broke

Re: HEADS UP: -CURRENT Feature Slush is OVER

2002-03-17 Thread David O'Brien
On Sat, Mar 16, 2002 at 02:08:51PM -0800, Terry Lambert wrote: I hate this whole direction. I think it's an incredibly bad idea that we are not going to be able to reproduce what went onto any given CDROM in ten years. The source will be on the CDROM. Nor is there any major importance to

Re: HEADS UP: -CURRENT Feature Slush is OVER

2002-03-17 Thread David O'Brien
On Sun, Mar 17, 2002 at 02:13:16AM -0800, Annelise Anderson wrote: If a tag was laid down can't it be retrieved indefinitely? A non-branching tag? What am I missing? The tag will create a point in time in the CVS repository that cannot be ever changed. This is a restriction that we've

Re: HEADS UP: -CURRENT Feature Slush is OVER

2002-03-17 Thread David O'Brien
On Sun, Mar 17, 2002 at 01:08:43AM -0800, Terry Lambert wrote: Imagine that you have the developer's prerelease, and you have a bug (because you're a developer who's using the pre-release). Now say you have become involved in the process, because the pre-release has done it's job. You

Re: HEADS UP: -CURRENT Feature Slush is OVER

2002-03-17 Thread David O'Brien
On Sun, Mar 17, 2002 at 12:56:42AM -0800, Terry Lambert wrote: It seems to me that, at worst, this is being done to prove to the heathens that use of Perforce is a bad idea. It certainly is, if history is going to be lost, but that's not a result of the tool, here, it's a result of

[PATCH] please test this patch to `ld' with your ports

2002-03-16 Thread David O'Brien
This may fix some of the linking and crashing problems. It does fix the ports/editors/vim linking problem. I am *quite* irritated that I tried to get this patch committed into the FSF CVS repo back in July 2001, but it got bikesheded to death. :-( -- -- David ([EMAIL PROTECTED]) Index:

Re: Gvim link problem is still actual

2002-03-16 Thread David O'Brien
On Fri, Mar 15, 2002 at 09:47:31PM +0200, Vallo Kallaste wrote: Hi Just tried again with newly built world and kernel using vim from ports. This is built with ATHENA widget support and the only difference in make.conf from default is CPUTYPE=i686. What's wrong with -current? Gvim Apply

web Browsers (Re: gcc -O broken in CURRENT)

2002-03-16 Thread David O'Brien
On Sat, Mar 16, 2002 at 06:05:13AM +0100, Dag-Erling Smorgrav wrote: Garrett Wollman [EMAIL PROTECTED] writes: What problems do you have with it? Slow. Eats memory. Crashes all the time. Does not save state between sessions. Does not render HTML 4 properly. Does not support CSS

Re: HEADS UP: -CURRENT Feature Slush is OVER

2002-03-16 Thread David O'Brien
On Sat, Mar 16, 2002 at 04:43:47PM +0200, Maxim Sobolev wrote: primary goals in all of this are (1) to provide a usable preview of the 5.0-CURRENT code, and (2) to minimize the impact on -CURRENT developers. After evaluating several different options, using Perforce was deemed the best

Re: gcc -O broken in CURRENT

2002-03-15 Thread David O'Brien
On Fri, Mar 15, 2002 at 01:37:39PM +0100, Jan Stocker wrote: A little bit... most of you argumenting about binary incompatibility for -stable. OK... no chance to do it there, its my opinion too. But why not doing it for current and using that most common dwarf unwinding now (for a There is no

Re: gcc -O broken in CURRENT

2002-03-15 Thread David O'Brien
On Fri, Mar 15, 2002 at 04:54:59PM -0500, Kenneth Culver wrote: At the risk of being yelled at, I have a question: Why do we still need to support a.out? I know that a lot of people MIGHT still have some a.out binaries lying around, but FreeBSD's default binary format has been ELF for 3 or 4

Re: gcc -O broken in CURRENT

2002-03-15 Thread David O'Brien
On Fri, Mar 15, 2002 at 05:26:37PM -0500, Kenneth Culver wrote: At the risk of being yelled at, I have a question: Why do we still need to support a.out? I know that a lot of people MIGHT still have some a.out ... Rather than offer $0.02, send the patch. Well, I was just asking if it is

Re: gcc -O broken in CURRENT

2002-03-14 Thread David O'Brien
On Thu, Mar 14, 2002 at 06:36:05PM +0100, Jan Stocker wrote: 2) Bug is in os delivered gcc but not in port gcc. a) port has more or less patches / os gcc has been modified -- Didn't someone told they are the same? Port has less patches. If you look at

Re: gcc -O broken in CURRENT

2002-03-14 Thread David O'Brien
On Thu, Mar 14, 2002 at 01:20:51PM -0500, Alexander Kabaev wrote: b) other options were set at compile time -- Why dont change to the same in the port? Leads it to a broken world? If the only difference is the lost of binary compatibility, i would

Re: gcc -O broken in CURRENT

2002-03-14 Thread David O'Brien
On Wed, Mar 13, 2002 at 10:24:20PM +0100, Martin Blapp wrote: We are using a set of patches that were part of gcc 2.95.3_test3. Do you have a sample program in which exceptions are still broken on FreeBSD 4.5? cd /usr/ports/devel/stlport make install cd work/STL*/test/eh add -O to

Re: 5.x packages and request for help.

2002-03-14 Thread David O'Brien
On Thu, Mar 14, 2002 at 04:31:44PM -0800, Kris Kennaway wrote: I'm just uploading a new 5.x package set. This run was better than the previous (5364 packages vs. 5123 for the last run, but far fewer than the 5973 packages which are building in 4.x), but there were still a number of

Re: gcc -O broken in CURRENT

2002-03-13 Thread David O'Brien
On Wed, Mar 13, 2002 at 12:15:34PM -0800, Ed Hall wrote: Exception-handling is broken with -O in -stable, and has been for years. FreeBSD is one of the few systems that use setjmp/longjmp stack unwinds to implement exceptions, so when the GCC folks broke that path, it was never fixed. There

Re: 4.5-5.0 kldxref:No such file or directory

2002-03-12 Thread David O'Brien
On Wed, Mar 13, 2002 at 04:13:35AM +0100, Emiel Kollof wrote: A known issue. The install process deliberately ignores this as a non-fatal error. Why not test for it like this (or similar): [ -x /usr/sbin/kldxref ] /usr/bin/kldxref (etcetera...) If the new CURRENT testers upgrading

Re: gvim weird linkage

2002-03-09 Thread David O'Brien
On Sat, Mar 09, 2002 at 03:36:20PM +0200, Vallo Kallaste wrote: Gvim will link against nonexistent libraries, some of them seem to be derived from libXThrStub library name and some Xlib function What revision of port/editors/vim/Makefile do you have? To Unsubscribe: send mail to [EMAIL

Re: New i386 5.0 packages uploaded (and toolchain problems)

2002-03-09 Thread David O'Brien
On Sat, Mar 09, 2002 at 04:35:20AM -0800, Kris Kennaway wrote: The failures were caused by compiled utilities dumping core with sig11 or sig10 during compilation of the port. Toolchain people, please look into this; the error logs are at I am not sure we can say anything about the errors due

Re: New i386 5.0 packages uploaded (and toolchain problems)

2002-03-09 Thread David O'Brien
On Sat, Mar 09, 2002 at 04:35:20AM -0800, Kris Kennaway wrote: http://bento.freebsd.org/errorlogs/5-latest/ This isn't good: http://bento.freebsd.org/errorlogs/5-latest/TenDRA-4.1.2.log building TenDRA-4.1.2 on gohan17 in directory /x/tmp/5/chroot/31459 with arguments:

Re: New i386 5.0 packages uploaded (and toolchain problems)

2002-03-09 Thread David O'Brien
On Sat, Mar 09, 2002 at 07:30:21PM -0500, Robert Watson wrote: uname extracts the various strings it can report from the running kernel using sysctl. Unless you have a faked uname, it will return the The cluster has used a faked out uname(1) for a long time. The problem turned out to be with

Re: Weird binutils error (libintl.h not found) in 5.0-CURRENT

2002-03-08 Thread David O'Brien
On Fri, Mar 08, 2002 at 05:56:08PM +, Hiten Pandya wrote: /data/dev/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/sysdep.h:135: libintl.h: No such file or directory This only happens if ENABLE_NLS is defined. However, $ cd /usr/src/gnu/usr.bin/binutils $ find

Re: Weird binutils error (libintl.h not found) in 5.0-CURRENT

2002-03-08 Thread David O'Brien
On Fri, Mar 08, 2002 at 12:26:09PM -0800, Hiten Pandya wrote: Saying that, I haven't use ENABLE_NLS anywhere. This happened to me, a couple of weeks ago, but I had to go Germany, so I wasn't able to report it then. All my buildworld's use to work perfectly, but I am getting this problem

Re: binutils (libintl.h) problem (was: weird binutils problem)

2002-03-08 Thread David O'Brien
On Sat, Mar 09, 2002 at 03:13:39AM +, Hiten Pandya wrote: Hi, I am attaching the output you requested, but I am sure, this wouldn't be very helpful though: /usr/bin/cc (which cc) Using builtin specs. gcc version 2.95.3 20010315 (release) (cc -v) I also looked at all the Makefiles,

Re: blockable sleep panic on Alpha / current

2002-03-05 Thread David O'Brien
On Tue, Mar 05, 2002 at 05:57:01PM +0100, Wilko Bulte wrote: Is gdb broken on Alpha, or is it just me? ds10#gdb ^C ds10#gdb -k Can you give the gdb51 port a try? We really need to see how usable that is on Alpha. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: changes to rc.diskless*

2002-03-02 Thread David O'Brien
On Fri, Mar 01, 2002 at 03:04:28PM -0800, Brooks Davis wrote: -# If /tmp is a symlink, assume it points to somewhere writable, like -# /var/tmp, otherwise, use a small memory filesystem for /tmp. +# If /tmp is not writable, use a small memory filesystem for /tmp. # # XXX: mtree runs too

Re: changes to rc.diskless*

2002-03-02 Thread David O'Brien
On Sat, Mar 02, 2002 at 01:31:25PM -0800, Glenn Gombert wrote: the diskless(s) scripts have a number of problems with them that need to be fixed as well..inorder to get diskless kernels booting properly... And actually since my last commit to them, diskless works OK except for /var. To

Re: NetBSD-style rc.d Project -- What I have so far...

2002-02-28 Thread David O'Brien
On Thu, Feb 28, 2002 at 08:39:33AM -0800, Mike Makonnen wrote: I chose to go a slightly different route than Gordon, in that I have not tried to make the scripts compatible with NetBSD (His scripts include conditionals for NetBSD, mine don't). These are my reasons. The point you are missing

Re: Why is xe building while commented out?

2002-02-27 Thread David O'Brien
On Wed, Feb 27, 2002 at 03:44:03PM +0100, Christopher Sharp wrote: * Stephen L. Palmer ([EMAIL PROTECTED]) wrote: /usr/src/sys/dev/isp/isp.c: In function `isp_reset': /usr/src/sys/dev/isp/isp.c:633: warning: cast discards qualifiers from pointer target type *** Error code 1 A small

Re: cvs commit: src/sys/i386/i386 exception.s genassym.c machdep.c mp_machdep.c mpapic.c swtch.s vm_machdep.c src/sys/i386/include cpufunc.h pcb.h src/sys/i386/isa apic_vector.s clock.c icu_vector.s intr_machdep.c intr_machdep.h npx.c src/sys/kern ...

2002-02-26 Thread David O'Brien
On Tue, Feb 26, 2002 at 02:43:02PM -0700, Warner Losh wrote: : the same as publishing it. P4 is an aid to the developer to do PRIVATE : work. As long as the work is in P4 it is up to the developer to : keep it in sync with -current. From the project's perspective : work in P4 doesn't

Re: FreeBSD/i386 make release breakage

2002-02-26 Thread David O'Brien
On Tue, Feb 26, 2002 at 06:39:22PM +0900, Makoto Matsushita wrote: Note that new dhclient requires some libraries which are *not* installed to /usr/lib (libdhcp, libres, libomapi, and libdst). They are built and linked statically. This is not possible with crunch_gen? To Unsubscribe: send

Re: FreeBSD/i386 make release breakage

2002-02-26 Thread David O'Brien
On Tue, Feb 26, 2002 at 05:30:50AM -0800, [EMAIL PROTECTED] wrote: 2. Use the existing boot_crunch.conf, but move sbin/dhclient/* back to a single top-level Makefile. This does not work at the moment, because the objects in each subdirectory are built with different

Re: NetBSD-style rc.d Project

2002-02-26 Thread David O'Brien
On Tue, Feb 26, 2002 at 10:00:52AM -0500, Kevin Way wrote: As one of the many people who've done some initial work on the port, I can tell you that it seems to me that there's not a lot of interest in this project, beyond criticizing the work of those who've made attempts to do any work, or

Re: NetBSD-style rc.d Project

2002-02-26 Thread David O'Brien
On Tue, Feb 26, 2002 at 10:17:49AM -0800, Gregory Neil Shapiro wrote: Should committers be updating those files when they update /etc/rc? If so, I'll need to change the sendmail startup routines. No. That will pull them off the vendor branch before we are ready for that. To Unsubscribe:

Re: Deprecated bfd_read warnings in the gdb(1)

2002-02-25 Thread David O'Brien
On Mon, Feb 25, 2002 at 11:51:54AM +0200, Maxim Sobolev wrote: David, I've noticed that after a recent make world gdb started producing warnings during startup. Please fix. Please send patch. This will require gdb to be updated to GDB 5.1.1 -- something I am not going to do. This also

Re: -current hangs with SMP enabled

2002-02-24 Thread David O'Brien
On Sun, Feb 24, 2002 at 09:02:02PM -0500, Glenn Gombert wrote: There is a problem in -Current now between SCSI card(s) and the ATA drivers, For how long has this problem existed? This is being typed from a dual Athlon system with 5 SCSI busses (AHC,SYM,ISP) several disks, CD burnger; and with

<    1   2   3   4   5   6   7   8   9   10   >