Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2014 14:50:58 -0700
From:      John-Mark Gurney <jmg@funkthat.com>
To:        freebsd-testing@FreeBSD.org
Cc:        current@FreeBSD.org
Subject:   issues w/ installing stuff multiple times...
Message-ID:  <20141027215058.GN82214@funkthat.com>

next in thread | raw e-mail | index | archive | help
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?

Thanks.

-- 
  John-Mark Gurney				Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141027215058.GN82214>