From owner-freebsd-toolchain@freebsd.org Fri Jun 16 04:07:42 2017 Return-Path: Delivered-To: freebsd-toolchain@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 281D6BF5C23 for ; Fri, 16 Jun 2017 04:07:42 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F1CD86F05B; Fri, 16 Jun 2017 04:07:41 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 2066D9FBC; Fri, 16 Jun 2017 04:07:41 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 876491292; Fri, 16 Jun 2017 04:07:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id aqIPWsPxyZKi; Fri, 16 Jun 2017 04:07:35 +0000 (UTC) Content-Type: text/plain; charset=us-ascii DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com A2204128F Mime-Version: 1.0 (1.0) Subject: Re: -r319991 buildkernel waiting in sed for terminal input (the buildworld part completes first), amd64->powerpc cross build From: Bryan Drewery X-Mailer: iPhone Mail (14F89) In-Reply-To: Date: Thu, 15 Jun 2017 21:07:33 -0700 Cc: FreeBSD Toolchain Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Mark Millard X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2017 04:07:42 -0000 It's a meta mode only thing. I'll look at it shortly. Regards, Bryan Drewery > On Jun 15, 2017, at 20:05, Mark Millard wrote: >=20 > I've been having amd64 -> powerpc cross builds that > stop with sed waiting for terminal input: >=20 > 780 0 Is 0:00.00 -sh (sh) > 786 0 I 0:00.01 - su > 787 0 I 0:00.01 `-- su (sh) > 792 0 I+ 0:00.00 `-- /bin/sh /root/sys_build_scripts.amd64-host/mak= e_powerpcvtsc_nodebug_clang_bootstrap-amd64-host.sh -j16 buildworld buildker= nel > 795 0 S+ 0:06.95 `-- script /root/sys_typescripts/typescript_make= _powerpcvtsc_nodebug_clang_bootstrap-amd64-host-2017-06-15:17:17:51 env __MA= KE_CONF=3D/root/src.configs/make.conf SRCCONF=3D/dev > 796 1 Is+ 0:07.34 `-- make -j16 buildworld buildkernel > 24978 1 I+ 0:00.00 `-- sed -n /^CMD/s,^CMD ,,p >=20 >=20 > This is for a build that currently fails with: >=20 > --- all_subdir_sys --- > Building /usr/obj/powerpcvtsc_clang/powerpc.powerpc/usr/src/sys/boot/power= pc/boot1.chrp/boot1.elf > --- boot1.elf --- > boot1.o: In function `fsread_size': > /usr/src/sys/boot/powerpc/boot1.chrp/boot1.c:(.text+0x14b8): undefined ref= erence to `__udivdi3' > /usr/src/sys/boot/powerpc/boot1.chrp/boot1.c:(.text+0x1508): undefined ref= erence to `__udivdi3' > cc: error: linker command failed with exit code 1 (use -v to see invocatio= n) > --- all_subdir_lib --- > Building /usr/obj/powerpcvtsc_clang/powerpc.powerpc/usr/src/lib/msun/s_rem= quo.po > --- all_subdir_sys --- > *** [boot1.elf] Error code 1 >=20 > make[6]: stopped in /usr/src/sys/boot/powerpc/boot1.chrp > .ERROR_TARGET=3D'boot1.elf' > .ERROR_META_FILE=3D'/usr/obj/powerpcvtsc_clang/powerpc.powerpc/usr/src/sys= /boot/powerpc/boot1.chrp/boot1.elf.meta' > . . . >=20 > and its later consequences. >=20 > Since it is already a failed build I just ^C out. >=20 > =3D=3D=3D > Mark Millard > markmi at dsl-only.net >=20