Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 317699 - dev-libs/DirectFB configure script fails to detect/include tslib support
Summary: dev-libs/DirectFB configure script fails to detect/include tslib support
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-29 03:22 UTC by michael huss
Modified: 2010-05-08 21:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info output (einfo.txt,2.99 KB, text/plain)
2010-04-29 03:24 UTC, michael huss
Details
A patch to the DirectFB-1.4.3.ebuild (DirectFB-1.4.3.patch,1.63 KB, patch)
2010-05-08 21:07 UTC, Tupone Alfredo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description michael huss 2010-04-29 03:22:50 UTC
I have tslib in both my USE flags and my INPUT_DEVICES, but when I compiled directfb, no tslib input driver was installed. I mentioned this to solar on IRC, he sent me a patched/tarbz2'd version of DirectFB's subdirectory within portage that seems to have corrected the problem.

Reproducible: Always

Steps to Reproduce:
1. add tslib to your USE and INPUT_DEVICES
2. emerge directfb

Actual Results:  
When I did this, no driver was installed to /usr/lib/directfb-*/inputdrivers. I then tried to install it again and noticed the output from the configure script: it indicated that tslib was not found.

Expected Results:  
It should have detected that I already have tslib installed, and built/installed the tslib driver for directfb.

I marked the effected system as ALL, but my own system is ARM, just in case someone needs to know. (SL-C3200 Zaurus, PXA270)

I will attach emerge --info output.
Comment 1 michael huss 2010-04-29 03:24:02 UTC
Created attachment 229609 [details]
emerge --info output
Comment 2 Panagiotis Christopoulos (RETIRED) gentoo-dev 2010-05-04 20:38:04 UTC
It would be great if you could upload a patch with what solar did in that ebuild against the old ebuild. Thank you for your report.
Comment 3 Tupone Alfredo gentoo-dev 2010-05-08 21:07:07 UTC
Created attachment 230819 [details, diff]
A patch to the DirectFB-1.4.3.ebuild

Please apply the patch to the ebuild and test if that works