From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id B23913857BA4 for ; Thu, 26 Oct 2023 11:58:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B23913857BA4 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org B23913857BA4 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:470:142:3::10 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1698321514; cv=none; b=CXb2sLJZWTZjggBz+k/lWkakllNaw/Ag1CCGwQIO089LECp7+afdmo/En4E1in5XxK0kz0RiT02ONby7HkyUt4dhngwssPCdlJG5uhzmHhjZfVxO4Wmzsmhwy5enV9GjKHmqVHIOU+0VjXEU+GZ9ktitE85vZMgRz7nESscDiXM= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1698321514; c=relaxed/simple; bh=SUtceRq943mtTCK9bWHSMxzUR3XCnQeI6QjlGoYXs3c=; h=DKIM-Signature:Date:Message-Id:From:To:Subject:MIME-version; b=KXnYYTTK6YQk3NysTK+chbJxQNl7kJzl/RlxRmfdPxf38vO0Bu9nJpvg6fd9BwOVOgYkBy399uqhpvfEgoz8pZqJteAJkkseAdIa9Yvj2KaFzIyRTSCiZeyWlcSMT3LifyN9t9uiMGbkL5HEHS7YgCvau2JpvINQYvc/ButLKUk= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qvz0R-0006xS-RI; Thu, 26 Oct 2023 07:58:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=hRBMXnbK2EbPDv5FiGg10SEAifBpecp++JcLKjdyZVw=; b=FSRxYhbrSmLwgxpUBI0o /8NpPskhJZTN+71dOxEfNXTG0swqqffLfmAmyHc6cdLPoN9QNa1JeKzF71l7GFKh9ikrRCcful7Zh nj+Oj7PhMFysdVEcm24qFaPYCVVBZSayv9p7bTdyva80VYQzW/X76+YdgQZFGbQOuQ3snbXUZHDmK EBrvQLQmOqekWmKyJdEG6pkGO6lrU3aNdH2XJWtDQopcoD7DQVvHLoH5Mmpr618N4xF//dWamCnnK UOqLbYokc3l9ZEWL5UoCiqm5V1BFDbCWTgcZ+Nh7LD5wFrGYKlzMafqGwzzLIgoDHiITkY1caLWWO +FPSS1M5FBNvnw==; Date: Thu, 26 Oct 2023 14:58:40 +0300 Message-Id: <838r7ph9xr.fsf@gnu.org> From: Eli Zaretskii To: thiago.bauermann@linaro.org CC: gdb-patches@sourceware.org, tom@tromey.com In-Reply-To: <83cyxq29wf.fsf@gnu.org> (message from Eli Zaretskii on Sat, 07 Oct 2023 10:01:52 +0300) Subject: Re: [PATCH v2] gdb/configure.ac: Add option --with-additional-debug-dirs References: <20231004183102.61669-1-thiago.bauermann@linaro.org> <831qe964lt.fsf@gnu.org> <87y1ggll4e.fsf@linaro.org> <83cyxq29wf.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=0.5 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,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: > Date: Sat, 07 Oct 2023 10:01:52 +0300 > From: Eli Zaretskii > Cc: gdb-patches@sourceware.org, tom@tromey.com > X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, > DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_PASS, SPF_PASS, > TXREP autolearn=ham autolearn_force=no version=3.4.6 > > > From: Thiago Jung Bauermann > > Cc: gdb-patches@sourceware.org, tom@tromey.com > > Date: Thu, 05 Oct 2023 20:12:17 -0300 > > > > As a workaround, I was able to get away with some escaping: > > > > $ ~/src/binutils-gdb/configure \ > > --disable-{binutils,ld,gold,gas,sim,gprof,gprofng} \ > > --with-auto-load-dir='foo\\\;bar\\\;baz' && make > > ⋮ > > checking for default auto-load directory... foo\\\;bar\\\;baz > > checking for default auto-load safe-path... foo\\\;bar\\\;baz > > ⋮ > > $ grep AUTO_LOAD gdb/config.h > > #define AUTO_LOAD_DIR "foo;bar;baz" > > #define AUTO_LOAD_SAFE_PATH "foo;bar;baz" > > Thanks, will use these in my next build, and see if it works for me as > well. FTR: just tried this with the gdb-14.0.91 pretest, and it works just fine. Thank you very much for helping me avoid this annoying problem (it previously required me to build GDB twice). I've updated the Bugzilla bug with this information. Thanks!