X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; q=dns; s=default; b=bsRUJVXaWO0tz+FHsxsYc2O6kL36 q5Vv3rnRCoc4kK2lXvVzYJDIh7vXz0lPl6WQ944pD8Gn5QKS6QfIR8hvx/Dz7VEm +wYV0cwaiK7hl4u/DC4/o5+M6lYCfjVitR/MV/BueroXrYk4wCjawFOA7gaw3kf7 CXm10k7ehTOgk+g= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; s=default; bh=Aj0/h99dyAD0QILmOzvLklAR090=; b=Bw 7lxpBykhGSaQ1nBORCa2gr8Zs1+tEgJa8rcIrYBHGaf6SENpQXfiHU4FVMNVxEUd WlXxF+06ZjyEgEJP6ShyeXHdBciAbqiaHcoIOoXrklx6OtxgzXJRWK40RfzrUBDK 9Y8JsZhHWELZg46B0deMPN98jjhj/sxmkzlBnAedY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: etr-usa.com Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: How to correctly rebase? From: Warren Young In-Reply-To: <87si5dqmh9.fsf@Rainer.invalid> Date: Wed, 14 Oct 2015 15:30:37 -0600 Message-Id: <9275354A-6BFA-4964-BA05-008441168922@etr-usa.com> References: <22046 DOT 25592 DOT 311399 DOT 765933 AT woitok DOT gmail DOT com> <8925F252-F479-4990-B568-1EC612DF39A5 AT etr-usa DOT com> <87si5dqmh9 DOT fsf AT Rainer DOT invalid> To: The Cygwin Mailing List Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t9ELUuiP009488 On Oct 14, 2015, at 1:27 PM, Achim Gratz wrote: > > Warren Young writes: >> I propose that the _autorebase maintainer >> add those directories to the package, so they’re always available. > > They actually are packaged, so I'm not sure why they wouldn't be > available on your system. I’ve just checked the source package, and you’re right. That means my system got broken sometime after February 5, 2015 the last time _autorebase was updated. > In other words you should see an "incomplete" > package from cygcheck and a re-installation should fix it. Alas, I already reinstalled it while debugging the problem. >> /var/cache/rebase is the critical one: without it, the rebase-trigger >> script can’t set the trigger, so the rebasing will never happen. The >> lack of the others just causes nonfatal complaints. > > I'll check if I can just re-create the directory if it doesn't exist. Put "mkdir -p ${b}" somewhere near the top of 0p_000_autorebase.dash or rebaselst. >> (Which makes me wonder how it got broken, since the Windows VM I >> tested this on isn’t used heavily, and was created not all that long >> ago.) > > Maybe if you find something in /var/log/setup.log you could let me know. Well, here’s a fun find: The last time that file was written to was November 4, 2014, even though I did two or there setup.exe passes today while composing my prior reply. $ getfacl /var/log/setup.log # file: /var/log/setup.log # owner: Warren # group: Warren user::rw- group::--- other:r— So, why is setup.exe not writing to it? 604 is a weird permission set, but does it really need world writability? I get the same permission set when saying “touch x” on this box. Windows 10, 64-bit. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple