X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7478D3858429 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=nexgo.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nexgo.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nexgo.de; s=vfde-smtpout-mb-15sep; t=1632032332; bh=lfXia0eslIQdcjW+cfavSQKM0uvddcjyo/h9oqunYV0=; h=From:To:Subject:References:Date:In-Reply-To; b=AvJ9cQUKHl9nspnZ/y1+ih7wDSun9bQ2ZZCwP52sLWFyP2jZ3YwVKdjeoA+wsdmKw BTF1XYQzZjlxkb8EhJ9+5QeOYvwtVahzZ4V0NLQtQiDxRt/n2vqAFCuhxvqPCzpDdm 4e3c51fW01Dc6K8yUYAp4PP+VfmU1HRnSqDIXCxI= From: ASSI To: cygwin AT cygwin DOT com Subject: Re: autorebase and user-installed dynamic objects References: <4f799e88-40cd-2cdc-6d40-0285e66f5be0 AT cornell DOT edu> Date: Sun, 19 Sep 2021 08:18:46 +0200 In-Reply-To: <4f799e88-40cd-2cdc-6d40-0285e66f5be0@cornell.edu> (Ken Brown via Cygwin's message of "Sat, 18 Sep 2021 18:51:31 -0400") Message-ID: <87o88pf5q1.fsf@Otto.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 1392 X-purgate-ID: 155817::1632032330-000006E4-A227B174/0/0 X-Spam-Status: No, score=-3030.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Ken Brown via Cygwin writes: > Looking into /usr/bin/rebaselst, I think I see the problem. The > function rebase_user() greps the file /var/lib/rebase/user.d/kbrown > for the relevant suffixes, That's how it was originally intended to work, IIRC (but the documentation indeed wrongly suggests to put paths there). Obviously since we didn't have that situation before I never fully tested and completed this part. > instead of looking for files in > /home/kbrown/.emacs.d/eln-cache. Shouldn't rebase_user use a variable > "userLocs" analogous to the variable "dynLocs" used by rebase_dyn()? > Or am I completely misunderstanding how this is supposed to work? For reasons I don't exactly remember, I wanted to avoid that. Probably because the user directory might not be available or accessible for the install user, but then obviously you'd just as likely have a problem with the actual rebasing also. I've been mulling the idea of having user specific rebase databases on top of the system one (or more generally a hierarchy of rebase DB) several times and that's one of the reasons they might be needed. Let's discuss how this can and should work on cygwin-apps. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Wavetables for the Terratec KOMPLEXER: http://Synth.Stromeko.net/Downloads.html#KomplexerWaves -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple