https://bz.apache.org/SpamAssassin/show_bug.cgi?id=6379
Bill Cole <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |cconsult.com --- Comment #2 from Bill Cole <[email protected]> --- (In reply to Kevin A. McGrail from comment #1) > Does this bug still exist? Yes, make_install.t still fails to find any bin directory: # grep -n 'ok -' make_install.t |grep /bin 93:ok -d "$instdir/foo/bin"; 108:ok -e "$instdir/foo/bin"; 117:ok -e "$instdir/foo/bin"; 127:ok -e "$instdir/foo/bin"; 136:ok -e "$instdir/foo/bin"; 145:ok -d "$instdir/dest/foo/bin"; 'make test' yields: t/make_install.t .................. 1/25 # Failed test 1 in t/make_install.t at line 93 t/make_install.t .................. 5/25 # Failed test 5 in t/make_install.t at line 108 t/make_install.t .................. 9/25 # Failed test 9 in t/make_install.t at line 117 t/make_install.t .................. 14/25 # Failed test 14 in t/make_install.t at line 127 t/make_install.t .................. 18/25 # Failed test 18 in t/make_install.t at line 136 t/make_install.t .................. 22/25 # Failed test 22 in t/make_install.t at line 145 t/make_install.t .................. Failed 6/25 subtests I think the fix is simply to mkdir $INSTALLBIN and $DESTINSTALLBIN if they don't exist, but I have not examined it closely. -- You are receiving this mail because: You are the assignee for the bug.
