Subscribe to RSS Feed

Posts Tagged ‘ libX11 ’

No Gravatar

So as I mentioned in previous posts, I use Gentoo as the distro on my primary desktop system. Recently, I was having some portage compiling conflicts so I decided to re-emerge most of my package to make sure package dependancies were all in sync and that the USE flags were considered for deep dependancies that needed them. It takes a while to perform this task, so make sure that you have some available downtime to resolve any bugs and issues.

The biggest frustration I had during this process was with libX11 as there was limited documentation on the issue I had experienced. Here was the focus of the error:

cd util && /usr/bin/make
make: Entering directory `/usr/src/libX11-1.1.5/src/util’
make: Nothing to be done for `all’.
make: Leaving directory `/usr/src/libX11-1.1.5/src/util’
../src/util/makekeys < /usr/include/X11/keysymdef.h > ks_tables_h
/bin/sh: line 1: 3530 Floating point exception../src/util/makekeys <
/usr/include/X11/keysymdef.h > ks_tables_h
make Error 136
make: Leaving directory `/usr/src/libX11-1.1.5/src’

Well, there are two points that interested me in this error, the “Floating Point Exception” as well as the Error 136. Neither of which provided much assistance in the google searching. I finally found a bug report through following link after link. hopefully this article helps you to find the root of your issue faster: Bug Zilla Error 15111

Ultimately, you need to check the version of xproto that you have installed. By masking 7.0.15 and re-emerging 7.0.14, I was able to resume the emerge without any remaining libX11 errors.

Continue Reading »
3 Comments

Olebox - Shaun Oleson is using WP-Gravatar