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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B3CB158164 for ; Sun, 17 Nov 2024 07:55:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE47CE0C39; Sun, 17 Nov 2024 07:55:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 728ABE0C27 for ; Sun, 17 Nov 2024 07:55:44 +0000 (UTC) Message-ID: Date: Sun, 17 Nov 2024 17:55:38 +1000 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] src_install: dobin failed while merging ebuild To: gentoo-user@lists.gentoo.org References: Content-Language: en-US From: Matt Jolly In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 9b03fbd0-4328-4c7d-a282-e47df6f0994f X-Archives-Hash: 4631873fa64dac05d44c8ef2e517b6d2 Hi, On 17/11/24 17:22, whiteman808 wrote: > > I need help with writing ebuild. Ebuild fails to merge. > Necessary information is located in attachments. I haven't actually built this, but if dobin is failing after this step: > cp $WORK/b001/exe/a.out goimapnotify Where is goimapnotify actually being copied to? If you run `ebuild foo-1.2.3.ebuild compile` and inspect ${S} (the workdir) where is this file? dobin is relative to ${S}; you probably just need to adjust that path. Let me know how you go with those hints. Cheers, Matt