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
Task Type Bug Report
Category
Status Closed
Assigned To Mateusz Herych (Partition)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

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
Comment by Evangelos Foutras (foutrelis) - Saturday, 01 August 2009, 07:31 GMT
I think we need to add xorg-server as makedepends. During the configure step, it checks for the existence of the X binary (which won't exist if you're building in a clean chroot).

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
[...]

Loading...