From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?Mattias_Engdeg=C3=A5rd?= Newsgroups: gmane.emacs.devel Subject: Please add g++ to EMBA build environment Date: Fri, 3 Jan 2020 13:22:34 +0100 Message-ID: <0E99C4CF-8BFC-4198-93D2-8BA83C95E8EB@acm.org> Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="179720"; mail-complaints-to="usenet@blaine.gmane.org" Cc: Eric Ludlam To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 03 13:23:02 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1inLyl-000kZ0-VK for ged-emacs-devel@m.gmane.org; Fri, 03 Jan 2020 13:23:00 +0100 Original-Received: from localhost ([::1]:51640 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1inLyk-0007wK-Kk for ged-emacs-devel@m.gmane.org; Fri, 03 Jan 2020 07:22:58 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52159) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1inLyW-0007oT-Pq for emacs-devel@gnu.org; Fri, 03 Jan 2020 07:22:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1inLyV-0000Qo-JP for emacs-devel@gnu.org; Fri, 03 Jan 2020 07:22:44 -0500 Original-Received: from mail76c50.megamailservers.eu ([91.136.10.86]:53646 helo=mail70c50.megamailservers.eu) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1inLyR-00007r-Tv; Fri, 03 Jan 2020 07:22:40 -0500 X-Authenticated-User: mattiase@bredband.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megamailservers.eu; s=maildub; t=1578054157; bh=0Wxf9RZ7Uj1WfFuFc1OL8aQpp/ORv8m7Leu2pLkojy4=; h=From:Subject:Date:Cc:To:From; b=WD75cS8YKOriRoqtkZauL5Yd3rbHA88Qgh+6fSj+O8LNtv2v/LU3mLGiOsV0tV2MD VMhAkUAISRlUYcg4+pTVBM5Carfex3KjyvjmpVs2+Q/cIr3GLVsZXOJdPEv/hqPoMi ofZfunLhYHdM37564Xx0xUJ1I8s9+9eecRtVcshA= Feedback-ID: mattiase@acm.or Original-Received: from stanniol.lan (c-6f4fe655.032-75-73746f71.bbcust.telenor.se [85.230.79.111]) (authenticated bits=0) by mail70c50.megamailservers.eu (8.14.9/8.13.1) with ESMTP id 003CMZvK006250; Fri, 3 Jan 2020 12:22:36 +0000 X-Mailer: Apple Mail (2.3445.104.11) X-CTCH-RefID: str=0001.0A0B020D.5E0F320D.001C, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.3 cv=c6bVvi1l c=1 sm=1 tr=0 a=fHaj9vQUQVKQ4sUldAaXuQ==:117 a=fHaj9vQUQVKQ4sUldAaXuQ==:17 a=kj9zAlcOel0A:10 a=M51BFTxLslgA:10 a=2rt4DE0eAAAA:8 a=FRcyS87wpWOf1wagg_YA:9 a=CjuIK1q_8ugA:10 a=NB6SmebVDDxCnRFaZZtc:22 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] X-Received-From: 91.136.10.86 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:243887 Archived-At: It looks like the test failures on gnu.emba.org (semantic-utest-ia) stem = from missing g++. Would someone please add g++ to the build environment? If the CEDET maintainers prefer to make the test coverage depend on what = is installed, then that's fine, too.