From owner-svn-src-all@freebsd.org Wed May 1 00:06:30 2019 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 B06AB15A22DB; Wed, 1 May 2019 00:06:30 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from mail03.asahi-net.or.jp (mail03.asahi-net.or.jp [202.224.55.15]) by mx1.freebsd.org (Postfix) with ESMTP id 8DDDD6DCFB; Wed, 1 May 2019 00:06:24 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from rv515.advok.com (pool-72-76-119-135.nwrknj.fios.verizon.net [72.76.119.135]) (Authenticated sender: NR2Y-OOT) by mail03.asahi-net.or.jp (Postfix) with ESMTPSA id A23824017F; Wed, 1 May 2019 09:06:11 +0900 (JST) Date: Tue, 30 Apr 2019 20:05:34 -0400 From: Yoshihiro Ota To: Yoshihiro Ota Cc: Ed Maste , svn-src-head , svn-src-all , src-committers Subject: Re: svn commit: r346315 - head/lib/libcasper/services/cap_fileargs Message-Id: <20190430200534.f7eb9da6d4ba113d77ed61d9@j.email.ne.jp> In-Reply-To: <20190424002434.06aad79f1135a3f2e7248da6@j.email.ne.jp> References: <201904171602.x3HG2wQq054372@repo.freebsd.org> <20190423000625.d051ac725a82186d1736858b@j.email.ne.jp> <20190424002434.06aad79f1135a3f2e7248da6@j.email.ne.jp> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; i386-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 8DDDD6DCFB X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of ota@j.email.ne.jp designates 202.224.55.15 as permitted sender) smtp.mailfrom=ota@j.email.ne.jp X-Spamd-Result: default: False [-1.19 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:202.224.55.0/24]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[email.ne.jp]; NEURAL_HAM_LONG(-0.60)[-0.596,0]; RCPT_COUNT_FIVE(0.00)[5]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[sbmx.asahi-net.or.jp]; NEURAL_SPAM_SHORT(0.04)[0.041,0]; NEURAL_HAM_MEDIUM(-0.94)[-0.944,0]; IP_SCORE(0.11)[asn: 4685(0.63), country: JP(-0.06)]; RCVD_NO_TLS_LAST(0.10)[]; RCVD_IN_DNSWL_LOW(-0.10)[15.55.224.202.list.dnswl.org : 127.0.5.1]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:4685, ipnet:202.224.32.0/19, country:JP]; MID_RHS_MATCH_FROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[135.119.76.72.zen.spamhaus.org : 127.0.0.10] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 01 May 2019 00:06:30 -0000 I looked into this more. I started wondering if "xdev" has been obsolete after /usr/obj/. dir chaneg. Both of these commands worked okay: % make kernel-toolchain kernel TARGET_ARCH=mips KERNCONF=PB92 -C /usr/src % make buildworld TARGET_ARCH=arm -C /usr/src While I kept getting compile errors by: % make xdev-build TARGET_ARCH=mips TARGET=mips -C /usr/src In other words, if I don't run explict xdev command, buildworld and buildkernel compile okay. Hiro On Wed, 24 Apr 2019 00:24:34 -0400 Yoshihiro Ota wrote: > Hi Ed and thank you for taking a look. > > my svn info says 346593 which is after few other fixes were commited. > > I'm on i386 arch. > I haven't done installworld yet after picking up libcasper changes. > 'make buildworld' works fine. > 'make xdev-build' fails and I tried with both "arm" and "mips" for TARGET and TARGET_ARCH. > Both fail same way. > Please check your /usr/include/casper/ca_fileargs.h and I suspect that's where you pick up > FA_OPEN. > > I attached a log file this time. > > Regards, > Hiro > > On Tue, 23 Apr 2019 09:49:00 -0400 > Ed Maste wrote: > > > On Tue, 23 Apr 2019 at 00:07, Yoshihiro Ota wrote: > > > > > > It looks this change is causing 'make xdev TARGET=mips TARGET_ARCH=mips' to fail as the > > > following with HEAD checked out under "/usr/obj/freebsd": > > > > Hello Hiro-san, sorry about that. > > > > I tried `make xdev TARGET=mips TARGET_ARCH=mips` on HEAD just now (but > > it failed on the install as DESTDIR wasn't set and I ran as non-root). > > Just `make xdev-build` was successful though. > > > > What version were you trying to build? There were (several) followup > > commits to address issues with the initial commit of cap_fileargs > > lstat support.