Re: [gentoo-user] OpenOffice

2006-06-27 Thread Caster
ese checks to abort emerge if they fail, instead of just warn. Can't find the feature's name now, though. And do I get this space back after the compilingprocess is finished? You can get it instantly, remove everything in /var/tmp/portage/ (when you are not emerging something).Caster

Re: [gentoo-user] ASS/SAA in Video

2006-06-26 Thread Caster
d for fancy karaoke effects, but I hope at least colors, positioning and such stuff for translating signs will work good, and hopefully also embedded fonts in mkv files?Caster

Re: [gentoo-user] java-config-wrapper-0.8.tar.bz2 not downloadable

2006-06-26 Thread Caster
sion, it tries to pull the rest. Either go with it or change your package.unmask to specify exactly the jdk 1.5 version you had before. Caster

Re: [gentoo-user] graphical ssh-enabled file system browser?

2006-06-24 Thread Caster
ng with the right terms yet. Sorry. Krusader (K is for KDE) can do it, it's something like Total Commander on Windows. The remote computer is opened with ctrl+N, selecting protocol called fish:// and filling hostname, login/pass. You can store that info as quick bookmark too. Caster

Re: [gentoo-user] Firefox and Java bringing X down

2006-06-23 Thread Caster
g.Which xorg version? Does anyone ever had a problem similar to this?Not here. Caster

Re: [gentoo-user] OOo emerge failure

2006-06-23 Thread Caster
On 6/23/06, Mick <[EMAIL PROTECTED]> wrote: On 23/06/06, Caster <[EMAIL PROTECTED]> wrote:> On 6/23/06, Mick <[EMAIL PROTECTED]> wrote:No, I don't have java on this machine. Weird... still -r2 could be fixed for this. You can try it when you get some space back :DCaster

Re: [gentoo-user] Ran out of space

2006-06-23 Thread Caster
wipe /var/tmp/portage/ especially if you have broken OOo build sitting there :)Still in the long run, assuming you have everything in one root partition, that won't be enough... Caster

Re: [gentoo-user] OOo emerge failure

2006-06-23 Thread Caster
On 6/23/06, Mick <[EMAIL PROTECTED]> wrote: -LNO_JAVA_HOME/lib -LNO_JAVA_HOME/jre/lib/i386-LNO_JAVA_HOME/jre/lib/i386/client-LNO_JAVA_HOME/jre/lib/i386/native_threads -L/usr/libThis looks suspicious, seems like it couldn't find java - NO_JAVA_HOME... You built with java useflag? Probably result of

Re: [gentoo-user] Re: Does USB devices share bandwidth?

2006-06-22 Thread Caster
u discover with lspci -v) will be used with 2.0 devices. Caster 

Re: [gentoo-user] Does USB devices share bandwidth?

2006-06-22 Thread Caster
nd with the idea of 2 ports per controller... but dunno how to see that in linux. You could probably plug some usb flash storage in and perform transfers to see if it slows down the printing, to be sure :)Caster

Re: [gentoo-user] emerge --sync fails

2006-06-21 Thread Caster
On 6/22/06, Rafael Alfaro <[EMAIL PROTECTED]> wrote: PORTAGE_RSYNC_EXTRA_OPTS="300"This is the problem, remove that from your /etc/make.conf - that's not an valid option... What were you trying to accomplish with it?Caster

Re: [gentoo-user] What to do when you can't loggin

2006-06-21 Thread Caster
prevent problems even for more users, because now it was a known major problem.But still if you run ~arch, you should be ready for problems. If you don't want, revert to arch...Caster

[gentoo-user] Re: gamin

2006-06-14 Thread Caster
> This morning I noticed that gam_server was eating 80 90% of cpu...> I'm trying to find who installed gamin in my system, the dependency,> but I found nothing... ('equery depends gamin' shows nothing, with -a, > equery breaks)Got inotify enabled in your kernel? See http://www.gentoo.org/news/en/gw

[gentoo-user] Re: how does a pipe work? Which process wait for which one, or they don't actually wait each other?

2006-06-14 Thread Caster
r appA or appB should be threaded, one thread buffering the the input in own memory (not relying on pipe buffer size) and second thread making the output (appA) or compression (appB). Caster

[gentoo-user] Re: broken libraries but library-linking is consistent ;-)

2006-06-14 Thread Caster
metimes lately.I don't suppose it could have this effect. Broken linking usually means stuff won't run at all :) Caster

[gentoo-user] Re: apsfilter and cups

2006-06-07 Thread Caster
Douglas Orchard wrote:>  My question is ... >  How can I emerge apsfilter and ghostscript whithout the cups>  redundancy's (oops I mean dependencys)?Disable cups USEflag either globally in /etc/make.conf or for the packages you want in /etc/portage/package.keywords. Read man portage, man make.conf

[gentoo-user] Re: Xgl mem usage

2006-06-01 Thread Caster
As for Xgl, mem usage is very high but it's alpha after all?Caster

[gentoo-user] Re: No space left on device: Am I allowed...

2006-05-25 Thread Caster
Note that emerge shouldn't be leaving stuff there unless you're using FEATURES (meant for debugging) like 'noclean', 'keeptemp' or 'keepwork' in your make.conf, or unless emerge crashes during the build.Caster