mordak / playbook-dev-tools

gcc for the Blackberry Playbook, and maybe some other stuff..
55 stars 31 forks source link

findutils fails while building,patching #4

Closed mahathepavan closed 11 years ago

mahathepavan commented 11 years ago

can you look into what might be going wrong in here : Will be thankful.

./build.sh -t patch ends in the following message:

Hunk #1 FAILED at 38926. 1 out of 1 hunk FAILED -- saving rejects to file configure.rej

And configure.rej reads as follows


* 38926,38938 ** esac fi

mordak commented 11 years ago

Hmmm. This worked for me the other day. I will have a look and see if something has changed.

In the meantime, that patch just comments out the section that causes configure to bail when it can't figure out QNX file systems, so you should be able to just comment the offending bit by hand, remove the patch file in the patches dir, and carry on if you're in a hurry.

mordak commented 11 years ago

This worked for me on a clean checkout. Can you post what your setup is like? What OS and version, which dev toolchain (which version of patch, etc.)?

dukzcry commented 10 years ago

@mahathepavan, @mordak configure is regenerated by autoconf, so configure.ac should be patched instead.