Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 397739 - x11-misc/enter-0.0.9 - configure:4415: error: You need to have libXft.
Summary: x11-misc/enter-0.0.9 - configure:4415: error: You need to have libXft.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Samuli Suominen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-05 07:44 UTC by Weonbin
Modified: 2012-01-23 18:46 UTC (History)
1 user (show)

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


Attachments
enter-0.0.9-r1.ebuild (enter-0.0.9-r1.ebuild,857 bytes, text/plain)
2012-01-06 01:40 UTC, Weonbin
Details
files/enter-0.0.9-autoconf-fixes.diff (enter-0.0.9-autoconf-fixes.diff,531 bytes, patch)
2012-01-06 01:41 UTC, Weonbin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Weonbin 2012-01-05 07:44:44 UTC
The dependancy to x11-libs/libXft is missing from x11-misc/enter-0.0.9

Reproducible: Always

Actual Results:  
checking for xft-config... no
configure: error: You need to have libXft.
Comment 1 Weonbin 2012-01-05 07:50:07 UTC
Sorry, I filled the bug report too fast.

The dependancy to x11-libs/libXft is there, but xft-config cannot be found.

Here is the detail of the error in the config.log

configure:4372: checking for xft-config
configure:4405: result: no
configure:4415: error: You need to have libXft.

It is indeed not provided by the x11-libs/libXft-2.2.0 package installed on my system
Comment 2 Agostino Sarubbo gentoo-dev 2012-01-05 09:23:07 UTC
please rebuild x11-libs/libXft
Comment 3 Weonbin 2012-01-06 01:37:29 UTC
Rebuilding xft didn't helped because xft-config has been deprecated.

I had to patch the configure.ac to make it use pkg-config instead to get it to compile.

I attach the new ebuild and the patch
Comment 4 Weonbin 2012-01-06 01:40:59 UTC
Created attachment 298055 [details]
enter-0.0.9-r1.ebuild
Comment 5 Weonbin 2012-01-06 01:41:17 UTC
Created attachment 298057 [details, diff]
files/enter-0.0.9-autoconf-fixes.diff
Comment 6 Samuli Suominen (RETIRED) gentoo-dev 2012-01-23 18:46:21 UTC
thanks

+  23 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> enter-0.0.9.ebuild,
+  +files/enter-0.0.9-build.patch:
+  Use pkg-config instead of xft-config for libXft detection wrt #397739 by
+  "Weonbin"