This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Install error with rebase 4.0.0-1



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]