From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40452 invoked by alias); 21 Nov 2019 13:53:29 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 40393 invoked by uid 89); 21 Nov 2019 13:53:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.1 spammy=deb, H*M:online, HX-HELO:sk:mailout, H*f:sk:5a6841a X-HELO: mailout08.t-online.de Received: from mailout08.t-online.de (HELO mailout08.t-online.de) (194.25.134.20) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 21 Nov 2019 13:53:28 +0000 Received: from fwd36.aul.t-online.de (fwd36.aul.t-online.de [172.20.26.137]) by mailout08.t-online.de (Postfix) with SMTP id DA8AF41A224A; Thu, 21 Nov 2019 14:53:25 +0100 (CET) Received: from sweetums.local (rSpJpTZaghlIIiWq9eOWvmq0pYOAOqaxL7yhjEPrhesXw59cc7J5Bu+ZdlGTMc0Zpn@[84.128.94.135]) by fwd36.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1iXmth-167B7Q0; Thu, 21 Nov 2019 14:53:25 +0100 Subject: Re: [PATCH 0/4] Eliminate cc0 from m68k To: Matthias Klose , Richard Earnshaw , Mikael Pettersson Cc: Andreas Schwab , GCC Patches References: <8736em8mp7.fsf@igel.home> <962cf853-0809-f6ea-fbf7-48ac161e0cc6@t-online.de> <21a75622-4af0-6f70-875e-60920af5e073@foss.arm.com> <5a6841a0-fe62-da5e-13be-4bf324e4057f@ubuntu.com> From: Bernd Schmidt Openpgp: preference=signencrypt Message-ID: Date: Thu, 21 Nov 2019 14:02:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <5a6841a0-fe62-da5e-13be-4bf324e4057f@ubuntu.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-11/txt/msg02103.txt.bz2 On 11/21/19 1:30 PM, Matthias Klose wrote: > > that would be apt build-dep gcc-9. The former would only install the build > dependencies of the gcc-defaults package. That gets me E: You must put some 'source' URIs in your sources.list where /etc/apt/sources.list looks like deb http://ftp.ports.debian.org/debian-ports sid main deb-src http://ftp.ports.debian.org/debian-ports sid main which googling suggests is what I want? Bernd