From owner-freebsd-current Fri Mar 24 11:11:25 2000 Delivered-To: freebsd-current@freebsd.org Received: from server.baldwin.cx (jobaldwi.campus.vt.edu [198.82.67.146]) by hub.freebsd.org (Postfix) with ESMTP id 9EEB937B67F; Fri, 24 Mar 2000 11:11:13 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx (john [10.0.0.2]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id OAA79160; Fri, 24 Mar 2000 14:10:49 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-Id: <200003241910.OAA79160@server.baldwin.cx> X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <32412.953923423@zippy.cdrom.com> Date: Fri, 24 Mar 2000 14:10:49 -0500 (EST) From: John Baldwin To: "Jordan K. Hubbard" Subject: Re: sysinstall broken :( Cc: peter@FreeBSD.org, current@FreeBSD.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 24-Mar-00 Jordan K. Hubbard wrote: >> Hmph, it seems sysinstall (and thus make release) is broken in -current: > > I don't know what version of sysinstall you're using, but it builds just > fine for me under -current. I saw some other kvetching about kget > being broken and just tried building it last night. Observe: > > root@zippy-> make > Warning: Object directory not changed from original /usr/src/release/sysinstall > cc -O -pipe -Wall -I/usr/src/release/sysinstall/../../gnu/lib/libdialog -I/usr/src/release/sysinstall > -I/usr/src/release/sysinstall/../../sys -c kget.c > cc -O -pipe -Wall -I/usr/src/release/sysinstall/../../gnu/lib/libdialog -I/usr/src/release/sysinstall > -I/usr/src/release/sysinstall/../../sys -static -o sysinstall anonFTP.o cdrom.o command.o config.o > devices.o dhcp.o kget.o disks.o dispatch.o dist.o dmenu.o doc.o dos.o floppy.o ftp.o globals.o http.o > index.o install.o installUpgrade.o keymap.o label.o lndir.o main.o makedevs.o media.o menus.o misc.o > mouse.o msg.o network.o nfs.o options.o package.o pccard.o system.o tape.o tcpip.o termcap.o ufs.o use > r.o > variable.o wizard.o -ldialog -lncurses -lmytinfo -lutil -ldisk -lftpio > root@zippy-> uname -a > FreeBSD zippy.cdrom.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Mar 15 13:05:47 PST 2000 > jkh@zippy.cdrom.com:/usr/src/sys/compile/ZIPPY i386 That's because your -current is too old: revision 1.178 date: 2000/03/19 12:57:49; author: peter; state: Exp; lines: +102 -108 Completely decouple userconfig from 'struct isa_device' and friends. Userconfig was only using this for convenience since newbus, and even then it was rather inconvenient. That's the commit that broke it. And its dated 4 days after your kernel. :) > - Jordan -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message