From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id CF6A43858D39 for ; Wed, 19 Oct 2022 05:16:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CF6A43858D39 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 0806720126; Wed, 19 Oct 2022 05:16:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1666156595; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=DROJERaLojFJ07tPTt231/+Yd0pBJJ7am7CB6ag5A7k=; b=cQGOypmjAHDur2TxAFWviDjUP+b2sobbst+L30l4FV3pKk/d0voOyGyKTopp/suF+KULy7 eXhelCn/6ZGixbO9e4Z9/WT7jvLLKWCMulJFk3VYwCBYneTRjbCb98DT6hrliQFpnj4jNV bVgTz176u/2hyqF6fWcIJhSfqQqSOJo= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1666156595; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=DROJERaLojFJ07tPTt231/+Yd0pBJJ7am7CB6ag5A7k=; b=88EVukSPmWqx3o9S0YtIsMVbBKmAOxe7Nr8tGFRR5IDuJn9f8Z52qwo0+rewvaghcfLAPm gqoQWYePvjjwPhAQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id E2E6613A36; Wed, 19 Oct 2022 05:16:34 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id oeHdNTKIT2MxBwAAMHmgww (envelope-from ); Wed, 19 Oct 2022 05:16:34 +0000 Message-ID: Date: Wed, 19 Oct 2022 07:16:34 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Content-Language: en-US To: buildbot@sourceware.org From: Tom de Vries Subject: power 10 buildbot gdb build fail, no c++11 support Cc: Will Schmidt Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi, I noticed this new failure: https://builder.sourceware.org/buildbot/#/builders/166/builds/798 The build fails due to no c++ compiler with c++11 support. Could this be a system problem? Thanks, - Tom