From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1035.google.com (mail-pj1-x1035.google.com [IPv6:2607:f8b0:4864:20::1035]) by sourceware.org (Postfix) with ESMTPS id 8A3AF3858D33 for ; Mon, 18 Jan 2021 09:20:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 8A3AF3858D33 Received: by mail-pj1-x1035.google.com with SMTP id md11so9100786pjb.0 for ; Mon, 18 Jan 2021 01:20:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:in-reply-to:references :message-id:mime-version:content-transfer-encoding; bh=1/ZuM8iU3vemjzL453QnwVGhz5k92R3ADb2wyPzPDGU=; b=mddwImdBFQqad39dcrSLBjma1jer0PY2FNEst72pvqwHeE6AsL+p64VYjx+RadLsWI f+IBJwXzngdeDSqZeS2UP9smL6BfEiAOTmu5IAAychjxYY4rWz73BpFZuQz2HI5X5z9p XWLVRwQQuRViljaP51Ker9ILjksTfU7Zr2V2W+0ias7ENWVKoalvmg8woV3LWxAJiNNS MHb5U6wsAKxyx9PEU5CV53XhWIJ68iJE05I/J5+2hQRGlqYPj2+voYcLM/97YK7eEydc zQbBPFA0dQN2VJwXBk3cmyz+5MJfldf+xTQank8J47so1vuh3ex2S7AoFdJnSNtAiK6a 99IA== X-Gm-Message-State: AOAM5321HKOnwgyMAk/TAL7yScpI8ALLGYWWtpEU6kDoHQJ/31udTfw4 rrxk+Wc8dD0su6pOjoW3xV9SCnxxz10= X-Google-Smtp-Source: ABdhPJxKQxPJZPM8Tmzsf6CxgwWy5FkRkT5ySqLnndYHw4EM3o25REm5/og2K9+ZWApe+MWoimAoDQ== X-Received: by 2002:a17:90b:46d2:: with SMTP id jx18mr2585717pjb.44.1610961620502; Mon, 18 Jan 2021 01:20:20 -0800 (PST) Received: from [192.168.3.11] ([2400:2411:aa20:4300:448e:e035:aa58:844f]) by smtp.gmail.com with ESMTPSA id 32sm15715408pgq.80.2021.01.18.01.20.18 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 Jan 2021 01:20:19 -0800 (PST) Date: Mon, 18 Jan 2021 18:20:19 +0900 From: Lemures Lemniscati To: cygwin-apps@cygwin.com Subject: Re: [PATCH cygport] A patch to add a flag __SKIP_LIST_DEPS_LUA In-Reply-To: <878s8sdp6l.fsf@Rainer.invalid> References: <20210117102033.2CCA.50F79699@gmail.com> <878s8sdp6l.fsf@Rainer.invalid> Message-Id: <20210118182017.00E4.50F79699@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.75.02 [ja] X-Antivirus: Avast (VPS 210117-4, 2021/01/18), Outbound message X-Antivirus-Status: Clean X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2021 09:20:22 -0000 On Sun, 17 Jan 2021 07:59:14 +0100, Achim Gratz > Lemures Lemniscati via Cygwin-apps writes: > > Does it mean that we should have a way to rebase such dynamic objects > > automatically? > > Well, the first step is to make sure that packaged and locally installed > stuff stays separate (for Perl this is the distinction between vendor > and site distributions) and set up a sensible precedence order. Next is > that users might not have admin rights, so there's a separation between > local system and local user to consider (Perl: local::lib). Once you > have that sorted then yes, you need to think about when and how to do > the rebase of any dynamic objects you are going to produce. For Perl I > managed to insert an automatic ephemeral rebase, but only for i686 and > packages built with ExtUtils::MakeMaker (so that build tests can > actually work without having to do an extra step). The local > installations should be taken care of via the autorebase facilities, > although that requires cooperation from the system admin for user > installations. > Thank you for comments and advices. I'll try it. Regards, Lem