Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 533102

Summary: sys-apps/fwts - wts_pm_method.h:23:18: fatal error: glib.h: No such file or directory #include <glib.h>
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: [OLD] Core systemAssignee: Manuel Rüger (RETIRED) <mrueg>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge log

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.