

The same way you do every use flag. In use.conf.tranquilcool wrote:nobody?tranquilcool wrote:i am using +kdeprefix. how do i tell paludis to use it?
thanks.

doesn't work because -kdeprefix is hardcoded in kde4.loftwyr wrote:The same way you do every use flag. In use.conf.tranquilcool wrote:nobody?tranquilcool wrote:i am using +kdeprefix. how do i tell paludis to use it?
thanks.

Code: Select all
...
profiles = /usr/portage/profiles/default/linux/amd64/2008.0/desktop /etc/paludis/myProfile
...
Code: Select all
-kdeprefix

slangdaddy wrote:@tranquilcool
You need to create your own profile, e.g.:
in /etc/paludis/repositories/gentoo.confThe settings in /etc/paludis/myProfile will override those of /usr/portage/profiles/default/linux/amd64/2008.0/desktop.Code: Select all
... profiles = /usr/portage/profiles/default/linux/amd64/2008.0/desktop /etc/paludis/myProfile ...
Now create the folder /etc/paludis/myProfile and put the file use.mask in it, containingPaths shoud be customized to your needs, of course.Code: Select all
-kdeprefix
Now you should be able to set kdeprefix via use.conf. I didn't actually try this on kdeprefix, though.

Code: Select all
paludis -u rdesktop
Building unmerge list... paludis@1268162273: [WARNING e.vdb.provides.no_package] In thread ID '25593':
... In program paludis (--show-reasons summary --show-use-descriptions new --continue-on-failure if-satisfied --dl-downgrade warning --log-level warning) -u rdesktop:
... When performing uninstall action from command line:
... When executing uninstall task:
... When looking for target 'net-misc/rdesktop':
... When adding 'net-misc/rdesktop-1.6.0-r4::installed' to the uninstall list:
... When adding things that depend upon 'net-misc/rdesktop-1.6.0-r4::installed':
... When collecting all installed packages:
... When finding provided packages for 'installed':
... No package available for 'sys-kernel/zen-sources 2.6.33_rc5_p1'
Have you tried uninstalling the package?Phlogiston wrote:Anyone has an idea how to fix this:I get it on every paludis command. I guess its some orphan in pkg db, but i grepped for zen-sources and didn't find anything....Code: Select all
... No package available for 'sys-kernel/zen-sources 2.6.33_rc5_p1'
Thanks in advance.

Yes, its not installed at all, at least not that version.loftwyr wrote:Have you tried uninstalling the package?Phlogiston wrote:Anyone has an idea how to fix this:I get it on every paludis command. I guess its some orphan in pkg db, but i grepped for zen-sources and didn't find anything....Code: Select all
... No package available for 'sys-kernel/zen-sources 2.6.33_rc5_p1'
Thanks in advance.
Code: Select all
paludis -q zen-sources
paludis@1268171231: [WARNING e.vdb.provides.no_package] In thread ID '2415':
... In program paludis (--show-reasons summary --show-use-descriptions new --continue-on-failure if-satisfied --dl-downgrade warning --log-level warning) -q zen-sources:
... When performing query action from command line:
... When handling query 'zen-sources':
... When parsing user package dep spec 'zen-sources':
... When parsing generic package dep spec 'zen-sources':
... When disambiguating package name 'zen-sources':
... When finding all versions in some arbitrary order from packages matching */zen-sources with filter all matches filtered through all matches filtered through packages matching */*:
... When finding category names containing package 'zen-sources':
... When finding provided packages for 'installed':
... No package available for 'sys-kernel/zen-sources 2.6.33_rc5_p1'
* sys-kernel/zen-sources
gentoo: 2.6.30_p11(~) {:2.6.30_p11} 2.6.31_p8(~) {:2.6.31_p8} 2.6.31_p9(~) {:2.6.31_p9} 2.6.31_p10(~) {:2.6.31_p10} 2.6.31_p11(~) {:2.6.31_p11} 2.6.31_p12(~) {:2.6.31_p12} 2.6.32_p1(~) {:2.6.32_p1} 2.6.32_p2(~) {:2.6.32_p2} 2.6.32_p3(~) {:2.6.32_p3} 2.6.32_p4(~) {:2.6.32_p4} 2.6.32_p5(~) {:2.6.32_p5} 2.6.32_p6(~) {:2.6.32_p6} 2.6.32_p7(~) {:2.6.32_p7} (2.6.33_rc2_p1-r1)R(~) {:2.6.33_rc2_p1-r1} (2.6.33_rc4_p1)R(~) {:2.6.33_rc4_p1} 2.6.33_rc5_p1(~r) {:2.6.33_rc5_p1} (2.6.33_rc7_p1)R(~) {:2.6.33_rc7_p1} 2.6.33_p1(~) {:2.6.33_p1} (9999)K {:9999}
installed: 2.6.33_p1* {:2.6.33_p1}
Description: The Zen Kernel Sources v2.6
Homepage: http://zen-kernel.org
License: GPL-2
Installed time: Mon Mar 08 18:06:40 CET 2010
Use flags: (-build) (symlink) Build Options: -trace
From repositories: gentoo
Installed using: paludis-0.44.1
Key to mask reasons:
* K: keyword
* R: repository
* r: repository (overridden)
* ~: keyword (unstable accepted)

I'm trying this now:loftwyr wrote:Strange, the package is there according to the listing. Perhaps it's masked.
What happens if you specifically try to install it ( -p )?
Code: Select all
paludis -i =zen-sources-2.6.33_rc5_p1 && paludis -u =zen-sources-2.6.33_rc5_p1
Building target list... paludis@1268172325: [WARNING e.vdb.provides.no_package] In thread ID '2715':
... In program paludis (--show-reasons summary --show-use-descriptions new --continue-on-failure if-satisfied --dl-downgrade warning --log-level warning) -i =zen-sources-2.6.33_rc5_p1:
... When performing install action from command line:
... When adding install target '=zen-sources-2.6.33_rc5_p1':
... When parsing user package dep spec '=zen-sources-2.6.33_rc5_p1':
... When parsing generic package dep spec '=zen-sources-2.6.33_rc5_p1':
... When disambiguating package name 'zen-sources':
... When finding all versions in some arbitrary order from packages matching */zen-sources with filter all matches filtered through supports action install filtered through packages matching =*/*-2.6.33_rc5_p1:
... When finding category names containing package 'zen-sources':
... When loading names for virtuals repository:
... When finding provided packages for 'installed':
... No package available for 'sys-kernel/zen-sources 2.6.33_rc5_p1'
Building dependency list: ... 108 steps
These packages will be installed:
* sys-kernel/zen-sources :2.6.33_rc5_p1 [S 2.6.33_rc5_p1] <target>
-build symlink build_options: -optional_tests -trace -preserve_work
72.39 MBytes to download
Total: 1 package (1 in new slot), 72.39 MBytes to download
Checking for possible errors......
Code: Select all
>^> [obj] /usr/src/linux-2.6.33_rc5-zen1/crypto/zlib.c
>-> [dir] /usr/src/linux-2.6.33_rc5-zen1
>>> Running ebuild phases loadenv postinst saveenv as root:root...
>>> Starting builtin_loadenv
>>> Done builtin_loadenv
>>> Starting pkg_postinst
/var/tmp/paludis/sys-kernel-zen-sources-2.6.33_rc5_p1/temp/loadsaveenv: line 4463: cd: /var/tmp/paludis/sys-kernel-zen-sources-2.6.33_rc5_p1/work/linux-2.6.33_rc5-zen1: No such file or directory
* If you are upgrading from a previous kernel, you may be interested
* in the following document:
* - General upgrade guide: http://www.gentoo.org/doc/en/kernel-upgrade.xml
Code: Select all
chown -r paludisbuild:paludisbuild *