Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 641142 - x11-plugins/wmcpuwatch-0.2 : /.../wmcpuwatch.c:49:10: fatal error: config.h: No such file or directory
Summary: x11-plugins/wmcpuwatch-0.2 : /.../wmcpuwatch.c:49:10: fatal error: config.h: ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-15 16:13 UTC by Toralf Förster
Modified: 2018-01-01 21:46 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.54 KB, text/plain)
2017-12-15 16:13 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,316.87 KB, text/plain)
2017-12-15 16:13 UTC, Toralf Förster
Details
environment (environment,120.00 KB, text/plain)
2017-12-15 16:14 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,24.38 KB, application/x-bzip)
2017-12-15 16:14 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,4.91 KB, application/x-bzip)
2017-12-15 16:14 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,29.41 KB, application/x-bzip)
2017-12-15 16:14 UTC, Toralf Förster
Details
x11-plugins:wmcpuwatch-0.2:20171215-155203.log (x11-plugins:wmcpuwatch-0.2:20171215-155203.log,7.23 KB, text/plain)
2017-12-15 16:14 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 2017-12-15 16:13:50 UTC
[ 50%] Building C object CMakeFiles/wmcpuwatch.dir/wmcpuwatch.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -DNDEBUG -O2 -pipe -march=native -Wall   -o CMakeFiles/wmcpuwatch.dir/wmcpuwatch.c.o -c /var/tmp/portage/x11-plugins/wmcpuwatch-0.2/work/wmcpuwatch-0.2/wmcpuwatch.c
/var/tmp/portage/x11-plugins/wmcpuwatch-0.2/work/wmcpuwatch-0.2/wmcpuwatch.c:49:10: fatal error: config.h: No such file or directory
 #include "config.h"
          ^~~~~~~~~~
compilation terminated.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-hardened_libressl_20171207-183609

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)
  [3]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.6.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv x11-plugins/wmcpuwatch
[ebuild  N    ] x11-plugins/wmcpuwatch-0.2
Comment 1 Toralf Förster gentoo-dev 2017-12-15 16:13:53 UTC
Created attachment 510174 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-12-15 16:13:56 UTC
Created attachment 510176 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-12-15 16:14:00 UTC
Created attachment 510178 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-12-15 16:14:04 UTC
Created attachment 510180 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-12-15 16:14:07 UTC
Created attachment 510182 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-12-15 16:14:10 UTC
Created attachment 510184 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2017-12-15 16:14:14 UTC
Created attachment 510186 [details]
x11-plugins:wmcpuwatch-0.2:20171215-155203.log
Comment 8 Bernard Cafarelli gentoo-dev 2018-01-01 21:08:56 UTC
I suppose config.h not being generated is caused by:
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.13") found components:  doxygen missing components:  dot

I'll get both this one and #641200 (also doc/doxygen related) fixed
Comment 9 Larry the Git Cow gentoo-dev 2018-01-01 21:46:06 UTC
The bug has been closed via the following commit(s):

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

commit c7e9f1efa3b4a85d175084e550677cffc56cd3da
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2018-01-01 21:45:14 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2018-01-01 21:45:56 +0000

    x11-plugins/wmcpuwatch: add documentation handling
    
    Add missing app-doc/doxygen[dot] dependency
    Handle documentation installation in the ebuild
    Skip documentation build with USE=-doc
    Add PROJECT_BINARY_DIR in include directories (to find config.h)
    
    Closes: https://bugs.gentoo.org/641142
    Closes: https://bugs.gentoo.org/641200
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../wmcpuwatch/files/wmcpuwatch-0.2-cmake.patch    | 33 ++++++++++++++++++++++
 ...puwatch-0.2.ebuild => wmcpuwatch-0.2-r1.ebuild} | 20 +++++++++++--
 2 files changed, 50 insertions(+), 3 deletions(-)