| View previous topic :: View next topic |
| Author |
Message |
maiku Guru


Joined: 24 Mar 2004 Posts: 487 Location: Long Island, NY
|
Posted: Sun Mar 04, 2007 2:11 pm Post subject: [solved] emul-linux-x86-gtklibs-10.0-r1 fails to emerge |
|
|
| Quote: | >>> Install emul-linux-x86-gtklibs-10.0-r1 into /var/tmp/portage/app-emulation/emul-linux-x86-gtklibs-10.0-r1/image/ category app-emulation
>>> Completed installing emul-linux-x86-gtklibs-10.0-r1 into /var/tmp/portage/app-emulation/emul-linux-x86-gtklibs-10.0-r1/image/
>>> Merging app-emulation/emul-linux-x86-gtklibs-10.0-r1 to /
--- /etc/
--- /etc/env.d/
>>> /etc/env.d/50gtk2-emul
--- /etc/gtk-2.0/
--- /etc/gtk-2.0/i686-pc-linux-gnu/
>>> /etc/gtk-2.0/i686-pc-linux-gnu/gtkrc
>>> /etc/gtk-2.0/i686-pc-linux-gnu/.keep_x11-libs_gtk+-2
--- /usr/
--- /usr/bin/
>>> /usr/bin/gdk-pixbuf-query-loaders32
>>> /usr/bin/pango-querymodules32
>>> /usr/bin/gtk-query-immodules-2.0-32
--- /usr/lib32/
>>> /usr/lib32/libpangoxft-1.0.so.0.1400.9
>>> /usr/lib32/libpangoxft-1.0.so.0 -> libpangoxft-1.0.so.0.1400.9
>>> /usr/lib32/libimlib-bmp.so
>>> /usr/lib32/libimlib-gif.so
!!! Cannot write to '/usr/lib32/pango'.
!!! Please check permissions and directories for broken symlinks.
!!! You may start the merge process again by using ebuild:
!!! ebuild /mnt/mike-gentoo-0/usr/portage/app-emulation/emul-linux-x86-gtklibs/emul-linux-x86-gtklibs-10.0-r1.ebuild merge
!!! And finish by running this: env-update | I see the symlink is broken, but where does it need to be linked to? _________________ - Mike A. Leonetti
Last edited by maiku on Sun Mar 04, 2007 9:34 pm; edited 1 time in total |
|
| Back to top |
|
 |
pinr Apprentice


Joined: 26 Jan 2003 Posts: 241 Location: Monterrey, Mexico
|
Posted: Sun Mar 04, 2007 5:17 pm Post subject: |
|
|
| Same here! |
|
| Back to top |
|
 |
pinr Apprentice


Joined: 26 Jan 2003 Posts: 241 Location: Monterrey, Mexico
|
Posted: Sun Mar 04, 2007 5:36 pm Post subject: |
|
|
I solved it by doing the following:
1 rm /usr/lib32/pango
2 rm /usr/lib32/gtk-2.0
3 emerge -avD emul-linux-x86-gtklibs |
|
| Back to top |
|
 |
overkll Veteran

Joined: 21 Sep 2004 Posts: 1238 Location: Austin, Texas
|
Posted: Sun Mar 04, 2007 5:37 pm Post subject: |
|
|
Had the same issue, but with /usr/lib32/gtk-2.0 AND /usr/lib32/pango. Both are symlinks that seem to be leftovers from an earlier version of emul-linux-x86-gtklibs. The symlinks point to an /emul/linux/x86 dir that doesn't exist.
You can check by issuing:
| Code: | | # ls -lF /usr/lib32/pango |
If you see a big red highlighted symlink, it's no good.
Delete the old symlink:
| Code: | | # rm /usr/lib32/pango |
and run "emerge --resume". The merge should complete successfully. |
|
| Back to top |
|
 |
maiku Guru


Joined: 24 Mar 2004 Posts: 487 Location: Long Island, NY
|
Posted: Sun Mar 04, 2007 9:33 pm Post subject: |
|
|
Thanks. Deleted the links and it worked. _________________ - Mike A. Leonetti |
|
| Back to top |
|
 |
|