Thread: kdebase-3.2.0
View Single Post

   
  #9 (permalink)  
Old 02-21-2008, 07:38 AM
Dave Vogt
 
Posts: n/a
Default Re: kdebase-3.2.0

Matata wrote:

> These are the last lines I get from emerging the new kde
>
> /bin/sh ../../libtool --silent --mode=install /bin/install -c -p
> kgreet_classic.la
> /usr/portage/tmp/portage/kdebase-3.2.0/image//usr/kde/3.2/lib/kde3/kgreet_classic.la
> libtool: install: warning: remember to run `libtool --finish
> /usr/kde/3.2/lib/kde3' ./genkdmconf --in
> /usr/portage/tmp/portage/kdebase-3.2.0/image//usr/kde/3.2/share/config/kdm
> --face-src ./pics Cannot create parent /usr/portage of target
> directory
> /usr/portage/tmp/portage/kdebase-3.2.0/image//usr/kde/3.2/share/config/kdm:
> Permission denied make[4]: *** [install-data-local] Error 1 make[4]:
> Leaving directory


I had the same problem here. I tried some different use flags,
different FEATURES settings, and some other tricks, nothing helped. I
ended up with replacing genkdmconf.c with a fake program which printed
out only the way it was called, then I could run the original
genkdmconf command by hand, and voila - it worked. Well, you gotta
call the command right after it would be issued by make, because it
will fail at a later point if the created directory is not present.


see you

Dave

--
Dave "tPassive" Vogt| ruby -e "n=gets.to_i;a=(2..n).to_a;a.each{
Linux user #225040| |x|puts x;(x*2).step(n,x){|j|a.delete j}}"
____________________|_____________________________ |
PGP Key: http://control-alt-del.ch/public_key.asc \____________/
Reply With Quote