From owner-freebsd-bugs@freebsd.org Thu Nov 28 10:08:51 2019 Return-Path: Delivered-To: freebsd-bugs@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 54FAE1CBCE6 for ; Thu, 28 Nov 2019 10:08:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 47Ntdb1cjGz4Mbx for ; Thu, 28 Nov 2019 10:08:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 35BBB1CBCE5; Thu, 28 Nov 2019 10:08:51 +0000 (UTC) Delivered-To: bugs@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 357701CBCE4 for ; Thu, 28 Nov 2019 10:08:51 +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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Ntdb0l2Zz4Mbw for ; Thu, 28 Nov 2019 10:08:51 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F244924246 for ; Thu, 28 Nov 2019 10:08:50 +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 xASA8ofb055557 for ; Thu, 28 Nov 2019 10:08:50 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id xASA8oOm055556 for bugs@FreeBSD.org; Thu, 28 Nov 2019 10:08:50 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: bugs@FreeBSD.org Subject: [Bug 242266] CLang 6.0.1 (Part of the System 12.0) can not Build CLang 8.0.1 from the Port Collection Date: Thu, 28 Nov 2019 10:08:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 12.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: CrazyMihey@Ya.Ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@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 MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2019 10:08:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242266 --- Comment #2 from CrazyMihey --- dmesg | grep --extended-regexp --ignore-case --colour=3DAuto "(CC|C\+\+|Memory|Swap)" dmesg says =C2=ABpid 54444 (c++), uid 0: exited on signal 6 (core dumped)= =C2=BB, but unfortunately there is no Time specified. =C2=AB/var/log/messages=C2=BB contains the same Message: grep --extended-regexp --ignore-case --colour=3DAuto --bz2decompress "(CC|C\+\+|Memory|Swap)" /var/log/messages* ... Nov 27 12:12:37 CrazyServer kernel: pid 54444 (c++), uid 0: exited on signa= l 6 (core dumped) Nov 28 00:00:00 CrazyServer kernel: Accounting disabled Nov 28 00:00:02 CrazyServer kernel: Accounting enabled Does =C2=ABsignal 6=C2=BB mean Out of Memory? Is It =C2=ABSIGABRT=C2=BB, se= nt by Compiler to HimSelf? I did not find the Answer. One more Thing: I had =C2=ABCFLAGS+=3D-march=3Dnative -O3 -pipe=C2=BB in = =C2=AB/etc/make.conf=C2=BB. Maybe it is the Reason. Now I added next Lines: # =D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0 =D0=A1=D0=B1=D0=BE=D1=80=D0=BA=D0=B8= LLVM 8.0:=20=20=20=20=20=20 HTTP://Bugs.FreeBSD.Org/bugzilla/show_bug.cgi?id=3D242266 .if ( ${.CURDIR:M*/devel/llvm80*} ) CFLAGS+=3D -O2 CXXFLAGS+=3D -O2 COPTFLAGS+=3D -O2 .endif and will Try again. This Time =C2=ABportmaster -B -v -d --no-confirm --delete-packages -a=C2=BB= worked perfectly, but I also excluded some =C2=ABHeavy=C2=BB Ports (actially, from= FFMPEG dependants). PortMaster worked without Building of =C2=ABGCC 9=C2=BB and = =C2=ABLLVM 8=C2=BB. Global System UpGrade to 12.1 is planned later... Machine has 2 GB of RAM and Top says: =C2=ABMem: 31M Active, 494M Inact, 28= 8K Laundry, 528M Wired, 920M Free=C2=BB; =C2=ABSwap: 4096M Total, 16M Used, 40= 80M Free=C2=BB. The =C2=ABBE_NATIVE=C2=BB Option appeared only in LLVM and Clang 8.0.0.r1, = but FreeBSD 12.0 had 6.0.1 Version. Thank You for Advices! P.S. The worst part is that My Atom N270 does not support x64 OSes :). --=20 You are receiving this mail because: You are the assignee for the bug.=