From nobody Sun Aug 01 05:17:05 2021 X-Original-To: toolchain@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 24AF112B5886 for ; Sun, 1 Aug 2021 05:17:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GcqBS6cGPz4rHx for ; Sun, 1 Aug 2021 05:17:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BD16C26583 for ; Sun, 1 Aug 2021 05:17:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1715H4xW013589 for ; Sun, 1 Aug 2021 05:17:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1715H4v7013588 for toolchain@FreeBSD.org; Sun, 1 Aug 2021 05:17:04 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 257482] buildworld: clang segfaults building 12.2-RELEASE sources on 12.1-p13 Date: Sun, 01 Aug 2021 05:17:05 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: arm X-Bugzilla-Version: 12.2-RELEASE X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: helio.luchtenberg@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Maintenance of FreeBSD s integrated toolchain List-Archive: https://lists.freebsd.org/archives/freebsd-toolchain List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-toolchain@freebsd.org X-BeenThere: freebsd-toolchain@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257482 --- Comment #10 from Helio Luchtenberg Junior = --- After running normal upgrade procedures, got to successfully upgrade to: FreeBSD server00.hlj.com.br 12.2-RELEASE-p9 FreeBSD 12.2-RELEASE-p9 #0 2430d82b40ea(releng/12.2)-dirty: Sat Jul 31 23:37:24 -03 2021=20=20=20=20 hlj@server00.hlj.com.br:/usr/obj/usr/src.again/amd64.amd64/sys/GENERIC amd= 64 and everything that worked before is working now with the packages upgraded= as well. It is not up to me to decide over this but I strongly question about what is said about GIT, that it is scalable. Question #1: How can it be scalable if when running "git clone ..." if netw= ork fails for some reason the connection drops and have to start everything from zero again. How this can be considered "scalable". Only for local networks with no network glitches I suppose. Question #2: Even worse than (1), considering all the FreeBSD System sour= ces they have approximately 1.4Gbytes of size. But the "/.git/" directory, containing things about GIT system, have almost 300% the size of the SOURCE ITSELF (3.3Gbytes) see: root@server00:/usr # du -s src.again 4769400 src.again root@server00:/usr # du -s src.again/.git 3347380 src.again/.git How can this too be considered "scalable" if so much disk space is needed, curiously 3 times the size of the sources being managed. I use FreeBSD since 2.2.1-RELEASE and still don't understand why CVS was abandoned in favor of GIT. Anyway, the issue is solved now that I downloaded all the sources again sin= ce first issue appeared and now it worked. --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=