From owner-svn-src-all@freebsd.org Fri Apr 27 05:19:30 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00441FC0EA7; Fri, 27 Apr 2018 05:19:30 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from sakura.ccs.furiru.org (sakura.ccs.furiru.org [IPv6:2001:2f0:104:8060::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "sakura.ccs.furiru.org", Issuer "sakura.ccs.furiru.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D22E719E0; Fri, 27 Apr 2018 05:19:29 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Authentication-Results: ccs.furiru.org; spf=softfail smtp.mailfrom=nyan@FreeBSD.org; sender-id=softfail header.From=nyan@FreeBSD.org; dkim=none; dkim-adsp=none header.From=nyan@FreeBSD.org Received: from localhost (sakura.ccs.furiru.org [IPv6:2001:2f0:104:8060:0:0:0:1]) by sakura.ccs.furiru.org (unknown) with ESMTP id w3R5JOlj083100; Fri, 27 Apr 2018 14:19:25 +0900 (JST) (envelope-from nyan@FreeBSD.org) Date: Fri, 27 Apr 2018 14:19:18 +0900 (JST) Message-Id: <20180427.141918.1816180817680740069.nyan@FreeBSD.org> To: BYOND.Lenox@gmail.com Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: Re: svn commit: r333049 - in stable/11/stand/pc98: boot2 libpc98 From: TAKAHASHI Yoshihiro In-Reply-To: References: <201804270239.w3R2daCL074134@repo.freebsd.org> X-Mailer: Mew version 6.3 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Apr 2018 05:19:30 -0000 In article Kyle Evans writes: > On Thu, Apr 26, 2018 at 9:39 PM, Takahashi Yoshihiro > wrote: >> Author: nyan >> Date: Fri Apr 27 02:39:36 2018 >> New Revision: 333049 >> URL: https://svnweb.freebsd.org/changeset/base/333049 >> >> Log: >> whitespace changes to reduce diffs from i386. >> still broken pc98 boot. > > Hi Takahashi, > > Sorry about this. =( I tried to at least get it back into a buildable > state, but I don't have the hardware to test it unfortunately. I realize > now that I should have coordinated with you before-hand to step pc98 > through the stand/ mess gracefully. > > What kind of breakage does it exhibit? No problem. I also don't test stable/11 on pc98 for a long time. Please run build-test for pc98 if possible. I got the following error. cc -O2 -pipe -nostdinc -I/usr/obj/pc98.i386/home/nyan/FreeBSD/11/stand/libsa -I/home/nyan/FreeBSD/11/stand/libsa -D_STANDALONE -I/home/nyan/FreeBSD/11/sys -Ddouble=jagged-little-pill -Dfloat=floaty-mcfloatface -DLOADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse -mno-avx -msoft-float -march=i386 -I. -DCOMPORT=0x238 -DCOMSPEED=9600 -DTERM_EMU -Dalloca=__builtin_alloca -I/home/nyan/FreeBSD/11/stand/ficl -I/home/nyan/FreeBSD/11/stand/ficl/i386 -I/home/nyan/FreeBSD/11/stand/common -I/home/nyan/FreeBSD/11/stand/common -I/home/nyan/FreeBSD/11/stand/pc98/btx/lib -I/home/nyan/FreeBSD/11/stand/i386/libi386 -I/home/nyan/FreeBSD/11/sys -D__printf__=__freebsd_kprintf__ -MD -MF.depend.biosdisk.o -MTbiosdisk.o -std=gnu99 -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-address-of-packed-member -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c /home/nyan/FreeBSD/11/stand/pc98/libpc98/biosdisk.c -o biosdisk.o /home/nyan/FreeBSD/11/stand/pc98/libpc98/biosdisk.c:467:62: error: no member named 'data' in 'struct i386_devdesc::(anonymous at /home/nyan/FreeBSD/11/stand/i386/libi386/libi386.h:39:2)' ((struct i386_devdesc *)(f->f_devdata))->d_kind.biosdisk.data = od; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /home/nyan/FreeBSD/11/stand/pc98/libpc98/biosdisk.c:734:70: error: no member named 'data' in 'struct i386_devdesc::(anonymous at /home/nyan/FreeBSD/11/stand/i386/libi386/libi386.h:39:2)' struct open_disk *od = (struct open_disk *)(dev->d_kind.biosdisk.data); ~~~~~~~~~~~~~~~~~~~~ ^ /home/nyan/FreeBSD/11/stand/pc98/libpc98/biosdisk.c:764:70: error: no member named 'data' in 'struct i386_devdesc::(anonymous at /home/nyan/FreeBSD/11/stand/i386/libi386/libi386.h:39:2)' struct open_disk *od = (struct open_disk *)(dev->d_kind.biosdisk.data); ~~~~~~~~~~~~~~~~~~~~ ^ /home/nyan/FreeBSD/11/stand/pc98/libpc98/biosdisk.c:776:99: error: no member named 'data' in 'struct i386_devdesc::(anonymous at /home/nyan/FreeBSD/11/stand/i386/libi386/libi386.h:39:2)' ...open_disk *)(((struct i386_devdesc *)devdata)->d_kind.biosdisk.data); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ 4 errors generated. *** Error code 1 Stop. make[5]: stopped in /home/nyan/FreeBSD/11/stand/pc98/libpc98 *** Error code 1 Stop. make[4]: stopped in /home/nyan/FreeBSD/11/stand/pc98 *** Error code 1 Stop. make[3]: stopped in /home/nyan/FreeBSD/11/stand *** Error code 1 Stop. make[2]: stopped in /home/nyan/FreeBSD/11 *** Error code 1 Stop. make[1]: stopped in /home/nyan/FreeBSD/11 *** Error code 1 Stop. make: stopped in /home/nyan/FreeBSD/11 --- Takahashi Yoshihiro