From owner-freebsd-questions@freebsd.org Fri Jul 26 00:13:55 2019 Return-Path: Delivered-To: freebsd-questions@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 C33D8B1C39 for ; Fri, 26 Jul 2019 00:13:55 +0000 (UTC) (envelope-from mailinglist@diamondbox.dk) Received: from mailrelay1-2.pub.mailoutpod1-cph3.one.com (mailrelay1-2.pub.mailoutpod1-cph3.one.com [46.30.212.0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 754076D2C1 for ; Fri, 26 Jul 2019 00:13:54 +0000 (UTC) (envelope-from mailinglist@diamondbox.dk) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=diamondbox.dk; s=20140924; h=content-type:mime-version:date:message-id:subject:from:to:from; bh=Zluma8wtz2Wb8Rd7EPH7oBMjDTv9SiX/4AKv3Cd7wrQ=; b=L6wTEQnbEYBCGBFCB6eesuB+MV56WgQTb1ugctIaADdCTSgmf9JCCRV18oViAmGK7r85TUXZ4R+lP 5Yhqe1IVj9+d/oglh2fgvKkFz+nLbh9aJ2iZV8pxwv+I2/HEaSO73HXGccggvvHK/NJfQbzr+lu290 Le2Na+6I4wQ18/Cw= X-HalOne-Cookie: e17608d23161c31755b40e21357ee2689e594352 X-HalOne-ID: d4c9e9ca-af37-11e9-aee2-d0431ea8a283 Received: from diamond.diamondbox.dk (unknown [213.32.242.13]) by mailrelay1.pub.mailoutpod1-cph3.one.com (Halon) with ESMTPSA id d4c9e9ca-af37-11e9-aee2-d0431ea8a283; Thu, 25 Jul 2019 23:57:37 +0000 (UTC) To: FreeBSD Questions From: Nikolaj Thygesen Subject: cc -c test.adb freezing Message-ID: Date: Fri, 26 Jul 2019 01:56:37 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 Content-Language: da X-Rspamd-Queue-Id: 754076D2C1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=diamondbox.dk header.s=20140924 header.b=L6wTEQnb X-Spamd-Result: default: False [-2.81 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[diamondbox.dk:s=20140924]; URIBL_BLOCKED(0.00)[diamondbox.dk.multi.uribl.com]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; DMARC_NA(0.00)[diamondbox.dk]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[diamondbox.dk:+]; MX_GOOD(-0.01)[mx3.pub.mailpod2-cph3.one.com,mx1.pub.mailpod2-cph3.one.com,mx2.pub.mailpod2-cph3.one.com]; RCVD_IN_DNSWL_NONE(0.00)[0.212.30.46.list.dnswl.org : 127.0.5.0]; NEURAL_HAM_SHORT(-0.27)[-0.273,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+]; IP_SCORE(-0.24)[ipnet: 46.30.208.0/21(-0.65), asn: 51468(-0.50), country: DK(-0.03)]; ASN(0.00)[asn:51468, ipnet:46.30.208.0/21, country:DK]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jul 2019 00:13:55 -0000 Hi list,     What can I do to once again build "devel/binutils" using plain make/portupgrade? If I put any kind of random text into an .adb-file (Ada) like e.g. "test.adb" from the subject line above and try to compile it using the system cc: FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: x86_64-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin ... the compiler freezes, and if I run: top -ItPz ... in a different window I start seeing a bunch of cc's being spawned in the background!? I've spotted at least one other person out there seeing the same phenomenon, which ultimately causes configure-scripts to freeze when building "devel/binutils". This even happened back when running fbsd 11, and now also with: 01:37>> uname -a FreeBSD xxxxxx 12.0-RELEASE-p2 FreeBSD 12.0-RELEASE-p2 r343743 DIAMOND  amd64 ... strangely enough "devel/binutils" still builds when using: synth force devel/binutils     Any hints/solutions would be greatly appreciated!     br Nikolaj Thygesen