You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2013/02/08 17:13:14 UTC

[Bug 6905] New: Makefile.PL hangs during to DependencyInfo.pm binaries check

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: dev@spamassassin.apache.org
          Reporter: axb.lists@gmail.com
    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.

[Bug 6905] Makefile.PL hangs during to DependencyInfo.pm binaries check

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6905

--- Comment #3 from Kevin A. McGrail <km...@pccc.com> ---
hah!  no worries.

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

[Bug 6905] Makefile.PL hangs during to DependencyInfo.pm binaries check

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6905

Kevin A. McGrail <km...@pccc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kmcgrail@pccc.com

--- Comment #1 from Kevin A. McGrail <km...@pccc.com> ---
I added some more debugs to DependencyInfo.pm.

Can you checkout again and run?  I don't have fetch installed so I'm wondering
if trying to check the version of fetch is hanging the command.

Can you give me the output of man fetch, fetch -v, etc. so I can see the
command line options?

How did you install it and what is it might help as well.

regards,
KAM

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

[Bug 6905] Makefile.PL hangs during to DependencyInfo.pm binaries check

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6905

AXB <ax...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from AXB <ax...@gmail.com> ---
found the reason for the "bug"

my "fetch" is a perl script I use to fetch an IP's whois CIDR

whois -h whois.arin.net 129.42.38.1 | fetch
129.42.0.0/16


renmed the script - all is good.
Got my donkey hat on.. off to a corner.

bug closed - reporter shot

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