| View previous topic :: View next topic |
| Author |
Message |
SpectreDragon Tux's lil' helper

Joined: 22 Aug 2008 Posts: 92 Location: Germany
|
Posted: Mon Aug 25, 2008 3:31 pm Post subject: 2 minor problems with recent Xorg [1/2 solved] |
|
|
Hi,
since i upgraded to a more recent x-server (x11 overlay) i have 2 (relatively harmless) problems on which you hopefully have some hints for me.
1.
I am not able to compile libXaw-9999.
It just gives me: 'checking hacks in libtool for libXaw SONAME... grep: libtool: No such file or directory'
Even masking does not work for some reason. Wrote it into a file in my package.mask folder (other files inside this folder work for masking) but it keeps appearing on my update list.
2.
Is there a synaptics touchpad driver which works with the current x-server? The 'old' one fails to build with a recent x-server. It seems that this is a known problem.
I am appreciative for any help. 
Last edited by SpectreDragon on Mon Aug 25, 2008 9:34 pm; edited 1 time in total |
|
| Back to top |
|
 |
gami Apprentice

Joined: 02 Jun 2006 Posts: 296
|
Posted: Mon Aug 25, 2008 5:34 pm Post subject: Re: 2 minor problems with recent Xorg |
|
|
| SpectreDragon wrote: | | Is there a synaptics touchpad driver which works with the current x-server? |
Try the x11-drivers/xf86-input-synaptics driver that got into portage a few days ago. This is the latest released version of the synaptics driver (0.15.0) from its new home at freedesktop.org. Currently, you might have to change the dependency in the xorg-server ebuild to this new name to prevent the old synaptics driver from being pulled back in again. This will hopefully be changed soon... |
|
| Back to top |
|
 |
gami Apprentice

Joined: 02 Jun 2006 Posts: 296
|
Posted: Mon Aug 25, 2008 5:40 pm Post subject: Re: 2 minor problems with recent Xorg |
|
|
| SpectreDragon wrote: | I am not able to compile libXaw-9999.
It just gives me: 'checking hacks in libtool for libXaw SONAME... grep: libtool: No such file or directory'
Even masking does not work for some reason. Wrote it into a file in my package.mask folder (other files inside this folder work for masking) but it keeps appearing on my update list. |
I haven't tried that ebuild yet. But looking at the changes made to libXaw since the 1.0.4 release it looks like there aren't any functional changes and just a few ones dealing with the build system. Maybe one of these changes didn't quite work. See http://cgit.freedesktop.org/xorg/lib/libXaw/ for the commit history.
I would suggest you use the libXaw-1.0.4 ebuild from portage for now... |
|
| Back to top |
|
 |
SpectreDragon Tux's lil' helper

Joined: 22 Aug 2008 Posts: 92 Location: Germany
|
Posted: Mon Aug 25, 2008 9:25 pm Post subject: Re: 2 minor problems with recent Xorg |
|
|
| gami wrote: | | Try the x11-drivers/xf86-input-synaptics driver that got into portage a few days ago. This is the latest released version of the synaptics driver (0.15.0) from its new home at freedesktop.org. Currently, you might have to change the dependency in the xorg-server ebuild to this new name to prevent the old synaptics driver from being pulled back in again. This will hopefully be changed soon... |
oh thx, didn't recognized that there appeared another package for this. this one compiles fine.
| gami wrote: | I haven't tried that ebuild yet. But looking at the changes made to libXaw since the 1.0.4 release it looks like there aren't any functional changes and just a few ones dealing with the build system. Maybe one of these changes didn't quite work. See http://cgit.freedesktop.org/xorg/lib/libXaw/ for the commit history.
I would suggest you use the libXaw-1.0.4 ebuild from portage for now... |
1.0.4 is already installed here.
edit:
ok the masking problem was my bad . Additionally i had a plain 'x11-libs/libXaw' in my unmask file . Now it works. thx for the help  |
|
| Back to top |
|
 |
|