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 19:32:12 UTC

[Bug 6379] t/make_install.t fails on Solaris due to missing bin and bar subdirs

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

Bill Cole <sa...@billmail.scconsult.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sa-bugz-20080315@billmail.s
                   |                            |cconsult.com

--- Comment #2 from Bill Cole <sa...@billmail.scconsult.com> ---
(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.