> I was trying to build a toolchain with this, it runs make all-sums ok, but > when I run make, it fails with the following error: > > /scratchbox/tools/bin/sh: line 1: > /home/cicl/sb-toolchains/crosstool/patches/glibc- > 2.3.2/old:: No such file or directory > /scratchbox/tools/bin/sh: line 1: > glibc-2.3.2-powerpc-procfs.patch: No such file or directory > > make[2]: *** [pre-configure] Error 1 > make[2]: Leaving directory > `/home/cicl/sb-toolchains/libc/crosstool-glibc-headers' > make[1]: *** [dep-../../libc/crosstool-glibc-headers] Error > 2 > make[1]: Leaving directory > `/home/cicl/sb-toolchains/meta/toolchain' > make: *** [build] Error 2 > > Any ideas on how to fix it? I'm building with gcc 3.4.5 and glibc 2.3.2. > Thanks, > Greg >
I think I ran into a similar problem when I was building my toolchain. In my case it seemed that the way patches are applied in crosstool and sb-toolchains is different. Crosstool applies patches only from the diretory crosstool-0.42/patches/xxx/, it doesn't go into any subdirs after that. sb-toolchain on the other had tries to traverse all subdirs. In your case its trying to go under the subdir called "old". I don't know why its unable to traverse the subdir, but the patches under this subdir are probably not needed (at least in my case for gcc3.3.2 & glibc 2.3.2 they were not needed) delete the subdir and try the build again. If its the same problem as I had run int, you'll get past it. > > > _______________________________________________ > Scratchbox-users mailing list > [email protected] > http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users > > > _______________________________________________ Scratchbox-users mailing list [email protected] http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users
