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]

rebaseall failures, propsal


Running rebase, I frequently get errors like this:

ReBaseImage
(/usr/lib/perl5/vendor_perl/5.10/i686-cygwin/auto/Image/Magick/Magick.dll)
failed with last error = 6

...even if it's right as it stands (see below), and even if I triggered it
myself by running "perlrebase", this is a nuisance, because rebaseall aborts.

Jason, could you possibly make sure that rebase (or rebaseall) makes all files
to be rebased writeable? perlrebase does just that:

cat rebase$suff.lst | xargs chmod u+w
rebase -v -b $baseaddr -T rebase$suff.lst
cat rebase$suff.lst | xargs chmod u-w

...which might work more or less the same for rebaseall.

-- 
Matthias Andree

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