Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 825302 - x11-plugins/bfm-0.6.4-r3 - gkrellm-bfm.c: fatal error: gkrellm2/gkrellm.h: No such file or directory
Summary: x11-plugins/bfm-0.6.4-r3 - gkrellm-bfm.c: fatal error: gkrellm2/gkrellm.h: No...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-20 13:06 UTC by Toralf Förster
Modified: 2021-12-04 10:28 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.56 KB, text/plain)
2021-11-20 13:06 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,486.10 KB, text/plain)
2021-11-20 13:06 UTC, Toralf Förster
Details
environment (environment,55.75 KB, text/plain)
2021-11-20 13:06 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,62.03 KB, application/x-bzip)
2021-11-20 13:06 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,15.58 KB, application/x-bzip)
2021-11-20 13:06 UTC, Toralf Förster
Details
x11-plugins:bfm-0.6.4-r3:20211120-124455.log (x11-plugins:bfm-0.6.4-r3:20211120-124455.log,8.54 KB, text/plain)
2021-11-20 13:06 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 2021-11-20 13:06:37 UTC
                 from bubblemon.c:90:
/usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
  547 | struct _GTimeVal
      |        ^~~~~~~~~
gkrellm-bfm.c:26:10: fatal error: gkrellm2/gkrellm.h: No such file or directory
   26 | #include <gkrellm2/gkrellm.h>
      |          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:121: gkrellm] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib_hardened-j4-20211114-190301

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.0 *
clang version 13.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/13/bin
/usr/lib/llvm/13
13.0.0
Python 3.9.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.56.1 *
The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:
  (none found)

  HEAD of ::gentoo
commit fd093b18e71c50b50212667394ef8bb5eecf71ca
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Nov 20 10:51:35 2021 +0000

    2021-11-20 10:51:34 UTC

emerge -qpvO x11-plugins/bfm
[ebuild  N    ] x11-plugins/bfm-0.6.4-r3  USE="gkrellm"
Comment 1 Toralf Förster gentoo-dev 2021-11-20 13:06:38 UTC
Created attachment 753898 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-11-20 13:06:40 UTC
Created attachment 753902 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-11-20 13:06:42 UTC
Created attachment 753906 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-11-20 13:06:43 UTC
Created attachment 753910 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-11-20 13:06:44 UTC
Created attachment 753914 [details]
temp.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-11-20 13:06:45 UTC
Created attachment 753918 [details]
x11-plugins:bfm-0.6.4-r3:20211120-124455.log
Comment 7 Bernard Cafarelli gentoo-dev 2021-12-04 10:27:29 UTC
Interesting, gkrellm with USE=-X has a pretty minimal install (gkrellm.h has gtk includes, this is probably the reason). Fixing to depend on gkrellm[X]
Comment 8 Larry the Git Cow gentoo-dev 2021-12-04 10:28:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b68c5c6ec7a745e1c0cd3e45c3098ec3d5ac22c

commit 9b68c5c6ec7a745e1c0cd3e45c3098ec3d5ac22c
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2021-12-04 10:28:18 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2021-12-04 10:28:18 +0000

    x11-plugins/bfm: gkrellm needs USE=X
    
    Closes: https://bugs.gentoo.org/825302
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>

 x11-plugins/bfm/bfm-0.6.4-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)