From owner-freebsd-current@freebsd.org Fri Mar 5 20:28:51 2021 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3F905566493 for ; Fri, 5 Mar 2021 20:28:51 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DsfTH16hFz3hFs for ; Fri, 5 Mar 2021 20:28:51 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id 24946566491; Fri, 5 Mar 2021 20:28:51 +0000 (UTC) Delivered-To: current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 245D3566504 for ; Fri, 5 Mar 2021 20:28:51 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DsfTH0VDBz3h0b; Fri, 5 Mar 2021 20:28:51 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:470:7a58:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "R3" (verified OK)) (Authenticated sender: dim) by smtp.freebsd.org (Postfix) with ESMTPSA id D142DBF11; Fri, 5 Mar 2021 20:28:50 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:470:7a58::f406:c44c:be34:21a0] (unknown [IPv6:2001:470:7a58:0:f406:c44c:be34:21a0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id AF8771B22F; Fri, 5 Mar 2021 21:28:48 +0100 (CET) From: Dimitry Andric Message-Id: <0DCC2B13-C81C-40FD-A9A2-EE46853A8293@FreeBSD.org> Content-Type: multipart/signed; boundary="Apple-Mail=_0CB41007-D7BA-4E8D-B12C-766924CF2C40"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.17\)) Subject: Re: Problem compiling gcc10 Date: Fri, 5 Mar 2021 21:28:35 +0100 In-Reply-To: <974619497.320062.1614964780136@mail.yahoo.com> Cc: FreeBSD Current To: Filippo Moretti References: <974619497.320062.1614964780136.ref@mail.yahoo.com> <974619497.320062.1614964780136@mail.yahoo.com> X-Mailer: Apple Mail (2.3445.104.17) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Mar 2021 20:28:51 -0000 --Apple-Mail=_0CB41007-D7BA-4E8D-B12C-766924CF2C40 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 5 Mar 2021, at 18:19, Filippo Moretti via freebsd-current = wrote: >=20 > The following is the error while compiling on: > [root@sting /usr/ports]# uname -aFreeBSD sting 14.0-CURRENT FreeBSD = 14.0-CURRENT #32 main-n245104-dfff1de729b: Fri Feb 26 12:08:40 CET 2021 = root@sting:/usr/obj/usr/src/amd64.amd64/sys/STING amd64 >=20 > gmake[6]: *** [Makefile:1212: multi-do] Error 1gmake[6]: Leaving = directory '/usr/ports/lang/gcc10/work/.build/x86_64-portbld-fr = eebsd14.0/libgcc'gmake[5]: *** [Makefile:127: all-multi] Error = 2gmake[5]: *** Waiting for unfinished jobs....gmake[5]: Leaving = directory '/usr/ports/lang/gcc10/work/.build/x86_64-portbld-fr = eebsd14.0/libgcc'gmake[4]: *** [Makefile:17599: = all-stage1-target-libgcc] Error 2gmake[4]: Leaving directory = '/usr/ports/lang/gcc10/work/.build'gmake[3]: *** [Makefile:22903: = stage1-bubble] Error 2gmake[3]: Leaving directory = '/usr/ports/lang/gcc10/work/.build'gmake[2]: *** [Makefile:23235: = bootstrap-lean] Error 2gmake[2]: Leaving directory = '/usr/ports/lang/gcc10/work/.build'=3D=3D=3D> Compilation failed = unexpectedly.Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before = reporting the failure tothe maintainer.*** Error code 1Stop.make[1]: = stopped in /usr/ports/lang/gcc10*** Error code 1 Hi Filippo, Unfortunately the actual error is earlier in the build, so it is not shown, and your log is wrapped very strangely. Can you run the build under script(1) and upload a full build log somewhere? Alternatively, you can set MAKE_JOBS_UNSAFE=3Dyes so it would use a = single job make, and it should then show the error more clearly at the end. But this is likely to take a bit longer to build. -Dimitry --Apple-Mail=_0CB41007-D7BA-4E8D-B12C-766924CF2C40 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCYEKUcwAKCRCwXqMKLiCW o8I1AKDgAPQRfmioVmm/JeK1naC5AC6BoQCeNJwZN5i9xIfZyCM3oDdTTUuqLoo= =yWvd -----END PGP SIGNATURE----- --Apple-Mail=_0CB41007-D7BA-4E8D-B12C-766924CF2C40--