https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6905

            Bug ID: 6905
           Summary: Makefile.PL hangs during to DependencyInfo.pm binaries
                    check
           Product: Spamassassin
           Version: 3.4 SVN branch
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Libraries
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified

Centos 6.3 64bit

checkout from SVN At revision 1444090.

perl Makefile.PL
.....

checking binary dependencies and their versions...
DEBUG: running which gpg 2>&1
DEBUG: /usr/bin/gpg completed and output parsed
DEBUG: running which wget 2>&1
DEBUG: /usr/bin/wget completed and output parsed
DEBUG: running which curl 2>&1
DEBUG: /usr/bin/curl completed and output parsed
DEBUG: running which fetch 2>&1
DEBUG: /usr/local/bin/fetch completed and output parsed


here it hangs and doesn't continue


commenting out two calls
in:/trunnk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm

try_binary

#foreach my $bindef (@BINARIES) {
#     #try_binary(0, $bindef, \$summary);
#   }

#   foreach my $bindef (@OPTIONAL_BINARIES) {
#     #try_binary(0, $bindef, \$summary);

passed and Makefile.PL continued happily

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to