Gentoo Archives: gentoo-user

From: Lie Ryan <lie.1296@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Anyone ever emerged dev-libs/boost with FEATURES="test" and finished?
Date: Sun, 04 Apr 2010 22:03:08
Message-Id: hpb28a$g9t$1@dough.gmane.org
1 I'm running with full system FEATURES="test" on, and I have a couple of
2 programs that depended on dev-libs/boost. The boost testsuite always
3 fails in my computer due to insufficient disk space, I usually simply
4 skip the test for boost and just go on with the merge. But today, I
5 decided to let the testsuite run to completion; so in preparation for
6 that, I plugged in an external harddisk and made it so that
7 /var/tmp/portage points to an empty disk image in the external harddrive.
8
9 This setup works ok, and the testsuite is still running, however I saw
10 now that the disk image's is now taking ~18 GB (and counting) while "du
11 -sh" on /var/tmp/portage counted ~13GB.
12
13 So, the question is, has anyone successfully compiled and run
14 FEATURES="test" on boost and knows how much space the tests eat up in
15 the end?
16
17 I am suspecting of the possibility that maybe a testsuite gets into an
18 infinite loop while writing a file or something constantly eats up
19 diskspace. Or is it just that boost has an outrageously too extensive
20 testsuite and it will turn out ok if I just left it to run.

Replies

Subject Author
Re: [gentoo-user] Anyone ever emerged dev-libs/boost with FEATURES="test" and finished? Paul Hartman <paul.hartman+gentoo@×××××.com>