* [gentoo-user] Problems upgrading X
@ 2006-07-15 0:32 Pablo Antonio
2006-07-15 1:02 ` Dale
2006-07-15 1:09 ` Donnie Berkholz
0 siblings, 2 replies; 4+ messages in thread
From: Pablo Antonio @ 2006-07-15 0:32 UTC (permalink / raw
To: gentoo-user
Hello,
I don't know if this was asked previously or someone had the
same problem I'm about to talk about. If that is the case, please
redirect me to some place where I can find the answer.
I tried to upgrade to modular X religiously following the "Migrating to
Modular X HOWTO". I removed the old X and installed the new one.
Everything was fine until I rebooted and tried to open my favourite
terminal (uxterm), but it wouldn't. It gave the following error:
"xterm: error while loading shared libraries: libXaw.so.8: cannot open
shared object file: No such file or directory"
That's when I recalled I had to do a revdep-rebuild before complaining
:), but it failed while doing a certain emerge (last lines):
In file included from main.c:21:
menu.h:28:23: error: menu-tree.h: No such file or directory
make[3]: *** [main.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory
`/var/tmp/portage/gnome-panel-2.10.2/work/gnome-panel-2.10.2/gnome-panel'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/var/tmp/portage/gnome-panel-2.10.2/work/gnome-panel-2.10.2/gnome-panel'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/gnome-panel-2.10.2/work/gnome-panel-2.10.2'
make: *** [all] Error 2
!!! ERROR: gnome-base/gnome-panel-2.10.2 failed.
Call stack:
ebuild.sh, line 1539: Called dyn_compile
ebuild.sh, line 939: Called src_compile
gnome-panel-2.10.2.ebuild, line 50: Called die
Thus, it wasn't able to continue with the next emerges. The questions
are: First, how can I fix this? Second, does all this have something to
do with my not being able to run uxterm?
Last, but not least, scrolling down in firefox works abnormally slow for
some reason. Does this -again- have something to do with all the other
problems?
Thanks in advance.
--
Pablo Antonio (AKA crazy2k)
http://www.pablo-a.com.ar/
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Problems upgrading X
2006-07-15 0:32 [gentoo-user] Problems upgrading X Pablo Antonio
@ 2006-07-15 1:02 ` Dale
2006-07-15 1:09 ` Donnie Berkholz
1 sibling, 0 replies; 4+ messages in thread
From: Dale @ 2006-07-15 1:02 UTC (permalink / raw
To: gentoo-user
Pablo Antonio wrote:
> Hello,
> I don't know if this was asked previously or someone had the
> same problem I'm about to talk about. If that is the case, please
> redirect me to some place where I can find the answer.
>
> I tried to upgrade to modular X religiously following the "Migrating to
> Modular X HOWTO". I removed the old X and installed the new one.
> Everything was fine until I rebooted and tried to open my favourite
> terminal (uxterm), but it wouldn't. It gave the following error:
>
> "xterm: error while loading shared libraries: libXaw.so.8: cannot open
> shared object file: No such file or directory"
>
> < snip >
>
> Thus, it wasn't able to continue with the next emerges. The questions
> are: First, how can I fix this? Second, does all this have something to
> do with my not being able to run uxterm?
>
> Last, but not least, scrolling down in firefox works abnormally slow for
> some reason. Does this -again- have something to do with all the other
> problems?
>
> Thanks in advance.
>
This may help with one of the problems.
> root@smoker / # equery belongs libXaw.so.8
> [ Searching for file(s) libXaw.so.8 in *... ]
> x11-libs/libXaw-1.0.2 (/usr/lib/libXaw.so.8 -> libXaw8.so.8)
> root@smoker / #
I'm not sure about the rest but at least you can get that missing one.
Dale
:-) :-)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Problems upgrading X
2006-07-15 0:32 [gentoo-user] Problems upgrading X Pablo Antonio
2006-07-15 1:02 ` Dale
@ 2006-07-15 1:09 ` Donnie Berkholz
2006-07-15 1:34 ` [gentoo-user] " dnlt0hn5ntzhbqkv51
1 sibling, 1 reply; 4+ messages in thread
From: Donnie Berkholz @ 2006-07-15 1:09 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2089 bytes --]
Pablo Antonio wrote:
> Hello,
> I don't know if this was asked previously or someone had the
> same problem I'm about to talk about. If that is the case, please
> redirect me to some place where I can find the answer.
>
> I tried to upgrade to modular X religiously following the "Migrating to
> Modular X HOWTO". I removed the old X and installed the new one.
> Everything was fine until I rebooted and tried to open my favourite
> terminal (uxterm), but it wouldn't. It gave the following error:
>
> "xterm: error while loading shared libraries: libXaw.so.8: cannot open
> shared object file: No such file or directory"
Quick fix: add this to /etc/portage/package.use
x11-libs/libXaw xprint
and remerge libXaw.
> That's when I recalled I had to do a revdep-rebuild before complaining
> :), but it failed while doing a certain emerge (last lines):
>
> In file included from main.c:21:
> menu.h:28:23: error: menu-tree.h: No such file or directory
> make[3]: *** [main.o] Error 1
> make[3]: *** Waiting for unfinished jobs....
> make[3]: Leaving directory
> `/var/tmp/portage/gnome-panel-2.10.2/work/gnome-panel-2.10.2/gnome-panel'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory
> `/var/tmp/portage/gnome-panel-2.10.2/work/gnome-panel-2.10.2/gnome-panel'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/var/tmp/portage/gnome-panel-2.10.2/work/gnome-panel-2.10.2'
> make: *** [all] Error 2
>
> !!! ERROR: gnome-base/gnome-panel-2.10.2 failed.
> Call stack:
> ebuild.sh, line 1539: Called dyn_compile
> ebuild.sh, line 939: Called src_compile
> gnome-panel-2.10.2.ebuild, line 50: Called die
>
> Thus, it wasn't able to continue with the next emerges. The questions
> are: First, how can I fix this?
Sounds like a gnome-panel bug, not related to Xorg at all. Have you
searched bugzilla?
> Last, but not least, scrolling down in firefox works abnormally slow for
> some reason. Does this -again- have something to do with all the other
> problems?
Doubtful.
Thanks,
Donnie
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-user] Re: Problems upgrading X
2006-07-15 1:09 ` Donnie Berkholz
@ 2006-07-15 1:34 ` dnlt0hn5ntzhbqkv51
0 siblings, 0 replies; 4+ messages in thread
From: dnlt0hn5ntzhbqkv51 @ 2006-07-15 1:34 UTC (permalink / raw
To: gentoo-user
>> Last, but not least, scrolling down in firefox works abnormally slow for
>> some reason. Does this -again- have something to do with all the other
>> problems?
I didn't have the other problems, but following X upgrading, I have this
issue - in spades. Takes forever to bring up FF; everything is slow motion.
I can avoid it by using Opera. But, when I bring up the superuser
filemanager
mode in kde, everything is again in slow motion.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-07-15 1:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-15 0:32 [gentoo-user] Problems upgrading X Pablo Antonio
2006-07-15 1:02 ` Dale
2006-07-15 1:09 ` Donnie Berkholz
2006-07-15 1:34 ` [gentoo-user] " dnlt0hn5ntzhbqkv51
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox