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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=hvgDNA8uOHV2r802Udg4hByu1DC0jqZ51ZGDpGA31FMTPMvXao//K iNn8vpaeyO7DbRGIBtapSUYyJ2vNUjXeZ0YthXTytMDF4WmhaCq2U1he7DWntJvb xN0BHlt9dGGkUuzBdk3/6tm4b9WOQnTwsEnTZ94fJUYwOM7cCzwZvM= 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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=alSpQaliAMgL+qRLUE2eMpf2NFs=; b=KjsSDG3rzh8eRQNG69Yy0/DzO/u7 ldYRc4Rat3Es8EYA/2KPf2gjNtn2jU85HAT2ju1ZBtuQSYaqBobNWss1Za9+muaX JyGO1+djpI0aJU7WMf2o8XYk7PFz1XtZ+hxcMNoD9xdvEymeKTJUVr5a59ss11/H OQtgVcnZr47zEI4= 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=-2.9 required=5.0 tests=AWL,BASE64_LENGTH_79_INF,BAYES_05,FSL_HELO_BARE_IP_2,MIME_BASE64_BLANKS,RCVD_NUMERIC_HELO autolearn=no version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Achim Gratz Subject: Re: How to correctly rebase? Date: Fri, 16 Oct 2015 07:18:11 +0000 (UTC) Lines: 1 Message-ID: References: <22046 DOT 25592 DOT 311399 DOT 765933 AT woitok DOT gmail DOT com> <8925F252-F479-4990-B568-1EC612DF39A5 AT etr-usa DOT com> <22047 DOT 42793 DOT 36600 DOT 773496 AT woitok DOT gmail DOT com> <41C9E795-AEEC-4378-8548-44DAF7DB98E7 AT etr-usa DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id t9G7LLSl013753 Warren Young etr-usa.com> writes: > It would be nice if rebase were smart enough to look for *.mex and *.oct only in known Octave directories, but > it isn’t my itch, so I’m not going to be doing anything about it. I'll see if that's possible without running yet another find or at least not running them more than once on the same directory. > > The following DLLs couldn't be rebased due to errors: > > /usr/bin/cygintl-8.dll > > /usr/bin/cygiconv-2.dll > > I got similar errors in my testing, though with different libraries. I reinstalled those library packages > and the errors went away. The most likely source of those errors is that some Cygwin process still hangs around in the background. Next up is that the files are inaccessible, which can be fixed by reinstalling. Last but not least if BLODA opens the DLL while rebase is trying to work on it, then rebase will fail as well (if it's always different DLL that throw the error then that's the most likely axplanation even). Regards, Achim.