http://gentoo-wiki.com/TIP_Use_TAB-comp ... g_packagesstingo wrote:I notice that bash-completion does not work. How is it supposed to work? I type couple of letters press tab and nothing happens. Thanks
Code: Select all
Building target list...
Building dependency list...paludis@1174689075: [WARNING] In program paludis -ip world:
... 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@1174689075: [WARNING] (same context) Skipping entry '/usr/portage/media-video/mplayer/mplayer-1.0_rc2_pre20070321-r3.ebuild' for 'media-video/mplayer' in repository 'gentoo'
I don't have the answer, unfortunately, but I get the same with Paludis 0.20.2 on an x86 system so I'm interested as well.Paapaa wrote:Ok, I entered "sudo paludis -pi world" and got:
[snip]
What might it mean? This is with Paludis 0.20.2 and amd64 system.
http://forums.gentoo.org/viewtopic-p-39 ... ml#3975156Paapaa wrote:Ok, I entered "sudo paludis -pi world" and got:
What might it mean? This is with Paludis 0.20.2 and amd64 system.Code: Select all
Building target list... Building dependency list...paludis@1174689075: [WARNING] In program paludis -ip world: ... 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@1174689075: [WARNING] (same context) Skipping entry '/usr/portage/media-video/mplayer/mplayer-1.0_rc2_pre20070321-r3.ebuild' for 'media-video/mplayer' in repository 'gentoo'
And here is the exact reason:john.doe wrote:http://forums.gentoo.org/viewtopic-p-39 ... ml#3975156Paapaa wrote:Ok, I entered "sudo paludis -pi world" and got:
What might it mean? This is with Paludis 0.20.2 and amd64 system.Code: Select all
Building target list... Building dependency list...paludis@1174689075: [WARNING] In program paludis -ip world: ... 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@1174689075: [WARNING] (same context) Skipping entry '/usr/portage/media-video/mplayer/mplayer-1.0_rc2_pre20070321-r3.ebuild' for 'media-video/mplayer' in repository 'gentoo'
Code: Select all
location = /usr/local/portage/
master_repository = gentoo
cache = /var/empty
names_cache = ${location}/.cache/names
format = ebuildCode: Select all
paludis@1174739129: [QA] Couldn't open repo_name file in '/usr/local/portage/profiles/', falling back to a generated name (ignore this message if you have yet to sync this repository).Maybe this could help:malteo wrote: What's the correct local repository file configuration for paludis?
Code: Select all
location = ${ROOT}/usr/local/overlays/sunrise
master_repository = gentoo
distdir = /usr/portage/distfiles
sync = http://gentoo-sunrise.org/svn/reviewed
cache = /var/empty
format = ebuild
importance = 10
names_cache = ${location}/.cache/names
write_cache = /var/cache/paludis/metadataCode: Select all
paludis -s x-sunriseCode: Select all
# paludis -s x-sunrise
Sync x-sunrise
Unhandled exception:
* In program paludis -s x-sunrise:
* When performing sync action from command line:
* When executing sync task:
* When syncing repository 'x-sunrise':
* Could not find repository 'x-sunrise' (paludis::NoSuchRepositoryError)Code: Select all
layman -f -a sunriseCode: Select all
location = ${ROOT}/usr/portage/local/layman/sunriseCode: Select all
paludis -s sunrise
Code: Select all
ln -s /var/lib/portage/world /var/db/pkg/worldRemember: you are using Paludis 0.20. It takes time until it can be called 1.0. If you don't want to take any risks you should wait until Paludis v1.0 is out. Paludis is still under heavy development and in beta-phase evethough it works flawlessly most of the time.kernelOfTruth wrote:come on, this is supposed to a replacement for portage & save you time, not make you work more if you don't have time
Code: Select all
location = ${ROOT}/usr/local/overlays/sunrise
master_repository = gentoo
distdir = /usr/portage/distfiles
sync = http://gentoo-sunrise.org/svn/reviewed
cache = /var/empty
format = ebuild
importance = 10
names_cache = ${location}/.cache/names
write_cache = /var/cache/paludis/metadata
Code: Select all
svn+http://gentoo-sunrise.org/svn/reviewed
Code: Select all
mkdir -p /usr/local/overlays/sunrise/.cache/namesright after i sync'd for the first time.Unhandled exception:
* In program paludis --log-level qa --regenerate-installable-cache:
* When performing cache regeneration action from command line:
* When generating repository names cache at '/usr/local/overlays/sunrise/.cache/names/sunrise':
* mkdir '/usr/local/overlays/sunrise/.cache/names' failed: No such file or directory (paludis::FSError)
* Done regenerating cache for installable repositories
Code: Select all
# Paludis repository defaults configuration file
write_cache = /var/cache/paludis/metadata
names_cache = /var/cache/paludis/names
provides_cache = /var/cache/paludis/provides
Code: Select all
mkdir /var/cache/paludis
mkdir /var/cache/paludis/metadata
mkdir /var/cache/paludis/namesCode: Select all
/usr/libexec/paludis/hooks/sync_post/log.bash: line 102: //var/log/paludis.log: Permission deniedCode: Select all
* Writing metadata ...
* gentoo: !!
* paludis-extras: ok
* sunrise: ok
Set the write_cache = /var/empty for you gentoo repository. Gentoo does its own write caching.Kuroi Ryu wrote:A quick question:
When doing synchronizing my system, after it downloads everything it begins to write the metadata, this message comes:What does the !! mean?Code: Select all
* Writing metadata ... * gentoo: !! * paludis-extras: ok * sunrise: ok
Thanks.