This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: crosstool uClibc patches


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.

+ 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? - Dan

--
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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