Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 533102 - sys-apps/fwts - wts_pm_method.h:23:18: fatal error: glib.h: No such file or directory #include <glib.h>
Summary: sys-apps/fwts - wts_pm_method.h:23:18: fatal error: glib.h: No such file or d...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Manuel Rüger (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-20 10:26 UTC by Toralf Förster
Modified: 2014-12-21 21:46 UTC (History)
0 users

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


Attachments
emerge log (sys-apps:fwts-14.11.00:20141219-212357.log,239.51 KB, text/plain)
2014-12-20 10:26 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 2014-12-20 10:26:03 UTC
Created attachment 392074 [details]
emerge log

Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'glib-2.0', required by 'world', not found
Package 'gio-2.0', required by 'world', not found
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib/include -I../../../src/acpica/source/include -I../../../src/acpica/source/compiler -I/usr/include/json -I/usr/include/json-c -DDATAROOTDIR=\"/usr/share\" -Wall -Wextra -DACPI_DEBUG_OUTPUT -O2 -pipe -c fwts_framework.c  -fPIC -DPIC -o .libs/libfwts_la-fwts_framework.o
In file included from fwts_framework.c:31:0:
../../../src/lib/include/fwts_pm_method.h:23:18: fatal error: glib.h: No such file or directory
 #include <glib.h>
                  ^
compilation terminated.
Makefile:732: recipe for target 'libfwts_la-fwts_framework.lo' failed
make[4]: *** [libfwts_la-fwts_framework.lo] Error 1
make[4]: Leaving directory '/var/tmp/portage/sys-apps/fwts-14.11.00/work/src/lib/src'
Comment 1 Manuel Rüger (RETIRED) gentoo-dev 2014-12-21 21:46:43 UTC
# $Header: /var/cvsroot/gentoo-x86/sys-apps/fwts/ChangeLog,v 1.12 2014/12/21 21:45:44 mrueg Exp $

  21 Dec 2014; Manuel Rüger <mrueg@gentoo.org> fwts-14.12.00.ebuild:
  Add missed dependency on glib. Fixes bug #533102. Thanks to Toralf Förster.
  Cleanup old.