FS#15722 - [links-g] has to be recompiled (x86_64)
Attached to Project:
Community Packages
Opened by Pierre Chapuis (catwell) - Wednesday, 29 July 2009, 17:37 GMT
Last edited by Evangelos Foutras (foutrelis) - Saturday, 01 August 2009, 07:48 GMT
Opened by Pierre Chapuis (catwell) - Wednesday, 29 July 2009, 17:37 GMT
Last edited by Evangelos Foutras (foutrelis) - Saturday, 01 August 2009, 07:48 GMT
|
Details
links -g doesn't work. This has been confirmed by other
users from the French community. It crashes with:
$ links -g Could not initialize any graphics driver. Tried the following drivers: fb: Could not get VT mode. Compiling the package myself using ABS made it work as expected. |
This task depends upon
Closed by Evangelos Foutras (foutrelis)
Saturday, 01 August 2009, 07:48 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in links-g-2.2-3
Saturday, 01 August 2009, 07:48 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in links-g-2.2-3
Here's the ./configure output for both cases:
- With current (2.2-2) PKGBUILD:
[...]
checking for X... no
[...]
Graphics drivers: FB
[...]
- With xorg-server added as makedepends:
[...]
checking for X... libraries , headers
[...]
Graphics drivers: FB X
[...]