Re: -current broken, or am I?
It seems Andrzej Tobola wrote: > > > Make that me too ... > > I diagnosed problem - sys/sys/ata.h commited by sos is probably the culprit: Its fixed, sorry, too many source trees here... -Søren To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: -current broken, or am I?
> Make that me too ... I diagnosed problem - sys/sys/ata.h commited by sos is probably the culprit: % make world ... ===> usr.bin/kdump cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../.. +-I/usr/obj/usr/src/i386/usr/include -c ioctl.c In file included from ioctl.c:98: /usr/obj/usr/src/i386/usr/include/sys/memrange.h:18: warning: `MDF_ACTIVE' redefined /usr/obj/usr/src/i386/usr/include/pccard/cardinfo.h:81: warning: this is the location of the previous +definition ioctl.c: In function `ioctlname': ioctl.c:530: sizeof applied to an incomplete type ioctl.c:530: < if (val == ATASSMART) --- > if (val == ((unsigned long)( (0x8000 | 0x4000 ) | (( sizeof( >struct ata_smart ) & 0x1fff +) << 16) | (( ( 'a' ) ) << 8) | ( ( 10 ) ))) ) % fgrep -r ata_smart /usr/src /usr/src/sys/sys/ata.h:#define ATAGSMART_IOWR('a', 9, struct ata_smart) /usr/src/sys/sys/ata.h:#define ATASSMART_IOWR('a', 10, struct ata_smart) cheers, -a On Thu, Mar 15, 2001 at 05:56:09AM -0800, Sřren Schmidt wrote: > sos 2001/03/15 05:56:09 PST > > Added files: > sys/sys ata.h > Log: > Add new ATA specific file, to be used with the upcoming atacontrol. -- Andrzej Tobola Politechnika Warszawska, IETiME http://iem.pw.edu.pl/~san Warsaw University of Technology To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: -current broken, or am I?
On Thu, 15 Mar 2001 23:53:29 +0100, Andrzej Toboła <[EMAIL PROTECTED]> said: > NO. Exactly the same problem here. Make that me too ... -- Michael D. Harnois, Redeemer Lutheran Church, Washburn, IA [EMAIL PROTECTED] [EMAIL PROTECTED] I do not feel obliged to believe that the same God who has endowed us with sense, reason, and intellect has intended us to forgo their use. -- Galileo Galilei To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: -current broken, or am I?
On Thu, Mar 15, 2001 at 03:52:45PM -0500, Michael Lucas wrote: > Is it just me? NO. Exactly the same problem here. -a To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: -current broken, or am I?
>Date: Thu, 15 Mar 2001 15:52:45 -0500 >From: Michael Lucas <[EMAIL PROTECTED]> >Is it just me? >[breakage elided -- dhw] >Stop in /usr/src/usr.bin/kdump. >*** Error code 1 > Didn't happen for me; CVSup started at 23:47 yesterday, completed at Thu Mar 15 01:09:38 PST 2001. Built just fine; runs OK as far as I can tell. Cheers, david -- David H. Wolfskill [EMAIL PROTECTED] As a computing professional, I believe it would be unethical for me to advise, recommend, or support the use (save possibly for personal amusement) of any product that is or depends on any Microsoft product. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message