Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 677324 - x11-misc/dmenu-4.9 : /.../Xft.h:39:10: fatal error: ft2build.h: No such file or directory
Summary: x11-misc/dmenu-4.9 : /.../Xft.h:39:10: fatal error: ft2build.h: No such file ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-05 17:09 UTC by Toralf Förster
Modified: 2019-08-06 08:17 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.75 KB, text/plain)
2019-02-05 17:09 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,190.81 KB, text/plain)
2019-02-05 17:09 UTC, Toralf Förster
Details
environment (environment,54.93 KB, text/plain)
2019-02-05 17:09 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.87 KB, application/x-bzip)
2019-02-05 17:09 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,14.77 KB, application/x-bzip)
2019-02-05 17:09 UTC, Toralf Förster
Details
x11-misc:dmenu-4.9:20190205-163959.log (x11-misc:dmenu-4.9:20190205-163959.log,2.09 KB, text/plain)
2019-02-05 17:09 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-02-05 17:09:33 UTC
x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -std=c99 -pedantic -Wall -I/usr/X11R6/include -I-I/usr/include/freetype2 -I/usr/include/uuid  -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"4.9\"  dmenu.c
In file included from dmenu.c:17:
/usr/include/X11/Xft/Xft.h:39:10: fatal error: ft2build.h: No such file or directory
 #include <ft2build.h>
          ^~~~~~~~~~~~
compilation terminated.

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-no-multilib-hardened_libressl_20190202-013512

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.32.0 *



emerge -qpvO x11-misc/dmenu
[ebuild  N    ] x11-misc/dmenu-4.9  USE="-savedconfig -xinerama"
Comment 1 Toralf Förster gentoo-dev 2019-02-05 17:09:36 UTC
Created attachment 563836 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-02-05 17:09:39 UTC
Created attachment 563838 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-02-05 17:09:42 UTC
Created attachment 563840 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-02-05 17:09:45 UTC
Created attachment 563842 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-02-05 17:09:48 UTC
Created attachment 563844 [details]
temp.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-02-05 17:09:50 UTC
Created attachment 563846 [details]
x11-misc:dmenu-4.9:20190205-163959.log
Comment 7 Larry the Git Cow gentoo-dev 2019-02-07 09:21:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=412900288e16795e9d6765b186b43df68810ff28

commit 412900288e16795e9d6765b186b43df68810ff28
Author:     Jeroen Roovers <jer@gentoo.org>
AuthorDate: 2019-02-07 09:20:28 +0000
Commit:     Jeroen Roovers <jer@gentoo.org>
CommitDate: 2019-02-07 09:21:23 +0000

    x11-misc/dmenu: Fix includes
    
    Package-Manager: Portage-2.3.59, Repoman-2.3.12
    Fixes: https://bugs.gentoo.org/677324
    Signed-off-by: Jeroen Roovers <jer@gentoo.org>

 x11-misc/dmenu/dmenu-4.9.ebuild             |  2 ++
 x11-misc/dmenu/files/dmenu-4.9-gentoo.patch | 10 ++++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)
Comment 8 Ben Kohler gentoo-dev 2019-08-05 19:53:01 UTC
Can you apply this to 9999 as well?

Thanks
Comment 9 Larry the Git Cow gentoo-dev 2019-08-06 08:17:33 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16dc8166ef5356ca6248db0131ce9fb07cb55971

commit 16dc8166ef5356ca6248db0131ce9fb07cb55971
Author:     Jeroen Roovers <jer@gentoo.org>
AuthorDate: 2019-08-06 08:13:37 +0000
Commit:     Jeroen Roovers <jer@gentoo.org>
CommitDate: 2019-08-06 08:17:28 +0000

    x11-misc/dmenu: Fix includes
    
    Package-Manager: Portage-2.3.71, Repoman-2.3.16
    Fixes: https://bugs.gentoo.org/677324
    Signed-off-by: Jeroen Roovers <jer@gentoo.org>

 profiles/package.mask            | 2 +-
 x11-misc/dmenu/dmenu-9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)