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

Bug 611246

Summary: net-misc/putty-0.68 : ./.../gtkcomm.c:41:22: fatal error: gdk/gdkx.h: No such file or directory
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Jeroen Roovers (RETIRED) <jer>
Status: RESOLVED FIXED    
Severity: normal CC: atoth, leio
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 534330    
Attachments: emerge-info.txt
config.log.tbz2
emerge-history.txt
environment
etc.portage.tbz2
net-misc:putty-0.68:20170228-183427.log

Description Toralf Förster gentoo-dev 2017-02-28 18:44:30 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./..  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/  -pthread -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -Wall  -O2 -pipe -march=native -Wall -c -o unix/gtkcols.o ./../unix/gtkcols.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./..  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/  -pthread -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -Wall  -O2 -pipe -march=native -Wall -c -o unix/gtkcomm.o ./../unix/gtkcomm.c
./../unix/gtkcomm.c:41:22: fatal error: gdk/gdkx.h: No such file or directory
compilation terminated.
make[1]: *** [Makefile:1452: unix/gtkcomm.o] Error 1
make[1]: Leaving directory '/var/tmp/portage/net-misc/putty-0.68/work/putty-0.68/unix'

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

  This is an unstable amd64 chroot image (named 13.0_20170224-122708) at a hardened host acting as a tinderbox.

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-5.4.0 *
llvm-config:
3.9.1
Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
  [3]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems) *
Comment 1 Toralf Förster gentoo-dev 2017-02-28 18:44:33 UTC
Created attachment 465582 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-02-28 18:44:36 UTC
Created attachment 465584 [details]
config.log.tbz2
Comment 3 Toralf Förster gentoo-dev 2017-02-28 18:44:39 UTC
Created attachment 465586 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-02-28 18:44:42 UTC
Created attachment 465588 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-02-28 18:44:45 UTC
Created attachment 465590 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-02-28 18:44:49 UTC
Created attachment 465592 [details]
net-misc:putty-0.68:20170228-183427.log
Comment 7 Jeroen Roovers (RETIRED) gentoo-dev 2017-03-01 06:10:06 UTC
Fixed without revision bump. Thanks.
Comment 8 Mart Raudsepp gentoo-dev 2017-03-01 09:43:03 UTC
This fix is incorrect.
gdk/gdkx.h comes from gtk+:3, not gdk-pixbuf. gdk-pixbuf[X] does what its local metadata.xml says it does - almost never needed for gtk+ using things.
Comment 9 Mart Raudsepp gentoo-dev 2017-03-01 10:03:36 UTC
I meant it comes from gtk+[X], either :2 or :3, but messed up fixing initial typing of [3] to :3 instead of [X] that I meant here before posting previous comment.