
Code: Select all
----------------------------------------------------------------------
Following modules are missing the 'description.html' file in src code:
----------------------------------------------------------------------
GRASS GIS compilation log
-------------------------
Started compilation: Sun May 3 19:38:00 CEST 2009
--
Errors in:
No errors detected.
--
Finished compilation: Sun May 3 19:45:50 CEST 2009
ln: creating symbolic link `dist.i686-pc-linux-gnu/lib/libgdi.so' -> `': No such file or directory
!!! ERROR in sci-geosciences/grass-6.3.0:
!!! In src_compile at line 4253
!!! making libgdi link failed
!!! Call stack:
!!! * src_compile (/var/tmp/paludis/sci-geosciences-grass-6.3.0/temp/loadsaveenv:4253)
!!! * ebuild_f_compile (/usr/libexec/paludis/0/src_compile.bash:49)
!!! * ebuild_main (/usr/libexec/paludis/ebuild.bash:482)
!!! * main (/usr/libexec/paludis/ebuild.bash:498)
diefunc: making ebuild PID 17905 exit with error
die trap: exiting with error.
Install error:
* In program paludis -i grass:
* When performing install action from command line:
* When executing install task:
* When installing 'sci-geosciences/grass-6.3.0:6::gentoo':
* When running an ebuild command on 'sci-geosciences/grass-6.3.0:6::gentoo':
* Install error: Install failed for 'sci-geosciences/grass-6.3.0:6::gentoo'
Code: Select all
server ~ # paludis --install --pretend --dl-reinstall always world | grep -A 1 sys-libs/readline
* sys-libs/readline [U 5.2_p13 -> 6.0] <system>
Reasons: net-misc/ntp-4.2.4_p6:0::gentoo
--
* sys-libs/readline [R 5.2_p13]
Reasons: dev-lang/ghc-6.8.2:0::gentoo



It's not stupid really - each dot represents a certain amount of bytes transferred (don't know what that amount is though). This irks me too a bit, but not enough that was going to look for solutions. But if someone presents a solution, I'd be happy. I'm sure it's in the paludis documentation, but as said, this doesn't irk me much, so I'm too lazy to go looking through it.Phlogiston wrote:wget produces some stupid output here

How exactly? The documentation says nothing about that..loftwyr wrote:If you look in /usr/share/paludis/fetchers, there's a script to use curl. Otherwise, you set the options you want in bashrc though the environment variable.


Code: Select all
paludis -ip world
Building target list...
Building dependency list...paludis@1244067561: [WARNING dep_list.ignoring_dependencies] In thread ID '15943':
... In program paludis (--show-reasons summary --show-use-descriptions new --continue-on-failure if-satisfied --dl-downgrade warning --log-level warning) -ip world:
... When performing install action from command line:
... When executing install task:
... When building dependency list:
... When adding NamedSetDepSpec 'world':
... When adding PackageDepSpec 'media-gfx/gimp':
... When adding installed package 'media-gfx/gimp-2.6.6:2::installed':
... Ignoring run dependencies due to exception 'Block: dev-libs/poppler-qt4' (paludis::BlockError) 
I also had some weird problems with poppler blockers. I seem to remember the gimp ebuild changing to depend on the new poppler packages, but paludis was using the old dependencies from when gimp was installed. Reinstalling gimp fixed the problems for me.Phlogiston wrote:Anyone has an idea why I get this weird block error?gimp does not block poppler-qt4, so why do I get this?Code: Select all
paludis -ip world Building target list... Building dependency list...paludis@1244067561: [WARNING dep_list.ignoring_dependencies] In thread ID '15943': ... In program paludis (--show-reasons summary --show-use-descriptions new --continue-on-failure if-satisfied --dl-downgrade warning --log-level warning) -ip world: ... When performing install action from command line: ... When executing install task: ... When building dependency list: ... When adding NamedSetDepSpec 'world': ... When adding PackageDepSpec 'media-gfx/gimp': ... When adding installed package 'media-gfx/gimp-2.6.6:2::installed': ... Ignoring run dependencies due to exception 'Block: dev-libs/poppler-qt4' (paludis::BlockError)
The same comes for inkscape....

Code: Select all
Unhandled exception:
* In program paludis -s:
* When performing sync action from command line:
* When executing sync task:
* When triggering hook 'sync_all_post':
* When fetching realpath of '/usr/libexec/paludis/hooks/sync_all_post/write_cache_clean.bash':
* Could not resolve path '/usr/libexec/paludis/hooks/sync_all_post/write_cache_clean.bash' (paludis::FSError)

Code: Select all
elog> Summary of messages from kde-base/plasma-workspace-4.3.9999:
elog> * Fetching disabled since 1 hours has not passed since last update.
elog> * Using existing repository copy at revision 1015224.
elog> * working copy: /tmp/PORTAGE/distfiles/svn-src/kdebase-workspace-4.3.9999/workspace
elog> * Exporting parts of working copy to /tmp/PALUDIS/var_tmp/kde-base-plasma-workspace-4.3.9999/work/plasma-workspace-4.3.9999
elog> * Injecting library dependencies from 'libkworkspace libplasmaclock libtaskmanager' ...
elog> * Running kbuildsycoca4 to build global database ...
elog> * Application handbook for plasma-workspace has not been installed.
elog> * To install handbook, reemerge =kde-base/plasma-workspace-4.3.9999 with 'handbook' USE flag.
elog> * Running kbuildsycoca4 to build global database ...
elog> * WARNING! This is an experimental live ebuild of kde-base/plasma-workspace
elog> * Use it at your own risk.
elog> * Do _NOT_ file bugs at bugs.gentoo.org because of this ebuild!
!!! Error: Can't load module news
exiting
* No unread news items found
Code: Select all
eselect news
!!! Error: Can't load module news
exiting

There is no module called package_manager. Neither does news show up, however there is news-tng... which is working, but how can I tell paludis to use that instead of the old missing news module?loftwyr wrote:see if you can set your eselect package_manager to paludis.
Also makse sure news shows up in the list of packages when you run eselect by itself.