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

--- Comment #3 from Mark Martinec <[email protected]> 2009-12-24 06:57:17 
UTC ---
> There was a lot of output so I am attempting to attach it.

Thanks. 

The following stands out:

  /home/projects/tools/spamassassin/Mail-SpamAssassin-3.3.0-rc1/t/
    log/d.sa_compile/inst.basic/foo/bin/sa-compile --keep-tmps

  requires re2c for proper operation.

  Dubious, test returned 2 (wstat 512, 0x200)



> In addition to the log, the following showed
> up on the terminal screen.
> 
> can't open -V
> '/home/projects/tools/spamassassin/Mail-SpamAssassin-3.3.0-rc1/t/log/d.sa_compile/inst.basic/foo/bin/sa-compile
> --keep-tmps' failed: exit 1 at t/SATest.pm line 934.

The "-V" probably comes from sa-compile:

unless (qx(re2c -V)) {
  print "$0 requires re2c for proper operation.\n"
    or die "error writing: $!";
  exit 1;
}


So, either you don't have re2c installed or visible in the path,
or it does not understand option -V (perhaps it is too old).

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to