
yeah, missing that feature too,KejPi wrote:Does it mean that there is no possibility? To use original quickpkg is not possible?

kernelOfTruth wrote:one "feature" I'm really missing with paludis is
emerge -e system
emerge -e world
now don't say this feature is broken by design which might be the truth - the fact is - pkgcore also support's it in some (other) way
so when can we await this "feature", mr. ciaranm, since this is the "killer feature" which might get me to move to paludis
don't say it's not necessary - how do you update your world after a major toolchain upgrade? re-install gentoo from scratch ?![]()
response highly appreciated & if I'm missing the (already) existing feature - sorry for that "noise"
Code: Select all
paludis -i world --dl-reinstall alwaysCode: Select all
Unhandled exception:
* In program paludis -ip novell-groupwise-gwclient:
* When performing install action from command line:
* When executing install task:
* When adding PackageDepSpec 'net-mail/novell-groupwise-gwclient':
* When adding package 'net-mail/novell-groupwise-gwclient-7.0.2_p20070606::n4g':
* When parsing dependency string 'sys-libs/glibc sys-libs/libstdc++-v3 sys-devel/gcc system-jre? ( || (virtual/jdk virtual/jre) amd64? (app-emulation/emul-linux-x86-java) ) amd64? (app-emulation/emul-linux-x86-compat) ':
* When lexing dependency string 'sys-libs/glibc sys-libs/libstdc++-v3 sys-devel/gcc system-jre? ( || (virtual/jdk virtual/jre) amd64? (app-emulation/emul-linux-x86-java) ) amd64? (app-emulation/emul-linux-x86-compat) ':
* Bad dependency string 'sys-libs/glibc sys-libs/libstdc++-v3 sys-devel/gcc system-jre? ( || (virtual/jdk virtual/jre) amd64? (app-emulation/emul-linux-x86-java) ) amd64? (app-emulation/emul-linux-x86-compat) ': in lex phase: '(' should be followed by whitespace (paludis::DepStringLexError)

well that was quickCode:
paludis -i world --dl-reinstall always
The same for system.

I did it many times. It worked out as a full world recompile.kernelOfTruth wrote:well that was quickCode:
paludis -i world --dl-reinstall always
The same for system.
, thanks!
you actually tried that on your own system / world ? if yes, how did it work out?
Code: Select all
paludis -i everything --dl-reinstall alwaysCheers, just tried adding some and it seems to work, will report the problem to the n4g overlayzxy wrote:@Nick C: it's a borked ebuild. Spaces are needed on the places that paludis reported.

One caveat:zxy wrote:To recompile all packages do:Code: Select all
paludis -i everything --dl-reinstall always

kernelOfTruth wrote:yeah, missing that feature too,KejPi wrote:Does it mean that there is no possibility? To use original quickpkg is not possible?
therefore I'm still using portage nearly full-time since installing apps with different dependencies due to paludis significantly slows down portage![]()


And there iskernelOfTruth wrote:is there another implementation of the resume command on the way ?
it seems a little ridiculous for me having to copy over a command with 1400 (!) packages on the console e.g. if a package fails during recompiling of world (== emerge -e world) - sometimes it's also not possible (e.g. if X is screwed & it "need" to scroll up output on tty - but how to do that ?)
for these cases a --skipfirst equivalent would be nice
Code: Select all
paludis --resume-command-template palres-XXXXXX -i some_package_or_whatever

for a very loong timekernelOfTruth wrote: ....
since when does paludis contain this feature?
....
maybe instead of remove you can deal with why it failed (perhaps for example skip testing for that package or deal with it some other way, ...)kernelOfTruth wrote:ah, well, thanks again zxy,
so I guess the steps are:
open saved resume-file, remove the "offending"/ failing package then resume via the file ?
YupkernelOfTruth wrote:does that mean execute the file?

Think it needs execute access inside just the .distcc directory.Nick C wrote:im trying to get paludis to work with distcc, so far its closer to working than it was with portage however ive got one last thing to fix before all it well.
Ive set the permissions on /var/tmp/paludis as paludis says so but now distcc complains it cant access /var/tmp/paludis/.distcc, does anyone know the right way to set the correct permissions so distcc will work ok?

Code: Select all
location = ${ROOT}/var/paludis/repositories/lazarus/
sync = svn+http://svn.freepascal.org/svn/lazarus/trunk
names_cache = ${location}/.cache/names
cache = ${ROOT}/var/empty
distdir = ${ROOT}/var/tmp/distfiles
write_cache = ${ROOT}/var/cache/paludis/metadata
format = ebuild
master_repository = gentoo
Code: Select all
paludis --sync x-lazarus

Code: Select all
Building target list...
Building dependency list...
Query error:
* In program paludis -pi =dev-lang/lazarus-9999:
* When performing install action from command line:
* When executing install task:
* When adding PackageDepSpec '=dev-lang/lazarus-9999':
* No versions of '=dev-lang/lazarus-9999' are available
well.. 9999 version is used as version almost always with live-development ebuilds.MageSlayer wrote:Would you give some more info on that fancy syntax (9999)?

Try changing ownership to paludisbuild:paludisbuild and also make sure the directory exists.Nick C wrote:im trying to get paludis to work with distcc, so far its closer to working than it was with portage however ive got one last thing to fix before all it well.
Ive set the permissions on /var/tmp/paludis as paludis says so but now distcc complains it cant access /var/tmp/paludis/.distcc, does anyone know the right way to set the correct permissions so distcc will work ok?


There is absolutely no need to use package.provided to get what you want (even using portage).tekknokrat wrote:Hi all,
What I want to do is to use suspend2-sources or xen-sources (from marineam) as my one and only kernel sources.
Problem is that gentoo-sources is the default sources in server/desktop profile and is emerged on module packages / X / some other libs as dep.
In portage I can use profile/package-provided to tell it on update world to ignore updating / re-emerging of gentoo-sources.
Code: Select all
paludis -i suspend2-sourcesCode: Select all
paludis -i alsa-driverWTF are you talking about? virtual/kernel IS A GENERIC KERNEL.BTW. is there any effort that ebuilds will take generic kernels as a dependency (independent of package name virtual/kernel) or is it yet done in this way?

I missed an as in the brackets so independent of packages name as e.g. virtual/kernel.Quote:
BTW. is there any effort that ebuilds will take generic kernels as a dependency (independent of package name virtual/kernel) or is it yet done in this way?
WTF are you talking about? virtual/kernel IS A GENERIC KERNEL.

I have no idea what your first sentence means. It seems that you were originally asking if we could make it take a kernel as a dependency independent of both package names and virtual/linux-sources.tekknokrat wrote:I missed an as in the brackets so independent of packages name as e.g. virtual/kernel.
I now had a look in some ebuild the correct name of the virtual package is virtual/linux-source
Code: Select all
$ grep linux-sources /usr/portage/eclass/kernel-2.eclass
PROVIDE="virtual/linux-sources"