Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 30 matches

Go to advanced search

Advanced search
Search found 30 matches
  • 1
  • 2
  • Next
by jefftang
Wed Mar 29, 2006 1:03 pm
Forum: Gentoo on AMD64
Topic: Switching to x86.
Replies: 1
Views: 1740

Switching to x86.

Can I switch back to x86 by just updating my profiles etc.. and doing an: emerge -e world?

Or do I basically need to reinstall?
  • Jump to post
by jefftang
Tue Jul 12, 2005 11:16 pm
Forum: Desktop Environments
Topic: Mairix really slow, now.
Replies: 2
Views: 909

It looks like this was a result of several changes to how the .mairixrc was read. Here's mine, which works well, now.

Code: Select all

base=~/.maildir
maildir=*
omit=mairix
database=~/.maildir/.mairx.db
mfolder=mairix/
mformat=maildir
  • Jump to post
by jefftang
Mon Jun 06, 2005 6:53 pm
Forum: Desktop Environments
Topic: Mairix really slow, now.
Replies: 2
Views: 909

Mairix really slow, now.

When I run mairix to search for a term, it takes several minutes. It used to work in seconds. I belive this changed when it updated from 0.15 to 0.16. Anyone else having this experience? Know how to fix it?
  • Jump to post
by jefftang
Fri Feb 25, 2005 8:06 pm
Forum: Other Things Gentoo
Topic: what the hell is wrong with rename? (solved)
Replies: 7
Views: 1133

Actually, it's renamexm, now.
  • Jump to post
by jefftang
Tue Nov 09, 2004 7:41 pm
Forum: Portage & Programming
Topic: GCC 3.4.3 is upon us!
Replies: 277
Views: 278581

jefftang wrote:It's badly broken for me too.

I've run gcc-config and my ld.so.conf has the right directories in it, but the file just isn't anywhere to be found.
I unmerged gcc-3.4.3 and re emerged it and that seemed to fix things.
  • Jump to post
by jefftang
Tue Nov 09, 2004 12:49 am
Forum: Portage & Programming
Topic: GCC 3.4.3 is upon us!
Replies: 277
Views: 278581

It's badly broken for me too.

I've run gcc-config and my ld.so.conf has the right directories in it, but the file just isn't anywhere to be found:




# ls /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/libstdc++.*
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/libstdc++.a /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/libstdc ...
  • Jump to post
by jefftang
Tue Nov 09, 2004 12:14 am
Forum: Duplicate Threads
Topic: libstdc++.so.6 missing
Replies: 11
Views: 4953

I did:

Code: Select all

gcc-config i686-pc-linux-gnu-3.4.3
but mplayer is still broken and there's no

libstdc++.so.6.so

anywhere under /usr.
  • Jump to post
by jefftang
Tue May 25, 2004 4:02 pm
Forum: Portage & Programming
Topic: virtual/jre isn't satisfied, but should be.
Replies: 5
Views: 963

I managed to solve it by editting the line in the virtuals file to only have one entry that I knew I had installed:
# grep ^virtual/jre /var/cache/edb/virtuals
virtual/jre dev-java/blackdown-jdk
Is this virtual stuff documented anywhere?
  • Jump to post
by jefftang
Tue May 18, 2004 10:42 pm
Forum: Portage & Programming
Topic: virtual/jre isn't satisfied, but should be.
Replies: 5
Views: 963

Tried that, made no difference:

/root# grep ^virtual/jre /var/cache/edb/virtuals
virtual/jre dev-java/blackdown-jdk dev-java/ibm-jdk dev-java/blackdown-jre dev-java/sun-j2sdk dev-java/ibm-jre
/root# emerge -s blackdown-jdk
Searching...
[ Results for search key : blackdown-jdk ]
[ Applications ...
  • Jump to post
by jefftang
Tue May 18, 2004 9:56 pm
Forum: Portage & Programming
Topic: virtual/jre isn't satisfied, but should be.
Replies: 5
Views: 963

virtual/jre isn't satisfied, but should be.

This week, I'm getting this error:

malazan /root# emerge -Dup world

These are the packages that I would merge, in order:

Calculating world dependencies |
emerge: there are no masked or unmasked ebuilds to satisfy ">=virtual/jre-1.4.1".

!!! Problem with ebuild app-office/openoffice-1.1.1-r1 ...
  • Jump to post
by jefftang
Wed Dec 31, 2003 11:09 pm
Forum: Portage & Programming
Topic: emerge of sun-j2sdk 1.4.2 fails.
Replies: 1
Views: 687

emerge of sun-j2sdk 1.4.2 fails.

I'm running ~x86 and I can't emerge sun-j2sdk 1.4.2. I've downloaded the correct files, but I keep getting:

gcc -c -ansi -pedantic -I. -I.. -I./exports/include -I. -I./exports/include -I./exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE=500L -D_BSD ...
  • Jump to post
by jefftang
Fri Nov 07, 2003 1:35 am
Forum: Desktop Environments
Topic: What does --deep do again?
Replies: 3
Views: 1078

I think I get it.

OK. I think I understand what's going on.

xmms depends on: <gnome-base/gnome-panel-1.5.0

This is slot "1.4".

gnome-panel 2.4.1 is slot "0". When emerge does it's deep tree search it only considers the slots, so gnome-panel of any slot not "1.4", is left by the wayside.

To fix it, I'm doing ...
  • Jump to post
by jefftang
Fri Nov 07, 2003 1:28 am
Forum: Desktop Environments
Topic: What does --deep do again?
Replies: 3
Views: 1078

I already rtfm, thanks.

--deep (-D)
When used in conjunction with --update, this flag forces emerge to consider the entire
dependency tree of packages, instead of checking only the immediate dependencies of the
packages. As an example, this catches updates in libraries that are not directly ...
  • Jump to post
by jefftang
Fri Nov 07, 2003 1:15 am
Forum: Desktop Environments
Topic: What does --deep do again?
Replies: 3
Views: 1078

What does --deep do again?

I was under the impression that:

emerge --deep --update world

Would update all packages to their latest version.

Messing around with revdep I find that gnome-panel is not up to date, but emerge doesn't seem to pick it up. It's not in the world file, but xmms depends on it. What's going on ...
  • Jump to post
by jefftang
Fri Sep 26, 2003 11:52 pm
Forum: Desktop Environments
Topic: galeon won't work with gconf 2.
Replies: 11
Views: 2058

I tried galeon 1.3.9 for a while, but decided I liked 1.2 better. There's a whole bunch of stuff I can't set in the preferences anymore.
  • Jump to post
by jefftang
Fri Sep 26, 2003 10:59 pm
Forum: Desktop Environments
Topic: galeon won't work with gconf 2.
Replies: 11
Views: 2058

galeon won't work with gconf 2.

When I have gconf-2.4.0.1 merged. (the only gconf 2 that will merge for me), galeon won't run, I get:

GConf Error: Failed to contact configuration server (a likely cause of this is that you have an existing configuration server (gconfd) running, but it isn't reachable from here - if you're logged ...
  • Jump to post
by jefftang
Fri Sep 26, 2003 10:47 pm
Forum: Desktop Environments
Topic: galeon won't work with gconf 2.
Replies: 0
Views: 756

galeon won't work with gconf 2.

When I have gconf-2.4.0.1 merged. (the only gconf 2 that will merge for me), galeon won't run, I get:

GConf Error: Failed to contact configuration server (a likely cause of this is that you have an existing configuration server (gconfd) running, but it isn't reachable from here - if you're logged ...
  • Jump to post
by jefftang
Thu Sep 18, 2003 5:41 pm
Forum: Gamers & Players
Topic: FreeCiv 1.15 alpha trouble
Replies: 12
Views: 2822

Re: Similar problem...

(export USE "gtk2";emerge freeciv)

seems to work for me. At least it started compiling.

You will probably need to do:
export USE="gtk2";emerge freeciv



It seems that they fixed the corrupted file on ibiblio, but now I get this:


jmachace # emerge freeciv
Calculating dependencies ...done ...
  • Jump to post
by jefftang
Thu Sep 04, 2003 4:22 pm
Forum: Gamers & Players
Topic: FreeCiv 1.15 alpha trouble
Replies: 12
Views: 2822

I get the same error. There's something screwy going on with the file. The one from iblio and the one from freeciv.org seem to be different. emerge seems to be downloading the one from iblio then concatenating part of the freeciv version onto it.

malazan /root# emerge -f freeciv
Calculating ...
  • Jump to post
by jefftang
Fri Aug 01, 2003 6:45 pm
Forum: Duplicate Threads
Topic: What does the F flag mean?
Replies: 5
Views: 2340

Great. Thanks.
  • Jump to post
by jefftang
Fri Aug 01, 2003 5:56 pm
Forum: Duplicate Threads
Topic: What does the F flag mean?
Replies: 5
Views: 2340

Re: Fetch means Fetch

slyde wrote:emerge -f would 'fetch' the distfile for what package. its useful when you just need to retrive the tarball.
But what does the F in the emerge output for xv mean? I can do an emerge -f for any package.
  • Jump to post
by jefftang
Fri Aug 01, 2003 5:32 pm
Forum: Duplicate Threads
Topic: What does the F flag mean?
Replies: 5
Views: 2340

What does the F flag mean?

Today I got: malazan /root# emerge -up xv

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild FU ] media-gfx/xv-3.10a-r4 [3.10a-r3]


What does the "F" mean. I couldn't find anything in the documentation and searching the forums was pretty futile. It's ...
  • Jump to post
by jefftang
Tue Mar 25, 2003 3:46 pm
Forum: Portage & Programming
Topic: sun-j2sdk and virtual/jdk portage problems.
Replies: 3
Views: 1321

fixed

I fixed this by editting /var/cache/edb/virtuals and making the jdk line:

Code: Select all

virtual/jdk dev-java/sun-j2sdk dev-java/blackdown-jdk
  • Jump to post
by jefftang
Fri Mar 14, 2003 3:46 am
Forum: Portage & Programming
Topic: sun-j2sdk and virtual/jdk portage problems.
Replies: 3
Views: 1321

tried java-config

tod wrote:Just a guess, but which java is active. See java-config.
i tried setting my vm to the sun-jdk, sun-j2sdk and blackdown-jdk. Didn't make any difference.
  • Jump to post
by jefftang
Thu Mar 13, 2003 7:29 pm
Forum: Duplicate Threads
Topic: How to search.
Replies: 2
Views: 2157

How to search.

I ran into a portage problem and wanted to check the forums for a solution. However I can't find a way to search for: virtual/jdk-1.4. I try a bunch of variations with quotes, but always get no results. Is this a limitation of the search engine, or is there some trick I'm missing?
  • Jump to post

Search found 30 matches
  • 1
  • 2
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic