crosstool uClibc patches
Carl Miller
chaz@energoncube.net
Wed Apr 21 17:05:00 GMT 2004
On Wed, Apr 21, 2004 at 09:39:38AM -0700, Dan Kegel wrote:
> Mark Beckwith wrote:
> >This line in getandpatch.sh doesn't seem to be working
> >
> > getUnpackAndPatch http://www.uclibc.org/downloads/$LIBC_DIR.tar.bz2
> > || \
> > getUnpackAndPatch
> > http://www.uclibc.org/downloads/$LIBC_DIR.tar.gz || \
> > getUnpackAndPatch
> > http://www.uclibc.org/downloads/old-releases/$LIBC_DIR.tar.bz2
> > || \
> > getUnpackAndPatch
> > http://www.uclibc.org/downloads/old-releases/$LIBC_DIR.tar.gz
> >
> >It's not trying the "old-releases" directory ...
> >I moved the old-releases directory to the first part of the expression and
> >it worked.
>
> I think that line should read
>
> getUnpackAndPatch http://www.uclibc.org/downloads/$LIBC_DIR.tar.bz2
> \
> http://www.uclibc.org/downloads/$LIBC_DIR.tar.gz \
> http://www.uclibc.org/downloads/old-releases/$LIBC_DIR.tar.bz2 \
> http://www.uclibc.org/downloads/old-releases/$LIBC_DIR.tar.gz
>
> as I rewrote getUnpackAndPatch recently to handle multiple args; it's
> much more robust now.
Aha! I must have missed that when integrating rc5. I did almost all my
work with rc4, then diffed rc4-rc5 and merged that. I guess I didn't try
the result with a empty SRC_DIR. Aren't moving targets fun?
> >+ cd uClibc-0.9.23
> >+ test -f
> >/amnt/john/home/mark/arm-dev/crosstool-0.28-rc5/patches/uClibc-0.9.23/Makefiles-relocate.patch
> >+ patch -g0 --fuzz=1 -p1 -f
> >+ cat patch26225.log
> >patching file Makefile
> >Hunk #7 FAILED at 258.
> >1 out of 10 hunks FAILED -- saving rejects to file Makefile.rej
>
> Sounds like uClibc-0.9.23/Makefiles-relocate.patch might need to be
> rediffed?
I'll get on it today; hopefully it'll be quick and I'll be done before
it's time for the exit interview. ;-)
-----Carl
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
More information about the crossgcc
mailing list