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 2017/04/11 15:01:43 UTC

[Bug 7181] t/sa_compile.t fails make disttest but passes with prove -v t/sa_compile.t

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7181

Sidney Markowitz <si...@sidney.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sidney@sidney.com
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #9 from Sidney Markowitz <si...@sidney.com> ---
It was using perl's install prefix instead of the spamassassin install prefix,
so when it should have stripped /usr/local from /usr/local/bin it only stripped
off the /usr. Also it left an extra /.

Committed revision 1790984.

By the way, I was never able to get this test to work on a Mac because Mac will
not install Encode::Detect which is needed for this test. While working on this
I stumbled on this patch to perl.h that allows Encode::Detect to install on a
Mac. I want to document it in this comment so it doesn't get totally lost.

https://trac.macports.org/attachment/ticket/43150/perl5.16-dNOOP.diff

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