Date: Mon, 19 Mar 2001 03:17:41 -0800 From: Kent Stewart <kstewart@urx.com> To: Michel Boucey <m.boucey@normanet.fr> Cc: freebsd-stable@freebsd.org Subject: Re: can't make buildworld Message-ID: <3AB5EAD5.79460290@urx.com> References: <Pine.BSF.4.21.0103191159210.43886-100000@daemon.normanet.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Michel Boucey wrote: > > Hi! > > I'm on FreeBSD 4.1.I've download stable sources and during the make > buildworld, that's stop in kdump compilation : > > awk: In file included from newline in string #include <cam/scsi/s...:58 at > source line 1:^M > ^M > /usr/obj/usr/src/i386/usr/include/sys/memrange.hawk: :18: newline in > string #include <cam/scsi/s...warning: at source line 1`MDF_ACTIVE' > redefined^M > ^M > awk: /usr/obj/usr/src/i386/usr/include/pccard/cardinfo.hnewline in string > #include <cam/scsi/s...:81: at source line 1warning: ^M > this is the location of the previous definition^M > In file included from :70:^M > /usr/obj/usr/src/i386/usr/include/sys/wormio.h:102: warning: `CDRIOCBLANK' > redefined^M > /usr/obj/usr/src/i386/usr/include/sys/cdrio.h:59: warning: this is the > location of the previous definition^M > cpp: output pipe has been closed^M > *** Error code 2^M > ^M > Stop in /usr/src/usr.bin/kdump.^M > *** Error code 1^M > ^M > Stop in /usr/src/usr.bin.^M > *** Error code 1^M > ^M > Stop in /usr/src.^M > *** Error code 1^M > ^M > Stop in /usr/src.^M > *** Error code 1^M > ^M > Stop in /usr/src.^M > daemon# ^D^H^Hexit^M > > Script done on Mon Mar 19 11:20:52 2001 How did you download. You shouldn't be seeing those ^M's unless you downloaded it to a DOS system and then moved it to FreeBSD as binary. I just finished a buildworld about 30 minutes ago and went through that section with only a couple of messages. rm -f .depend mkdep -f .depend -a -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../.. -I/usr/obj/usr/src/i386/usr/inc lude /usr/src/usr.bin/kdump/kdump.c ioctl.c /usr/src/usr.bin/kdump/../ktrace/subr.c In file included from ioctl.c:86: /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 In file included from ioctl.c:98: /usr/obj/usr/src/i386/usr/include/sys/wormio.h:102: warning: `CDRIOCBLANK' redefined /usr/obj/usr/src/i386/usr/include/sys/cdrio.h:59: warning: this is the location of the previous definition cd /usr/src/usr.bin/kdump; make _EXTRADEPEND echo kdump: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend ===> usr.bin/kenv rm -f .depend mkdep -f .depend -a -I/usr/obj/usr/src/i386/usr/include /usr/src/usr.bin/kenv/kenv.c cd /usr/src/usr.bin/kenv; make _EXTRADEPEND echo kenv: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend ===> usr.bin/key rm -f .depend > > Thanks for help ... > > Cordialement, > > Michel Boucey Administrateur Système > > Société Norm@net +33 2 31 27 13 45 < > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AB5EAD5.79460290>