* [gentoo-user] out of disk space to compile webkit-gtk
@ 2013-12-23 7:53 Joseph
2013-12-23 8:18 ` Khumba
` (4 more replies)
0 siblings, 5 replies; 15+ messages in thread
From: Joseph @ 2013-12-23 7:53 UTC (permalink / raw
To: gentoo-user
I'm upgrading the system and running out of disk space to compile webkit-gtk
* Checking for at least 18 gigabytes disk space at "/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp" ...
[ !! ]
* There is NOT at least 18 gigabytes disk space at "/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp"
df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 28G 16G 11G 61% /
/dev/root 28G 16G 11G 61% /
tmpfs 506M 540K 505M 1% /run
udev 10M 0 10M 0% /dev
shm 506M 0 506M 0% /dev/shm
/dev/hda4 84G 51G 29G 65% /home
How do I tell the system to use /home partition to use for compiling temp tiles?
--
Joseph
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] out of disk space to compile webkit-gtk
2013-12-23 7:53 [gentoo-user] out of disk space to compile webkit-gtk Joseph
@ 2013-12-23 8:18 ` Khumba
2013-12-23 18:09 ` Joseph
2013-12-23 8:39 ` Wang Xuerui
` (3 subsequent siblings)
4 siblings, 1 reply; 15+ messages in thread
From: Khumba @ 2013-12-23 8:18 UTC (permalink / raw
To: gentoo-user
On Mon, 23 Dec 2013 00:53:16 -0700
Joseph <syscon780@gmail.com> wrote:
> I'm upgrading the system and running out of disk space to compile webkit-gtk
>
> * Checking for at least 18 gigabytes disk space at "/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp" ...
> [ !! ]
> * There is NOT at least 18 gigabytes disk space at "/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp"
>
> df -h
> Filesystem Size Used Avail Use% Mounted on
> rootfs 28G 16G 11G 61% /
> /dev/root 28G 16G 11G 61% /
> tmpfs 506M 540K 505M 1% /run
> udev 10M 0 10M 0% /dev
> shm 506M 0 506M 0% /dev/shm
> /dev/hda4 84G 51G 29G 65% /home
>
> How do I tell the system to use /home partition to use for compiling temp tiles?
See the PORTAGE_TMPDIR variable in "man make.conf".
Cheers,
Khumba
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] out of disk space to compile webkit-gtk
2013-12-23 7:53 [gentoo-user] out of disk space to compile webkit-gtk Joseph
2013-12-23 8:18 ` Khumba
@ 2013-12-23 8:39 ` Wang Xuerui
2013-12-23 10:38 ` [gentoo-user] " Holger Hoffstätte
` (2 subsequent siblings)
4 siblings, 0 replies; 15+ messages in thread
From: Wang Xuerui @ 2013-12-23 8:39 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 433 bytes --]
在 2013-12-23 下午3:54,"Joseph" <syscon780@gmail.com>写道:
>
> I'm upgrading the system and running out of disk space to compile
webkit-gtk
>
> How do I tell the system to use /home partition to use for compiling temp
tiles?
For such a change to apply only to webkit-gtk (or any other package you
want, actually), you can try package.env. Checkout make.conf's manpages to
see how it is used.
Hope that helps!
[-- Attachment #2: Type: text/html, Size: 569 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-user] Re: out of disk space to compile webkit-gtk
2013-12-23 7:53 [gentoo-user] out of disk space to compile webkit-gtk Joseph
2013-12-23 8:18 ` Khumba
2013-12-23 8:39 ` Wang Xuerui
@ 2013-12-23 10:38 ` Holger Hoffstätte
2013-12-23 14:56 ` [gentoo-user] " Bruce Hill
2013-12-23 15:51 ` [gentoo-user] " James
4 siblings, 0 replies; 15+ messages in thread
From: Holger Hoffstätte @ 2013-12-23 10:38 UTC (permalink / raw
To: gentoo-user
On Mon, 23 Dec 2013 00:53:16 -0700, Joseph wrote:
> I'm upgrading the system and running out of disk space to compile
> webkit-gtk
> [..]
> How do I tell the system to use /home partition to use for compiling
> temp tiles?
portage.env allows per-package environment variables.
This will use two special "configurations" for libreoffice:
holger>grep libreoffice /etc/portage/package.env
app-office/libreoffice clang.conf no-tmpfs.conf
A configuration is simply a set of variables:
holger>cat /etc/portage/env/no-tmpfs.conf
PORTAGE_TMPDIR="/var/tmp"
So replace libreoffice with webkit-gtk and whatever path you want for
PORTAGE_TEMPDIR.
-h
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] out of disk space to compile webkit-gtk
2013-12-23 7:53 [gentoo-user] out of disk space to compile webkit-gtk Joseph
` (2 preceding siblings ...)
2013-12-23 10:38 ` [gentoo-user] " Holger Hoffstätte
@ 2013-12-23 14:56 ` Bruce Hill
2013-12-23 15:44 ` Joseph
2013-12-23 15:51 ` [gentoo-user] " James
4 siblings, 1 reply; 15+ messages in thread
From: Bruce Hill @ 2013-12-23 14:56 UTC (permalink / raw
To: gentoo-user
On Mon, Dec 23, 2013 at 12:53:16AM -0700, Joseph wrote:
> I'm upgrading the system and running out of disk space to compile webkit-gtk
>
> * Checking for at least 18 gigabytes disk space at "/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp" ...
> [ !! ]
> * There is NOT at least 18 gigabytes disk space at "/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp"
>
> df -h
> Filesystem Size Used Avail Use% Mounted on
> rootfs 28G 16G 11G 61% /
> /dev/root 28G 16G 11G 61% /
> tmpfs 506M 540K 505M 1% /run
> udev 10M 0 10M 0% /dev
> shm 506M 0 506M 0% /dev/shm
> /dev/hda4 84G 51G 29G 65% /home
>
> How do I tell the system to use /home partition to use for compiling temp tiles?
It appears to only require such a ridiculous amount if you build with
debugging flags.
--
List replies preferred.
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] out of disk space to compile webkit-gtk
2013-12-23 14:56 ` [gentoo-user] " Bruce Hill
@ 2013-12-23 15:44 ` Joseph
2013-12-23 15:57 ` Bruce Hill
0 siblings, 1 reply; 15+ messages in thread
From: Joseph @ 2013-12-23 15:44 UTC (permalink / raw
To: gentoo-user
On 12/23/13 08:56, Bruce Hill wrote:
>On Mon, Dec 23, 2013 at 12:53:16AM -0700, Joseph wrote:
>> I'm upgrading the system and running out of disk space to compile webkit-gtk
>>
>> * Checking for at least 18 gigabytes disk space at "/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp" ...
>> [ !! ]
>> * There is NOT at least 18 gigabytes disk space at "/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp"
>>
>> df -h
>> Filesystem Size Used Avail Use% Mounted on
>> rootfs 28G 16G 11G 61% /
>> /dev/root 28G 16G 11G 61% /
>> tmpfs 506M 540K 505M 1% /run
>> udev 10M 0 10M 0% /dev
>> shm 506M 0 506M 0% /dev/shm
>> /dev/hda4 84G 51G 29G 65% /home
>>
>> How do I tell the system to use /home partition to use for compiling temp tiles?
>
>It appears to only require such a ridiculous amount if you build with
>debugging flags.
This would be an easy solution but debug flags are off:
[ebuild N ] net-libs/webkit-gtk-1.8.3-r300:3 USE="geoloc gstreamer introspection jit spell webgl (-aqua) -coverage -debug -doc {-test} -webkit2" 7,631 kB
It appears that only libproxy-0.4.10-r1 needs webkit-gtk-1.6:3
net-libs/libproxy-0.4.10-r1 (webkit ? >=net-libs/webkit-gtk-1.6:3)
--
Joseph
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-user] Re: out of disk space to compile webkit-gtk
2013-12-23 7:53 [gentoo-user] out of disk space to compile webkit-gtk Joseph
` (3 preceding siblings ...)
2013-12-23 14:56 ` [gentoo-user] " Bruce Hill
@ 2013-12-23 15:51 ` James
2013-12-24 8:58 ` Thomas Mueller
4 siblings, 1 reply; 15+ messages in thread
From: James @ 2013-12-23 15:51 UTC (permalink / raw
To: gentoo-user
Joseph <syscon780 <at> gmail.com> writes:
>
> I'm upgrading the system and running out of disk space to compile webkit-gtk
I'm not sure you have usb3, but if you do and you have a usb3 stick,
it's useful for this temporary expanded space need and so much more. Sure
it probably will not run as fast as your native HD, but, it's
a very handy device for this and many other needs. Or you can move
something big from the partition where you compile, on a temporary
basis.....
just a thought,
hth,
James
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] out of disk space to compile webkit-gtk
2013-12-23 15:44 ` Joseph
@ 2013-12-23 15:57 ` Bruce Hill
2013-12-23 18:52 ` Joseph
0 siblings, 1 reply; 15+ messages in thread
From: Bruce Hill @ 2013-12-23 15:57 UTC (permalink / raw
To: gentoo-user
On Mon, Dec 23, 2013 at 08:44:46AM -0700, Joseph wrote:
> >
> >It appears to only require such a ridiculous amount if you build with
> >debugging flags.
>
> This would be an easy solution but debug flags are off:
> [ebuild N ] net-libs/webkit-gtk-1.8.3-r300:3 USE="geoloc gstreamer introspection jit spell webgl (-aqua) -coverage -debug -doc {-test} -webkit2" 7,631 kB
>
> It appears that only libproxy-0.4.10-r1 needs webkit-gtk-1.6:3
> net-libs/libproxy-0.4.10-r1 (webkit ? >=net-libs/webkit-gtk-1.6:3)
You might need to sync your system before emerging to get the latest version:
mingdao@baruch ~ $ eshowkw net-libs/webkit-gtk
Keywords for net-libs/webkit-gtk:
| | u |
| a a p s | n |
| l m h i m m p s p | u s | r
| p d a p a 6 i p c 3 a x | s l | e
| h 6 r p 6 8 p p 6 9 s r 8 | e o | p
| a 4 m a 4 k s c 4 0 h c 6 | d t | o
--------------+---------------------------+--------+-------
1.8.3-r200 | + + + o + o o + + o o + + | o 2 | gentoo
[I]1.8.3-r201 | + + + o + o o + + o o ~ + | o | gentoo
--------------+---------------------------+--------+-------
1.8.3-r300 | + + + o + o o + + o o + + | o 3 | gentoo
1.10.2-r300 | ~ ~ + o ~ o o ~ ~ o o ~ ~ | o | gentoo
--------------+---------------------------+--------+-------
[I]2.0.4 | ~ + ~ o ~ o o ~ ~ o o ~ + | o 3/25 | gentoo
--
List replies preferred.
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] out of disk space to compile webkit-gtk
2013-12-23 8:18 ` Khumba
@ 2013-12-23 18:09 ` Joseph
2013-12-23 22:05 ` Neil Bothwick
0 siblings, 1 reply; 15+ messages in thread
From: Joseph @ 2013-12-23 18:09 UTC (permalink / raw
To: gentoo-user
On 12/23/13 00:18, Khumba wrote:
>On Mon, 23 Dec 2013 00:53:16 -0700
>Joseph <syscon780@gmail.com> wrote:
>
>> I'm upgrading the system and running out of disk space to compile webkit-gtk
>>
>> * Checking for at least 18 gigabytes disk space at "/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp" ...
>> [ !! ]
>> * There is NOT at least 18 gigabytes disk space at "/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp"
>>
>> df -h
>> Filesystem Size Used Avail Use% Mounted on
>> rootfs 28G 16G 11G 61% /
>> /dev/root 28G 16G 11G 61% /
>> tmpfs 506M 540K 505M 1% /run
>> udev 10M 0 10M 0% /dev
>> shm 506M 0 506M 0% /dev/shm
>> /dev/hda4 84G 51G 29G 65% /home
>>
>> How do I tell the system to use /home partition to use for compiling temp tiles?
>
>See the PORTAGE_TMPDIR variable in "man make.conf".
>
>Cheers,
>Khumba
I have changed in make.conf:
PORTAGE_TMPFS="/home/joseph/tmp"
but trying to compile webkit-gtk-2.0.4 I'm running out of disk space
* Checking for at least 18 gigabytes disk space at "/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp" ...
[ !! ]
* There is NOT at least 18 gigabytes disk space at "/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp"
Why is it checking for disk space at:
/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp
--
Joseph
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] out of disk space to compile webkit-gtk
2013-12-23 15:57 ` Bruce Hill
@ 2013-12-23 18:52 ` Joseph
2013-12-23 19:20 ` Khumba
2013-12-23 19:50 ` Bruce Hill
0 siblings, 2 replies; 15+ messages in thread
From: Joseph @ 2013-12-23 18:52 UTC (permalink / raw
To: gentoo-user
On 12/23/13 09:57, Bruce Hill wrote:
>On Mon, Dec 23, 2013 at 08:44:46AM -0700, Joseph wrote:
>> >
>> >It appears to only require such a ridiculous amount if you build with
>> >debugging flags.
>>
>> This would be an easy solution but debug flags are off:
>> [ebuild N ] net-libs/webkit-gtk-1.8.3-r300:3 USE="geoloc gstreamer introspection jit spell webgl (-aqua) -coverage -debug -doc {-test} -webkit2" 7,631 kB
>>
>> It appears that only libproxy-0.4.10-r1 needs webkit-gtk-1.6:3
>> net-libs/libproxy-0.4.10-r1 (webkit ? >=net-libs/webkit-gtk-1.6:3)
>
>You might need to sync your system before emerging to get the latest version:
>
>mingdao@baruch ~ $ eshowkw net-libs/webkit-gtk
>Keywords for net-libs/webkit-gtk:
> | | u |
> | a a p s | n |
> | l m h i m m p s p | u s | r
> | p d a p a 6 i p c 3 a x | s l | e
> | h 6 r p 6 8 p p 6 9 s r 8 | e o | p
> | a 4 m a 4 k s c 4 0 h c 6 | d t | o
>--------------+---------------------------+--------+-------
> 1.8.3-r200 | + + + o + o o + + o o + + | o 2 | gentoo
>[I]1.8.3-r201 | + + + o + o o + + o o ~ + | o | gentoo
>--------------+---------------------------+--------+-------
> 1.8.3-r300 | + + + o + o o + + o o + + | o 3 | gentoo
> 1.10.2-r300 | ~ ~ + o ~ o o ~ ~ o o ~ ~ | o | gentoo
>--------------+---------------------------+--------+-------
>[I]2.0.4 | ~ + ~ o ~ o o ~ ~ o o ~ + | o 3/25 | gentoo
I just did, but it doesn't help webkit-gtk-2.0.4 still asking 18GB disk space to compile.
--
Joseph
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] out of disk space to compile webkit-gtk
2013-12-23 18:52 ` Joseph
@ 2013-12-23 19:20 ` Khumba
2013-12-23 19:56 ` Joseph
2013-12-23 19:50 ` Bruce Hill
1 sibling, 1 reply; 15+ messages in thread
From: Khumba @ 2013-12-23 19:20 UTC (permalink / raw
To: gentoo-user
On Mon, 23 Dec 2013 11:52:56 -0700
Joseph <syscon780@gmail.com> wrote:
> On 12/23/13 09:57, Bruce Hill wrote:
> >On Mon, Dec 23, 2013 at 08:44:46AM -0700, Joseph wrote:
> >> >
> >> >It appears to only require such a ridiculous amount if you build with
> >> >debugging flags.
> >>
> >> This would be an easy solution but debug flags are off:
> >> [ebuild N ] net-libs/webkit-gtk-1.8.3-r300:3 USE="geoloc gstreamer introspection jit spell webgl (-aqua) -coverage -debug -doc {-test} -webkit2" 7,631 kB
> >>
> >> It appears that only libproxy-0.4.10-r1 needs webkit-gtk-1.6:3
> >> net-libs/libproxy-0.4.10-r1 (webkit ? >=net-libs/webkit-gtk-1.6:3)
> >
> >You might need to sync your system before emerging to get the latest version:
> >
> >mingdao@baruch ~ $ eshowkw net-libs/webkit-gtk
> >Keywords for net-libs/webkit-gtk:
> > | | u |
> > | a a p s | n |
> > | l m h i m m p s p | u s | r
> > | p d a p a 6 i p c 3 a x | s l | e
> > | h 6 r p 6 8 p p 6 9 s r 8 | e o | p
> > | a 4 m a 4 k s c 4 0 h c 6 | d t | o
> >--------------+---------------------------+--------+-------
> > 1.8.3-r200 | + + + o + o o + + o o + + | o 2 | gentoo
> >[I]1.8.3-r201 | + + + o + o o + + o o ~ + | o | gentoo
> >--------------+---------------------------+--------+-------
> > 1.8.3-r300 | + + + o + o o + + o o + + | o 3 | gentoo
> > 1.10.2-r300 | ~ ~ + o ~ o o ~ ~ o o ~ ~ | o | gentoo
> >--------------+---------------------------+--------+-------
> >[I]2.0.4 | ~ + ~ o ~ o o ~ ~ o o ~ + | o 3/25 | gentoo
>
> I just did, but it doesn't help webkit-gtk-2.0.4 still asking 18GB disk space to compile.
>
Note that as Holger says, you need to use /etc/portage/package.env
to ensure that you're not setting debugging flags like CFLAGS="-g"
either, to stop webkit-gtk from wanting 18GB.
/etc/portage/package.env:
net-libs/webkit-gtk no-debug.conf
/etc/portage/env/no-debug.conf:
CFLAGS="<put your normal CFLAGS without -g, -ggdb, etc.>"
CXXFLAGS="<ditto>"
Cheers,
Khumba
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] out of disk space to compile webkit-gtk
2013-12-23 18:52 ` Joseph
2013-12-23 19:20 ` Khumba
@ 2013-12-23 19:50 ` Bruce Hill
1 sibling, 0 replies; 15+ messages in thread
From: Bruce Hill @ 2013-12-23 19:50 UTC (permalink / raw
To: gentoo-user
On Mon, Dec 23, 2013 at 11:52:56AM -0700, Joseph wrote:
>
> I just did, but it doesn't help webkit-gtk-2.0.4 still asking 18GB disk space to compile.
"Checking for sufficient disk space to build ${PN} with debugging CFLAGS"
None here and 2.0.4 has built with 7G, and on the other box with 12G.
--
List replies preferred.
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] out of disk space to compile webkit-gtk
2013-12-23 19:20 ` Khumba
@ 2013-12-23 19:56 ` Joseph
0 siblings, 0 replies; 15+ messages in thread
From: Joseph @ 2013-12-23 19:56 UTC (permalink / raw
To: gentoo-user
On 12/23/13 11:20, Khumba wrote:
[snip]
>
>Note that as Holger says, you need to use /etc/portage/package.env
>to ensure that you're not setting debugging flags like CFLAGS="-g"
>either, to stop webkit-gtk from wanting 18GB.
>
>/etc/portage/package.env:
> net-libs/webkit-gtk no-debug.conf
>
>/etc/portage/env/no-debug.conf:
> CFLAGS="<put your normal CFLAGS without -g, -ggdb, etc.>"
> CXXFLAGS="<ditto>"
>
>Cheers,
>Khumba
Thanks for the pointer. That was it!
CFLAGS="-O2 -march=athlon-xp -pipe -ggdb"
I must have been running some debugging in the past and forgot to reset the "-ggdb" flag.
Thanks.
--
Joseph
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] out of disk space to compile webkit-gtk
2013-12-23 18:09 ` Joseph
@ 2013-12-23 22:05 ` Neil Bothwick
0 siblings, 0 replies; 15+ messages in thread
From: Neil Bothwick @ 2013-12-23 22:05 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 343 bytes --]
On Mon, 23 Dec 2013 11:09:17 -0700, Joseph wrote:
> I have changed in make.conf:
> PORTAGE_TMPFS="/home/joseph/tmp"
> Why is it checking for disk space at:
> /var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp
Because you should have set PORTAGE_TMPDIR
--
Neil Bothwick
If you don't pay your exorcist, you get repossessed.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-user] Re: out of disk space to compile webkit-gtk
2013-12-23 15:51 ` [gentoo-user] " James
@ 2013-12-24 8:58 ` Thomas Mueller
0 siblings, 0 replies; 15+ messages in thread
From: Thomas Mueller @ 2013-12-24 8:58 UTC (permalink / raw
To: gentoo-user
> Joseph <syscon780 <at> gmail.com> writes:
> > I'm upgrading the system and running out of disk space to compile webkit-gtk
> I'm not sure you have usb3, but if you do and you have a usb3 stick,
> it's useful for this temporary expanded space need and so much more. Sure
> it probably will not run as fast as your native HD, but, it's
> a very handy device for this and many other needs. Or you can move
> something big from the partition where you compile, on a temporary
> basis.....
> just a thought,
> hth,
> James
Even better might be a USB 3.0 hard drive: cheaper per GB than USB sticks, and not having the problem of write exhaustion that I've heard about for flash media.
If there is sufficient hard-disk space in the same or other partition, it might be helpful to redirect the work dir.
I might want to make a USB-stick installation of Gentoo to be able to carry from one computer to another.
Tom
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2013-12-24 8:59 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-23 7:53 [gentoo-user] out of disk space to compile webkit-gtk Joseph
2013-12-23 8:18 ` Khumba
2013-12-23 18:09 ` Joseph
2013-12-23 22:05 ` Neil Bothwick
2013-12-23 8:39 ` Wang Xuerui
2013-12-23 10:38 ` [gentoo-user] " Holger Hoffstätte
2013-12-23 14:56 ` [gentoo-user] " Bruce Hill
2013-12-23 15:44 ` Joseph
2013-12-23 15:57 ` Bruce Hill
2013-12-23 18:52 ` Joseph
2013-12-23 19:20 ` Khumba
2013-12-23 19:56 ` Joseph
2013-12-23 19:50 ` Bruce Hill
2013-12-23 15:51 ` [gentoo-user] " James
2013-12-24 8:58 ` Thomas Mueller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox