Bug 176744
| Summary: | Missing dependencies in libXft-devel package | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dawid Gajownik <gajownik> |
| Component: | libXft | Assignee: | X/OpenGL Maintenance List <xgl-maint> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | andreas.bierfert, scop |
| Target Milestone: | --- | Keywords: | EasyFix |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-03 10:45:53 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 150221, 171491 | ||
Thanks, fixed in 2.1.8.2-3 |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20051228 SeaMonkey/1.5a Description of problem: libXft-devel should require xorg-x11-proto-devel and fontconfig-devel packages. Version-Release number of selected component (if applicable): libXft-devel-2.1.8.2-1 How reproducible: Always Steps to Reproduce: 1. Run fedora-rmdevelrpms 2. yum install libXft-devel pkgconfig 3. pkg-config --libs xft Actual Results: [y4kk0@X ~]$ rpm -qf /usr/lib/pkgconfig/xft.pc libXft-devel-2.1.8.2-1 [y4kk0@X ~]$ pkg-config --libs xft Package xproto was not found in the pkg-config search path. Perhaps you should add the directory containing `xproto.pc' to the PKG_CONFIG_PATH environment variable Package 'xproto', required by 'Xft', not found [y4kk0@X ~]$ After installing xorg-x11-proto-devel: [y4kk0@X ~]$ pkg-config --libs xft Package fontconfig was not found in the pkg-config search path. Perhaps you should add the directory containing `fontconfig.pc' to the PKG_CONFIG_PATH environment variable Package 'fontconfig', required by 'Xft', not found [y4kk0@X ~]$ cat /usr/lib/pkgconfig/xft.pc prefix=/usr exec_prefix=/usr libdir=/usr/lib includedir=/usr/include Name: Xft Description: X FreeType library Version: 2.1.8.2 Requires: xproto, xrender, fontconfig, freetype2 Requires.private: xrender, fontconfig, freetype2 Cflags: -I${includedir} Libs: -L${libdir} -lXft [y4kk0@X ~]$ Additional info: