From unknown Wed Jun 18 00:26:58 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#75463 <75463@debbugs.gnu.org> To: bug#75463 <75463@debbugs.gnu.org> Subject: Status: Incorrect sourcing on foreign distros Reply-To: bug#75463 <75463@debbugs.gnu.org> Date: Wed, 18 Jun 2025 07:26:58 +0000 retitle 75463 Incorrect sourcing on foreign distros reassign 75463 guix submitter 75463 Einar Largenius severity 75463 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 09 09:27:11 2025 Received: (at submit) by debbugs.gnu.org; 9 Jan 2025 14:27:11 +0000 Received: from localhost ([127.0.0.1]:51291 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tVtV9-0002bE-1w for submit@debbugs.gnu.org; Thu, 09 Jan 2025 09:27:11 -0500 Received: from lists.gnu.org ([2001:470:142::17]:50952) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tVtV7-0002ax-5W for submit@debbugs.gnu.org; Thu, 09 Jan 2025 09:27:09 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tVtV0-0006bv-72 for bug-guix@gnu.org; Thu, 09 Jan 2025 09:27:03 -0500 Received: from mail.lysator.liu.se ([2001:6b0:17:f0a0::3]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tVtUy-00044r-IY for bug-guix@gnu.org; Thu, 09 Jan 2025 09:27:01 -0500 Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 9ECBB4E45 for ; Thu, 9 Jan 2025 15:26:55 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 92F874D4C; Thu, 9 Jan 2025 15:26:55 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on hermod.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,AWL, T_SCC_BODY_TEXT_LINE autolearn=disabled version=4.0.0 X-Spam-Score: -0.8 Received: from tycho (unknown [213.80.110.182]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 188794DCF for ; Thu, 9 Jan 2025 15:26:53 +0100 (CET) From: Einar Largenius To: bug-guix@gnu.org Subject: Incorrect sourcing on foreign distros User-Agent: mu4e 1.12.7; emacs 29.4 Date: Thu, 09 Jan 2025 15:26:52 +0100 Message-ID: <87r05c9i6r.fsf@lysator.liu.se> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP Received-SPF: pass client-ip=2001:6b0:17:f0a0::3; envelope-from=jaadu@lysator.liu.se; helo=mail.lysator.liu.se X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) Hello, I was trying to figure out what is needed to make bash-completion working w= ith my user profile and I came across what I believe is an error. The relevant file is /etc/profile.d/zzz-guix.sh It has two lines: [ -L "$GUIX_PROFILE" ] || \ Shouldn't it be: [ -L "$GUIX_PROFILE" ] && \ I use Guix on Fedora 41. --=20 Med v=C3=A4nliga h=C3=A4lsningar Einar From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 09 14:00:13 2025 Received: (at 75463-done) by debbugs.gnu.org; 9 Jan 2025 19:00:13 +0000 Received: from localhost ([127.0.0.1]:54263 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tVxlN-0007ye-En for submit@debbugs.gnu.org; Thu, 09 Jan 2025 14:00:13 -0500 Received: from fhigh-a2-smtp.messagingengine.com ([103.168.172.153]:52243) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tVxlK-0007vf-KQ for 75463-done@debbugs.gnu.org; Thu, 09 Jan 2025 14:00:12 -0500 Received: from phl-compute-04.internal (phl-compute-04.phl.internal [10.202.2.44]) by mailfhigh.phl.internal (Postfix) with ESMTP id 356B31140189; Thu, 9 Jan 2025 14:00:05 -0500 (EST) Received: from phl-mailfrontend-02 ([10.202.2.163]) by phl-compute-04.internal (MEProxy); Thu, 09 Jan 2025 14:00:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:cc:content-type:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:subject:subject:to:to; s=mesmtp; t=1736449205; x= 1736535605; bh=ERm0XabrP7dsyfi4wJH+ugaoaN16NIJsnRcqjLFvP1w=; b=r tE7Zzd0ZVKWCoRgwJtSgoUe+RdOsEpf0NnZH4hrcE7wQnH9mGb5iUfRqjf9zV0i5 mrjp0iDVUKlEFV4caJLKoqc5LVAUlDxv3nZuYMGNsIYN7vcYhkoJGXikKbpxce8t 34P0OXT3pU0eUth3EH+CnywslE7V/gtoTqE2gJRLDE= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:subject:subject:to :to:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; t= 1736449205; x=1736535605; bh=ERm0XabrP7dsyfi4wJH+ugaoaN16NIJsnRc qjLFvP1w=; b=mtLKKs/+aBfC/rdrTyW2luf0ZwKCntLZ7upubZEDUmHJSnJcgex 6GHBvK/epZVBG4YzbL4W8xn8X7vWGbKZxnv9hAz0wnn3FYt551Q/S5ZsErJ+c59q Sksk3Ay/+Gu3Lh7beL81nLCp3g+9iK/NKcjLinWJUH2QZx6B0SiDu38SajWaHJyf Rkkowr+dZp4Ko1wglEcz8/DkqJDdkK+uZnWMKyWzWLjsPyAWmJ5YCnQc1VaeShYO L2eiyDwag2bf6+Xo1T479G9LgM8ACaZa3q87UrBzLQgx+mjY/ujnzib4fDbOa2Ev FiyKw5Xm7kE+kRh/JfpZp53jRmUS9k/Ondw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeefuddrudegiedguddujecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpggftfghnshhusghstghrihgsvgdp uffrtefokffrpgfnqfghnecuuegrihhlohhuthemuceftddtnecunecujfgurhepfffhvf evuffkfhggtggujgesthdtredttddtvdenucfhrhhomhepnfgvohcuhfgrmhhulhgrrhhi uceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrthhtvghrnhepteehue dviedvleeuueekhfdtieehtdeghfdvvdelhfdujeduieehleefveetuefhnecuffhomhgr ihhnpehgnhhurdhorhhgnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrg hilhhfrhhomheplhgvohesfhgrmhhulhgrrhhirdhnrghmvgdpnhgspghrtghpthhtohep vddpmhhouggvpehsmhhtphhouhhtpdhrtghpthhtohepjhgrrgguuheslhihshgrthhorh drlhhiuhdrshgvpdhrtghpthhtohepjeehgeeifedqughonhgvseguvggssghughhsrdhg nhhurdhorhhg X-ME-Proxy: Feedback-ID: i819c4023:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 9 Jan 2025 14:00:04 -0500 (EST) Date: Thu, 9 Jan 2025 14:00:01 -0500 From: Leo Famulari To: Einar Largenius Subject: Re: bug#75463: Incorrect sourcing on foreign distros Message-ID: References: <87r05c9i6r.fsf@lysator.liu.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87r05c9i6r.fsf@lysator.liu.se> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 75463-done Cc: 75463-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Thu, Jan 09, 2025 at 03:26:52PM +0100, Einar Largenius wrote: > It has two lines: > > [ -L "$GUIX_PROFILE" ] || \ > > Shouldn't it be: > > [ -L "$GUIX_PROFILE" ] && \ Yes, you are correct. > > I use Guix on Fedora 41. This bug was fixed in commit 08bb2dbb13cc7180a9d8316f9d52b6f7a20d5e8d: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=08bb2dbb13cc7180a9d8316f9d52b6f7a20d5e8d But since this zzz-profile.sh file is only created while installing Guix, you can fix it "by hand". Thanks for the report! From unknown Wed Jun 18 00:26:58 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 07 Feb 2025 12:24:18 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator