Forums

Skip to content

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

Search found 112 matches

Go to advanced search

Advanced search
Search found 112 matches
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next
by emerald
Tue Mar 20, 2012 6:14 pm
Forum: Portage & Programming
Topic: kernel-3.3.0-gentoo compile error [fs/nfs] [solved]
Replies: 9
Views: 4963

save your .config, run
# make mrproper
in kernel dir, copy .config back and run
# make
afterwards
  • Jump to post
by emerald
Fri Dec 04, 2009 12:03 am
Forum: Portage & Programming
Topic: qt-script, qt-core, qt-sdl, qt-dbus, qt-gui slot conflict
Replies: 259
Views: 3666416

app-office/scribus would be one important one depending on qt:3

app-mobilephone/moto4lin
app-office/qbankmanager
dev-util/valkyrie
net-voip/twinkle
would probably be missed more or less...
games-simulation/kfreeflight a bit....

...others i've gotten rid of already, though some are missed much ...
  • Jump to post
by emerald
Tue Nov 10, 2009 10:31 pm
Forum: Portage & Programming
Topic: texlive-2008 & tlmgr
Replies: 11
Views: 7597


just put dev-tex/texlive-core (and 'required' packages) in /etc/portage/profile/package.provided and use tlmgr to install your texlive
will texlive be kept to date if I do so?

In this case portage will not look at any texlive pieces you've put into the package.provided file, so updating (and ...
  • Jump to post
by emerald
Tue Nov 10, 2009 1:43 pm
Forum: Other Things Gentoo
Topic: Fsck at runtime/shutdown?
Replies: 8
Views: 4687

CoderMan wrote: Sorry, forgot to mention: all paritions and logical volumes are XFS.
XFS is never fsck'd on my system, since the fsck.xfs is just a placeholder to tell you to use xfs_check or xfs_repair to do the job. So I wonder what's wrong with your system that your XFS partitions are fsck'd by a placeholder?
  • Jump to post
by emerald
Tue Nov 10, 2009 12:17 pm
Forum: Portage & Programming
Topic: xulrunner will not compile
Replies: 53
Views: 12511

VoidMage wrote:If portage uses wrong one, then most probably
your java environment is messed up.
From my experience the java setup needn't be messed up for portage to chose a wrong JDK, but if you say so it's probably true.(?)
  • Jump to post
by emerald
Tue Nov 10, 2009 10:01 am
Forum: Portage & Programming
Topic: xulrunner will not compile
Replies: 53
Views: 12511

I've encountered this problem today and its really bugging me....

[...]
>>> Emerging (1 of 2) net-libs/xulrunner-1.9.1.5
* firefox-3.5.5.source.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* xulrunner-1.9.1.4-patches-0.1.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* checking ebuild ...
  • Jump to post
by emerald
Sun Nov 08, 2009 5:29 pm
Forum: Portage & Programming
Topic: texlive-2008 & tlmgr
Replies: 11
Views: 7597

If you want to let tlmgr manage everything (not that i know tlmgr well), assume a multi user system with many people using latex. Whether everyone needs root access on the system to use the tlmgr or all packages will only be installed locally for every user so many packages are duplicates? Root ...
  • Jump to post
by emerald
Fri Nov 06, 2009 9:22 pm
Forum: Portage & Programming
Topic: texlive-2008 & tlmgr
Replies: 11
Views: 7597

I'm using latex myself too, up till now I've not yet had problems with the texlive ebuilds in portage. For very special requirements (tex files from other people who are using 'strage' classes) I put the required classes tohether with the .tex files so they are used instead of the global ones. But ...
  • Jump to post
by emerald
Sat Oct 31, 2009 9:36 pm
Forum: Kernel & Hardware
Topic: config kernel "Proc. family 586" .. should I change CHOST ??
Replies: 14
Views: 6074

-march=core2 -mtune=generic is counter productive. Use -march=native.

Either way, the atom is i686. The fit-pc1 had a i586 geode, so that's why the article says to use i586 CHOST.

The atom, indeed, is i686, so i686 CHOST should be used.
But, since gcc doesn't yet know the atom scheduling it's ...
  • Jump to post
by emerald
Sat Oct 31, 2009 3:55 pm
Forum: Kernel & Hardware
Topic: config kernel "Proc. family 586" .. should I change CHOST ??
Replies: 14
Views: 6074

I'm running an atom with -march=core2 -mtune=generic since the features it supports are the same as the generic core2 architecture, but since it only uses in-order execution of microops (compared to out-of-order execution in core2) it's (should be) best to tune to a generic (or pentium) architecture ...
  • Jump to post
by emerald
Fri Oct 30, 2009 6:38 pm
Forum: Desktop Environments
Topic: X11 incredible slow
Replies: 4
Views: 947

You seem to be missing the i915 kernel module, which is required for DRM.
In you kernel config (make menuconfig) go to
Device Drivers -> Graphics Support -> Direct Rendering Manager -> Intel 830M, 845G, 852GM, 855GM, 865G
(activate the modules necessary)
and select the i915 driver whether as module ...
  • Jump to post
by emerald
Sun Oct 25, 2009 1:45 pm
Forum: Gentoo Chat
Topic: KDE 4 and usability
Replies: 150
Views: 72439

If you are still using KDE3, it's about time to switch since KDE3 is about to be removed from Portage.
Or moved into a overlay, it's not maintained anymore (by upstream or gentoo).


KDE4 became usable just now (but still far from good, compare e.g. amarok functionality) so the first thing to be ...
  • Jump to post
by emerald
Tue Oct 20, 2009 8:50 pm
Forum: Kernel & Hardware
Topic: [SOLVED] Marvell 88SE6111 IDE Problems
Replies: 57
Views: 63741

I don't know if Linux supports the Marvel controller in RAID mode at all, so no guarantee given. About your Marvell bios RAID, I don't know if it can be recognized at all, dmraid should do the job for all supported software (fakeraid) raid setups. If you want to try the Marvell provided driver you ...
  • Jump to post
by emerald
Fri Oct 16, 2009 7:31 pm
Forum: Portage & Programming
Topic: Mixing gcc 4.1.2 and 4.3.2
Replies: 5
Views: 2648

Your problem is not really the compiler version or some ABI changes but changes to the C++ library (libstdc++) included in gcc (or better g++). Those libraries are versioned so trying to run a c++ program linked to the new version (4.3 in your case) will not work when the available version (by means ...
  • Jump to post
by emerald
Mon Jul 27, 2009 10:38 pm
Forum: Kernel & Hardware
Topic: [SOLVED] Marvell 88SE6111 IDE Problems
Replies: 57
Views: 63741

The in-kernel drivers support the marvell chip in legacy mode, so bios should be set to legacy mode. the sata ports will be handled by the ahci driver, so it's necessary to have this one too. I've built support for both, the ahci and marvell driver into the kernel and the pata and all 4 sata (2 ...
  • Jump to post
by emerald
Fri Jun 12, 2009 6:42 pm
Forum: Kernel & Hardware
Topic: [SOLVED] Marvell 88SE6111 IDE Problems
Replies: 57
Views: 63741

The mv_thor is the driver Marvell supplied. The ahci driver supports the sata ports for quite a while now, the 'Marvell PATA support via legacy mode' driver (mv ?) supports the parallel ata ports of this chip now, so the Marvell provided driver is no longer necessary but everything is working with ...
  • Jump to post
by emerald
Fri Jun 12, 2009 1:53 pm
Forum: Kernel & Hardware
Topic: [SOLVED] Marvell 88SE6111 IDE Problems
Replies: 57
Views: 63741

The current kernel contains all necessary drivers, the ahci driver and the marvell pata driver will support those chips now, so the marvell driver is no longer necessary.
  • Jump to post
by emerald
Mon Apr 27, 2009 7:15 am
Forum: Portage & Programming
Topic: qt-script, qt-core, qt-sdl, qt-dbus, qt-gui slot conflict
Replies: 259
Views: 3666416

you probably updated qt:3 so you need remerge kdelibs:3.5 to get kde working again
  • Jump to post
by emerald
Sat Apr 25, 2009 10:01 pm
Forum: Portage & Programming
Topic: qt-script, qt-core, qt-sdl, qt-dbus, qt-gui slot conflict
Replies: 259
Views: 3666416

you should not try to upgrade via emerge -pv world but use emerge -avuD world or -avuND world. This will update all deep dependencies too.
And, especially have portage up-to-date too, before you attempt to update!
  • Jump to post
by emerald
Mon Feb 16, 2009 10:52 am
Forum: Portage & Programming
Topic: stuck with broken gcc (Solved)
Replies: 6
Views: 1603

...probably...
Maybe check with qfile (portage-utils) which package they belong to, but very likely you can delete them all :D
After cleaning the env.d dir it should be alright already, at least no more broken compiler and such.
Check the gcc/binutils directories, it should be very obvious if they ...
  • Jump to post
by emerald
Mon Feb 16, 2009 9:44 am
Forum: Portage & Programming
Topic: stuck with broken gcc (Solved)
Replies: 6
Views: 1603

You're probably hitting a problem i discovered some time ago when i set up a system starting from a stage1.
There, when unmerging the pre-stage1 gcc during bootstrap it left some files, dirs and symlinks in /usr/gcc or /usr/lib (don't remember exactly anymore) and /etc/env.d(/gcc)?, which cause the ...
  • Jump to post
by emerald
Sat Feb 14, 2009 12:53 am
Forum: Portage & Programming
Topic: qt-script, qt-core, qt-sdl, qt-dbus, qt-gui slot conflict
Replies: 259
Views: 3666416

1st post on page 2: http://forums.gentoo.org/viewtopic-p-54 ... ml#5473076
You probably got the set or something alike? So you need to comment out qt-phonon sind it's blocking phonon from kde.
  • Jump to post
by emerald
Sat Feb 14, 2009 12:33 am
Forum: Portage & Programming
Topic: qt-script, qt-core, qt-sdl, qt-dbus, qt-gui slot conflict
Replies: 259
Views: 3666416

Hwoarang wrote: make sure to comment out qt-phonon otherwise you will have conflits with media-sound/phonon
...how 'bout this?
  • Jump to post
by emerald
Thu Feb 12, 2009 11:35 pm
Forum: Portage & Programming
Topic: qt-script, qt-core, qt-sdl, qt-dbus, qt-gui slot conflict
Replies: 259
Views: 3666416

Hwoarang wrote:ccache should give you an extra boost :twisted:
Sure it does, it only took like... 10..15 minutes on 3 GHz clocked Q9450 :D
  • Jump to post
by emerald
Thu Feb 12, 2009 11:17 pm
Forum: Portage & Programming
Topic: qt-script, qt-core, qt-sdl, qt-dbus, qt-gui slot conflict
Replies: 259
Views: 3666416

Thanks for the set, i now see i was missing qt-assistant :roll:
Although it's reinstalling all already installed qt packages instead of only adding/updating the missing ones :roll: it's alright.
  • Jump to post

Search found 112 matches
  • 1
  • 2
  • 3
  • 4
  • 5
  • 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