From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x831.google.com (mail-qt1-x831.google.com [IPv6:2607:f8b0:4864:20::831]) by sourceware.org (Postfix) with ESMTPS id 22F86383300F for ; Mon, 16 Nov 2020 21:44:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 22F86383300F Received: by mail-qt1-x831.google.com with SMTP id 3so14242343qtx.3 for ; Mon, 16 Nov 2020 13:44:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=ljA3zQ9/t/llXkdyaGXKiwiygIr+V27sU6V2QzscdEI=; b=Or5uJXJrOL+uLatFiLM/yFs5lLChFhk/+0GQWvcdIIA3EoZ/pxx0VH1BxkFWj6LIDM 5hCUOdbvNIr18yecrFbG1s34poKhoHZszfD/aQdgpsJD84hLshtkf0viSn4/kRH2J5cN IhEvPTPjqSkIzKmuIESSa9IO/3+eKcIN5YXH7/amXpIj0ND40zpOMGldqJ2ZZXROVZyl UHY464t+EW8h+3mdz4zPxGhV2Cxk27Bot4KjowsLeFCsqpEn5Bqmdkj5+qfbMsG0Ut/o Q0KpGAZD4e9gsB/TG8eptpCe71sJKHKOek5BAAItB1p1qaemq6Qowo8niVX3OGCq6fui u9zw== X-Gm-Message-State: AOAM532lbGmpMi/d6jbwjceN3Uma6AzQiGzPayhElDJAEAqZ99Ax4FvT /JczYb5xxeRGAIG7dDqHRWIVEhkIz8Wfvg== X-Google-Smtp-Source: ABdhPJxlYL2hOl93TFD9k9b7vuk/XaT3Qi9RqnqeE+e22URB6FttRDCkvpdE+xlUP/ObNgPYFeqW0Q== X-Received: by 2002:ac8:58c7:: with SMTP id u7mr16574350qta.149.1605563077489; Mon, 16 Nov 2020 13:44:37 -0800 (PST) Received: from ?IPv6:2804:7f0:8284:1487:34cb:6ef2:6b7f:4db2? ([2804:7f0:8284:1487:34cb:6ef2:6b7f:4db2]) by smtp.gmail.com with ESMTPSA id p27sm4744109qkp.70.2020.11.16.13.44.35 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 16 Nov 2020 13:44:37 -0800 (PST) Subject: Re: Disable libctf? To: Sebastian Huber , gdb@sourceware.org References: <7030958c-b67e-4d12-8c1d-938f5cabbebf@embedded-brains.de> From: Luis Machado Message-ID: Date: Mon, 16 Nov 2020 18:44:34 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <7030958c-b67e-4d12-8c1d-938f5cabbebf@embedded-brains.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2020 21:44:39 -0000 On 11/16/20 6:37 PM, Sebastian Huber wrote: > Hello, > > a recent change broke the GDB build on my FreeBSD test machine: > > gmake[2]: Leaving directory > '/usr/home/user/rtems-source-builder/rtems/build/aarch64-rtems6-gdb-119e99b-x86_64-freebsd12.1-1/build/libctf' > > configure: WARNING: libdebuginfod is missing or unusable; some features > may be unavailable. > checking libunwind-ia64.h usability... no > [...] > checking for library containing dlopen... none required > checking whether to use expat... yes > checking for libexpat... yes > checking how to link with libexpat... > /usr/home/user/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-aarch64/usr/local/rtems/6/lib/libexpat.a > > checking for XML_StopParser... yes > checking for libgmp... no > configure: error: GMP is missing or unusable > > I guess I don't need libctf to debug non-Linux embedded systems? I tried > to use --disable-libctf, but this didn't work. > Isn't the problem that GMP is missing? Or the pasted log may be misleading.