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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC144158042 for ; Wed, 6 Nov 2024 17:39:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67BB9E0D8D; Wed, 6 Nov 2024 17:39:30 +0000 (UTC) Received: from paraboletancza.org (paraboletancza.org [IPv6:2a01:4f8:1c1b:d2f8::]) by pigeon.gentoo.org (Postfix) with ESMTP id F391CE0C4A for ; Wed, 6 Nov 2024 17:39:29 +0000 (UTC) Received: from [IPV6:2a00:f41:581e:ad68:a80c:9955:f8d6:6204] (unknown [IPv6:2a00:f41:581e:ad68:a80c:9955:f8d6:6204]) by paraboletancza.org (Postfix) with ESMTPSA id 503D236B167 for ; Wed, 06 Nov 2024 17:39:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paraboletancza.org; s=default; t=1730914769; bh=PvltK/8DoHDCC2GufHy2NO1QCGjMNLVEhFED9CxWx1g=; h=Date:Subject:To:References:From:In-Reply-To:From; b=JL/+n+eXr9aTaHg/BVMobjw9/9JP3KPWcXlfOybregLn07q6XuzxZaDEl6R53Basl Q2YP1YLFQ/msRSF0BGyE4MTg8TJLUo0Qf2HncqGCK6MuQr5K3BelnNvwNdQ62GVPA+ pGe7Q957A41xbiXhnfGkoDWzcbgloyosmlZucBCY= Message-ID: <3b23ce99-ad20-4131-be2a-47df87708e2c@paraboletancza.org> Date: Wed, 6 Nov 2024 18:39:28 +0100 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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [gentoo-user] Re: Shared distfiles directory between different virtual machines To: gentoo-user@lists.gentoo.org References: <2a1e2126-0e31-4ec5-b1ac-ae6532a83c2a@paraboletancza.org> Content-Language: en-US From: whiteman808 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Archives-Salt: 23eea62a-b09c-4977-987d-947d01255b37 X-Archives-Hash: 3aaa7d8d189c0063ecf9e594fce8f9ec What in case when two lock files are being created at the same time? How can I prevent in this case emerge fail? On 11/6/24 18:24, Holger Hoffstätte wrote: > On 2024-11-06 18:16, whiteman808 wrote: >> How can I prevent portage from overwriting the same source files in >> the distfiles directory and possible checksum mismatches caused by >> that behavior if I tell emerge to update @world simultaneously on >> these different binary package servers? > > portage uses a lockfile for every download, so the problem does not exist. > > -h >