From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13405138330 for ; Thu, 11 Jan 2018 17:01:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47C80E08CA; Thu, 11 Jan 2018 17:01:40 +0000 (UTC) Received: from very.loosely.org (very.loosely.org [173.255.215.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD51AE085B for ; Thu, 11 Jan 2018 17:01:39 +0000 (UTC) Received: from [10.8.78.6] (port=37942 helo=matica.foolinux.mooo.com) by ahiker.mooo.com with esmtp (Exim 4.89) (envelope-from ) id 1eZgEU-00046K-EM for gentoo-user@lists.gentoo.org; Thu, 11 Jan 2018 09:01:38 -0800 Received: from itz by matica.foolinux.mooo.com with local (Exim 4.89) (envelope-from ) id 1eZgEK-0000kr-6o for gentoo-user@lists.gentoo.org; Thu, 11 Jan 2018 09:01:28 -0800 Date: Thu, 11 Jan 2018 09:01:28 -0800 From: Ian Zimmerman To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Re: glibc emerge error Message-ID: <20180111170128.75dhbycmpiej377e@matica.foolinux.mooo.com> Mail-Followup-To: gentoo-user@lists.gentoo.org References: <395ced69-7aa0-35b5-1a1c-cf01baada8af@charter.net> <9cb883e6-10d2-2c88-e9d2-e88fadae61ef@charter.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9cb883e6-10d2-2c88-e9d2-e88fadae61ef@charter.net> X-Loosely-Listed: yes User-Agent: NeoMutt/20170707-dirty (1.8.3) X-Archives-Salt: aa2cb11f-04fe-46d0-8a71-c42e56389640 X-Archives-Hash: 76283b845b9b7bc61f20cd53b80069c2 On 2018-01-11 07:28, Corbin Bird wrote: > > export LD_LIBRARY_PATH=$VULKAN_SDK/lib:$LD_LIBRARY_PATH This is wrong, because it will put the current directory (as represented by the empty string) into the list even if it wasn't there originally. Try something like this (untested): export LD_LIBRARY_PATH=$VULKAN_SDK/lib${LD_LIBRARY_PATH:+":$LD_LIBRARY_PATH"} see man bash, "Parameter expansion". -- Please don't Cc: me privately on mailing lists and Usenet, if you also post the followup to the list or newsgroup. To reply privately _only_ on Usenet, fetch the TXT record for the domain.