(Package maintainer CCed) caiseal | thekorner wrote: > Here's where I run into trouble: > > checking for gethostbyname... yes > checking for setsockopt... yes > ./configure: line 6626: syntax error near unexpected token `done' > ./configure: line 6626: `done' > ### execution of ./configure failed, exit code 2 > Failed: compiling gnupg-1.0.7-1 failed > > I don't have the knowledge to get past this. Any help?
This configure script (or the patch file for it) looks buggy to me. Too many "fi"s or something. You are using bash as your /bin/sh, right? If you use zsh (the standard on OSX 10.1), you only get some non-fatal parse errors from configure. But something is definitely wrong and should be fixed. -- Martin ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
