https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8254
Bug ID: 8254 Summary: t/sa_compile.t does not run if re2c is not in /usr/bin/ Product: Spamassassin Version: 4.0.1 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: Regression Tests Assignee: dev@spamassassin.apache.org Reporter: to...@cpanel.net Target Milestone: Undefined If I run Makefile.PL as: perl Makefile.PL RE2C_BIN=/usr/local/cpanel/3rdparty/bin/re2c t/sa_compile.t doesn't seem to know about this and does not find re2c. Even if you fake re2c_version_new_enough that it's there, it still fails later in a compile. Somehow re2c location should be passed through? -- You are receiving this mail because: You are the assignee for the bug.