-current breakage

2002-04-13 Thread David W. Chapman Jr.
I'm getting this on a recent machine that has been upgraded from 4.5 to a -current today o over.o text.o script.o mark.o other.o delim.o sqrt.o pile.o special.o /usr/obj /usr/src/i386/usr/src/gnu/usr.bin/groff/src/preproc/eqn/../../../src/libs/libgro ff/libgroff.a make: don't know how to make n

Re: Bad fix for -current breakage

2002-03-18 Thread Ruslan Ermilov
On Mon, Mar 18, 2002 at 09:32:15AM -0700, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Ruslan Ermilov <[EMAIL PROTECTED]> writes: > : Here's a "good" one: > > I see this has already been fixed, but to my eye it looks good. > Certainly a lot better than my kludge-o-matic :

Re: Bad fix for -current breakage

2002-03-18 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Ruslan Ermilov <[EMAIL PROTECTED]> writes: : Here's a "good" one: I see this has already been fixed, but to my eye it looks good. Certainly a lot better than my kludge-o-matic :-) Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: Bad fix for -current breakage

2002-03-18 Thread Mark Murray
> > Now, to the next breakage in the tree :-) > > > Here's a "good" one: YES!! Excellent! Please commit this. M > %%% > Index: Makefile.inc > === > RCS file: /home/ncvs/src/gnu/usr.bin/perl/Makefile.inc,v > retrieving revision 1.2

Re: Bad fix for -current breakage

2002-03-18 Thread Ruslan Ermilov
On Mon, Mar 18, 2002 at 01:02:00AM -0700, M. Warner Losh wrote: > Note, a real fix would be applied to all the config.* files, and would > depend on the BOOTSTRAP symbol that we define during the early stages > of the build. This is my wimpy fix for people that want a quick fix > to the problem o

Bad fix for -current breakage

2002-03-17 Thread M. Warner Losh
Note, a real fix would be applied to all the config.* files, and would depend on the BOOTSTRAP symbol that we define during the early stages of the build. This is my wimpy fix for people that want a quick fix to the problem of building -current on -stable. Now, to the next breakage in the tree :

Re: -CURRENT breakage in usr.sbin/mptable?

2001-03-24 Thread Bruce Evans
On Fri, 23 Mar 2001, Bruce A. Mah wrote: > Hi Bruce-- > > A recent commit of yours to src/usr.sbin/mptable/Makefile had the > commit message: > > > Fixed style bugs (use normal formatting for assignment, and don't override > > the correct default for MAN1). > > Are you sure this is right? Th

-CURRENT breakage in usr.sbin/mptable?

2001-03-23 Thread Bruce A. Mah
Hi Bruce-- A recent commit of yours to src/usr.sbin/mptable/Makefile had the commit message: > Fixed style bugs (use normal formatting for assignment, and don't override > the correct default for MAN1). Are you sure this is right? The default MANSECT for src/usr.sbin is 8, not 1, but mptable.

Re: CURRENT breakage in usr.sbin/amd/mk-amd-map

2001-03-21 Thread Ruslan Ermilov
On Wed, Mar 21, 2001 at 03:13:42PM +1100, Bruce Evans wrote: [...] > Only the amd ones are broken. The bug is in ../Makefile.inc. It spams > ${SRCS} with some nfs headers. This breaks 's automatic > setting of ${SRCS} from ${PROG}. SRCS should be under the control of > individual Makefiles exc

Re: CURRENT breakage in usr.sbin/amd/mk-amd-map

2001-03-20 Thread Michael C . Wu
On Tue, Mar 20, 2001 at 07:07:35PM -0800, Peter Wemm scribbled: | "Michael C . Wu" wrote: I just committed a fix that should unbreak world. Please let me know if there are any problems. It is a trivial mistake that could been spared by a little testing. Thanks Bruce M., Peter, Warner, and Bruc

Re: CURRENT breakage in usr.sbin/amd/mk-amd-map

2001-03-20 Thread Bruce A. Mah
If memory serves me right, Peter Wemm wrote: > If SRCS is undefined, then SRCS=${PROG}.c. ie: > > peter@daintree[7:30pm]~src/usr.sbin/sicontrol-283> grep SRCS Makefile > peter@daintree[7:30pm]~src/usr.sbin/sicontrol-284> make -V SRCS > sicontrol.c > peter@daintree[7:30pm]~src/usr.sbin/sicontro

Re: CURRENT breakage in usr.sbin/amd/mk-amd-map

2001-03-20 Thread Bruce Evans
On Tue, 20 Mar 2001, Bruce A. Mah wrote: > If memory serves me right, "Michael C . Wu" wrote: > > > cvs diff: Diffing . > > Index: Makefile > > === > > RCS file: /home/ncvs/src/usr.sbin/amd/mk-amd-map/Makefile,v > > retrieving revis

Re: CURRENT breakage in usr.sbin/amd/mk-amd-map

2001-03-20 Thread Peter Wemm
"Bruce A. Mah" wrote: > --==_Exmh_-1701844519P > Content-Type: text/plain; charset=us-ascii > > If memory serves me right, Peter Wemm wrote: > > "Michael C . Wu" wrote: > > > On Tue, Mar 20, 2001 at 04:13:17PM -0600, Michael C . Wu scribbled: > > > | On Tue, Mar 20, 2001 at 02:03:29PM -0800, Bruc

Re: CURRENT breakage in usr.sbin/amd/mk-amd-map

2001-03-20 Thread Bruce A. Mah
If memory serves me right, Peter Wemm wrote: > "Michael C . Wu" wrote: > > On Tue, Mar 20, 2001 at 04:13:17PM -0600, Michael C . Wu scribbled: > > | On Tue, Mar 20, 2001 at 02:03:29PM -0800, Bruce A. Mah scribbled: > > > > > > I have just finished making the patch to fix this problem. > > I will

Re: CURRENT breakage in usr.sbin/amd/mk-amd-map

2001-03-20 Thread Bruce A. Mah
If memory serves me right, "Michael C . Wu" wrote: > On Tue, Mar 20, 2001 at 04:13:17PM -0600, Michael C . Wu scribbled: > | On Tue, Mar 20, 2001 at 02:03:29PM -0800, Bruce A. Mah scribbled: > > > I have just finished making the patch to fix this problem. > I will start the buildworld now. In t

Re: CURRENT breakage in usr.sbin/amd/mk-amd-map

2001-03-20 Thread Peter Wemm
"Michael C . Wu" wrote: > On Tue, Mar 20, 2001 at 04:13:17PM -0600, Michael C . Wu scribbled: > | On Tue, Mar 20, 2001 at 02:03:29PM -0800, Bruce A. Mah scribbled: > > > I have just finished making the patch to fix this problem. > I will start the buildworld now. In the mean time, > if someone

Re: CURRENT breakage in usr.sbin/amd/mk-amd-map

2001-03-20 Thread Michael C . Wu
On Tue, Mar 20, 2001 at 04:13:17PM -0600, Michael C . Wu scribbled: | On Tue, Mar 20, 2001 at 02:03:29PM -0800, Bruce A. Mah scribbled: I have just finished making the patch to fix this problem. I will start the buildworld now. In the mean time, if someone has a fast box, please test the patch

Re: CURRENT breakage in usr.sbin/amd/mk-amd-map

2001-03-20 Thread Bruce A. Mah
If memory serves me right, "Michael C . Wu" wrote: > cvs diff: Diffing . > Index: Makefile > === > RCS file: /home/ncvs/src/usr.sbin/amd/mk-amd-map/Makefile,v > retrieving revision 1.11 > diff -u -r1.11 Makefile > --- Makefile200

CURRENT breakage in usr.sbin/amd/mk-amd-map

2001-03-20 Thread Bruce A. Mah
This is a first for me, I think...finding a CURRENT buildworld bogon. Freshly cvsup-ed -CURRENT system, trying to buildworld: [much output] ===> usr.sbin/amd/mk-amd-map make: don't know how to make .o. Stop *** Error code 2 Stop in /usr/src/usr.sbin/amd. *** Error code 1 Stop in /usr/src/usr.s

Re: CURRENT breakage in usr.sbin/amd/mk-amd-map

2001-03-20 Thread Michael C . Wu
On Tue, Mar 20, 2001 at 02:03:29PM -0800, Bruce A. Mah scribbled: | That reverts all of Ruslan's change. You don't want to put the MAN8= | definition back, because that was the point of his commit. Just the | SRCS= needs to be reverted. | | Now Ruslan (or someone) needs to go and fix all of th

Re: CURRENT breakage in usr.sbin/amd/mk-amd-map

2001-03-20 Thread Warner Losh
In message <[EMAIL PROTECTED]> "Michael C . Wu" writes: : I think a unified diff is easier to read. How about this one? :) : [Warning: cut-n-paste diff] : : cvs diff: Diffing . : Index: Makefile : === : RCS file: /home/ncvs/src/usr.

Re: CURRENT breakage in usr.sbin/amd/mk-amd-map

2001-03-20 Thread Michael C . Wu
On Tue, Mar 20, 2001 at 12:41:08PM -0800, Bruce A. Mah scribbled: | This is a first for me, I think...finding a CURRENT buildworld bogon. | Freshly cvsup-ed -CURRENT system, trying to buildworld: | | [much output] | | ===> usr.sbin/amd/mk-amd-map | Diffs show that someone was perhaps a little ov

Fix for -CURRENT breakage in libc_r

2000-02-18 Thread Jeremy Lea
Please people. If you think you don't need a make world during a code freeze, then please at least read the patched files... Index: Makefile.inc === RCS file: /usr/home/ncvs/src/lib/libc_r/man/Makefile.inc,v retrieving revision 1.10

-current breakage? (11.00 bst, 26/6/1999)

1999-06-26 Thread Anonymous
I've just tried building the world three times, cvsup'd at around 11.00 bst, and again at 12.00 and 13.00 - they all break at the point below... Any suggestions? :) - I was running "make buildworld -j8 | tee /var/tmp/mw.out". Each time I carefully blow away /usr/obj before re-running... -Kp " /

Re: Today CURRENT breakage

1999-04-06 Thread Roman V. Palagin
On Tue, 6 Apr 1999, Maxim Sobolev wrote: > Following is error output from 'make -j6 buildworld' on sources cvsup'ed > today: > > `gencheck.c' is up to date. > `c-parse.in' is up to date. > ===> cc_int > make: don't know how to make insn-attrtab.c. Stop > *** Error code 2 don't use -j x. > ═ > >

Today CURRENT breakage

1999-04-06 Thread Maxim Sobolev
Following is error output from 'make -j6 buildworld' on sources cvsup'ed today: `gencheck.c' is up to date. `c-parse.in' is up to date. ===> cc_int make: don't know how to make insn-attrtab.c. Stop *** Error code 2 ? To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-c