View previous topic :: View next topic |
Author |
Message |
reup Guru
Joined: 13 May 2005 Posts: 419 Location: Nederland
|
Posted: Wed Jul 12, 2006 9:13 pm Post subject: dirty fix for missing mkinstalldirs in compiz [SOLVED] |
|
|
I try to follow the wiki page at http://gentoo-wiki.com/HOWTO_AIGLX but when I try to compile compiz (emerge -av compiz) it failed because of mkinstalldirs :
Code: |
/bin/sh ../mkinstalldirs /var/tmp/portage/compiz-0.0.13_pre20060710/image//usr/share
|
I used a dirty trick to fix the problem,
I open 2 terminal next to each other to do the following :
terminal 1
Code: |
updatedb
locate mkinstalldirs
emerge -av compiz
|
then when the installation started, I use the second terminal to copy a located mkinstalldirs in the newly created tmp directory while the installation was going on but before it failed because of missing mkinstalldirs
terminal 2
Code: |
cd /var/tmp/portage/compiz-0.0.13_pre20060710/work/compiz/
cp /usr/share/glib-2.0/gettext/mkinstalldirs ../
|
it went smoothly after that
the code looks specialy dirty as I am not a code person and I just copy/paste from my terminal
good luck all
reup
Last edited by reup on Tue Jul 18, 2006 9:50 pm; edited 2 times in total |
|
Back to top |
|
|
dekon Tux's lil' helper
Joined: 21 Aug 2005 Posts: 80
|
Posted: Mon Jul 17, 2006 9:45 am Post subject: |
|
|
I cant solve problem by this way
Code: |
if test -n ""; then \
/var/tmp/portage/compiz-0.0.13_pre20060714/image//usr/share; \
else \
/bin/sh ../mkinstalldirs /var/tmp/portage/compiz-0.0.13_pre20060714/image//usr/share; \
fi
/bin/sh: ../mkinstalldirs: No such file or directory
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/var/tmp/portage/compiz-0.0.13_pre20060714/work/compiz/po'
make: *** [install-recursive] Error 1
!!! ERROR: x11-wm/compiz-0.0.13_pre20060714 failed.
Call stack:
ebuild.sh, line 1545: Called dyn_install
ebuild.sh, line 1019: Called src_install
compiz-0.0.13_pre20060714.ebuild, line 61: Called die
!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! This ebuild is from an overlay: '/usr/local/overlays/xgl-coffee'
|
_________________ Sorry for my English,i am not good at in this |
|
Back to top |
|
|
dekon Tux's lil' helper
Joined: 21 Aug 2005 Posts: 80
|
Posted: Tue Jul 18, 2006 10:56 am Post subject: |
|
|
Today i tried emerge compiz again (befote it i update ebuild list) and now it emerge succes.
I emerge these packages:
Code: |
dev-util/intltool-0.35.0
x11-wm/compiz-0.0.13_pre20060714
|
_________________ Sorry for my English,i am not good at in this |
|
Back to top |
|
|
reup Guru
Joined: 13 May 2005 Posts: 419 Location: Nederland
|
Posted: Tue Jul 18, 2006 9:47 pm Post subject: |
|
|
yes, compiz like all xgl and the other one (cant remember the name, aiglx or something) are still mostly in development, so it move fast, the new package must have a fixe for this particular problem, your package is 4 version after mine.
reup |
|
Back to top |
|
|
|