From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71861 invoked by alias); 9 Oct 2017 16:42:26 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 71850 invoked by uid 89); 9 Oct 2017 16:42:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=H*F:D*google.com, H*MI:google, H*M:google X-HELO: mail-vk0-f73.google.com Received: from mail-vk0-f73.google.com (HELO mail-vk0-f73.google.com) (209.85.213.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 09 Oct 2017 16:42:24 +0000 Received: by mail-vk0-f73.google.com with SMTP id h191so15240381vke.7 for ; Mon, 09 Oct 2017 09:42:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:message-id:date:subject:from:to:cc; bh=AqQsAkd7Q8yugX+ndnNrUtfM3tbdHAd2XxuIv6pkfVU=; b=BVi/vVl4WxMi9Jt2dRnUQAwiQg3tvh5CmP+ZCT7ld54Wdfl8rgAS42w6atcEkFtmPF Q5nROAIYzXHU4ux9MUMO2LH6YnJfmjY3oG/H/0vT+5IW4xMb1th7MjJS13mCUjQB7OBQ dTpOIJ6H24pu0xQ1cSM2JMQzAxkHr9mhnHBMa0jH8keUqvJegF5pCclgw6Keb14Pbr4i SHBFL1eS2bcNCystKJDhSZSXl0TMyH8IHqsoxmbJ4HxVMBeL1SW0KTpj6xyTAiAPTLEA h0uJE9feEui+N94tfqYGXXWZ1QZCrBrkm1/lIEK90Rsrs+bIQWxKGaw+yIHmTZUDmTUT G+hw== X-Gm-Message-State: AMCzsaUEymW8IiQWDy7OHBWhcEaW0KRQHc0b2IQHtltUa8nPY8UA1BAA L3rYWawD5ZkM4LionyycIbB8dXc= X-Google-Smtp-Source: AOwi7QCQ37wDSPANw8gFyY5E9Sw6oi2/lI3piVkxj4+vi1Do6O7ovRpztz3bKzqWzSaPK+slDeRibQQ= MIME-Version: 1.0 X-Received: by 10.55.66.69 with SMTP id p66mr9544477qka.17.1507567342468; Mon, 09 Oct 2017 09:42:22 -0700 (PDT) Message-ID: <001a114ac5d0ecee3d055b1fdf6f@google.com> Date: Mon, 09 Oct 2017 16:42:00 -0000 Subject: Re: [PATCH] Don't try building gdb against guile-2.2 From: "Doug Evans via gdb-patches" Reply-To: Doug Evans To: Eli Zaretskii Cc: Simon Marchi , gdb-patches@sourceware.org Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-10/txt/msg00220.txt.bz2 Eli Zaretskii writes: > > Date: Sun, 08 Oct 2017 13:20:28 -0400 > > From: Simon Marchi > > Cc: gdb-patches@sourceware.org > > > > > Should we perhaps have a configure-time option, by default off, to use > > > Guile 2.2? Otherwise, how would that "somebody" work on fixing this > > > problem, if they cannot even try building with Guile 2.2? > > > > > > Thanks. > > > > They can pass --with-guile=guile-2.2. try_guile_versions, AFAIU, > > contains the version to try by default if the version to use is not > > explicitly passed (--with-guile or --with-guile=yes). > > Ah, okay. That's good enough, I think. SGTM