Re: issues w/ installing stuff multiple times...

From: Garrett Cooper <yaneurabeya_at_gmail.com>
Date: Mon, 27 Oct 2014 14:55:09 -0700
> On Oct 27, 2014, at 14:50, John-Mark Gurney <jmg_at_funkthat.com> wrote:
> 
> There are issues w/ installing tests where the test files get installed
> multiple times.
> 
> To reproduce this, use the following steps:
> make installworld -j 8 DESTDIR=<somelocation> -DNO_ROOT
> 
> Once you have done the above, in <somelocation> there will be the file
> METALOG, run:
> grep -v type=dir <somelocation>/METALOG | awk '{ print $1 }' | sort | uniq -d
> 
> This will print out the current list if files that get installed multiple
> times....
> 
> Currently, it looks like all the tests subdirs are installed a second
> time...
> 
> Could someone look at making it so that they don't get installed
> multiple times?

Hi jmg!
    I have a patch out for this that I need to commit today. Thank you for the reminder.
Cheers!
Received on Mon Oct 27 2014 - 20:55:11 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:53 UTC