hang at gnupg configuration

Mark Duling mark.duling at biola.edu
Mon Feb 19 13:29:25 PST 2007


Phil <p-navarro at bigfoot.com> on Monday, February 19, 2007 at 12:58 PM
-0800 wrote:
>Oh -- my apologies. I meant to say that gnutar worked fine. I (just 
>tried and) still have the hanging problem with gnupg.
>
>(But, no -- fyi, I don't believe that the MacPorts gnutar port was 
>installed before.)

Got it.  But I see I missed a step.  Try editing the portfile and changing
the 7 to an 8, for 10.4 platform.  In other words, change this:

platform darwin 7 {
        depends_lib-append      port:gnutar
        configure.args-append --with-tar=${prefix}/bin/gnutar
}       

to this:

platform darwin 8 {
        depends_lib-append      port:gnutar
        configure.args-append --with-tar=${prefix}/bin/gnutar
}       

and retry the install.  Because the configure script needs to know where
to look for gnutar.

Mark




More information about the macports-users mailing list