Hi, > hi. make -C gnu/bash returns error message. it seems to be can't download > package from server. > here is error message.
That's strange. It's failing to download the patches because it's looking for them in ftp.gnu.org/gnu/bash directly rather than in the bash-4.2-patches subdirectory. I just tested it on a different computer from the one I usually develop on and it worked fine for me on this system. First, some sanity checks. Have you modified the bash Makefile or config.mk files at all? Can you please inline attach the bash Makefile (the GSRC build recipe)? Have you modified anything else? Are you doing this in GNU/Linux with GNU Make? I'm just trying to get all the details since I'm not sure why this isn't working for you. Thanks, brandon
