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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=k2bkcl2aek8M8xpnN38IhCm9qUdgLo/kGKSkZWZuSDo nNprX9TE/h6hybPF/QLOPcH35cwSwcSM12A4Nd/POsgyVpLgUffoa4W+yloLAhn5 QuPRj+E1L5ewWx4Q98MaIYhCdk530rRkgaMtQBmKvxpreth7nA0+BsNVSuBxUCc4 = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=pydBeMyGG0whaNNXQewbCgp0mw0=; b=u7oz3XKkojB7Ovhhv X39YsD6Yu9P7W15cFADNNOUyBlWXPD7fyFTE9omDR5FrZ4Z7rnfK3Htk3hiBh8zT Vueb0kQd1YDu2RmGs7B6BkyprqNy5Y5bsDuKy7OP5K1U92NdjWBjRFGudcgLfFqp PPVk3qXpjkpSSz8G/6gGHL957I= 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=-6.9 required=5.0 tests=BAYES_00,GIT_PATCH_2 autolearn=ham version=3.3.2 spammy=packaging, Walsh, BUT, attaching X-HELO: Ishtar.sc.tlinx.org Message-ID: <5AE33F09.2020302@tlinx.org> Date: Fri, 27 Apr 2018 08:17:29 -0700 From: L A Walsh User-Agent: Thunderbird MIME-Version: 1.0 To: The Cygwin Mailing List Subject: Re: odd behavior(bug?) during run of setup References: <5AE28B9C DOT 9070209 AT tlinx DOT org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Jon Turney wrote: > On 27/04/2018 03:31, L A Walsh wrote: >> When running setup -- a few time have gotten an error saying that it >> couldn't create /llvm-objdump.exe.stackdump > > Thanks for reporting this. > > Giving the actual error you see, rather than "an error" would be helpful. ---- Usually do, but it doesn't copy/paste. It was a standard error where it says it is in use or some other error occurred. I looked for the file and it wasn't there, so "some other error occurred". Told me to try stopping all cygwin processes, but that didn't help either -- so the normal things one might do, didn't work, which is why went to tracing it. > > Attaching the setup log file would also be helpful. > Looking at the log, for that package, the errors said: 2018/04/27 07:54:11 Failed to make the path for cygfile:///llvm-objdump.exe.stackdump 2018/04/27 07:57:20 Failed to make the path for cygfile:///llvm-objdump.exe.stackdump.new 2018/04/27 07:57:20 Unable to install file cygfile:///llvm-objdump.exe.stackdump.new Which is what I pretty much said from info in the trace. It's trying to make the first element in the path 'C:', which fails. There were no other explicit errors in the log, BUT, I'd consider this a *bit* of inefficiency, at least: 2018/04/27 07:57:20 Changing gid back to original 2018/04/27 07:57:20 running: C:\\bin\dash.exe "/etc/postinstall/0p_000_autorebase.dash" 2018/04/27 07:57:52 running: C:\\bin\dash.exe "/etc/postinstall/0p_update-info-dir.dash" 2018/04/27 07:57:54 running: C:\\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_adwaita-icon-theme.sh" 2018/04/27 07:57:54 running: C:\\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_desktop-file-utils.sh" 2018/04/27 07:57:55 running: C:\\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_fontconfig_cache_1.sh" 2018/04/27 07:58:04 running: C:\\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_glib2.0.sh" 2018/04/27 07:58:04 running: C:\\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_gnome-themes-standard.sh" 2018/04/27 07:58:04 running: C:\\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_gnome-themes.sh" 2018/04/27 07:58:04 running: C:\\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_hicolor-icon-theme.sh" 2018/04/27 07:58:04 running: C:\\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_man-db.sh" 2018/04/27 07:58:05 running: C:\\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_oxygen-icons.sh" 2018/04/27 07:58:05 running: C:\\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_shared-mime-info.sh" 2018/04/27 07:58:06 running: C:\\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_units_cur.sh" 2018/04/27 07:58:08 Changing gid to Administrators 2018/04/27 08:01:27 note: Installation incomplete. Check C:\\var\log\setup.log.full for details 2018/04/27 08:01:27 Ending cygwin install 1) why is it running postinstall scripts for unrelated packages. The only pkg that was tried for install was compiler-rt-5.0.1-1 which comes up every time (guess it never gets marked as complete). But if that's they only package, why are all those updates being installed? Isn't there a way of not running them unless a package requires those post-scripts? >> Told it to ignore -- and setup went on an finish w/no further probs. >> >> So maybe there was a stackdump during setup and it >> tried to create the dir that is topmost? > > This looks like a packaging hiccup with clang: > > https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Fcompiler-rt%2Fcompiler-rt-5.0.1-1&grep=llvm-objdump.exe.stackdump > > I think you can safely ignore this error, for the moment. ==== yeah... sorta got that, though apparently that type of error seems to mark the package as "not being installed"...so it gets reinstalled each time (not a big deal, but just thought I'd mention it). -- 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