X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=0.8 required=5.0	tests=BAYES_50,RCVD_IN_DNSWL_NONE
X-Spam-Check-By: sourceware.org
Authentication-Results:  cm-omr2 smtp.user=scowles@ckhb.org; auth=pass (CRAM-MD5)
X-Authenticated-UID: scowles@ckhb.org
Date: Sun, 23 Oct 2011 19:36:20 -0700 (PDT)
From: scowles@ckhb.org
To: cygwin@cygwin.com
Subject: Re: Install error with rebase 4.0.0-1
In-Reply-To: <4EA4193C.6010204@cornell.edu>
Message-ID: <alpine.LN8.2.00.1110231923380.15035@ckhb06>
References: <32705124.post@talk.nabble.com> <4EA4193C.6010204@cornell.edu>
User-Agent: Alpine 2.00 (LN8 1167 2008-08-23)
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com


this new release of rebaseall has an error at lines 217 and 219.  the 
version i just downloaded erroneously assumes invocation of the utility 
from the current directory.  if i missed any previous mention of this in 
the list, i apologize for the duplication.

and thanks to Marco Atzeri for the rebase.db workaround.


*** rebaseall-err      Sun Oct 23 19:22:14 2011
--- rebaseall-fix      Sun Oct 23 19:22:40 2011

***************
*** 214,222 ****

   if [ -z "${BaseAddress}" ]
   then
!       ./rebase "${Verbose}" -s "${Mach}" -T "${TmpFile}"
   else
!       ./rebase "${Verbose}" -s "${Mach}" -b "${BaseAddress}" -o "${Offset}" -T "${TmpFile}"
   fi
   ExitCode=$?

--- 214,222 ----

   if [ -z "${BaseAddress}" ]
   then
!       rebase "${Verbose}" -s "${Mach}" -T "${TmpFile}"
   else
!       rebase "${Verbose}" -s "${Mach}" -b "${BaseAddress}" -o "${Offset}" -T "${TmpFile}"
   fi
   ExitCode=$?


--
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

