Re: 4-STABLE-->5-CURRENT upgrade path is b0rken in libform [patch]

2001-08-17 Thread Alexander Langer
Thus spake Ruslan Ermilov ([EMAIL PROTECTED]): > I would like to take a look at that part of `buildworld' output that > is failing. I get the same error Maxim pasted. Alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: 4-STABLE-->5-CURRENT upgrade path is b0rken in libform [patch]

2001-08-17 Thread Maxim Sobolev
> > On Fri, Aug 17, 2001 at 01:21:59PM +0300, Maxim Sobolev wrote: > > Hi, > > > > Currently 4-STABLE --> 5-CURRENT upgrade path is broken in libform > > because it uses older curses.h header from the host system, which > > misses some macros necessary. Attached patch is expected to fix the > >

Re: 4-STABLE-->5-CURRENT upgrade path is b0rken in libform [patch]

2001-08-17 Thread Ruslan Ermilov
On Fri, Aug 17, 2001 at 02:00:43PM +0200, Alexander Langer wrote: > Thus spake Ruslan Ermilov ([EMAIL PROTECTED]): > > > Are you sure? > > Yes, I reported this on IRC already some weeks ago, but I was > too lazy to fix it, so I just copied the include to /usr/include > manually. ;-) > > I can e

Re: 4-STABLE-->5-CURRENT upgrade path is b0rken in libform [patch]

2001-08-17 Thread Alexander Langer
Thus spake Ruslan Ermilov ([EMAIL PROTECTED]): > Are you sure? Yes, I reported this on IRC already some weeks ago, but I was too lazy to fix it, so I just copied the include to /usr/include manually. ;-) I can easily reproduce this, from 4.4-PRERELEASE, 4.3-STABLE and (!) from a fairly old -CUR

Re: 4-STABLE-->5-CURRENT upgrade path is b0rken in libform [patch]

2001-08-17 Thread Ruslan Ermilov
On Fri, Aug 17, 2001 at 01:21:59PM +0300, Maxim Sobolev wrote: > Hi, > > Currently 4-STABLE --> 5-CURRENT upgrade path is broken in libform > because it uses older curses.h header from the host system, which > misses some macros necessary. Attached patch is expected to fix the > problem, please r