That seems very odd and it really could be hardware problem. Have you checked your memory? And you got no crashes when using Portage emerging the exact same packages?dark_speedo wrote:i had some problems with paludis, i eventually just ended up switching back to portage. it would lock the computer during random compilations and i had to reboot every time. it wasn't with the same package either
Code: Select all
xenon paludis # paludis -i world -p
Building target list...
Building dependency list...paludis@1174689629: [WARNING] In program paludis -i world -p:
... When performing install action from command line:
... When executing install task:
... When adding PackageDepSpec 'virtual/baselayout':
... When loading VDB PROVIDEs map the slow way:
... When loading VDBRepository entries from '/var/db/pkg':
... When loading VDBRepository entries for 'media-video' from '/var/db/pkg':
... Ignoring VDB entry '/var/db/pkg/media-video/mplayer-1.0_rc2_pre20070321-r2' due to exception 'Name '1.0_rc2_pre20070321-r2' is not a valid version spec' (paludis::BadVersionSpecError)
paludis@1174689631: [WARNING] In program paludis -i world -p:
... When performing install action from command line:
... When executing install task:
... When adding PackageDepSpec 'media-video/mplayer':
... When fetching versions of 'media-video/mplayer' in gentoo:
... When loading versions for 'media-video/mplayer' in gentoo:
... Skipping entry '/usr/portage/media-video/mplayer/mplayer-1.0_rc2_pre20070321-r2.ebuild' for 'media-video/mplayer' in repository 'gentoo'
paludis@1174689631: [WARNING] (same context) Skipping entry '/usr/portage/media-video/mplayer/mplayer-1.0_rc2_pre20070321-r3.ebuild' for 'media-video/mplayer' in repository 'gentoo'
dark_speedo wrote: One thing though is after syncing, paludis wants to downgrade pciutils to pciutils-2.2.3-r2, so it does. Then after running another paludis -i world, it installs pciutils-2.2.4-r2. then after that installs it wants to downgrade again. It goes in a loop. (I run ~x86 btw so it should keep pciutils-2.2.4-r2 installed.)
Code: Select all
# equery d pciutils
[ Searching for packages depending on pciutils... ]
media-sound/alsa-utils-1.0.14_rc2-r3 (sys-apps/pciutils)
sys-apps/hal-0.5.7.1-r5 (sys-apps/pciutils)
Code: Select all
paludis -i1 sys-apps/hal media-sound/alsa-utilsAwesome! thanks, it worked.john.doe wrote:Try to re-emerge hal and alsa-utilsI had the same issue with qt-3,a re-emerge of kdebase solved the problem.Code: Select all
paludis -i1 sys-apps/hal media-sound/alsa-utils
Does the version string work in portage? Cos it's a simple regex in the code, I've seen it somewhere.. just take that if it works?truc wrote:I'm not sure, but I think it's because of the awful version of this package, paludis is probably not able to decide which part is the version and which is the revision.
Here is the announcement of the first PMS draft:Paapaa wrote:Of course, PMS is not yet ready but I'm looking forward for the public draft.
I'm working on support for Paludis at this moment...STEDevil wrote:I switched back to Portage for 1 single reason
cfg-update is not fully supporting Paludis![]()
cfg-update and eix are two of the main things that has made using Portage and thus entire Gentoo bareable for quite a while now. Eix already been ported I saw, but cfg-update is still missing. Its almost a lifesaver when you get that 100+ page updates with almost as many config files to update afterwards...

Code: Select all
paludis -ip worldI think this thread is not a support thread, this is:kernelOfTruth wrote:another problem:
there's for example new versions of mozilla-firefox (2.0.0.2 > 2.0.0.3) but paludis doesn't pull / install them by issueingis there something similar planned like a "deep tree update", paludis looks through the installed apps (+ dependencies) & updates them ?Code: Select all
paludis -ip world
Many of them probably never did. (myself included)Paapaa wrote:I wonder why those who voted NO switched back to portage. They left no comments. There is always the suspicion that they never even tried Paludis in the first place...

Code: Select all
paludis --dl-upgrade as-needed -ip "$(cat /var/db/pkg/world)" | \
grep -v '\[R\]'Code: Select all
paludis --dl-upgrade as-needed -ip world